summaryrefslogtreecommitdiff
path: root/libav
Commit message (Collapse)AuthorAge
...
* - Fix memory leak and others bugs for ppmpipe. Thanks to Rudolf Opalla.Juanjo2002-04-02
| | | | Originally committed as revision 373 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Fix pts calculation on mpeg mux (A/V sync) - Thanks to Lennert BuytenhekJuanjo2002-03-20
| | | | | | - Fix temporal-reference-glitches for MPEG1 - Thanks to Lennert Buytenhek Originally committed as revision 343 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Fixes on MPEG demuxer to handle VOBs without System Header.Juanjo2002-03-17
| | | | Originally committed as revision 335 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Bug fix MPEG-2 decoder to handle "repeat_first_field" (Telecine)Juanjo2002-03-16
| | | | | | - Hack in MPEG-2 demux to cope with buggy VOBs. Originally committed as revision 333 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Added MP3 encoding through libmp3lame contributed by Lennert Buytenhek.Juanjo2002-03-10
| | | | | | - Changes on AVI and WAV muxers to support MP3. Originally committed as revision 324 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Fix on AVI and WAV headers based on Nikolai Zhubr patch.Juanjo2002-03-01
| | | | | | | | - Now the properties of the AVIs are correctly shown, but the MP2 audio isn't playable, it seems the problems is that Fraunhoffer MP3 decoder included on Windows cannot decode MP2 streams. Originally committed as revision 316 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Also include time.h for nanosleep()Zdenek Kabelac2002-02-18
| | | | | | by: Philipp Matthias Hahn <pmhahn@titan.lahn.de> Originally committed as revision 309 to svn://svn.ffmpeg.org/ffmpeg/trunk
* alternative bitstream writer (disabled by default, uncomment #define ↵Michael Niedermayer2002-02-12
| | | | | | ALT_BISTREAM_WRITER in common.h if u want to try it) Originally committed as revision 295 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changed audio and video grab interface (simpler now)Fabrice Bellard2001-09-24
| | | | Originally committed as revision 148 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct pcm audio format handlingFabrice Bellard2001-09-24
| | | | Originally committed as revision 147 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changed av_open_input_file() prototypeFabrice Bellard2001-09-24
| | | | Originally committed as revision 146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added pcm formatsFabrice Bellard2001-09-23
| | | | Originally committed as revision 142 to svn://svn.ffmpeg.org/ffmpeg/trunk
* wmv format is asf formatFabrice Bellard2001-09-23
| | | | Originally committed as revision 139 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed image number syntax problemsFabrice Bellard2001-09-16
| | | | Originally committed as revision 128 to svn://svn.ffmpeg.org/ffmpeg/trunk
* restore audio settings - use all the frame buffers provided by the driverFabrice Bellard2001-09-16
| | | | Originally committed as revision 127 to svn://svn.ffmpeg.org/ffmpeg/trunk
* image number handlingFabrice Bellard2001-09-16
| | | | Originally committed as revision 126 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed raw read for eofFabrice Bellard2001-09-15
| | | | Originally committed as revision 121 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Added CODEC_ID_H263P to fourcc tables.Juanjo2001-08-27
| | | | | | | H.263+ on AVI wasn't using U263 fourcc. Originally committed as revision 112 to svn://svn.ffmpeg.org/ffmpeg/trunk
* win32 fixesFabrice Bellard2001-08-15
| | | | Originally committed as revision 110 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changed opendivx to mpeg4Fabrice Bellard2001-08-15
| | | | Originally committed as revision 102 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed wav riff tag sizeFabrice Bellard2001-08-15
| | | | Originally committed as revision 95 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added raw mjpegFabrice Bellard2001-08-15
| | | | Originally committed as revision 94 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added staticFabrice Bellard2001-08-15
| | | | Originally committed as revision 93 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added raw mjpeg format - added jpeg image formatFabrice Bellard2001-08-15
| | | | Originally committed as revision 92 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changed jpegenc.c to jpeg.cFabrice Bellard2001-08-15
| | | | Originally committed as revision 91 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added jpeg image read/writeFabrice Bellard2001-08-15
| | | | Originally committed as revision 88 to svn://svn.ffmpeg.org/ffmpeg/trunk
* win32 fixesFabrice Bellard2001-08-13
| | | | Originally committed as revision 78 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added PPM read/write support - added pgmyuvpipe format - added PPM pipe ↵Fabrice Bellard2001-08-11
| | | | | | read/write support Originally committed as revision 65 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed avi RIFF header sizeFabrice Bellard2001-08-08
| | | | Originally committed as revision 56 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added HAVE_AV_CONFIG_HFabrice Bellard2001-07-30
| | | | Originally committed as revision 19 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added CONFIG_AC3, CONFIG_MPGLIB, CONFIG_DECODERS and CONFIG_ENCODERS (Arpi: ↵Fabrice Bellard2001-07-23
| | | | | | don't forget to put CONFIG_DECODERS in mplayer) Originally committed as revision 9 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed config for direct mplayer build compatibilityFabrice Bellard2001-07-23
| | | | Originally committed as revision 8 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mergeFabrice Bellard2001-07-22
| | | | Originally committed as revision 6 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Initial revisionFabrice Bellard2001-07-22
| | | | Originally committed as revision 5 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removing old filesFabrice Bellard2001-07-19
| | | | Originally committed as revision 4 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Initial revisionFabrice Bellard2000-12-20
Originally committed as revision 2 to svn://svn.ffmpeg.org/ffmpeg/trunk