summaryrefslogtreecommitdiff
path: root/libavcodec/flacdsp.h
Commit message (Collapse)AuthorAge
* flacdsp: move lpc encoding from FLAC encoder to FLACDSPContextJustin Ruggles2012-11-05
| | | | | Also, templatize the functions for 16-bit and 32-bit sample range. This will be used for 24-bit FLAC encoding.
* flacdsp: arm optimised lpc filterMans Rullgard2012-09-15
|
* 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>