ffmpeg/libavfilter
Nicolas George 06bf6d3bc0 vf_overlay: rewrite request/push logic.
The old implementation, upon receiving a frame on the main
input, would request an overlay frame if necessary. This could
generate an infinite recursion, off-by-one frame mismatch and
other harmful effects, especially it the split filter is present
upgraph.

The new implementation uses the linear approach: it uses two
buffer queues for frames received out of turn and forwards
request_frame calls to the input where a frame is necessary.
2012-05-31 17:27:27 +02:00
..
2012-05-23 16:37:34 -04:00
2012-05-24 05:08:48 +02:00
2012-05-24 05:08:48 +02:00
2012-03-17 11:21:49 +01:00
2012-05-20 15:41:58 +02:00
2012-05-24 05:08:49 +02:00
2011-12-13 21:08:43 +01:00
2012-05-20 18:24:20 +02:00
2012-02-29 02:33:32 +01:00
2012-05-24 05:08:49 +02:00
2012-05-10 20:07:23 +02:00
2012-04-09 17:21:35 +02:00
2012-03-10 00:10:37 +01:00
2012-03-21 15:52:45 +01:00
2012-05-24 05:08:49 +02:00