summaryrefslogtreecommitdiff
path: root/libavcodec/arm/flacdsp_init_arm.c
Commit message (Collapse)AuthorAge
* lavc/flac: Fix encoding and decoding with high lpc.Carl Eugen Hoyos2015-05-17
| | | | | | Based on an analysis by trac user lvqcl. Fixes ticket #4421, reported by Chase Walker.
* avcodec/arm/flacdsp_init_arm: Put CONFIG_FLAC_DECODER first in if()Michael Niedermayer2015-03-26
| | | | | | This is more consistent Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* x86/flacdsp: add SSE2 and AVX decorrelate functionsJames Almer2014-11-13
| | | | Two to four times faster depending on instruction set, block size and channel count.
* lavc: fix flac encoder and decoder dependenciesJames Darnley2014-02-13
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-16
| | | | | | | | | | | | | * qatar/master: mpegvideo: drop unnecessary arguments to hpel_motion() mpegvideo: drop 'inline' from some functions nellymoserdec: drop support for s16 output. bmpdec: only initialize palette for pal8. build: Properly remove object files while cleaning flacdsp: arm optimised lpc filter compat/vsnprintf: return number of bytes required on truncation. Merged-by: Michael Niedermayer <michaelni@gmx.at>
* flacdsp: arm optimised lpc filterMans Rullgard2012-09-15