summaryrefslogtreecommitdiff
path: root/libavcodec/x86/ac3dsp_init.c
Commit message (Collapse)AuthorAge
* 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
| | | | | | This fixes building without inline assembly. Signed-off-by: Martin Storsjö <martin@martin.st>
* ac3: move ac3_downmix() from dsputil to ac3dspMans Rullgard2012-09-12
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* x86: Replace checks for CPU extensions and flags by convenience macrosDiego Biurrun2012-09-08
| | | | | This separates code relying on inline from that relying on external assembly and fixes instances where the coalesced check was incorrect.
* x86: avcodec: Appropriately name files containing only init functionsDiego Biurrun2012-08-15