Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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