summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-08-30Reinstate proper FFmpeg license for all files.Thilo Borgmann145-580/+580
2013-01-08lavr: add a public function for setting a custom channel mapJustin Ruggles11-27/+305
2013-01-04lavr: fix missing " in header documentationPeter Meerwald1-1/+1
2012-12-19lavr: add option for dithering during sample format conversion to s16Justin Ruggles10-12/+583
2012-12-17lavr: remove automatic context close/open for resampling compensationJustin Ruggles3-7/+15
2012-12-11lavr: clarify documentation for avresample_get/set_matrix()Justin Ruggles1-1/+5
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles78-103/+99
2012-10-29lavr: document upper bound on number of output samples.Anton Khirnov1-0/+4
2012-10-29lavr: add general API usage doxyAnton Khirnov2-0/+72
2012-10-05lavr: change the type of the data buffers to uint8_t**.Anton Khirnov8-20/+20
2012-07-08lavr: resampling: add filter type and Kaiser window beta to AVOptionsJustin Ruggles4-13/+28
2012-06-18Add Dolby/DPLII downmix support to libavresampleJohn Stebbins8-11/+72
2012-05-09lavr: make avresample_read() with NULL output discard samples.Anton Khirnov3-2/+5
2012-05-01lavr: use 8.8 instead of 10.6 as the 16-bit fixed-point mixing coeff typeJustin Ruggles7-15/+18
2012-04-25Add libavresampleJustin Ruggles27-8/+3838