]> git.sesse.net Git - ffmpeg/history - libavcodec/x86/ac3dsp_init.c
libavcodec: fix constness in clobber test avcodec_open2() wrappers
[ffmpeg] / libavcodec / x86 / ac3dsp_init.c
2016-01-18 Diego Biurrunx86: ac3dsp: Drop forward declaration for nonexisting...
2014-04-04 Diego Biurrunx86: dsputil: Eliminate some unnecessary dsputil_x86...
2014-03-13 Diego BiurrunUpdate dsputil- and SIMD-related comments to match...
2014-01-09 Diego Biurrunx86: avcodec: Add a bunch of missing #includes for...
2013-12-08 Diego Biurrundsputil: Move apply_window_int16 to ac3dsp
2013-07-17 Diego BiurrunConsistently use "cpu_flags" as variable/parameter...
2013-05-12 Diego Biurrunx86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.h
2013-04-26 Diego Biurrunx86: ac3dsp: Remove 3dnow version of ff_ac3_extract_exp...
2013-03-27 Diego Biurruncosmetics: Remove unnecessary extern keywords from...
2012-12-09 Mans Rullgardac3dec: make downmix() take array of pointers to channe...
2012-11-13 Diego Biurrunx86: mmx2 ---> mmxext in asm constructs
2012-09-13 Martin Storsjöx86: ac3dsp: Only refer to the ac3_downmix_sse symbol...
2012-09-12 Mans Rullgardac3: move ac3_downmix() from dsputil to ac3dsp
2012-09-08 Diego Biurrunx86: Replace checks for CPU extensions and flags by...
2012-08-15 Diego Biurrunx86: avcodec: Appropriately name files containing only...