summaryrefslogtreecommitdiff
path: root/libavcodec/i386
Commit message (Expand)AuthorAge
* misc spelling fixesDiego Biurrun2007-06-12
* work around issues with the old version of Gnu Assembler shipped onGraham Booker2007-06-08
* Preprocessor #defines starting with __ are reserved for the system.Diego Biurrun2007-06-07
* Use FFmpeg-specific CPU feature definitions.Ronald S. Bultje2007-06-07
* rename attribute_unused to av_unused and moves its declaration to common.hCarl Eugen Hoyos2007-05-30
* Remove incorrect comment; MMX2 is preferred over 3DNow! on AthlonZuxy Meng2007-05-20
* 3DNow! and SSSE3 optimization to QNS DSP functions; use pmulhrw/pmulhrsw inst...Zuxy Meng2007-05-18
* better separation of vp3dsp functions from dsputil_mmx.cAurelien Jacobs2007-05-16
* Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje2007-05-16
* Make vp3dsp*.c compilation optional.Panagiotis Issaris2007-05-14
* Change some leftover __attribute__((unused)) and __attribute__((used)) toReimar Döffinger2007-05-14
* Faster SSE FFT/MDCT, patch by Zuxy Meng %zuxy P meng A gmail P com%Zuxy Meng2007-05-13
* 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
* 10l, r8991 broke mmx1 sadLoren Merritt2007-05-11
* sse2 version of fullpel sad.Loren Merritt2007-05-11
* tweak mmx2 sad.Loren Merritt2007-05-11
* tweak mmx2 sad.Loren Merritt2007-05-10
* sse2 version of fdct_col.Loren Merritt2007-05-10
* cosmetics: remove code duplication in hadamard8_diff_mmxLoren Merritt2007-05-09
* cosmetics: remove duplicate transpose macroLoren Merritt2007-05-08
* Fix parts missed in clip -> av_clip renameReimar Döffinger2007-04-19
* typosDiego Biurrun2007-04-07
* mmx 16-bit ssd. 2.3x faster svq1 encoding.Loren Merritt2007-03-30
* Fix wrong conditional, Snow decoding, not encoding, was SIMD-accelerated.Diego Biurrun2007-02-24
* reorder a few more paddws to reduce dependancy chainsMichael Niedermayer2007-02-23
* reorder paddws to reduce dependancy chainMichael Niedermayer2007-02-23
* shortening dependancy chain in chroma mc2Michael Niedermayer2007-02-23
* remove now wrong commentMichael Niedermayer2007-02-23
* fix chroma mc2 bug, this is based on a patch by (Oleg Metelitsa oleg hitron c...Michael Niedermayer2007-02-23
* gcc 2.95 fixMichael Niedermayer2007-02-22
* fix for x86-64Måns Rullgård2007-02-18
* rewrite H264_CHROMA_MC4_TMPL (20% faster)Michael Niedermayer2007-02-17
* add a few asserts to ensure alignmentMichael Niedermayer2007-02-16
* prevent h.264 MC related functions from being inlined (yes this is much faste...Michael Niedermayer2007-02-16
* Minor AMD64 compilation fixReimar Döffinger2007-02-10
* maybe fix x86_64 (untested)Michael Niedermayer2007-02-10
* factor out common subexprssion (gcc of course is too stupid to do this ...)Michael Niedermayer2007-02-09
* merge asm fragments in H264_CHROMA_MC2_TMPL()Michael Niedermayer2007-02-09
* Add the const specifier as needed to reduce the number of warnings.Panagiotis Issaris2007-01-30
* Fix some more license headers.Diego Biurrun2007-01-22
* Add SSSE3 (Core2 aka Conroe/Merom/Woodcrester new instructions) detectionGuillaume Poirier2006-12-18
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-08
* revert bad checkinMåns Rullgård2006-11-14
* move some CFLAGS settings away from config.* writing sectionMåns Rullgård2006-11-14
* zigzag_direct_noperm doesn't exist, remove declarationMåns Rullgård2006-11-12
* rename inverse -> ff_inverseMåns Rullgård2006-11-12
* adding more static keywordsMåns Rullgård2006-11-12
* ensure alignment (no speed change)Michael Niedermayer2006-11-03