summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Collapse)AuthorAge
* reverting 1.66 -> 1.67 changeMichael Niedermayer2005-03-30
| | | | Originally committed as revision 4096 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Patch for "uuid" atom followed after atom "ftyp" by "QuickTime <ffmpeg AT ↵François Revol2005-03-23
| | | | | | gmail DOT com>" Originally committed as revision 4068 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more fine grained discarding of packetsMichael Niedermayer2005-03-17
| | | | Originally committed as revision 4051 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add 3IV2 4CC by "Rob Coenen" <rob AT massive-interactive DOT nl>François Revol2005-03-12
| | | | Originally committed as revision 4033 to svn://svn.ffmpeg.org/ffmpeg/trunk
* uuid patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-03-11
| | | | Originally committed as revision 4030 to svn://svn.ffmpeg.org/ffmpeg/trunk
* first pass at ALAC decoder from David Hammerton; while David's originalMike Melanson2005-03-06
| | | | | | | decoder works great, this decoder is not completely and seamlessly integrated yet with FFmpeg Originally committed as revision 4008 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mp4a fix based on some code by (Song.Itany inventec-inc com)Michael Niedermayer2005-03-04
| | | | Originally committed as revision 4002 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-24
| | | | Originally committed as revision 3977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* quick patch for adding 3g2 support to ffmpeg (muxer and demuxer). No movie ↵tjraivio@cc.hut.fi2005-02-16
| | | | | | fragment support yet patch by (tjraivio cc.hut fi) Originally committed as revision 3959 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set timestamps correctlyMichael Niedermayer2005-02-07
| | | | Originally committed as revision 3944 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2005-02-07
| | | | Originally committed as revision 3943 to svn://svn.ffmpeg.org/ffmpeg/trunk
* chunk support in mov patch by Roine Gustafsson <roine AT users DOT ↵Roine Gustafsson2005-01-27
| | | | | | sourceforge DOT net> Originally committed as revision 3890 to svn://svn.ffmpeg.org/ffmpeg/trunk
* probe for 'junk' and 'pict', changed the scores.François Revol2005-01-27
| | | | Originally committed as revision 3888 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mov header field and compressor name patch by Roine Gustafsson <roine AT ↵Roine Gustafsson2005-01-26
| | | | | | users DOT sourceforge DOT net> Originally committed as revision 3885 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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