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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-08-15libavresample: add mix level normalization optionJohn Stebbins
Provides an option to disable mix level normalization Signed-off-by: Diego Biurrun <diego@biurrun.de>
2012-07-08lavr: resampling: add filter type and Kaiser window beta to AVOptionsJustin Ruggles
2012-06-18Add Dolby/DPLII downmix support to libavresampleJohn Stebbins
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
2012-04-25Add libavresampleJustin Ruggles
This is a new library for audio sample format, channel layout, and sample rate conversion.