| Commit message (Expand) | Author | Age | Files | Lines |
* | avresample: remove deprecated attribute from the AVAudioResampleContext struct | James Almer | 2018-01-09 | 1 | -1/+1 |
* | lavr: deprecate the entire library | Rostislav Pehlivanov | 2018-01-04 | 1 | -7/+99 |
* | Merge commit 'a1d9de304fe63614e3aa8117fef17491fa80093d' | Clément Bœsch | 2017-04-03 | 1 | -2/+2 |
|\ |
|
| * | Fix some mismatches between function parameter and doxygen parameter names. | Diego Biurrun | 2016-11-21 | 1 | -2/+2 |
* | | doxygen: Standardize root-level modules | Timothy Gu | 2016-08-02 | 1 | -1/+1 |
* | | Merge commit 'cc4c24208159200b7aff5b5c313903c7f23fa345' | Hendrik Leppkes | 2016-01-02 | 1 | -2/+3 |
|\| |
|
| * | avresample: Mark avresample_buffer() as pointer to const | Kip Warner | 2015-12-14 | 1 | -2/+3 |
* | | Merge commit 'e2854e731f843906d9a9a5b882bed872341999fd' | Hendrik Leppkes | 2015-11-10 | 1 | -0/+4 |
|\| |
|
| * | avresample: Document avresample_open() a little better | Luca Barbato | 2015-11-05 | 1 | -0/+4 |
* | | Merge commit 'fb1ddcdc8f51b9d261ae8e9c26b91e81f7b6bf45' | Michael Niedermayer | 2014-08-10 | 1 | -0/+69 |
|\| |
|
| * | avresample: Introduce AVFrame-based API | Luca Barbato | 2014-08-10 | 1 | -0/+69 |
* | | Merge commit 'b2d45654220503224aa94e78cdff19ec624e9342' | Michael Niedermayer | 2014-05-29 | 1 | -7/+19 |
|\| |
|
| * | avresample: Add avresample_get_out_samples | Luca Barbato | 2014-05-28 | 1 | -7/+19 |
* | | Merge commit '7e86c27b4ee9e5a3fbe6cf5249b9d918b2a5e731' | Michael Niedermayer | 2014-02-22 | 1 | -0/+8 |
|\| |
|
| * | lavr: add a function for checking whether AVAudioResampleContext is open | Anton Khirnov | 2014-02-22 | 1 | -0/+8 |
* | | Reinstate proper FFmpeg license for all files. | Thilo Borgmann | 2013-08-30 | 1 | -5/+5 |
|/ |
|
* | lavr: add a public function for setting a custom channel map | Justin Ruggles | 2013-01-07 | 1 | -0/+30 |
* | lavr: fix missing " in header documentation | Peter Meerwald | 2013-01-04 | 1 | -1/+1 |
* | lavr: add option for dithering during sample format conversion to s16 | Justin Ruggles | 2012-12-19 | 1 | -0/+9 |
* | lavr: remove automatic context close/open for resampling compensation | Justin Ruggles | 2012-12-16 | 1 | -5/+4 |
* | lavr: clarify documentation for avresample_get/set_matrix() | Justin Ruggles | 2012-12-11 | 1 | -1/+5 |
* | Include libavutil/channel_layout.h instead of libavutil/audioconvert.h | Justin Ruggles | 2012-11-11 | 1 | -1/+1 |
* | lavr: document upper bound on number of output samples. | Anton Khirnov | 2012-10-29 | 1 | -0/+4 |
* | lavr: add general API usage doxy | Anton Khirnov | 2012-10-29 | 1 | -0/+71 |
* | lavr: change the type of the data buffers to uint8_t**. | Anton Khirnov | 2012-10-05 | 1 | -3/+3 |
* | lavr: resampling: add filter type and Kaiser window beta to AVOptions | Justin Ruggles | 2012-07-08 | 1 | -0/+7 |
* | Add Dolby/DPLII downmix support to libavresample | John Stebbins | 2012-06-18 | 1 | -1/+2 |
* | lavr: make avresample_read() with NULL output discard samples. | Anton Khirnov | 2012-05-09 | 1 | -1/+2 |
* | lavr: use 8.8 instead of 10.6 as the 16-bit fixed-point mixing coeff type | Justin Ruggles | 2012-05-01 | 1 | -1/+1 |
* | Add libavresample | Justin Ruggles | 2012-04-24 | 1 | -0/+283 |