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-10-09avfilter/f_cue: always check the return value of ff_inlink_consume_frameMarton Balint
Fixes Coverity CID 1439936. Signed-off-by: Marton Balint <cus@passwd.hu>
2018-10-03avfilter/f_cue: use inlink fifo for queueing framesMarton Balint
Signed-off-by: Marton Balint <cus@passwd.hu>
2018-09-09avfilter/f_cue: add cue and acue filtersMarton Balint
To delay filtering until a given wallclock timestamp. Signed-off-by: Marton Balint <cus@passwd.hu>