summaryrefslogtreecommitdiff
path: root/libavcodec/x86/ac3dsp_init.c
Commit message (Expand)AuthorAge
* x86: ac3dsp: Drop forward declaration for nonexisting functionDiego Biurrun2016-01-18
* x86: dsputil: Eliminate some unnecessary dsputil_x86.h #includesDiego Biurrun2014-04-04
* Update dsputil- and SIMD-related comments to match reality more closelyDiego Biurrun2014-03-13
* x86: avcodec: Add a bunch of missing #includes for av_coldDiego Biurrun2014-01-09
* dsputil: Move apply_window_int16 to ac3dspDiego Biurrun2013-12-08
* Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun2013-07-18
* x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.hDiego Biurrun2013-05-12
* x86: ac3dsp: Remove 3dnow version of ff_ac3_extract_exponentsDiego Biurrun2013-04-26
* cosmetics: Remove unnecessary extern keywords from function declarationsDiego Biurrun2013-03-27
* ac3dec: make downmix() take array of pointers to channel dataMans Rullgard2012-12-09
* x86: mmx2 ---> mmxext in asm constructsDiego Biurrun2012-11-14
* x86: ac3dsp: Only refer to the ac3_downmix_sse symbol if it has been declaredMartin Storsjö2012-09-13
* ac3: move ac3_downmix() from dsputil to ac3dspMans Rullgard2012-09-12
* x86: Replace checks for CPU extensions and flags by convenience macrosDiego Biurrun2012-09-08
* x86: avcodec: Appropriately name files containing only init functionsDiego Biurrun2012-08-15