summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Expand)AuthorAge
* 10l, fails to compile when debug enabledAlex Beregszaszi2006-02-12
* stsd fix by (Baptiste COUDURIER )baptiste.coudurier smartjog com)Michael Niedermayer2006-02-11
* mp4 codecs objecttype handling patch by (Baptiste COUDURIER <baptiste.couduri...Baptiste Coudurier2006-02-11
* simplify timebase if possibleMichael Niedermayer2006-02-02
* try avi video name -> codec_id mapping if the mov one has no matchMichael Niedermayer2006-01-25
* Remove all stray tabs and trailing whitespace, this time for good.Diego Biurrun2006-01-24
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* finally found what those >138 codes were... crappy compressed 5bit ascii. thi...François Revol2005-12-30
* fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT n...François Revol2005-12-30
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-12
* QDM2 compatible decoderRoberto Togni2005-10-18
* set time_base as soon as time_scale is known instead of in a unrelated chunck...Michael Niedermayer2005-09-06
* sample_rate value is not always correct (is there anything in quicktime which...Michael Niedermayer2005-09-04
* kill duplicated get/put_be24()Michael Niedermayer2005-07-19
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-17
* add hdv2 fourcc to MPEG2 codec mappingAurelien Jacobs2005-06-30
* better dont read the width/height at all, its random anywayMichael Niedermayer2005-06-27
* another chapter in the neverending mov demuxer cleanupMichael Niedermayer2005-06-24
* AVPacket.posMichael Niedermayer2005-05-26
* update current_sample number for non split modeMichael Niedermayer2005-05-21
* segfault fixMichael Niedermayer2005-05-21
* support non interleaved mov filesMichael Niedermayer2005-05-21
* 10l (overwriting w/h with 0)Michael Niedermayer2005-05-21
* drop most url_fileno() calls (allows to use ByteIOContext directly in caller ...Aurelien Jacobs2005-05-19
* switch to native time basesMichael Niedermayer2005-04-30
* reverting 1.66 -> 1.67 changeMichael Niedermayer2005-03-30
* Patch for "uuid" atom followed after atom "ftyp" by "QuickTime <ffmpeg AT gma...François Revol2005-03-23
* more fine grained discarding of packetsMichael Niedermayer2005-03-17
* Add 3IV2 4CC by "Rob Coenen" <rob AT massive-interactive DOT nl>François Revol2005-03-12
* uuid patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-03-11
* first pass at ALAC decoder from David Hammerton; while David's originalMike Melanson2005-03-06
* mp4a fix based on some code by (Song.Itany inventec-inc com)Michael Niedermayer2005-03-04
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-24
* quick patch for adding 3g2 support to ffmpeg (muxer and demuxer). No movie fr...tjraivio@cc.hut.fi2005-02-16
* set timestamps correctlyMichael Niedermayer2005-02-07
* cleanupMichael Niedermayer2005-02-07
* chunk support in mov patch by Roine Gustafsson <roine AT users DOT sourceforg...Roine Gustafsson2005-01-27
* probe for 'junk' and 'pict', changed the scores.François Revol2005-01-27
* mov header field and compressor name patch by Roine Gustafsson <roine AT user...Roine Gustafsson2005-01-26
* AAC fix by Thomas Raivio <tjraivio AT cc DOT hut DOT fi>François Revol2005-01-23
* Timestamp patch by Gael Chardon <gael DOT ffmpeg AT 4now DOT net>Gael Chardon2005-01-23
* Revert the fixed-size-sample patch as it brokes and othersFrançois Revol2005-01-23
* support discarding uninterresting packetsMichael Niedermayer2005-01-22
* get debug code to compile again.François Revol2005-01-08
* handle fixed sample_size patch by Roine Gustafsson <roine AT users.sourceforg...Roine Gustafsson2005-01-08
* integer overflows, heap corruptionMichael Niedermayer2005-01-08
* load the 'avcC' atom needed for 'avc1' decodingMike Melanson2004-12-09
* allocate a few bytes more for extradata so the bitstream reader if its used b...Michael Niedermayer2004-11-13