Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-10-24Cosmetics: indentation.Benoit Fouet
2007-10-24Prevent mov muxer from writing empty udta atoms.Benoit Fouet
2007-10-16dont write udta atom for 3gp/3g2 for now, current written atoms (ilst) are it...Baptiste Coudurier
2007-10-16indentationBaptiste Coudurier
2007-10-08DNxHD (SMPTE VC-3) encoderBaptiste Coudurier
2007-09-12TypoRamiro Polla
2007-07-08kill harmless 64-bit pointer cast warningMåns Rullgård
2007-06-12misc typo fixesDiego Biurrun
2007-06-12misc spelling fixesDiego Biurrun
2007-06-06warn user if video codec timebase is very highBaptiste Coudurier
2007-05-30typoAurelien Jacobs
2007-05-30warn the user about the the mdhd problemMichael Niedermayer
2007-05-21print and return error if output is non seekableBaptiste Coudurier
2007-04-26cosmectics, use consistant and homogeneous type names for atomsBaptiste Coudurier
2007-03-24cosmectics, mov -> mp4Baptiste Coudurier
2007-03-21treat frame_size > 1 as compressed audioBaptiste Coudurier
2007-03-04fix pcm u/s8 muxingBaptiste Coudurier
2007-03-04deobfuscate, clearly split mov caseBaptiste Coudurier
2007-03-03use common tables for mov muxer and demuxerBaptiste Coudurier
2007-01-21add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer
2007-01-20rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi
2006-12-11remove useless sampleDurationBaptiste Coudurier
2006-12-11check codec frame size directly and only for audioBaptiste Coudurier
2006-11-08utf8 title support for psp (untested)Michael Niedermayer
2006-11-02reindentation, patch by From: Steve Lhomme, slhomme divxcorp comSteve L'Homme
2006-11-01simplifyBaptiste Coudurier
2006-11-01mov vfr muxingBaptiste Coudurier
2006-10-23replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-04move track timescale/sampleDuration init to write_header and return error if ...Baptiste Coudurier
2006-08-24wide atom is only defined in mov, use free for mp4/3gpBaptiste Coudurier
2006-08-11set elst start time to first ptsBaptiste Coudurier
2006-08-07use correct tag for h263 in movBaptiste Coudurier
2006-08-07detailed infos about d263 atomBaptiste Coudurier
2006-08-07indentionBaptiste Coudurier
2006-08-07only set fields for mov, reserved for 3gp, mp4Baptiste Coudurier
2006-08-07sampleSize field to 16, reserved for mp4 and 3gpBaptiste Coudurier
2006-08-07mp4, 3gp field is reserved and value is 2Baptiste Coudurier
2006-08-07use ternaryBaptiste Coudurier
2006-08-07vbr compression id is only used in movBaptiste Coudurier
2006-08-01move common code from mov.c and movenc.c to isom.cBaptiste Coudurier
2006-07-12move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård
2006-07-11allow individual selection of muxers and demuxersMåns Rullgård
2006-07-10give AVInput/OutputFormat structs consistent namesMåns Rullgård
2006-07-07av_get_bits_per_sample and due simplificationsBaptiste Coudurier
2006-07-06typo fixBaptiste Coudurier
2006-07-0610l, all modes is 0x81FFBaptiste Coudurier
2006-07-06simplify and write correct values conforming to specsBaptiste Coudurier
2006-07-06check for unparsed AMR inputMichael Niedermayer
2006-07-06vbr requires version=1 and samplesize=0 per QT specMichael Niedermayer