Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reinstate proper FFmpeg license for all files. | Thilo Borgmann | 2013-08-30 | 1 | -4/+4 |
| | |||||
* | lavr: add a public function for setting a custom channel map | Justin Ruggles | 2013-01-07 | 1 | -0/+23 |
| | | | | This allows reordering, duplication, and silencing of input channels. | ||||
* | lavr: typedef internal structs in internal.h | Justin Ruggles | 2013-01-07 | 1 | -4/+5 |
| | | | | | Simplifies header dependencies by not including all other internal headers in internal.h. | ||||
* | lavr: add option for dithering during sample format conversion to s16 | Justin Ruggles | 2012-12-19 | 1 | -0/+1 |
| | |||||
* | lavr: temporarily store custom matrix in AVAudioResampleContext | Justin Ruggles | 2012-12-11 | 1 | -0/+6 |
| | | | | | | | | | This allows AudioMix to be treated the same way as other conversion contexts and removes the requirement to allocate it at the same time as the AVAudioResampleContext. The current matrix get/set functions are split between the public interface and AudioMix private functions. | ||||
* | libavresample: add mix level normalization option | John Stebbins | 2012-08-14 | 1 | -0/+1 |
| | | | | | | Provides an option to disable mix level normalization Signed-off-by: Diego Biurrun <diego@biurrun.de> | ||||
* | lavr: resampling: add filter type and Kaiser window beta to AVOptions | Justin Ruggles | 2012-07-08 | 1 | -0/+2 |
| | |||||
* | Add Dolby/DPLII downmix support to libavresample | John Stebbins | 2012-06-18 | 1 | -0/+1 |
| | | | | Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com> | ||||
* | Add libavresample | Justin Ruggles | 2012-04-24 | 1 | -0/+75 |
This is a new library for audio sample format, channel layout, and sample rate conversion. |