| Commit message (Expand) | Author | Age | Files | Lines |
* | avresample: prevent theoretical division by zero | Vittorio Giovara | 2014-10-18 | 1 | -1/+4 |
* | avresample: Introduce AVFrame-based API | Luca Barbato | 2014-08-10 | 1 | -0/+130 |
* | lavr: Do not change the sample format for mono audio | Justin Ruggles | 2014-08-03 | 1 | -8/+2 |
* | avresample: Add avresample_get_out_samples | Luca Barbato | 2014-05-28 | 1 | -0/+19 |
* | lavr: allocate the resampling buffer with a positive size | Anton Khirnov | 2014-04-13 | 1 | -1/+1 |
* | lavr: return an error if a avresample_open() is called on an open context | Anton Khirnov | 2014-02-22 | 1 | -0/+5 |
* | lavr: add a function for checking whether AVAudioResampleContext is open | Anton Khirnov | 2014-02-22 | 1 | -0/+5 |
* | lavr: check that current_buffer is not NULL before using it | Justin Ruggles | 2013-10-27 | 1 | -1/+2 |
* | lavr: add a public function for setting a custom channel map | Justin Ruggles | 2013-01-07 | 1 | -10/+146 |
* | lavr: typedef internal structs in internal.h | Justin Ruggles | 2013-01-07 | 1 | -1/+4 |
* | lavr: add option for dithering during sample format conversion to s16 | Justin Ruggles | 2012-12-19 | 1 | -4/+6 |
* | lavr: fix segfault due to overlooked change needed in 14758e3 | Justin Ruggles | 2012-12-12 | 1 | -1/+1 |
* | lavr: temporarily store custom matrix in AVAudioResampleContext | Justin Ruggles | 2012-12-11 | 1 | -5/+66 |
* | lavr: do not pass consumed samples as a parameter to ff_audio_resample() | Justin Ruggles | 2012-11-27 | 1 | -2/+1 |
* | lavr: do not pass sample count as a parameter to ff_audio_convert() | Justin Ruggles | 2012-11-27 | 1 | -5/+4 |
* | lavr: fix the decision for writing directly to the output buffer | Justin Ruggles | 2012-11-17 | 1 | -4/+5 |
* | lavr: change the type of the data buffers to uint8_t**. | Anton Khirnov | 2012-10-05 | 1 | -4/+4 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | lavr: fix handling of custom mix matrices | Justin Ruggles | 2012-08-04 | 1 | -3/+2 |
* | lavr: add x86-optimized mixing functions | Justin Ruggles | 2012-07-27 | 1 | -3/+4 |
* | lavr: resampling: add support for s32p, fltp, and dblp internal sample formats | Justin Ruggles | 2012-07-08 | 1 | -1/+21 |
* | lavr: Use AV_SAMPLE_FMT_NONE to auto-select the internal sample format | Justin Ruggles | 2012-07-08 | 1 | -11/+16 |
* | lavr: do not try to copy to uninitialized output audio data. | Anton Khirnov | 2012-05-09 | 1 | -1/+2 |
* | lavr: make avresample_read() with NULL output discard samples. | Anton Khirnov | 2012-05-09 | 1 | -0/+2 |
* | Add libavresample | Justin Ruggles | 2012-04-24 | 1 | -0/+405 |