]> git.sesse.net Git - ffmpeg/history - libavcodec/x86/ac3dsp.asm
alac: use AVPacket fields directly in alac_decode_frame()
[ffmpeg] / libavcodec / x86 / ac3dsp.asm
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().