aboutsummaryrefslogtreecommitdiff
path: root/libavresample/avresample.h
AgeCommit message (Expand)Author
2015-11-05avresample: Document avresample_open() a little betterLuca Barbato
2014-08-10avresample: Introduce AVFrame-based APILuca Barbato
2014-05-28avresample: Add avresample_get_out_samplesLuca Barbato
2014-02-22lavr: add a function for checking whether AVAudioResampleContext is openAnton Khirnov
2013-01-07lavr: add a public function for setting a custom channel mapJustin Ruggles
2013-01-04lavr: fix missing " in header documentationPeter Meerwald
2012-12-19lavr: add option for dithering during sample format conversion to s16Justin Ruggles
2012-12-16lavr: remove automatic context close/open for resampling compensationJustin Ruggles
2012-12-11lavr: clarify documentation for avresample_get/set_matrix()Justin Ruggles
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-10-29lavr: document upper bound on number of output samples.Anton Khirnov
2012-10-29lavr: add general API usage doxyAnton Khirnov
2012-10-05lavr: change the type of the data buffers to uint8_t**.Anton Khirnov
2012-07-08lavr: resampling: add filter type and Kaiser window beta to AVOptionsJustin Ruggles
2012-06-18Add Dolby/DPLII downmix support to libavresampleJohn Stebbins
2012-05-09lavr: make avresample_read() with NULL output discard samples.Anton Khirnov
2012-05-01lavr: use 8.8 instead of 10.6 as the 16-bit fixed-point mixing coeff typeJustin Ruggles
2012-04-24Add libavresampleJustin Ruggles