summaryrefslogtreecommitdiff
path: root/libavcodec/i386
Commit message (Expand)AuthorAge
* Add SSSE3 (Core2 aka Conroe/Merom/Woodcrester new instructions) detectionGuillaume Poirier2006-12-18
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-08
* revert bad checkinMåns Rullgård2006-11-14
* move some CFLAGS settings away from config.* writing sectionMåns Rullgård2006-11-14
* zigzag_direct_noperm doesn't exist, remove declarationMåns Rullgård2006-11-12
* rename inverse -> ff_inverseMåns Rullgård2006-11-12
* adding more static keywordsMåns Rullgård2006-11-12
* ensure alignment (no speed change)Michael Niedermayer2006-11-03
* merging mov & and (no speedchange)Michael Niedermayer2006-11-03
* 2 instructions less (same speed)Michael Niedermayer2006-11-03
* comment about failed optimizationMichael Niedermayer2006-11-03
* move luma tc0 related init into asmMichael Niedermayer2006-11-03
* 2 instructions less in h264_loop_filter_luma_mmx2()Michael Niedermayer2006-11-03
* preempt possible overflowMichael Niedermayer2006-11-03
* 1 instruction lessMichael Niedermayer2006-11-03
* 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
* Compilation fix, printf gets redefined to please_use_av_log.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
* cosmetics (indentation)Loren Merritt2006-09-21
* tweak ff_imdct_calc_3dn2Loren Merritt2006-09-21
* sse implementation of imdct.Loren Merritt2006-09-21
* New single instruction math operation headerLuca Barbato2006-09-19
* 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
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-10
* remove redundant declarationsMåns Rullgård2006-09-02
* mmx implementation of deblocking strength decision.Loren Merritt2006-08-28
* ff_fft_calc_3dn/3dn2/sse: convert intrinsics to inline asm.Loren Merritt2006-08-18
* simplifyMichael Niedermayer2006-08-18
* 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