9733 Commits (26ef3220cf6ad4a3cb1580086c244394f5aa3094)
 

Author SHA1 Message Date
Aurelien Jacobs d0d866e09f vorbis encoder missed rename to libvorbis 18 years ago
Panagiotis Issaris d632239c9c Split the h261.c file into separate files for the encoder, decoder and common stuff. 18 years ago
Michael Niedermayer e21c53bd39 forgotten h.261 seek regression checksum update due to 18 years ago
Luca Abeni df0cecdde0 Do not try to set a video standard unless "-tvstd" is specified 18 years ago
Baptiste Coudurier 4f60f34a89 print and return error if output is non seekable 18 years ago
Diego Biurrun 86c33b29d2 Rename motion_test.c to motion-test.c, which is the naming scheme used by all 18 years ago
Diego Biurrun 14eb0a2ed1 Fix imgresample-test linking. 18 years ago
Diego Biurrun fca6a0dd34 Add explanatory comments to some #endifs. 18 years ago
Aurelien Jacobs 9f77cab2a0 make compilation of mpegaudiodec conditional 18 years ago
Aurelien Jacobs 08aa2c9bd2 remove dependency of mpeg audio encoder over mpeg audio decoder 18 years ago
Aurelien Jacobs ca6e50afc1 add a ff_ prefix to some mpegaudio funcs 18 years ago
Aurelien Jacobs 4bd8e17c8d loosen dependencies over mpegaudiodec 18 years ago
Zuxy Meng 663deb54af Remove incorrect comment; MMX2 is preferred over 3DNow! on Athlon 18 years ago
Michael Niedermayer db7f647e10 use AV_LOG_ERROR instead of INFO for errors 18 years ago
Michael Niedermayer 64be2e60ef sanity checks for bitrate tolerance and buffer size (= fail if a single frame at the 18 years ago
Michael Niedermayer cb590b4842 slightly more correct spliting of frames 18 years ago
Zuxy Meng d205abe9f7 Add --enable-auto-image-base for building mingw32 & cygwin DLLs 18 years ago
Aurelien Jacobs bf406d90e4 move MJpegDecodeContext declaration from mjpeg.h to mjpegdec.h 18 years ago
Aurelien Jacobs 0a59a18b4e move mjpeg-b decoder in its own file 18 years ago
Aurelien Jacobs 82ec791834 10l: forgot to svn add mjpegdec.h 18 years ago
Aurelien Jacobs 40cce9ff91 move sp5x decoder in its own file 18 years ago
Aurelien Jacobs 5acd8d9e77 allows to disable jpegls decoder 18 years ago
Marc Hoffman bf4a90fcc3 Blackfin optimized uyvytoyv12 routine. the implementation includes chroma averaging. 18 years ago
Loren Merritt 98ef8c324c change brute force search to min-heap. 3.6x faster generate_len_table, 8% faster ffvhuff encoding. 18 years ago
Aurelien Jacobs d2f43ca998 move mjpega_dump_header bitstream filter in its own file 18 years ago
Aurelien Jacobs ab8072a6a2 move imx_dump_header bitstream filter in its own file 18 years ago
Aurelien Jacobs 8bf63e1c80 move dump_extradata bitstream filter in its own file 18 years ago
Aurelien Jacobs 5209c83607 move remove_extradata bitstream filter in its own file 18 years ago
Aurelien Jacobs cd7105e6a0 move noise bitstream filter in its own file 18 years ago
Aurelien Jacobs a975d9e288 move mp3_header_compress bitstream filter in its own file 18 years ago
Aurelien Jacobs b57eed12da move mp3_header_decompress bitstream filter in its own file 18 years ago
Aurelien Jacobs 677fe2e226 add proper prefix to extern mpeg audio data tables 18 years ago
Aurelien Jacobs 4991c0516d move some common mpeg audio tables from mpegaudiodectab.h to mpegaudiodata.c 18 years ago
Aurelien Jacobs 63ab52b7ec move the mjpeg_encoder struct from mpegvideo.c to mjpegenc.c 18 years ago
Aurelien Jacobs 44301eaa55 add a proper prefix to all mjpeg encoder exported functions 18 years ago
Aurelien Jacobs d9c9259f89 split ljpeg encoder out of mjpeg.c 18 years ago
Benjamin Larsson 56fd7cc584 Better error reporting. 18 years ago
Loren Merritt bf1a5a46d6 cosmetics: macrofy duplicate code in huffyuv 18 years ago
Loren Merritt 390f9f3127 r3938 broke 2pass huffyuv (not that anyone uses it) 18 years ago
Zuxy Meng 038bfcf9d6 3DNow! and SSSE3 optimization to QNS DSP functions; use pmulhrw/pmulhrsw instead of pmulhw 18 years ago
Reimar Döffinger 2c32b173d9 Move attribute_unused to variable declarations in macros instead of 18 years ago
Aurelien Jacobs 670a6b133b remove libdts decoder, we have a native dts decoder 18 years ago
Aurelien Jacobs facbea9596 prevent misdetection by using a stricter regexp 18 years ago
Aurelien Jacobs 944721c160 add proper prefix to new mjpeg extern func/var 18 years ago
Aurelien Jacobs 4922a5b0ee split mjpeg.c into an encoder and a decoder file 18 years ago
Guillaume Poirier 88bcb6c23f use macro Use DECLARE_ALIGNED_16 to align stack-allocated variables 18 years ago
Benjamin Larsson 78a010fb00 Only compile fft and mdct when needed. 18 years ago
Benjamin Larsson c17a53b71f Use FFABS instead of abs. 18 years ago
Alex Beregszaszi c8df9c6358 Use usleep instead of sleep, some MinGW versions lack sleep. 18 years ago
Reimar Döffinger 0bda781739 Use DECLARE_ALIGNED for alignment in libpostprocess 18 years ago