summaryrefslogtreecommitdiffstats
path: root/libavcodec/i386/dsputil_mmx.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* h264_idct8_add_mmxLoren Merritt2006-03-071-0/+2
* h264_idct_add only needs mmx1Loren Merritt2006-03-071-1/+3
* h264: special case dc-only idct. ~1% faster overallLoren Merritt2006-02-101-0/+2
* MSVC-compatible __align8/__align16 declarationSteve L'Homme2006-02-051-3/+3
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-840/+840
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-114/+114
* use sse16_sse2() in nsseLoren Merritt2005-11-121-2/+5
* faster h264_chroma_mc8_mmx, added h264_chroma_mc4_mmx.Loren Merritt2005-10-271-0/+4
* h264 mmx weighted prediction. up to 3% overall speedup.Loren Merritt2005-10-091-0/+18
OpenPOWER on IntegriCloud