Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-06flacdsp: move lpc encoding from FLAC encoder to FLACDSPContextJustin Ruggles
Also, templatize the functions for 16-bit and 32-bit sample range. This will be used for 24-bit FLAC encoding.
2012-09-16flacdsp: arm optimised lpc filterMans Rullgard
2012-07-19flacdec: reverse lpc coeff order, simplify filterMans Rullgard
Reversing the lpc coefficient order simplifies indexing in the filter. Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-07-06flacdec: add planar output supportMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-07-04flacdec: move lpc filter to flacdspMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-07-04flacdec: split off channel decorrelation as flacdspMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>