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 (Expand)Author
2018-01-09avresample: remove deprecated attribute from the AVAudioResampleContext structJames Almer
2018-01-04lavr: deprecate the entire libraryRostislav Pehlivanov
2017-04-03Merge commit 'a1d9de304fe63614e3aa8117fef17491fa80093d'Clément Bœsch
2016-11-21Fix some mismatches between function parameter and doxygen parameter names.Diego Biurrun
2016-08-03doxygen: Standardize root-level modulesTimothy Gu
2016-01-02Merge commit 'cc4c24208159200b7aff5b5c313903c7f23fa345'Hendrik Leppkes
2015-12-14avresample: Mark avresample_buffer() as pointer to constKip Warner
2015-11-10Merge commit 'e2854e731f843906d9a9a5b882bed872341999fd'Hendrik Leppkes
2015-11-05avresample: Document avresample_open() a little betterLuca Barbato
2014-08-10Merge commit 'fb1ddcdc8f51b9d261ae8e9c26b91e81f7b6bf45'Michael Niedermayer
2014-08-10avresample: Introduce AVFrame-based APILuca Barbato
2014-05-29Merge commit 'b2d45654220503224aa94e78cdff19ec624e9342'Michael Niedermayer
2014-05-29avresample: Add avresample_get_out_samplesLuca Barbato
2014-02-23Merge commit '7e86c27b4ee9e5a3fbe6cf5249b9d918b2a5e731'Michael Niedermayer
2014-02-22lavr: add a function for checking whether AVAudioResampleContext is openAnton Khirnov
2013-08-30Reinstate proper FFmpeg license for all files.Thilo Borgmann
2013-01-08lavr: add a public function for setting a custom channel mapJustin Ruggles
2013-01-04lavr: fix missing " in header documentationPeter Meerwald
2012-12-20lavr: add option for dithering during sample format conversion to s16Justin Ruggles
2012-12-17lavr: 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-25Add libavresampleJustin Ruggles