summaryrefslogtreecommitdiff
path: root/libavfilter/af_aresample.c
Commit message (Expand)AuthorAge
* lavfi: decrease logging level of message showing initial parametersStefano Sabatini2012-07-15
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-09
* Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer2012-06-26
* lavfi: remove unnecessary inclusion of libavcodec/avcodec.h in avfilter.hStefano Sabatini2012-06-25
* af_aresample: fix sample_rate type.Michael Niedermayer2012-06-24
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-24
* lavfi: update some deprecated functionsPaul B Mahol2012-06-16
* af_aresample: fix pts, they where off by a packet in the -async >0 case.Michael Niedermayer2012-05-26
* af_aresample: fix request_frame()Michael Niedermayer2012-05-26
* lavfi/aresample: print channel layouts and formats along with the rate.Clément Bœsch2012-05-25
* af_aresample: use new swr API to pass and compensate PTSMichael Niedermayer2012-05-19
* af_aresample: allocate a larger buffer so accumulated data can be returned qu...Michael Niedermayer2012-05-19
* af_aresample: use extended_dataMichael Niedermayer2012-05-19
* af_aresample: Consider the swresample delay during calculating timestamps.Michael Niedermayer2012-05-18
* 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