summaryrefslogtreecommitdiffstats
path: root/libavformat/mov.c
Commit message (Expand)AuthorAgeFilesLines
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-157/+157
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-75/+75
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-121-1/+1
* QDM2 compatible decoderRoberto Togni2005-10-181-1/+23
* set time_base as soon as time_scale is known instead of in a unrelated chunck...Michael Niedermayer2005-09-061-3/+1
* sample_rate value is not always correct (is there anything in quicktime which...Michael Niedermayer2005-09-041-1/+8
* kill duplicated get/put_be24()Michael Niedermayer2005-07-191-9/+0
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-171-82/+82
* add hdv2 fourcc to MPEG2 codec mappingAurelien Jacobs2005-06-301-0/+1
* better dont read the width/height at all, its random anywayMichael Niedermayer2005-06-271-2/+2
* another chapter in the neverending mov demuxer cleanupMichael Niedermayer2005-06-241-46/+12
* AVPacket.posMichael Niedermayer2005-05-261-16/+1
* update current_sample number for non split modeMichael Niedermayer2005-05-211-6/+7
* segfault fixMichael Niedermayer2005-05-211-4/+6
* support non interleaved mov filesMichael Niedermayer2005-05-211-10/+48
* 10l (overwriting w/h with 0)Michael Niedermayer2005-05-211-9/+6
* drop most url_fileno() calls (allows to use ByteIOContext directly in caller ...Aurelien Jacobs2005-05-191-1/+1
* switch to native time basesMichael Niedermayer2005-04-301-10/+10
* reverting 1.66 -> 1.67 changeMichael Niedermayer2005-03-301-7/+7
* Patch for "uuid" atom followed after atom "ftyp" by "QuickTime <ffmpeg AT gma...François Revol2005-03-231-0/+1
* more fine grained discarding of packetsMichael Niedermayer2005-03-171-1/+1
* Add 3IV2 4CC by "Rob Coenen" <rob AT massive-interactive DOT nl>François Revol2005-03-121-0/+1
* uuid patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-03-111-1/+1
* first pass at ALAC decoder from David Hammerton; while David's originalMike Melanson2005-03-061-0/+18
* mp4a fix based on some code by (Song.Itany inventec-inc com)Michael Niedermayer2005-03-041-4/+17
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-241-2/+2
* quick patch for adding 3g2 support to ffmpeg (muxer and demuxer). No movie fr...tjraivio@cc.hut.fi2005-02-161-1/+1
* set timestamps correctlyMichael Niedermayer2005-02-071-26/+82
* cleanupMichael Niedermayer2005-02-071-24/+26
* chunk support in mov patch by Roine Gustafsson <roine AT users DOT sourceforg...Roine Gustafsson2005-01-271-8/+8
* probe for 'junk' and 'pict', changed the scores.François Revol2005-01-271-5/+13
* mov header field and compressor name patch by Roine Gustafsson <roine AT user...Roine Gustafsson2005-01-261-1/+6
* AAC fix by Thomas Raivio <tjraivio AT cc DOT hut DOT fi>François Revol2005-01-231-1/+2
* Timestamp patch by Gael Chardon <gael DOT ffmpeg AT 4now DOT net>Gael Chardon2005-01-231-0/+61
* Revert the fixed-size-sample patch as it brokes and othersFrançois Revol2005-01-231-19/+24
* support discarding uninterresting packetsMichael Niedermayer2005-01-221-1/+1
* get debug code to compile again.François Revol2005-01-081-8/+11
* handle fixed sample_size patch by Roine Gustafsson <roine AT users.sourceforg...Roine Gustafsson2005-01-081-15/+14
* integer overflows, heap corruptionMichael Niedermayer2005-01-081-6/+37
* load the 'avcC' atom needed for 'avc1' decodingMike Melanson2004-12-091-1/+20
* allocate a few bytes more for extradata so the bitstream reader if its used b...Michael Niedermayer2004-11-131-2/+2
* 100l (forgoten seeking functions)Michael Niedermayer2004-10-111-1/+1
* * fixing a few of gcc 'clean-code' warningsZdenek Kabelac2004-10-061-1/+1
* support for Sierra Online audio files and Apple QuickDraw codec,Mike Melanson2004-09-281-0/+1
* 2000/00/00 to 2001/03/01 QT fileformat documentation patch by (Sebastien Bech...Sebastien Bechet2004-07-281-1/+1
* mov_read_elst fix, based upon a patch by (Sebastien Bechet <s.bechet at av7 d...Michael Niedermayer2004-07-171-2/+9
* disable mov_read_elstMichael Niedermayer2004-07-171-1/+1
* compilation of mov.c broken patch by (Michel Bardiaux <mbardiaux at peaktime ...Michel Bardiaux2004-07-061-1/+2
* Seeking in .mov/.mp4 filesGael Chardon2004-07-061-62/+284
* The atom 'skip' should be handled by 'mov_read_leaf()', not byCedric Vincent2004-06-301-1/+2
OpenPOWER on IntegriCloud