9620 Commits (165f503a2782240405bad06ad5678f64afbc2a2d)
 

Author SHA1 Message Date
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
Aurelien Jacobs cf32975222 jpegls never call this code, so those tests are useless 18 years ago
Baptiste Coudurier 4440b1188e simplify, no need for a function 18 years ago
Baptiste Coudurier 54a5c7193b fix ctts index computation when seeking, check must be done against next ctts sample, thanks to Uoti 18 years ago
Benjamin Larsson d2bc04738b Added support for instances where linesize[0] is negative. 18 years ago
Diego Biurrun 7f58baa8ca Remove redundant extern declaration of j_rev_dct that is already 18 years ago
Diego Biurrun 7f4f3e169f cosmetics: Group all test targets together. 18 years ago
Loren Merritt ff506a906e sse2 & ssse3 versions of dct_quantize. 18 years ago
Loren Merritt 8e38071003 configure check for whether we can compile ssse3 18 years ago
Loren Merritt 1edbfe1994 factor sum_abs_dctelem out of dct_sad, and simd it. 18 years ago
Loren Merritt 561f940c03 sse2 & ssse3 versions of hadamard. unroll and inline diff_pixels. 18 years ago
Loren Merritt 5b67307a68 fix a crash with svq1 + sse2. 18 years ago
Alex Beregszaszi 5f09770382 cosmetics: fix indentation 18 years ago
Ivo van Poorten 9d9de37d81 cosmetics; one test per line for all isXXX(x) macros 18 years ago
Diego Biurrun 9020e6974c Merge RoQ entries 18 years ago
Aurelien Jacobs 9ac2e7971b rename pnm.c to pnmenc.c and pnm_common.c to pnm.c 18 years ago
Diego Biurrun a2e4c0ddae Remove duplicate #includes, avcodec.h #includes common.h. 18 years ago
Diego Biurrun 9636c4de32 Remove unused variable. 18 years ago
Loren Merritt ba53071acb 10l, r8991 broke mmx1 sad 18 years ago
Loren Merritt 72946825fa sse2 version of fullpel sad. 18 years ago
Loren Merritt 164d75ebf3 tweak mmx2 sad. 18 years ago
Baptiste Coudurier c3ebc833b9 dmb1 fourcc, mjpeg_opendml.mov 18 years ago
Aurelien Jacobs 1b52bec7f7 make compilation of pnm.c optional 18 years ago
Aurelien Jacobs 426a189b77 move pnm parser in its own file 18 years ago
Aurelien Jacobs b16560a389 move mjpeg parser in its own file 18 years ago
Aurelien Jacobs 87acdd5391 cosmetics: reindent 18 years ago
Aurelien Jacobs 26b4fe821c split h264.c to move parser in its own file 18 years ago
Loren Merritt eca3810e31 tweak mmx2 sad. 18 years ago
Ramiro Polla b3a257af27 Revert r8979 (Ugly fix for r8963) 18 years ago