summaryrefslogtreecommitdiff
path: root/libavfilter/af_aresample.c
Commit message (Expand)AuthorAge
...
* af_aresample: fix rounding that led to sample accumulation in the buffers.Michael Niedermayer2012-05-18
* af_aresample: 10l fix, wrong timebase for next_pts.Michael Niedermayer2012-05-18
* aresample: add code to flush the internal swr buffer.Michael Niedermayer2012-05-17
* aresample: check return code of swr_convert()Michael Niedermayer2012-05-17
* av_aresample: Allow changing sample format and channel layout as wellMichael Niedermayer2012-05-17
* af_aresample: support all swresample parameters.Michael Niedermayer2012-05-17
* af_aresample: fix typo in query formatsMichael Niedermayer2012-05-17
* lavfi: fix pts rescaling in the resamplerMichael Niedermayer2012-05-16
* lavfi: fix resample with differing formatsMichael Niedermayer2012-05-16
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-16
* lavfi: remove audio.h include from avfilter.h.Clément Bœsch2012-05-12
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-10
* lavfi/aresample: properly propagate pts == AV_NOPTS_VALUE;Robert Nagy2012-04-16
* lavfi/aresample: use libswresample.Clément Bœsch2012-02-02
* Mark AVFilterPad[] compound literals as const.Reimar Döffinger2011-11-06
* af_aresample: fix properties setting in the output bufferStefano Sabatini2011-10-16
* af_aresample: do not request a buffer with AV_PERM_REUSE2 permissions in filt...Stefano Sabatini2011-09-17
* lavfi: rename avfilter_all_* function names to avfilter_make_all_*Stefano Sabatini2011-09-16
* lavfi: simplify signature for avfilter_get_audio_buffer() and friendsStefano Sabatini2011-09-12
* lavfi: add aresample filterMina Nagy Zaki2011-08-17