summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Remove lots of unused commented code. (Cleanup)Benjamin Larsson2007-05-17
* Change default 1 pass blocksize to 64x64.Benjamin Larsson2007-05-17
* better separation of vp3dsp functions from dsputil_mmx.cAurelien Jacobs2007-05-16
* printf --> av_log, patch by Denis Fortin, fortin nerim netDenis Fortin2007-05-16
* Remove extern C declarations for C++.Diego Biurrun2007-05-16
* DTS decoding was broken for every speaker configuration except 5.1.Sergey Vlasov2007-05-16
* Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje2007-05-16
* Use DECLARE_ALIGNED to ease portingReimar Döffinger2007-05-15
* dont write over the end of ref_cacheMichael Niedermayer2007-05-14
* Make vp3dsp*.c compilation optional.Panagiotis Issaris2007-05-14
* 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
* Faster SSE FFT/MDCT, patch by Zuxy Meng %zuxy P meng A gmail P com%Zuxy Meng2007-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
* 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
* 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
* 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
* 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
* 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
* add AVERROR_NOENTBenoit Fouet2007-05-10
* disable reference to msmpeg4 and wmv2 code when those codecs are not compiled inAurelien Jacobs2007-05-10