summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* id3v2 readerAndreas Öman2007-05-22
| | | | | | | patch by Andreas Öman andreas olebyn nu original thread: [FFmpeg-devel] [Ffmpeg-devel] ID3v2 Originally committed as revision 9101 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic v1/v2 renamingAndreas Öman2007-05-22
| | | | | | patch by Andreas Öman andreas olebyn nu Originally committed as revision 9100 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add transport method optionsThijs Vermeir2007-05-22
| | | | | | | | patch by Thijs Vermeir thijs vermeir chez barco com original thread: [FFmpeg-devel] [PATCH] Add rtsp options support ( added option) Originally committed as revision 9099 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for optionsThijs Vermeir2007-05-22
| | | | | | | | patch by Thijs Vermeir thijs vermeir chez barco com original thread: [FFmpeg-devel] [PATCH] Add rtsp options support ( added option) Originally committed as revision 9098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove mdct.o and fft.o from fft-test prerequisites list.Diego Biurrun2007-05-22
| | | | | | | | Both objects were added to the link command, resulting in multiple definitions of symbols. Now linking works in the general case when mdct.o and fft.o are compiled into libavcodec.a. Originally committed as revision 9097 to svn://svn.ffmpeg.org/ffmpeg/trunk
* r9095 invalidly removed the check for non-winsockAlex Beregszaszi2007-05-21
| | | | Originally committed as revision 9096 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix FD_SETSIZE handling in our poll() emulationAlex Beregszaszi2007-05-21
| | | | Originally committed as revision 9095 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only compile golomb.c when needed.Panagiotis Issaris2007-05-21
| | | | Originally committed as revision 9094 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation when the Sonic encoder and decoder were disabled and only ↵Panagiotis Issaris2007-05-21
| | | | | | | | the Sonic LS encoder enabled. Originally committed as revision 9093 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only compile cabac.c when needed.Panagiotis Issaris2007-05-21
| | | | Originally committed as revision 9092 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vorbis encoder missed rename to libvorbisAurelien Jacobs2007-05-21
| | | | Originally committed as revision 9091 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split the h261.c file into separate files for the encoder, decoder and ↵Panagiotis Issaris2007-05-21
| | | | | | common stuff. Originally committed as revision 9090 to svn://svn.ffmpeg.org/ffmpeg/trunk
* forgotten h.261 seek regression checksum update due toMichael Niedermayer2007-05-21
| | | | | | | | "r9076 | michael | 2007-05-20 03:05:34 +0200 (Sun, 20 May 2007) | 2 lines slightly more correct spliting of frames" Originally committed as revision 9089 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not try to set a video standard unless "-tvstd" is specifiedLuca Abeni2007-05-21
| | | | Originally committed as revision 9088 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print and return error if output is non seekableBaptiste Coudurier2007-05-21
| | | | Originally committed as revision 9087 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename motion_test.c to motion-test.c, which is the naming scheme used by allDiego Biurrun2007-05-21
| | | | | | | other test programs. As a positive sideeffect, this makes the build system try to actually create the executable file. Originally committed as revision 9086 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix imgresample-test linking.Diego Biurrun2007-05-21
| | | | Originally committed as revision 9085 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add explanatory comments to some #endifs.Diego Biurrun2007-05-21
| | | | Originally committed as revision 9084 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make compilation of mpegaudiodec conditionalAurelien Jacobs2007-05-20
| | | | Originally committed as revision 9083 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove dependency of mpeg audio encoder over mpeg audio decoderAurelien Jacobs2007-05-20
| | | | Originally committed as revision 9082 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a ff_ prefix to some mpegaudio funcsAurelien Jacobs2007-05-20
| | | | Originally committed as revision 9081 to svn://svn.ffmpeg.org/ffmpeg/trunk
* loosen dependencies over mpegaudiodecAurelien Jacobs2007-05-20
| | | | Originally committed as revision 9080 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove incorrect comment; MMX2 is preferred over 3DNow! on AthlonZuxy Meng2007-05-20
| | | | Originally committed as revision 9079 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use AV_LOG_ERROR instead of INFO for errorsMichael Niedermayer2007-05-20
| | | | Originally committed as revision 9078 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sanity checks for bitrate tolerance and buffer size (= fail if a single ↵Michael Niedermayer2007-05-20
| | | | | | | | frame at the requested bitrate would be bigger than the buffer size) Originally committed as revision 9077 to svn://svn.ffmpeg.org/ffmpeg/trunk
* slightly more correct spliting of framesMichael Niedermayer2007-05-20
| | | | Originally committed as revision 9076 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add --enable-auto-image-base for building mingw32 & cygwin DLLsZuxy Meng2007-05-19
| | | | Originally committed as revision 9075 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move MJpegDecodeContext declaration from mjpeg.h to mjpegdec.hAurelien Jacobs2007-05-19
| | | | Originally committed as revision 9074 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move mjpeg-b decoder in its own fileAurelien Jacobs2007-05-19
| | | | Originally committed as revision 9073 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: forgot to svn add mjpegdec.hAurelien Jacobs2007-05-19
| | | | Originally committed as revision 9072 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move sp5x decoder in its own fileAurelien Jacobs2007-05-19
| | | | Originally committed as revision 9071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allows to disable jpegls decoderAurelien Jacobs2007-05-19
| | | | Originally committed as revision 9070 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Blackfin optimized uyvytoyv12 routine. the implementation includes chroma ↵Marc Hoffman2007-05-19
| | | | | | | | averaging. This is 10x faster than the cooresponding C function. Originally committed as revision 23345 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* change brute force search to min-heap. 3.6x faster generate_len_table, 8% ↵Loren Merritt2007-05-19
| | | | | | faster ffvhuff encoding. Originally committed as revision 9069 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move mjpega_dump_header bitstream filter in its own fileAurelien Jacobs2007-05-19
| | | | Originally committed as revision 9068 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move imx_dump_header bitstream filter in its own fileAurelien Jacobs2007-05-19
| | | | Originally committed as revision 9067 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move dump_extradata bitstream filter in its own fileAurelien Jacobs2007-05-19
| | | | Originally committed as revision 9066 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move remove_extradata bitstream filter in its own fileAurelien Jacobs2007-05-19
| | | | Originally committed as revision 9065 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move noise bitstream filter in its own fileAurelien Jacobs2007-05-19
| | | | Originally committed as revision 9064 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move mp3_header_compress bitstream filter in its own fileAurelien Jacobs2007-05-19
| | | | Originally committed as revision 9063 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move mp3_header_decompress bitstream filter in its own fileAurelien Jacobs2007-05-19
| | | | Originally committed as revision 9062 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add proper prefix to extern mpeg audio data tablesAurelien Jacobs2007-05-19
| | | | Originally committed as revision 9061 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move some common mpeg audio tables from mpegaudiodectab.h to mpegaudiodata.cAurelien Jacobs2007-05-19
| | | | Originally committed as revision 9060 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move the mjpeg_encoder struct from mpegvideo.c to mjpegenc.cAurelien Jacobs2007-05-18
| | | | Originally committed as revision 9059 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a proper prefix to all mjpeg encoder exported functionsAurelien Jacobs2007-05-18
| | | | Originally committed as revision 9058 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split ljpeg encoder out of mjpeg.cAurelien Jacobs2007-05-18
| | | | Originally committed as revision 9057 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Better error reporting.Benjamin Larsson2007-05-18
| | | | Originally committed as revision 9056 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: macrofy duplicate code in huffyuvLoren Merritt2007-05-18
| | | | Originally committed as revision 9055 to svn://svn.ffmpeg.org/ffmpeg/trunk
* r3938 broke 2pass huffyuv (not that anyone uses it)Loren Merritt2007-05-18
| | | | Originally committed as revision 9054 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 3DNow! and SSSE3 optimization to QNS DSP functions; use pmulhrw/pmulhrsw ↵Zuxy Meng2007-05-18
| | | | | | instead of pmulhw Originally committed as revision 9053 to svn://svn.ffmpeg.org/ffmpeg/trunk