summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* add AVERROR_NOENTBenoit Fouet2007-05-10
* disable reference to msmpeg4 and wmv2 code when those codecs are not compiled inAurelien Jacobs2007-05-10
* TyposPanagiotis Issaris2007-05-10
* Reindent code after last commitLuca Abeni2007-05-10
* those tables don't need to be externAurelien Jacobs2007-05-10
* Allow avoid setting the video standard and input when capturing v4l2 video.Limin Wang2007-05-10
* use header instead of copying table declarationsAurelien Jacobs2007-05-10
* split msmpeg4 data to easily share some of it with vc1.cAurelien Jacobs2007-05-10