summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Collapse)AuthorAge
* AAC fix by Thomas Raivio <tjraivio AT cc DOT hut DOT fi>François Revol2005-01-23
| | | | Originally committed as revision 3866 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Timestamp patch by Gael Chardon <gael DOT ffmpeg AT 4now DOT net>Gael Chardon2005-01-23
| | | | Originally committed as revision 3865 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert the fixed-size-sample patch as it brokes and othersFrançois Revol2005-01-23
| | | | | | WTF I thought I had commited this yesterday... was probably too asleep :°) Originally committed as revision 3864 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support discarding uninterresting packetsMichael Niedermayer2005-01-22
| | | | Originally committed as revision 3860 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get debug code to compile again.François Revol2005-01-08
| | | | Originally committed as revision 3815 to svn://svn.ffmpeg.org/ffmpeg/trunk
* handle fixed sample_size patch by Roine Gustafsson <roine AT ↵Roine Gustafsson2005-01-08
| | | | | | users.sourceforge.net> Originally committed as revision 3814 to svn://svn.ffmpeg.org/ffmpeg/trunk
* integer overflows, heap corruptionMichael Niedermayer2005-01-08
| | | | | | | possible arbitrary code execution cannot be ruled out in some cases precautionary checks Originally committed as revision 3813 to svn://svn.ffmpeg.org/ffmpeg/trunk
* load the 'avcC' atom needed for 'avc1' decodingMike Melanson2004-12-09
| | | | Originally committed as revision 3745 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allocate a few bytes more for extradata so the bitstream reader if its used ↵Michael Niedermayer2004-11-13
| | | | | | by the codec for parsing extardata, doesnt read over the end Originally committed as revision 3679 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l (forgoten seeking functions)Michael Niedermayer2004-10-11
| | | | Originally committed as revision 3585 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixing a few of gcc 'clean-code' warningsZdenek Kabelac2004-10-06
| | | | Originally committed as revision 3563 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for Sierra Online audio files and Apple QuickDraw codec,Mike Melanson2004-09-28
| | | | | | courtesy of Konstantin Shishkov Originally committed as revision 3529 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 2000/00/00 to 2001/03/01 QT fileformat documentation patch by (Sebastien ↵Sebastien Bechet2004-07-28
| | | | | | Bechet <s.bechet at av7 dot net>) Originally committed as revision 3360 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mov_read_elst fix, based upon a patch by (Sebastien Bechet <s.bechet at av7 ↵Michael Niedermayer2004-07-17
| | | | | | dot net>) Originally committed as revision 3327 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disable mov_read_elstMichael Niedermayer2004-07-17
| | | | Originally committed as revision 3326 to svn://svn.ffmpeg.org/ffmpeg/trunk
* compilation of mov.c broken patch by (Michel Bardiaux <mbardiaux at peaktime ↵Michel Bardiaux2004-07-06
| | | | | | dot be>) Originally committed as revision 3292 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Seeking in .mov/.mp4 filesGael Chardon2004-07-06
| | | | | | | printf->av_log patch by (Gael Chardon <gael.ffmpeg at 4now dot net>) Originally committed as revision 3290 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The atom 'skip' should be handled by 'mov_read_leaf()', not byCedric Vincent2004-06-30
| | | | | | | | 'mov_read_default()'. This atom has the same behaviour than the atom 'free'. patch by (Cedric VINCENT <c-vinc02 at bat710 dot univ-lyon1 dot fr>) the second part of the patch hasnt been applied, but fixed slightly differently Originally committed as revision 3276 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libavformat/mov.c fails with gcc 2.95.3 patch by ("Steven M. Schultz" <sms ↵Steven M. Schultz2004-04-12
| | | | | | at 2BSD dot COM>) Originally committed as revision 3004 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prefix globalMichael Niedermayer2004-04-10
| | | | Originally committed as revision 2994 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correctly identify AAC audio in mov/mp4/etc. files. patch by ("Thomas ↵Thomas Raivio2004-04-09
| | | | | | Raivio" <tjraivio at cc dot hut dot fi>) Originally committed as revision 2984 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * .mov files with uncompressed audio can't be correctly processedRoman Shaposhnik2004-03-31
| | | | | | | | | | | because of the sample_size == 1 and MINOLTA hack relying on the information. So in a way, it's a hack of a hack. btw, if somebody knows why in the world even Apple's software thinks that for PCM 16bit sample_size == 1 please let me know. It clearly isn't documented that way. Originally committed as revision 2941 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup frame_rate code, this may also fix some large file bugsMichael Niedermayer2004-03-24
| | | | Originally committed as revision 2924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Parse stss info in MOV files to get key frames patch by ("Brian Becker" ↵Brian Becker2004-03-13
| | | | | | <Brian dot Becker at palmone dot com>) Originally committed as revision 2879 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2004-03-03
| | | | Originally committed as revision 2840 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial commit for Quicktime Animation (RLE) video decoder; bit depthsMike Melanson2004-02-05
| | | | | | | 32, 24, and 16 are working; 8bpp is partially working; 4, 2, and 1 bpp are not supported yet Originally committed as revision 2748 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed double freeFabrice Bellard2003-11-10
| | | | Originally committed as revision 2499 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added palette support to the QT demuxer; registered SMC video decoderMike Melanson2003-11-10
| | | | | | with QT system Originally committed as revision 2489 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 8BPS decoderRoberto Togni2003-11-07
| | | | Originally committed as revision 2486 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added XVID fourcc (ISO MPEG-4?) and AC3 fourccMike Melanson2003-10-25
| | | | Originally committed as revision 2432 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Using the extension m4a for audio only MPEG-4 files is increasinglyDan Christiansen2003-10-19
| | | | | | | | | common, especially since Apple iTunes treats files with the two extensions differently. Without the patch, FFmpeg won't know that m4a is for MPEG-4 files patch by (Dan Christiansen <danchr at daimi dot au dot dk>) Originally committed as revision 2398 to svn://svn.ffmpeg.org/ffmpeg/trunk
* New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new decoders: MS RLE &Mike Melanson2003-10-01
| | | | | | Video-1, Apple RPZA, Cinepak, Westwood IMA ADPCM Originally committed as revision 2324 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AMR-WB support by (Johannes Carlsson <joca at rixmail dot se>)Michael Niedermayer2003-09-28
| | | | Originally committed as revision 2311 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update duration and start_timeFabrice Bellard2003-08-08
| | | | Originally committed as revision 2113 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warning fixesAlex Beregszaszi2003-06-20
| | | | Originally committed as revision 1980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * missing part of the 3gp patch by Johannes CarlssonJohannes Carlsson2003-06-06
| | | | Originally committed as revision 1933 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * 3gp patch by JocaZdenek Kabelac2003-06-05
| | | | Originally committed as revision 1931 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Warning and compatibility fixes.Falk Hüffner2003-05-24
| | | | Originally committed as revision 1902 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AMR-NB audio support patch by (<joca at rixmail dot se>)joca@rixmail.se2003-05-14
| | | | Originally committed as revision 1876 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * added s263 (mapped to h263 - 3gp files)Zdenek Kabelac2003-05-12
| | | | | | * less strict header detection - also do not call exit when it's not found. Originally committed as revision 1864 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * passing ImageDescriptions for SVQ3 (Vertical300K.sorenson works)Zdenek Kabelac2003-05-12
| | | | | | (IMHO only SMI chunk should be stored in extradata) Originally committed as revision 1863 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * uninitialized/unused vars cleanupZdenek Kabelac2003-05-12
| | | | Originally committed as revision 1859 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * support for AAC audio (esds decoding - using extradata)Zdenek Kabelac2003-05-12
| | | | | | | * using MOV_atom_t instead of 3 args * chunk parsers ordered alphabeticaly Originally committed as revision 1858 to svn://svn.ffmpeg.org/ffmpeg/trunk
* svq3 decoder by anonymousMichael Niedermayer2003-05-09
| | | | Originally committed as revision 1845 to svn://svn.ffmpeg.org/ffmpeg/trunk
* first pass at a new VP3 video decoderMike Melanson2003-05-05
| | | | Originally committed as revision 1831 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * simplified parameters for parse routinesZdenek Kabelac2003-04-23
| | | | Originally committed as revision 1816 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixed initialization and some memleakZdenek Kabelac2003-04-22
| | | | | | | * filling more avcodecs variables * extending/improving mov parsing (unfinished) Originally committed as revision 1812 to svn://svn.ffmpeg.org/ffmpeg/trunk
* QT AVID 4CCs patch by ("Sebastien Bechet" <s dot bechet at av7 dot net>) ↵Sebastien Bechet2003-04-05
| | | | | | (not tested) Originally committed as revision 1737 to svn://svn.ffmpeg.org/ffmpeg/trunk
* per context frame_rate_base, this should finally fix frame_rate related av ↵Michael Niedermayer2003-03-12
| | | | | | sync issues Originally committed as revision 1666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
| | | | Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk