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 (Collapse)Author
2018-01-04avfilter: pass outlink to ff_get_audio_buffer()Paul B Mahol
This is more correct. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-03-31avfilter/af_chorus & aecho: Handle NULL return from av_strtok()Michael Niedermayer
Fixes CID1396260 Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2015-11-25avfilter: do not leak frame if ff_get_audio_buffer() failsPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-09-12avfilter: use ff_all_channel_counts() instead of ff_all_channel_layouts()Paul B Mahol
Fixes playback of some files with ffplay. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-04-11avfilter: add chorus filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>