Author | SHA1 | Message | Date |
---|---|---|---|
|
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. |
9 years ago |
|
dceac9a4a7 |
avfilter/tests/.gitignore: add integral
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> |
8 years ago |
|
1e34584814 |
avfilter/tests/integral: Remove unused variables
Reviewed-by: Clément Bœsch <u@pkh.me> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> |
8 years ago |
|
c29b532a94 |
lavfi: add nlmeans filter
Fixes Ticket #4910 |
9 years ago |
|
a6a750c7ef | tests: Move all test programs to a subdirectory | 9 years ago |