summaryrefslogtreecommitdiff
path: root/libavresample/utils.c
Commit message (Expand)AuthorAge
* lavr: fix the decision for writing directly to the output bufferJustin Ruggles2012-11-17
* lavr: change the type of the data buffers to uint8_t**.Anton Khirnov2012-10-05
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* lavr: fix handling of custom mix matricesJustin Ruggles2012-08-04
* lavr: add x86-optimized mixing functionsJustin Ruggles2012-07-27
* lavr: resampling: add support for s32p, fltp, and dblp internal sample formatsJustin Ruggles2012-07-08
* lavr: Use AV_SAMPLE_FMT_NONE to auto-select the internal sample formatJustin Ruggles2012-07-08
* lavr: do not try to copy to uninitialized output audio data.Anton Khirnov2012-05-09
* lavr: make avresample_read() with NULL output discard samples.Anton Khirnov2012-05-09
* Add libavresampleJustin Ruggles2012-04-24