summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* those tables don't need to be externAurelien Jacobs2007-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
* add missing rules for wmv2 compilationAurelien Jacobs2007-05-10
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-10
* sse2 version of fdct_col.Loren Merritt2007-05-10
* Simplify ptr[0]; ptr++; to *ptr++Ramiro Polla2007-05-09
* Use bytestreamRamiro Polla2007-05-09
* Use AV_XX16 macrosRamiro Polla2007-05-09
* move ff_mpeg4_find_frame_end() from h263dec.c to mpeg4video_parser.cAurelien Jacobs2007-05-09
* Factorize usumRamiro Polla2007-05-09
* Use 1 array with double the size instead of 2 arrays with normal sizeRamiro Polla2007-05-09
* Add bias instead of -32 or 0, as is done in g.722.1Ramiro Polla2007-05-09
* Indentation for previous patchRamiro Polla2007-05-09