summaryrefslogtreecommitdiff
path: root/libavcodec/i386/dsputil_mmx.c
Commit message (Expand)AuthorAge
* 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
* MSVC-compatible __align8/__align16 declarationSteve L'Homme2006-02-05
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* use sse16_sse2() in nsseLoren Merritt2005-11-12
* faster h264_chroma_mc8_mmx, added h264_chroma_mc4_mmx.Loren Merritt2005-10-27
* h264 mmx weighted prediction. up to 3% overall speedup.Loren Merritt2005-10-09
* sse2 16x16 sum squared diff (306=>268 cycles on a K8)Loren Merritt2005-09-30
* replace a few mov + psrlq with pshufw, there are more cases which could benef...Michael Niedermayer2005-09-21
* Fix compile without CONFIG_GPL, misplaced #endif caused a missing }.Reimar Döffinger2005-09-10
* xvids mmx&mmx2 idctsMichael Niedermayer2005-09-10
* Kill some compiler warnings. Compiled code verified identical after changes.Måns Rullgård2005-09-06
* sort H.264 mmx dsp functions into their own fileLoren Merritt2005-06-02