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