summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Expand)AuthorAge
* 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
* 100l (forgoten seeking functions)Michael Niedermayer2004-10-11
* * fixing a few of gcc 'clean-code' warningsZdenek Kabelac2004-10-06
* support for Sierra Online audio files and Apple QuickDraw codec,Mike Melanson2004-09-28
* 2000/00/00 to 2001/03/01 QT fileformat documentation patch by (Sebastien Bech...Sebastien Bechet2004-07-28
* mov_read_elst fix, based upon a patch by (Sebastien Bechet <s.bechet at av7 d...Michael Niedermayer2004-07-17
* disable mov_read_elstMichael Niedermayer2004-07-17
* compilation of mov.c broken patch by (Michel Bardiaux <mbardiaux at peaktime ...Michel Bardiaux2004-07-06
* Seeking in .mov/.mp4 filesGael Chardon2004-07-06
* The atom 'skip' should be handled by 'mov_read_leaf()', not byCedric Vincent2004-06-30
* libavformat/mov.c fails with gcc 2.95.3 patch by ("Steven M. Schultz" <sms at...Steven M. Schultz2004-04-12
* prefix globalMichael Niedermayer2004-04-10
* correctly identify AAC audio in mov/mp4/etc. files. patch by ("Thomas Raivio"...Thomas Raivio2004-04-09
* * .mov files with uncompressed audio can't be correctly processedRoman Shaposhnik2004-03-31
* cleanup frame_rate code, this may also fix some large file bugsMichael Niedermayer2004-03-24
* Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Bria...Brian Becker2004-03-13
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2004-03-03
* initial commit for Quicktime Animation (RLE) video decoder; bit depthsMike Melanson2004-02-05
* fixed double freeFabrice Bellard2003-11-10
* added palette support to the QT demuxer; registered SMC video decoderMike Melanson2003-11-10
* 8BPS decoderRoberto Togni2003-11-07
* added XVID fourcc (ISO MPEG-4?) and AC3 fourccMike Melanson2003-10-25
* Using the extension m4a for audio only MPEG-4 files is increasinglyDan Christiansen2003-10-19
* New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new decoders: MS RLE &Mike Melanson2003-10-01
* AMR-WB support by (Johannes Carlsson <joca at rixmail dot se>)Michael Niedermayer2003-09-28
* update duration and start_timeFabrice Bellard2003-08-08
* warning fixesAlex Beregszaszi2003-06-20
* * missing part of the 3gp patch by Johannes CarlssonJohannes Carlsson2003-06-06
* * 3gp patch by JocaZdenek Kabelac2003-06-05
* Warning and compatibility fixes.Falk Hüffner2003-05-24
* AMR-NB audio support patch by (<joca at rixmail dot se>)joca@rixmail.se2003-05-14
* * added s263 (mapped to h263 - 3gp files)Zdenek Kabelac2003-05-12
* * passing ImageDescriptions for SVQ3 (Vertical300K.sorenson works)Zdenek Kabelac2003-05-12
* * uninitialized/unused vars cleanupZdenek Kabelac2003-05-12
* * support for AAC audio (esds decoding - using extradata)Zdenek Kabelac2003-05-12
* svq3 decoder by anonymousMichael Niedermayer2003-05-09
* first pass at a new VP3 video decoderMike Melanson2003-05-05
* * simplified parameters for parse routinesZdenek Kabelac2003-04-23
* * fixed initialization and some memleakZdenek Kabelac2003-04-22
* QT AVID 4CCs patch by ("Sebastien Bechet" <s dot bechet at av7 dot net>) (not...Sebastien Bechet2003-04-05
* per context frame_rate_base, this should finally fix frame_rate related av sy...Michael Niedermayer2003-03-12
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11