9498 Commits (d9c9259f89af7f4a4a2029f1c1b9c0513e1b3a6d)
 

Author SHA1 Message Date
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
Diego Biurrun e9b19db82b Make documentation build nonrecursive: Merge it into the top-level Makefile. 18 years ago
Benjamin Larsson 54353abef2 Remove lots of unused commented code. (Cleanup) 18 years ago
Benjamin Larsson 3bcb658c36 Change default 1 pass blocksize to 64x64. 18 years ago
Aurelien Jacobs 5b0b7054b4 better separation of vp3dsp functions from dsputil_mmx.c 18 years ago
Denis Fortin b8a9974544 printf --> av_log, patch by Denis Fortin, fortin nerim net 18 years ago
Diego Biurrun 9f17e13bfc Remove extern C declarations for C++. 18 years ago
Diego Biurrun 605315248c Remove extern C declarations for C++. 18 years ago
Sergey Vlasov 31d89e1158 DTS decoding was broken for every speaker configuration except 5.1. 18 years ago
Ronald S. Bultje f3ab6d9146 Do not specify directories in #include path, -I flags take care of this. 18 years ago
Ronald S. Bultje b550bfaa61 Add libavcodec to compiler include flags in order to simplify header 18 years ago
Diego Biurrun 14b2d01058 Drop unnecessary libavcodec/ prefix in #include path. 18 years ago
Corey Hickey 2e374f12b5 Don't forget about audio remaining in buffer, in case there is enough 18 years ago
Reimar Döffinger c6bcbb2cd3 Use DECLARE_ALIGNED to ease porting 18 years ago
Zuxy Meng b9a793eec8 Building both shared and static libraries is now possible on MinGW. 18 years ago
Alex Beregszaszi 5676d140a9 initial mingw networking support 18 years ago
Alex Beregszaszi 124bed6fb2 link to ws2_32.dll only if networking is enabled 18 years ago
Marc Hoffman 809c767ac1 Adding Myself to the Maintainers list for the Blackfin architecture 18 years ago
Michael Niedermayer a1f6643d62 dont write over the end of ref_cache 18 years ago
Panagiotis Issaris 9b5dc86746 Make vp3dsp*.c compilation optional. 18 years ago
Reimar Döffinger e36d79c837 Change some leftover __attribute__((unused)) and __attribute__((used)) to 18 years ago
Aurelien Jacobs 37c26ae9ff remove some unused mjpeg encoding variables 18 years ago
Aurelien Jacobs 7fcf41091e jpegls encoder does not call this function, so remove useless tests 18 years ago
Aurelien Jacobs 6ba04c2b03 split jpeg_ls into jpeglsdec, jpeglsenc and jpegls 18 years ago
Diego Biurrun 1adf2e564a Use TARGET_ARMV6 variable instead of HAVE_ARMV6 for consistency. 18 years ago
Marc Hoffman 27885fad3e Blackfin DSP utilities: add DEFUN_END 18 years ago
Marc Hoffman d3f3eea92d Blackfin optimized YUV420 to RGB CSC Color Space Converters. 18 years ago
Michael Niedermayer 79d4c96a1a correct last element inited check 18 years ago
Zuxy Meng 25e4f8aaee Faster SSE FFT/MDCT, patch by Zuxy Meng %zuxy P meng A gmail P com% 18 years ago
Reimar Döffinger 3a136a06fd Do not use return with argument for a function "returning" void. 18 years ago
Alex Beregszaszi 43c7c7c7cf use DECLARE_ALIGNED from mem.h (which is included through common.h) 18 years ago
Aurelien Jacobs f8b2417eba cosmetics: indent 18 years ago
Aurelien Jacobs 70724cba75 replace some #ifdef CONFIG_* by if(ENABLE_*) 18 years ago
Aurelien Jacobs 6d8bfb52f0 cosmetics: indentation 18 years ago
Aurelien Jacobs f6993c9fa1 make compilation of mjpeg.c optional 18 years ago
Jason Millard cd61e40781 allow to enable or disable every bitstream filters individually 18 years ago