summaryrefslogtreecommitdiffstats
path: root/libavcodec/dca_core.c
Commit message (Collapse)AuthorAgeFilesLines
* dca: add emms_c after usage of AV_COPY128Hendrik Leppkes2016-02-021-0/+4
| | | | Similar to AV_ZERO128, AV_COPY128 can use MMX instructions in x86
* dca: add emms_c after AV_ZERO128 macrosHendrik Leppkes2016-02-021-0/+4
| | | | | | AV_ZERO64/128 can use MMX on x86. Reviewed-By: James Almer <jamrial@gmail.com>
* avcodec/dca_core: rename get_vlc functionJames Almer2016-02-011-7/+7
| | | | | | | Fixes compilation with TRACE enabled Reviewed-by: Hendrik Leppkes <h.leppkes@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
* avcodec/dca: add new decoder based on libdcadecfoo862016-01-311-0/+2603
OpenPOWER on IntegriCloud