summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot ↵Garrick Meeker2003-07-09
| | | | | | com>) Originally committed as revision 2024 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_free_packet SEGV fix by (Arthur van Hoff (javanator))Michael Niedermayer2003-07-04
| | | | Originally committed as revision 2013 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg1 bad frame_rate_base fix by (Arthur van Hoff (javanator))Michael Niedermayer2003-07-04
| | | | Originally committed as revision 2012 to svn://svn.ffmpeg.org/ffmpeg/trunk
* undefined local_port fix by (Giancarlo Formicuccia <ilsensine at inwind dot it>)Michael Niedermayer2003-07-04
| | | | Originally committed as revision 2007 to svn://svn.ffmpeg.org/ffmpeg/trunk
* try to filter _all_ PATs if no SDT could be found patch by (<gbazin at ↵Michael Niedermayer2003-06-28
| | | | | | | | altern dot org>) + mpegtsenc.c compile fix by me Originally committed as revision 1995 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tv standard selection support for dv1394 and grab (v4l)Alex Beregszaszi2003-06-25
| | | | Originally committed as revision 1987 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lossless jpeg supportAlex Beregszaszi2003-06-20
| | | | Originally committed as revision 1981 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warning fixesAlex Beregszaszi2003-06-20
| | | | Originally committed as revision 1980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000lAlex Beregszaszi2003-06-20
| | | | Originally committed as revision 1979 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pal vs ntsc fix by stoyan k <stoyan@i-space.org>Alex Beregszaszi2003-06-20
| | | | Originally committed as revision 1978 to svn://svn.ffmpeg.org/ffmpeg/trunk
* amr typefix patch by (Johannes Carlsson <joca at rixmail dot se>)Johannes Carlsson2003-06-18
| | | | Originally committed as revision 1972 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup; BSoundRecorder moved to Experimental namespaceFrançois Revol2003-06-15
| | | | Originally committed as revision 1960 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg ts demux uses DVB SI info and generates correct PTS info - added ↵Fabrice Bellard2003-06-13
| | | | | | prototype mpeg ts mux Originally committed as revision 1956 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dynamic array functionsFabrice Bellard2003-06-13
| | | | Originally committed as revision 1955 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2003-06-09
| | | | Originally committed as revision 1940 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use custom packet allocation only for DVFabrice Bellard2003-06-07
| | | | Originally committed as revision 1937 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * amr format - by Johannes CarlssonZdenek Kabelac2003-06-06
| | | | Originally committed as revision 1934 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
* 4xm adpcmMichael Niedermayer2003-06-03
| | | | Originally committed as revision 1928 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get the video dispatch straightMike Melanson2003-05-28
| | | | Originally committed as revision 1916 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dispatch video as well as audioMike Melanson2003-05-28
| | | | Originally committed as revision 1914 to svn://svn.ffmpeg.org/ffmpeg/trunk
* asv1 regression testMichael Niedermayer2003-05-27
| | | | Originally committed as revision 1912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allocate enough bytesMike Melanson2003-05-26
| | | | Originally committed as revision 1908 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2003-05-25
| | | | Originally committed as revision 1906 to svn://svn.ffmpeg.org/ffmpeg/trunk
* c frame size debug stuffMichael Niedermayer2003-05-25
| | | | Originally committed as revision 1905 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add 4xm to the familyMike Melanson2003-05-25
| | | | Originally committed as revision 1904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* first pass at an experimental 4xm demuxerMike Melanson2003-05-25
| | | | Originally committed as revision 1903 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
* truncated h263 decoding support / H263-ES "demuxer"Michael Niedermayer2003-05-22
| | | | Originally committed as revision 1898 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
* * introducing new public interface in imgconvert.cRoman Shaposhnik2003-05-07
| | | | | | | | | | | | | | | | | | | | | | + avcodec_get_pix_fmt converts textual representation of pixel format into the actual id. Complements avcodec_get_pix_fmt_name. + avpicture_layout serializes given picture into a flat array. Complements avpicture_fill. * adding a new option -pix_fmt to the ffmpeg, in order to control pixel format for the codecs that do support it, like rawvideo, for example. * reducing complexity of the rawvideo codec by splitting it in two and making it more reliable via hooking up to the avpicture_layout. Plus adding new FourCC as described here: http://www.fourcc.org * A tiny fix for avienc.c that makes avih and video strf consistent regarding codec FourCC. Originally committed as revision 1842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VOB stream patch ba (Brian Foley <bfoley at compsoc dot nuigalway dot ie>)Michael Niedermayer2003-05-05
| | | | Originally committed as revision 1836 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prefers MP3 codec (rather than MP2) for output ifAndriy Rysin2003-05-05
| | | | | | compiled with MP3LAME and output file seems to be of MP3 type patch by (Andriy Rysin <arysin at bcsii dot net>) with minor changes by me Originally committed as revision 1834 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mp3 codec autodetection patch by (Andriy Rysin <arysin at bcsii dot net>)Andriy Rysin2003-05-05
| | | | Originally committed as revision 1833 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
* * Making AVI encoding predictable (all JUNK chunks are filled with 0)Roman Shaposhnik2003-04-24
| | | | | | | * Updating regression refs * Making server-regression.sh work on Solaris Originally committed as revision 1818 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * keeping compiler happy and quietZdenek Kabelac2003-04-23
| | | | Originally committed as revision 1817 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
* * more strict typesZdenek Kabelac2003-04-23
| | | | Originally committed as revision 1815 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Complete support for OpenDML AVIs and AVIs > 2Gb.Roman Shaposhnik2003-04-23
| | | | Originally committed as revision 1814 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
* * filling bitdepthZdenek Kabelac2003-04-22
| | | | Originally committed as revision 1811 to svn://svn.ffmpeg.org/ffmpeg/trunk
* transparency supportFabrice Bellard2003-04-21
| | | | Originally committed as revision 1808 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replaced progressive by interleavedFabrice Bellard2003-04-21
| | | | Originally committed as revision 1807 to svn://svn.ffmpeg.org/ffmpeg/trunk