FFmpeg/libavfilter
Nicolas George 8ef740ce01 lavfi: use a new field for automatic buffer copy.
The code currently use cur_buf as the target of the copy,
but cur_buf can be cleared by the filter if it has given
the reference away or stored it elsewhere as soon as start_frame.

The code still relies on the fact that the reference is not
destroyed until end_frame. All filters currently follow that condition.
An av_assert1() is added to check it; it should at least cause
very visible errors in valgrind.
2012-08-04 21:49:05 +02:00
..
2012-07-28 11:06:43 +02:00
2012-07-28 15:14:01 +02:00
2012-07-20 21:06:18 +02:00
2012-07-19 18:44:46 +02:00
2012-07-03 01:32:16 +02:00
2012-07-23 22:44:25 +02:00
2012-07-30 14:17:10 +02:00