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-10-11af_aresample: fix leak on alloc failureMichael Niedermayer
2012-09-13lavfi/aresample: set buffer properties after copy.Nicolas George
2012-07-15lavfi: decrease logging level of message showing initial parametersStefano Sabatini
2012-07-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-27Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer
2012-06-25lavfi: remove unnecessary inclusion of libavcodec/avcodec.h in avfilter.hStefano Sabatini
2012-06-24af_aresample: fix sample_rate type.Michael Niedermayer
2012-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-16lavfi: update some deprecated functionsPaul B Mahol
2012-05-26af_aresample: fix pts, they where off by a packet in the -async >0 case.Michael Niedermayer
2012-05-26af_aresample: fix request_frame()Michael Niedermayer
2012-05-25lavfi/aresample: print channel layouts and formats along with the rate.Clément Bœsch
2012-05-19af_aresample: use new swr API to pass and compensate PTSMichael Niedermayer
2012-05-19af_aresample: allocate a larger buffer so accumulated data can be returned qu...Michael Niedermayer
2012-05-19af_aresample: use extended_dataMichael Niedermayer
2012-05-19af_aresample: Consider the swresample delay during calculating timestamps.Michael Niedermayer
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