summaryrefslogtreecommitdiff
path: root/libavcodec/i386
Commit message (Expand)AuthorAge
* insufficient alignmentMichael Niedermayer2006-08-17
* Fix building with --disable-opts but MMX enabled.Marco Manfredini2006-08-13
* 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
* Fix x86 SIMD asm and pic, patch from Martin von Gagern <Martin.vGagern@gmx.net>Luca Barbato2006-08-10
* Support for MacIntel, take xx: '/nop' illegal for old versions of GASJohn Dalgliesh2006-08-10
* Add support for Mac OS X Intel part 2: Assembler macros in fdct_mmx.cJohn Dalgliesh2006-08-10
* Support for Mac OS X Intel, part 3: binary integer constants:John Dalgliesh2006-08-10
* emms -> femmsLoren Merritt2006-08-09
* gcc 2.95 and 3.4.x on x86 32bit without fomit-frame-pointer can't even find 5...Loren Merritt2006-08-09
* slightly faster ff_imdct_calc_3dn2() on amd64. (gcc added a bunch of useless ...Loren Merritt2006-08-08
* change vorbis_inverse_coupling_sse2() so it works on sse1 cpusMichael Niedermayer2006-08-08
* 3dnow2 implementation of imdct.Loren Merritt2006-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
* remove redundant macro definitionsMåns Rullgård2006-07-02
* kill warningMåns Rullgård2006-07-02
* missmatch control for mpeg2 intra dequantization if bitexact=1Michael Niedermayer2006-04-28
* Remove unused and unsupported Cyrix's "Extended MMX",Zuxy Meng2006-04-28
* gcc-2.95 compile fix, patch by Wolfram Gloger <wmglo A dent PIS med PIS uni-m...Wolfram Gloger2006-04-18
* gmc_mmx tweaksLoren Merritt2006-04-05
* mmx implementation of 3-point GMC. (5x faster than C)Loren Merritt2006-04-04
* altivec support for snowLuca Barbato2006-03-27
* simplified and slightly faster h264_chroma_mc8_mmxLoren Merritt2006-03-25
* prefetch pixels for future motion compensation. 2-5% faster h264.Loren Merritt2006-03-23
* 10lLoren Merritt2006-03-22
* 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
* First part of a series of speed-enchancing patches.Robert Edele2006-03-16
* 3DNow! & Extended 3DNow! versions of FFTZuxy Meng2006-03-08
* h264_idct8_add_mmxLoren Merritt2006-03-07
* h264_idct_add only needs mmx1Loren Merritt2006-03-07
* use xorps instead of mulps to toggle the sign of a float, as suggested by Sof...Zuxy Meng2006-03-05
* gcc2.95 workaroundLoren Merritt2006-03-05
* remove some useless instructionsLoren Merritt2006-03-04
* 4% faster h264_qpel_mcLoren Merritt2006-03-02
* h264: special case dc-only idct. ~1% faster overallLoren Merritt2006-02-10
* 10l in 1.12Loren Merritt2006-02-09
* 10l (x86_64)Loren Merritt2006-02-07
* 18% faster put_h264_qpel16_mc[13]2_mmx2Loren Merritt2006-02-07
* 11% faster put_h264_qpel16_v_lowpass_mmx2Loren Merritt2006-02-07
* 15% faster put_h264_qpel16_hv_lowpass_mmx2Loren Merritt2006-02-07