summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
* Move attribute_unused to variable declarations in macros instead ofReimar Döffinger2007-05-17
| | | | | | introducing a useless extra variable. Originally committed as revision 9052 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove libdts decoder, we have a native dts decoderAurelien Jacobs2007-05-17
| | | | Originally committed as revision 9051 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prevent misdetection by using a stricter regexpAurelien Jacobs2007-05-17
| | | | Originally committed as revision 9050 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add proper prefix to new mjpeg extern func/varAurelien Jacobs2007-05-17
| | | | Originally committed as revision 9049 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split mjpeg.c into an encoder and a decoder fileAurelien Jacobs2007-05-17
| | | | Originally committed as revision 9048 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use macro Use DECLARE_ALIGNED_16 to align stack-allocated variablesGuillaume Poirier2007-05-17
| | | | | | | | | instead of compiler-dependent __attribute__((aligned(16))) Origiginal thread: Date: May 17, 2007 12:30 AM Subject: [PATCH] Use DECLARE_ALIGNED_16 in libavcodec/ppc/ Originally committed as revision 9047 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only compile fft and mdct when needed.Benjamin Larsson2007-05-17
| | | | | | Initial patch by Benjamin Larsson. Originally committed as revision 9046 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use FFABS instead of abs.Benjamin Larsson2007-05-17
| | | | Originally committed as revision 9045 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use usleep instead of sleep, some MinGW versions lack sleep.Alex Beregszaszi2007-05-17
| | | | Originally committed as revision 9044 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use DECLARE_ALIGNED for alignment in libpostprocessReimar Döffinger2007-05-17
| | | | Originally committed as revision 9043 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make documentation build nonrecursive: Merge it into the top-level Makefile.Diego Biurrun2007-05-17
| | | | Originally committed as revision 9042 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove lots of unused commented code. (Cleanup)Benjamin Larsson2007-05-17
| | | | Originally committed as revision 9041 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change default 1 pass blocksize to 64x64.Benjamin Larsson2007-05-17
| | | | Originally committed as revision 9040 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better separation of vp3dsp functions from dsputil_mmx.cAurelien Jacobs2007-05-16
| | | | Originally committed as revision 9039 to svn://svn.ffmpeg.org/ffmpeg/trunk