4936 Commits (4bd8e17c8d371dc05af63b15c11342e40184df61)

Author SHA1 Message Date
  Aurelien Jacobs 4bd8e17c8d loosen dependencies over mpegaudiodec 19 years ago
  Zuxy Meng 663deb54af Remove incorrect comment; MMX2 is preferred over 3DNow! on Athlon 19 years ago
  Michael Niedermayer db7f647e10 use AV_LOG_ERROR instead of INFO for errors 19 years ago
  Michael Niedermayer 64be2e60ef sanity checks for bitrate tolerance and buffer size (= fail if a single frame at the 19 years ago
  Michael Niedermayer cb590b4842 slightly more correct spliting of frames 19 years ago
  Aurelien Jacobs bf406d90e4 move MJpegDecodeContext declaration from mjpeg.h to mjpegdec.h 19 years ago
  Aurelien Jacobs 0a59a18b4e move mjpeg-b decoder in its own file 19 years ago
  Aurelien Jacobs 82ec791834 10l: forgot to svn add mjpegdec.h 19 years ago
  Aurelien Jacobs 40cce9ff91 move sp5x decoder in its own file 19 years ago
  Aurelien Jacobs 5acd8d9e77 allows to disable jpegls decoder 19 years ago
  Loren Merritt 98ef8c324c change brute force search to min-heap. 3.6x faster generate_len_table, 8% faster ffvhuff encoding. 19 years ago
  Aurelien Jacobs d2f43ca998 move mjpega_dump_header bitstream filter in its own file 19 years ago
  Aurelien Jacobs ab8072a6a2 move imx_dump_header bitstream filter in its own file 19 years ago
  Aurelien Jacobs 8bf63e1c80 move dump_extradata bitstream filter in its own file 19 years ago
  Aurelien Jacobs 5209c83607 move remove_extradata bitstream filter in its own file 19 years ago
  Aurelien Jacobs cd7105e6a0 move noise bitstream filter in its own file 19 years ago
  Aurelien Jacobs a975d9e288 move mp3_header_compress bitstream filter in its own file 19 years ago
  Aurelien Jacobs b57eed12da move mp3_header_decompress bitstream filter in its own file 19 years ago
  Aurelien Jacobs 677fe2e226 add proper prefix to extern mpeg audio data tables 19 years ago
  Aurelien Jacobs 4991c0516d move some common mpeg audio tables from mpegaudiodectab.h to mpegaudiodata.c 19 years ago
  Aurelien Jacobs 63ab52b7ec move the mjpeg_encoder struct from mpegvideo.c to mjpegenc.c 19 years ago
  Aurelien Jacobs 44301eaa55 add a proper prefix to all mjpeg encoder exported functions 19 years ago
  Aurelien Jacobs d9c9259f89 split ljpeg encoder out of mjpeg.c 19 years ago
  Benjamin Larsson 56fd7cc584 Better error reporting. 19 years ago
  Loren Merritt bf1a5a46d6 cosmetics: macrofy duplicate code in huffyuv 19 years ago
  Loren Merritt 390f9f3127 r3938 broke 2pass huffyuv (not that anyone uses it) 19 years ago
  Zuxy Meng 038bfcf9d6 3DNow! and SSSE3 optimization to QNS DSP functions; use pmulhrw/pmulhrsw instead of pmulhw 19 years ago
  Reimar Döffinger 2c32b173d9 Move attribute_unused to variable declarations in macros instead of 19 years ago
  Aurelien Jacobs 670a6b133b remove libdts decoder, we have a native dts decoder 19 years ago
  Aurelien Jacobs 944721c160 add proper prefix to new mjpeg extern func/var 19 years ago
  Aurelien Jacobs 4922a5b0ee split mjpeg.c into an encoder and a decoder file 19 years ago
  Guillaume Poirier 88bcb6c23f use macro Use DECLARE_ALIGNED_16 to align stack-allocated variables 19 years ago
  Benjamin Larsson 78a010fb00 Only compile fft and mdct when needed. 19 years ago
  Benjamin Larsson c17a53b71f Use FFABS instead of abs. 19 years ago
  Benjamin Larsson 54353abef2 Remove lots of unused commented code. (Cleanup) 19 years ago
  Benjamin Larsson 3bcb658c36 Change default 1 pass blocksize to 64x64. 19 years ago
  Aurelien Jacobs 5b0b7054b4 better separation of vp3dsp functions from dsputil_mmx.c 19 years ago
  Denis Fortin b8a9974544 printf --> av_log, patch by Denis Fortin, fortin nerim net 19 years ago
  Diego Biurrun 605315248c Remove extern C declarations for C++. 19 years ago
  Sergey Vlasov 31d89e1158 DTS decoding was broken for every speaker configuration except 5.1. 19 years ago
  Ronald S. Bultje b550bfaa61 Add libavcodec to compiler include flags in order to simplify header 19 years ago
  Reimar Döffinger c6bcbb2cd3 Use DECLARE_ALIGNED to ease porting 19 years ago
  Michael Niedermayer a1f6643d62 dont write over the end of ref_cache 19 years ago
  Panagiotis Issaris 9b5dc86746 Make vp3dsp*.c compilation optional. 19 years ago
  Reimar Döffinger e36d79c837 Change some leftover __attribute__((unused)) and __attribute__((used)) to 19 years ago
  Aurelien Jacobs 37c26ae9ff remove some unused mjpeg encoding variables 19 years ago
  Aurelien Jacobs 7fcf41091e jpegls encoder does not call this function, so remove useless tests 19 years ago
  Aurelien Jacobs 6ba04c2b03 split jpeg_ls into jpeglsdec, jpeglsenc and jpegls 19 years ago
  Diego Biurrun 1adf2e564a Use TARGET_ARMV6 variable instead of HAVE_ARMV6 for consistency. 19 years ago
  Marc Hoffman 27885fad3e Blackfin DSP utilities: add DEFUN_END 19 years ago