summaryrefslogtreecommitdiff
path: root/libavcodec/flacdsp.c
Commit message (Collapse)AuthorAge
* flacdsp: arm optimised lpc filterMans Rullgard2012-09-15
|
* flacdec: reverse lpc coeff order, simplify filterMans Rullgard2012-07-19
| | | | | | | Reversing the lpc coefficient order simplifies indexing in the filter. Signed-off-by: Mans Rullgard <mans@mansr.com>
* flacdec: add planar output supportMans Rullgard2012-07-05
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* flacdec: move lpc filter to flacdspMans Rullgard2012-07-04
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* flacdec: split off channel decorrelation as flacdspMans Rullgard2012-07-04
Signed-off-by: Mans Rullgard <mans@mansr.com>