summaryrefslogtreecommitdiffstats
path: root/libavresample/utils.c
Commit message (Expand)AuthorAgeFilesLines
* avresample: Mark avresample_buffer() as pointer to constKip Warner2015-12-141-1/+2
* Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-191-38/+38
* avresample: prevent theoretical division by zeroVittorio Giovara2014-10-181-1/+4
* avresample: Introduce AVFrame-based APILuca Barbato2014-08-101-0/+130
* lavr: Do not change the sample format for mono audioJustin Ruggles2014-08-031-8/+2
* avresample: Add avresample_get_out_samplesLuca Barbato2014-05-281-0/+19
* lavr: allocate the resampling buffer with a positive sizeAnton Khirnov2014-04-131-1/+1
* lavr: return an error if a avresample_open() is called on an open contextAnton Khirnov2014-02-221-0/+5
* lavr: add a function for checking whether AVAudioResampleContext is openAnton Khirnov2014-02-221-0/+5
* lavr: check that current_buffer is not NULL before using itJustin Ruggles2013-10-271-1/+2
* lavr: add a public function for setting a custom channel mapJustin Ruggles2013-01-071-10/+146
* lavr: typedef internal structs in internal.hJustin Ruggles2013-01-071-1/+4
* lavr: add option for dithering during sample format conversion to s16Justin Ruggles2012-12-191-4/+6
* lavr: fix segfault due to overlooked change needed in 14758e3Justin Ruggles2012-12-121-1/+1
* lavr: temporarily store custom matrix in AVAudioResampleContextJustin Ruggles2012-12-111-5/+66
* lavr: do not pass consumed samples as a parameter to ff_audio_resample()Justin Ruggles2012-11-271-2/+1
* lavr: do not pass sample count as a parameter to ff_audio_convert()Justin Ruggles2012-11-271-5/+4
* lavr: fix the decision for writing directly to the output bufferJustin Ruggles2012-11-171-4/+5
* lavr: change the type of the data buffers to uint8_t**.Anton Khirnov2012-10-051-4/+4
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* lavr: fix handling of custom mix matricesJustin Ruggles2012-08-041-3/+2
* lavr: add x86-optimized mixing functionsJustin Ruggles2012-07-271-3/+4
* lavr: resampling: add support for s32p, fltp, and dblp internal sample formatsJustin Ruggles2012-07-081-1/+21
* lavr: Use AV_SAMPLE_FMT_NONE to auto-select the internal sample formatJustin Ruggles2012-07-081-11/+16
* lavr: do not try to copy to uninitialized output audio data.Anton Khirnov2012-05-091-1/+2
* lavr: make avresample_read() with NULL output discard samples.Anton Khirnov2012-05-091-0/+2
* Add libavresampleJustin Ruggles2012-04-241-0/+405
OpenPOWER on IntegriCloud