summaryrefslogtreecommitdiffstats
path: root/libavcodec/i386/dsputil_mmx.c
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
* 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-181-80/+68
* better separation of vp3dsp functions from dsputil_mmx.cAurelien Jacobs2007-05-161-24/+2
* Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje2007-05-161-3/+3
* Make vp3dsp*.c compilation optional.Panagiotis Issaris2007-05-141-1/+2
* 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
* cosmetics: remove code duplication in hadamard8_diff_mmxLoren Merritt2007-05-091-183/+117
* cosmetics: remove duplicate transpose macroLoren Merritt2007-05-081-6/+6
* 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
* Add the const specifier as needed to reduce the number of warnings.Panagiotis Issaris2007-01-301-2/+2
* revert bad checkinMåns Rullgård2006-11-141-23/+23
* move some CFLAGS settings away from config.* writing sectionMåns Rullgård2006-11-141-23/+23
* adding more static keywordsMåns Rullgård2006-11-121-3/+3
* optimize H264_DEBLOCK_P0_Q0Michael Niedermayer2006-11-031-0/+2
* Put libmpeg2 IDCT functions under CONFIG_GPL, fixes link failureDiego Biurrun2006-10-141-0/+2
* Rename ABS macro to FFABS.Diego Biurrun2006-10-111-6/+6
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Switch idct_mmx_xvid.c from GPL to LGPL as permitted by theDiego Biurrun2006-10-051-4/+0
* approximate qpel functions: sacrifice some quality for some decoding speed. e...Loren Merritt2006-10-011-0/+57
* add some #ifdef CONFIG_ENCODERS/DECODERSMåns Rullgård2006-09-271-0/+2
* disable vp3 mmx idct for theora files to avoid artifactsAurelien Jacobs2006-09-141-0/+1
* Remove the LGPL exception clause as discussed on ffmpeg-develDiego Biurrun2006-09-141-0/+2
* Enables back the mmx/sse optimized version of the vp3 idct.Aurelien Jacobs2006-09-121-3/+2
* remove redundant declarationsMåns Rullgård2006-09-021-1/+0
* mmx implementation of deblocking strength decision.Loren Merritt2006-08-281-0/+4
* Support for MacIntel, last part: balign directivesJohn Dalgliesh2006-08-121-6/+6
* vorbis simd tweaksLoren Merritt2006-08-111-51/+67
* convert vector_fmul_reverse_sse2 and vector_fmul_add_add_sse2 to sseMichael Niedermayer2006-08-101-22/+22
* sse and 3dnow implementations of float->int conversion and mdct windowing.Loren Merritt2006-08-101-3/+210
* emms -> femmsLoren Merritt2006-08-091-1/+1
* change vorbis_inverse_coupling_sse2() so it works on sse1 cpusMichael Niedermayer2006-08-081-9/+17
* 10l, vorbis_inverse_coupling_sse() was really 3dnowLoren Merritt2006-08-031-3/+3
* sse & sse2 implementations of vorbis channel coupling.Loren Merritt2006-08-031-0/+58
* some MMX optimizations for the CAVS decoderStefan Gehrer2006-07-291-0/+22
* disable the vp3 mmx and sse2 idcts, their output doesnt match the c idct (tes...Michael Niedermayer2006-07-191-0/+2
* #define SBUTTERFLY outside CONFIG_ENCODERSMåns Rullgård2006-07-051-5/+5
* Move REG_* macros from libavcodec/i386/mmx.h to libavutil/x86_cpu.hLuca Abeni2006-07-031-0/+1
* gmc_mmx tweaksLoren Merritt2006-04-051-13/+11
* mmx implementation of 3-point GMC. (5x faster than C)Loren Merritt2006-04-041-0/+122
* prefetch pixels for future motion compensation. 2-5% faster h264.Loren Merritt2006-03-231-0/+16
* added mmx implementation of h264_chroma_mc2Loren Merritt2006-03-221-0/+2
* add MMX and SSE versions of ff_snow_inner_add_yblockRobert Edele2006-03-221-0/+6
* snow mmx+sse2 optimizations, part 4Robert Edele2006-03-211-0/+6
* Add the mmx and sse2 implementations of ff_snow_vertical_compose().Robert Edele2006-03-201-0/+12
OpenPOWER on IntegriCloud