summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Change some leftover __attribute__((unused)) and __attribute__((used)) toReimar Döffinger2007-05-14
* remove some unused mjpeg encoding variablesAurelien Jacobs2007-05-14
* jpegls encoder does not call this function, so remove useless testsAurelien Jacobs2007-05-13
* split jpeg_ls into jpeglsdec, jpeglsenc and jpeglsAurelien Jacobs2007-05-13
* Use TARGET_ARMV6 variable instead of HAVE_ARMV6 for consistency.Diego Biurrun2007-05-13
* Blackfin DSP utilities: add DEFUN_ENDMarc Hoffman2007-05-13
* Blackfin optimized YUV420 to RGB CSC Color Space Converters.Marc Hoffman2007-05-13
* correct last element inited checkMichael Niedermayer2007-05-13
* Faster SSE FFT/MDCT, patch by Zuxy Meng %zuxy P meng A gmail P com%Zuxy Meng2007-05-13
* Do not use return with argument for a function "returning" void.Reimar Döffinger2007-05-13
* use DECLARE_ALIGNED from mem.h (which is included through common.h)Alex Beregszaszi2007-05-13
* cosmetics: indentAurelien Jacobs2007-05-13
* replace some #ifdef CONFIG_* by if(ENABLE_*)Aurelien Jacobs2007-05-13
* cosmetics: indentationAurelien Jacobs2007-05-12
* make compilation of mjpeg.c optionalAurelien Jacobs2007-05-12
* allow to enable or disable every bitstream filters individuallyJason Millard2007-05-12
* jpegls never call this code, so those tests are uselessAurelien Jacobs2007-05-12
* simplify, no need for a functionBaptiste Coudurier2007-05-12
* fix ctts index computation when seeking, check must be done against next ctts...Baptiste Coudurier2007-05-12
* Added support for instances where linesize[0] is negative.Benjamin Larsson2007-05-12
* Remove redundant extern declaration of j_rev_dct that is alreadyDiego Biurrun2007-05-12
* cosmetics: Group all test targets together.Diego Biurrun2007-05-12
* sse2 & ssse3 versions of dct_quantize.Loren Merritt2007-05-12
* configure check for whether we can compile ssse3Loren Merritt2007-05-12
* factor sum_abs_dctelem out of dct_sad, and simd it.Loren Merritt2007-05-12
* sse2 & ssse3 versions of hadamard. unroll and inline diff_pixels.Loren Merritt2007-05-12
* fix a crash with svq1 + sse2.Loren Merritt2007-05-12
* cosmetics: fix indentationAlex Beregszaszi2007-05-11
* cosmetics; one test per line for all isXXX(x) macrosIvo van Poorten2007-05-11
* Merge RoQ entriesDiego Biurrun2007-05-11
* rename pnm.c to pnmenc.c and pnm_common.c to pnm.cAurelien Jacobs2007-05-11
* Remove duplicate #includes, avcodec.h #includes common.h.Diego Biurrun2007-05-11
* Remove unused variable.Diego Biurrun2007-05-11
* 10l, r8991 broke mmx1 sadLoren Merritt2007-05-11
* sse2 version of fullpel sad.Loren Merritt2007-05-11
* tweak mmx2 sad.Loren Merritt2007-05-11
* dmb1 fourcc, mjpeg_opendml.movBaptiste Coudurier2007-05-10
* make compilation of pnm.c optionalAurelien Jacobs2007-05-10
* move pnm parser in its own fileAurelien Jacobs2007-05-10
* move mjpeg parser in its own fileAurelien Jacobs2007-05-10
* cosmetics: reindentAurelien Jacobs2007-05-10
* split h264.c to move parser in its own fileAurelien Jacobs2007-05-10
* tweak mmx2 sad.Loren Merritt2007-05-10
* Revert r8979 (Ugly fix for r8963)Ramiro Polla2007-05-10
* Proper fix for r8963Jindřich Makovička2007-05-10
* rename vorbis.c to vorbis_dec.c and vorbis_common.c to vorbis.cAurelien Jacobs2007-05-10
* loosen vorbis_enc.c dependencies by spliting vorbis.cAurelien Jacobs2007-05-10
* Fix r8963Ramiro Polla2007-05-10
* Fix Vorbis encoder Xiph dependency by making sure the references toPanagiotis Issaris2007-05-10
* Use url_fopen error code when opening input fileBenoit Fouet2007-05-10