summaryrefslogtreecommitdiff
path: root/libavcodec/i386/dsputil_mmx.c
Commit message (Expand)AuthorAge
* 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
* 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
* cosmetics: remove code duplication in hadamard8_diff_mmxLoren Merritt2007-05-09
* cosmetics: remove duplicate transpose macroLoren Merritt2007-05-08
* 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
* Add the const specifier as needed to reduce the number of warnings.Panagiotis Issaris2007-01-30
* revert bad checkinMåns Rullgård2006-11-14
* move some CFLAGS settings away from config.* writing sectionMåns Rullgård2006-11-14
* adding more static keywordsMåns Rullgård2006-11-12
* optimize H264_DEBLOCK_P0_Q0Michael Niedermayer2006-11-03
* Put libmpeg2 IDCT functions under CONFIG_GPL, fixes link failureDiego Biurrun2006-10-14
* Rename ABS macro to FFABS.Diego Biurrun2006-10-11
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Switch idct_mmx_xvid.c from GPL to LGPL as permitted by theDiego Biurrun2006-10-05
* approximate qpel functions: sacrifice some quality for some decoding speed. e...Loren Merritt2006-10-01
* add some #ifdef CONFIG_ENCODERS/DECODERSMåns Rullgård2006-09-27
* disable vp3 mmx idct for theora files to avoid artifactsAurelien Jacobs2006-09-14
* Remove the LGPL exception clause as discussed on ffmpeg-develDiego Biurrun2006-09-14
* Enables back the mmx/sse optimized version of the vp3 idct.Aurelien Jacobs2006-09-12
* remove redundant declarationsMåns Rullgård2006-09-02
* mmx implementation of deblocking strength decision.Loren Merritt2006-08-28
* Support for MacIntel, last part: balign directivesJohn Dalgliesh2006-08-12
* vorbis simd tweaksLoren Merritt2006-08-11
* convert vector_fmul_reverse_sse2 and vector_fmul_add_add_sse2 to sseMichael Niedermayer2006-08-10
* sse and 3dnow implementations of float->int conversion and mdct windowing.Loren Merritt2006-08-10
* emms -> femmsLoren Merritt2006-08-09
* change vorbis_inverse_coupling_sse2() so it works on sse1 cpusMichael Niedermayer2006-08-08
* 10l, vorbis_inverse_coupling_sse() was really 3dnowLoren Merritt2006-08-03
* sse & sse2 implementations of vorbis channel coupling.Loren Merritt2006-08-03
* some MMX optimizations for the CAVS decoderStefan Gehrer2006-07-29
* disable the vp3 mmx and sse2 idcts, their output doesnt match the c idct (tes...Michael Niedermayer2006-07-19
* #define SBUTTERFLY outside CONFIG_ENCODERSMåns Rullgård2006-07-05
* Move REG_* macros from libavcodec/i386/mmx.h to libavutil/x86_cpu.hLuca Abeni2006-07-03
* gmc_mmx tweaksLoren Merritt2006-04-05
* mmx implementation of 3-point GMC. (5x faster than C)Loren Merritt2006-04-04
* prefetch pixels for future motion compensation. 2-5% faster h264.Loren Merritt2006-03-23
* added mmx implementation of h264_chroma_mc2Loren Merritt2006-03-22
* add MMX and SSE versions of ff_snow_inner_add_yblockRobert Edele2006-03-22
* snow mmx+sse2 optimizations, part 4Robert Edele2006-03-21
* Add the mmx and sse2 implementations of ff_snow_vertical_compose().Robert Edele2006-03-20
* h264_idct8_add_mmxLoren Merritt2006-03-07
* h264_idct_add only needs mmx1Loren Merritt2006-03-07
* h264: special case dc-only idct. ~1% faster overallLoren Merritt2006-02-10