FFmpeg/libavfilter
Calvin Walton e4edc567a0 libavfilter/vf_fps: Rewrite using activate callback
The old version of the filter had a problem where it would queue up
all of the duplicate frames required to fill a timestamp gap in a
single call to filter_frame. In problematic files - I've hit this in
webcam streams with large gaps due to network issues - this will queue
up a potentially huge number of frames. (I've seen it trigger the Linux
OOM-killer on particularly large pts gaps.)

This revised version of the filter using the activate callback will
generate at most 1 frame each time it is called.
2018-03-08 11:23:34 +01:00
..
2018-01-06 14:58:00 +01:00
2017-12-27 11:54:22 +01:00
2018-01-03 19:45:01 +01:00
2018-01-05 03:35:48 +01:00
2017-12-06 15:42:23 +01:00
2017-12-23 10:48:14 +01:00