summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Collapse)AuthorAge
* 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
* removed redundant 4CCFrançois Revol2003-01-17
| | | | Originally committed as revision 1467 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix probing for some files (ew.mov, april.mov)François Revol2003-01-17
| | | | Originally committed as revision 1466 to svn://svn.ffmpeg.org/ffmpeg/trunk
* renamed libav to libavformatFabrice Bellard2002-11-25
Originally committed as revision 1276 to svn://svn.ffmpeg.org/ffmpeg/trunk