]> git.sesse.net Git - ffmpeg/history - libavcodec/x86/ac3dsp.asm
x86: hpeldsp: Use EXTERNAL_SSE2_FAST where appropriate
[ffmpeg] / libavcodec / x86 / ac3dsp.asm
2014-04-04 Diego Biurrunx86: dsputil: Move ff_apply_window_int16_* bits to...
2014-03-13 Diego BiurrunUpdate dsputil- and SIMD-related comments to match...
2013-04-26 Diego Biurrunx86: ac3dsp: Remove 3dnow version of ff_ac3_extract_exp...
2013-01-21 Diego Biurrunx86: ac3: Fix HAVE_MMXEXT condition to only refer to...
2013-01-14 Diego Biurrunx86: ABS2: port to cpuflags
2012-11-13 Diego Biurrunx86: mmx2 ---> mmxext in asm constructs
2012-11-02 Diego Biurrunx86: PMINUB: port to cpuflags
2012-11-02 Diego Biurrunx86: ac3dsp: port to cpuflags
2012-10-31 Diego Biurrunx86: MMX2 ---> MMXEXT in macro names
2012-10-30 Diego Biurrunx86: yasm: Use complete source path for macro helper...
2012-10-30 Diego Biurrunx86: include x86inc.asm in x86util.asm
2012-08-30 Diego Biurrunx86: Split inline and external assembly #ifdefs
2012-08-03 Diego Biurrunx86: build: replace mmx2 by mmxext
2012-05-15 Justin Rugglesac3dsp: simplify x86 versions of ac3_max_msb_abs_int16
2012-04-13 Justin Rugglesac3dsp: call femms/emms at the end of float_to_fixed24...
2012-02-10 Justin Rugglesac3dsp: do not use pshufb in ac3_extract_exponents_ssse3()
2012-01-27 Ronald S. Bultjeconfig.asm: change %ifdef directives to %if directives.
2011-08-15 Dave YeoFix NASM include directive
2011-08-12 Ronald S. BultjeMove x86util.asm from libavcodec/ to libavutil/.
2011-08-12 Ronald S. BultjeMove x86inc.asm to libavutil/.
2011-07-01 Justin Rugglesac3dsp: add x86-optimized versions of ac3dsp.extract_ex...
2011-05-28 Justin Rugglesac3dsp: do not use the ff_* prefix when referencing...
2011-05-28 Justin Rugglesac3enc: modify mantissa bit counting to keep bap counts...
2011-05-14 Diego BiurrunFix FSF address copy paste error in some license headers.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Justin Rugglesac3enc: add float_to_fixed24() with x86-optimized versi...
2011-03-14 Justin Rugglesac3enc: add SIMD-optimized shifting functions for use...
2011-02-16 Justin Rugglesac3dsp: Change punpckhqdq to movhlps in ac3_max_msb_abs...
2011-02-13 Justin Rugglesac3enc: Add x86-optimized function to speed up log2_tab().
2011-02-10 Justin RugglesAdd x86-optimized versions of exponent_min().