FFmpeg/libavfilter
Nicolas George 02aa0701ae lavfi: make filter_frame non-recursive.
A lot of changes happen at the same time:

- Add a framequeue fifo to AVFilterLink.

- split AVFilterLink.status into status_in and status_out: requires
  changes to the few filters and programs that use it directly
  (f_interleave, split, filtfmts).

- Add a field ready to AVFilterContext, marking when the filter is ready
  and its activation priority.

- Add flags to mark blocked links.

- Change ff_filter_frame() to enqueue the frame.

- Change all filtering functions to update the ready field and the
  blocked flags.

- Update ff_filter_graph_run_once() to use the ready field.

- buffersrc: always push the frame immediately.
2016-12-18 10:38:52 +01:00
..
2016-12-01 09:53:38 +01:00
2016-10-21 23:58:47 +02:00
2016-02-18 15:35:30 +01:00
2015-10-26 20:56:17 +01:00
2016-12-01 22:12:21 +01:00
2015-11-08 18:50:26 +01:00
2016-10-23 20:19:28 +02:00
2016-12-01 09:53:38 +01:00
2016-03-13 10:06:21 +01:00
2016-11-13 19:11:07 -06:00
2016-11-27 20:46:20 +01:00
2016-12-18 10:38:52 +01:00
2016-12-18 10:38:52 +01:00
2016-01-28 19:49:48 -08:00
2016-12-18 10:38:52 +01:00
2016-01-28 19:49:48 -08:00
2016-01-31 15:44:11 -08:00
2016-05-04 18:16:21 +02:00
2016-01-28 19:49:48 -08:00
2016-05-04 18:16:21 +02:00
2016-01-31 15:44:11 -08:00
2015-01-05 01:45:49 +01:00
2016-12-01 22:12:21 +01:00
2016-09-07 15:36:54 +02:00
2016-10-09 20:09:00 +02:00
2016-06-15 13:56:07 +02:00
2016-02-27 21:35:20 +01:00
2016-02-17 09:42:46 +01:00
2015-03-20 09:41:32 +01:00
2015-08-18 10:24:01 -04:00
2016-03-28 14:13:17 -08:00
2016-09-24 09:52:10 +02:00
2015-09-12 02:14:44 +00:00
2015-01-09 17:26:31 +01:00
2016-08-10 10:02:05 +02:00
2015-10-10 17:33:43 +02:00