summaryrefslogtreecommitdiffstats
path: root/libavcodec/i386
Commit message (Expand)AuthorAgeFilesLines
* approximate qpel functions: sacrifice some quality for some decoding speed. e...Loren Merritt2006-10-012-0/+105
* add some #ifdef CONFIG_ENCODERS/DECODERSMåns Rullgård2006-09-271-0/+2
* cosmetics (indentation)Loren Merritt2006-09-211-19/+19
* tweak ff_imdct_calc_3dn2Loren Merritt2006-09-211-17/+17
* sse implementation of imdct.Loren Merritt2006-09-211-0/+125
* New single instruction math operation headerLuca Barbato2006-09-191-0/+39
* 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-142-3/+2
* Enables back the mmx/sse optimized version of the vp3 idct.Aurelien Jacobs2006-09-121-3/+2
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-103-2/+47
* remove redundant declarationsMåns Rullgård2006-09-021-1/+0
* mmx implementation of deblocking strength decision.Loren Merritt2006-08-282-0/+99
* ff_fft_calc_3dn/3dn2/sse: convert intrinsics to inline asm.Loren Merritt2006-08-183-280/+232
* simplifyMichael Niedermayer2006-08-181-21/+9
* insufficient alignmentMichael Niedermayer2006-08-171-1/+1
* Fix building with --disable-opts but MMX enabled.Marco Manfredini2006-08-131-3/+3
* Support for MacIntel, last part: balign directivesJohn Dalgliesh2006-08-127-36/+36
* 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
* Fix x86 SIMD asm and pic, patch from Martin von Gagern <Martin.vGagern@gmx.net>Luca Barbato2006-08-101-30/+32
* Support for MacIntel, take xx: '/nop' illegal for old versions of GASJohn Dalgliesh2006-08-101-76/+54
* Add support for Mac OS X Intel part 2: Assembler macros in fdct_mmx.cJohn Dalgliesh2006-08-101-53/+53
* Support for Mac OS X Intel, part 3: binary integer constants:John Dalgliesh2006-08-101-5/+5
* emms -> femmsLoren Merritt2006-08-092-2/+2
* gcc 2.95 and 3.4.x on x86 32bit without fomit-frame-pointer can't even find 5...Loren Merritt2006-08-091-10/+16
* slightly faster ff_imdct_calc_3dn2() on amd64. (gcc added a bunch of useless ...Loren Merritt2006-08-081-1/+1
* change vorbis_inverse_coupling_sse2() so it works on sse1 cpusMichael Niedermayer2006-08-081-9/+17
* 3dnow2 implementation of imdct.Loren Merritt2006-08-081-1/+82
* 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-292-0/+538
* 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-035-21/+4
* remove redundant macro definitionsMåns Rullgård2006-07-021-6/+0
* kill warningMåns Rullgård2006-07-021-0/+1
* missmatch control for mpeg2 intra dequantization if bitexact=1Michael Niedermayer2006-04-281-1/+2
* Remove unused and unsupported Cyrix's "Extended MMX",Zuxy Meng2006-04-281-30/+4
* gcc-2.95 compile fix, patch by Wolfram Gloger <wmglo A dent PIS med PIS uni-m...Wolfram Gloger2006-04-181-2/+2
* gmc_mmx tweaksLoren Merritt2006-04-051-13/+11
* mmx implementation of 3-point GMC. (5x faster than C)Loren Merritt2006-04-041-0/+122
* altivec support for snowLuca Barbato2006-03-271-29/+0
* simplified and slightly faster h264_chroma_mc8_mmxLoren Merritt2006-03-251-128/+68
* prefetch pixels for future motion compensation. 2-5% faster h264.Loren Merritt2006-03-231-0/+16
* 10lLoren Merritt2006-03-221-1/+1
* added mmx implementation of h264_chroma_mc2Loren Merritt2006-03-223-1/+70
* add MMX and SSE versions of ff_snow_inner_add_yblockRobert Edele2006-03-222-0/+297
* snow mmx+sse2 optimizations, part 4Robert Edele2006-03-212-0/+412
* Add the mmx and sse2 implementations of ff_snow_vertical_compose().Robert Edele2006-03-202-0/+261
OpenPOWER on IntegriCloud