summaryrefslogtreecommitdiffstats
path: root/libavcodec/i386
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: indentationAurelien Jacobs2007-07-101-2/+2
* Avoid linking with h263.c functions when the relevant codecsAurelien Jacobs2007-07-101-0/+3
* make arguments to ssd_int8_vs_int16() constMåns Rullgård2007-07-081-1/+1
* typosDiego Biurrun2007-07-052-2/+2
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+1
* Group all copyright and author notices together.Diego Biurrun2007-07-056-66/+56
* add a comment to indicate which #endif belong to which #defineGuillaume Poirier2007-06-171-1/+1
* add multiple inclusion guards to headersMåns Rullgård2007-06-171-0/+4
* correct type for {put,avg}_h264_chroma_mc2_mmx2Måns Rullgård2007-06-161-2/+2
* misc typo fixesDiego Biurrun2007-06-122-3/+3
* misc spelling fixesDiego Biurrun2007-06-125-14/+15
* work around issues with the old version of Gnu Assembler shipped onGraham Booker2007-06-081-8/+8
* Preprocessor #defines starting with __ are reserved for the system.Diego Biurrun2007-06-071-1/+1
* Use FFmpeg-specific CPU feature definitions.Ronald S. Bultje2007-06-071-17/+17
* rename attribute_unused to av_unused and moves its declaration to common.hCarl Eugen Hoyos2007-05-301-5/+5
* Remove incorrect comment; MMX2 is preferred over 3DNow! on AthlonZuxy Meng2007-05-201-1/+0
* 3DNow! and SSSE3 optimization to QNS DSP functions; use pmulhrw/pmulhrsw inst...Zuxy Meng2007-05-182-80/+170
* better separation of vp3dsp functions from dsputil_mmx.cAurelien Jacobs2007-05-165-24/+89
* Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje2007-05-1615-21/+21
* Make vp3dsp*.c compilation optional.Panagiotis Issaris2007-05-141-1/+2
* Change some leftover __attribute__((unused)) and __attribute__((used)) toReimar Döffinger2007-05-141-2/+2
* Faster SSE FFT/MDCT, patch by Zuxy Meng %zuxy P meng A gmail P com%Zuxy Meng2007-05-131-14/+66
* sse2 & ssse3 versions of dct_quantize.Loren Merritt2007-05-122-84/+133
* factor sum_abs_dctelem out of dct_sad, and simd it.Loren Merritt2007-05-121-0/+72
* sse2 & ssse3 versions of hadamard. unroll and inline diff_pixels.Loren Merritt2007-05-121-59/+210
* 10l, r8991 broke mmx1 sadLoren Merritt2007-05-111-0/+1
* sse2 version of fullpel sad.Loren Merritt2007-05-111-0/+32
* tweak mmx2 sad.Loren Merritt2007-05-111-90/+121
* tweak mmx2 sad.Loren Merritt2007-05-101-33/+21
* sse2 version of fdct_col.Loren Merritt2007-05-101-92/+94
* cosmetics: remove code duplication in hadamard8_diff_mmxLoren Merritt2007-05-091-183/+117
* cosmetics: remove duplicate transpose macroLoren Merritt2007-05-082-12/+6
* Fix parts missed in clip -> av_clip renameReimar Döffinger2007-04-191-1/+1
* typosDiego Biurrun2007-04-071-1/+1
* mmx 16-bit ssd. 2.3x faster svq1 encoding.Loren Merritt2007-03-301-0/+34
* Fix wrong conditional, Snow decoding, not encoding, was SIMD-accelerated.Diego Biurrun2007-02-241-2/+2
* reorder a few more paddws to reduce dependancy chainsMichael Niedermayer2007-02-231-2/+2
* reorder paddws to reduce dependancy chainMichael Niedermayer2007-02-231-1/+1
* shortening dependancy chain in chroma mc2Michael Niedermayer2007-02-231-6/+6
* remove now wrong commentMichael Niedermayer2007-02-231-2/+0
* fix chroma mc2 bug, this is based on a patch by (Oleg Metelitsa oleg hitron c...Michael Niedermayer2007-02-231-2/+5
* gcc 2.95 fixMichael Niedermayer2007-02-221-3/+3
* fix for x86-64Måns Rullgård2007-02-181-1/+1
* rewrite H264_CHROMA_MC4_TMPL (20% faster)Michael Niedermayer2007-02-171-73/+61
* add a few asserts to ensure alignmentMichael Niedermayer2007-02-161-0/+4
* prevent h.264 MC related functions from being inlined (yes this is much faste...Michael Niedermayer2007-02-161-13/+13
* Minor AMD64 compilation fixReimar Döffinger2007-02-101-1/+1
* maybe fix x86_64 (untested)Michael Niedermayer2007-02-101-3/+3
* factor out common subexprssion (gcc of course is too stupid to do this ...)Michael Niedermayer2007-02-091-2/+3
* merge asm fragments in H264_CHROMA_MC2_TMPL()Michael Niedermayer2007-02-091-40/+29
OpenPOWER on IntegriCloud