| Commit message (Expand) | Author | Age | Files | Lines |
* | link to ws2_32.dll only if networking is enabled | Alex Beregszaszi | 2007-05-15 | 1 | -1/+1 |
* | Adding Myself to the Maintainers list for the Blackfin architecture | Marc Hoffman | 2007-05-15 | 1 | -0/+1 |
* | dont write over the end of ref_cache | Michael Niedermayer | 2007-05-14 | 1 | -2/+2 |
* | Make vp3dsp*.c compilation optional. | Panagiotis Issaris | 2007-05-14 | 3 | -9/+11 |
* | Change some leftover __attribute__((unused)) and __attribute__((used)) to | Reimar Döffinger | 2007-05-14 | 5 | -10/+10 |
* | remove some unused mjpeg encoding variables | Aurelien Jacobs | 2007-05-14 | 3 | -8/+1 |
* | jpegls encoder does not call this function, so remove useless tests | Aurelien Jacobs | 2007-05-13 | 1 | -8/+1 |
* | split jpeg_ls into jpeglsdec, jpeglsenc and jpegls | Aurelien Jacobs | 2007-05-13 | 9 | -1025/+1207 |
* | Use TARGET_ARMV6 variable instead of HAVE_ARMV6 for consistency. | Diego Biurrun | 2007-05-13 | 1 | -1/+1 |
* | Blackfin DSP utilities: add DEFUN_END | Marc Hoffman | 2007-05-13 | 4 | -0/+25 |
* | Blackfin optimized YUV420 to RGB CSC Color Space Converters. | Marc Hoffman | 2007-05-13 | 7 | -1/+690 |
* | correct last element inited check | Michael Niedermayer | 2007-05-13 | 1 | -1/+1 |
* | Faster SSE FFT/MDCT, patch by Zuxy Meng %zuxy P meng A gmail P com% | Zuxy Meng | 2007-05-13 | 1 | -14/+66 |
* | Do not use return with argument for a function "returning" void. | Reimar Döffinger | 2007-05-13 | 1 | -2/+2 |
* | use DECLARE_ALIGNED from mem.h (which is included through common.h) | Alex Beregszaszi | 2007-05-13 | 1 | -19/+11 |
* | cosmetics: indent | Aurelien Jacobs | 2007-05-13 | 1 | -2/+3 |
* | replace some #ifdef CONFIG_* by if(ENABLE_*) | Aurelien Jacobs | 2007-05-13 | 1 | -21/+8 |
* | cosmetics: indentation | Aurelien Jacobs | 2007-05-12 | 1 | -2/+3 |
* | make compilation of mjpeg.c optional | Aurelien Jacobs | 2007-05-12 | 2 | -5/+15 |
* | allow to enable or disable every bitstream filters individually | Jason Millard | 2007-05-12 | 6 | -11/+44 |
* | jpegls never call this code, so those tests are useless | Aurelien Jacobs | 2007-05-12 | 1 | -2/+1 |
* | simplify, no need for a function | Baptiste Coudurier | 2007-05-12 | 1 | -10/+4 |
* | fix ctts index computation when seeking, check must be done against next ctts... | Baptiste Coudurier | 2007-05-12 | 1 | -3/+4 |
* | Added support for instances where linesize[0] is negative. | Benjamin Larsson | 2007-05-12 | 1 | -3/+12 |
* | Remove redundant extern declaration of j_rev_dct that is already | Diego Biurrun | 2007-05-12 | 1 | -1/+0 |
* | cosmetics: Group all test targets together. | Diego Biurrun | 2007-05-12 | 1 | -7/+7 |
* | sse2 & ssse3 versions of dct_quantize. | Loren Merritt | 2007-05-12 | 2 | -84/+133 |
* | configure check for whether we can compile ssse3 | Loren Merritt | 2007-05-12 | 1 | -0/+8 |
* | factor sum_abs_dctelem out of dct_sad, and simd it. | Loren Merritt | 2007-05-12 | 3 | -7/+84 |
* | sse2 & ssse3 versions of hadamard. unroll and inline diff_pixels. | Loren Merritt | 2007-05-12 | 1 | -59/+210 |
* | fix a crash with svq1 + sse2. | Loren Merritt | 2007-05-12 | 1 | -0/+2 |
* | cosmetics: fix indentation | Alex Beregszaszi | 2007-05-11 | 1 | -2/+2 |
* | cosmetics; one test per line for all isXXX(x) macros | Ivo van Poorten | 2007-05-11 | 2 | -31/+91 |
* | Merge RoQ entries | Diego Biurrun | 2007-05-11 | 1 | -2/+1 |
* | rename pnm.c to pnmenc.c and pnm_common.c to pnm.c | Aurelien Jacobs | 2007-05-11 | 4 | -536/+536 |
* | Remove duplicate #includes, avcodec.h #includes common.h. | Diego Biurrun | 2007-05-11 | 2 | -2/+0 |
* | Remove unused variable. | Diego Biurrun | 2007-05-11 | 1 | -1/+0 |
* | 10l, r8991 broke mmx1 sad | Loren Merritt | 2007-05-11 | 1 | -0/+1 |
* | sse2 version of fullpel sad. | Loren Merritt | 2007-05-11 | 1 | -0/+32 |
* | tweak mmx2 sad. | Loren Merritt | 2007-05-11 | 1 | -90/+121 |
* | dmb1 fourcc, mjpeg_opendml.mov | Baptiste Coudurier | 2007-05-10 | 1 | -0/+1 |
* | make compilation of pnm.c optional | Aurelien Jacobs | 2007-05-10 | 1 | -1/+5 |
* | move pnm parser in its own file | Aurelien Jacobs | 2007-05-10 | 5 | -206/+281 |
* | move mjpeg parser in its own file | Aurelien Jacobs | 2007-05-10 | 3 | -73/+102 |
* | cosmetics: reindent | Aurelien Jacobs | 2007-05-10 | 1 | -2/+4 |
* | split h264.c to move parser in its own file | Aurelien Jacobs | 2007-05-10 | 7 | -474/+586 |
* | tweak mmx2 sad. | Loren Merritt | 2007-05-10 | 1 | -33/+21 |
* | Revert r8979 (Ugly fix for r8963) | Ramiro Polla | 2007-05-10 | 1 | -2/+2 |
* | Proper fix for r8963 | Jindřich Makovička | 2007-05-10 | 1 | -17/+17 |
* | rename vorbis.c to vorbis_dec.c and vorbis_common.c to vorbis.c | Aurelien Jacobs | 2007-05-10 | 4 | -1752/+1752 |