summaryrefslogtreecommitdiff
path: root/libavfilter/tests
Commit message (Collapse)AuthorAge
* lavfi/tests/filtfmts: include internal.h.Nicolas George2017-01-12
|
* lavfi: make filter_frame non-recursive.Nicolas George2016-12-18
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* avfilter/tests/.gitignore: add integralWan-Teh Chang2016-11-24
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/tests/integral: Remove unused variablesMichael Niedermayer2016-09-24
| | | | | Reviewed-by: Clément Bœsch <u@pkh.me> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* lavfi: add nlmeans filterClément Bœsch2016-09-24
| | | | Fixes Ticket #4910
* Merge commit 'a6a750c7ef240b72ce01e9653343a0ddf247d196'Clément Bœsch2016-06-22
| | | | | | | * commit 'a6a750c7ef240b72ce01e9653343a0ddf247d196': tests: Move all test programs to a subdirectory Merged-by: Clément Bœsch <clement@stupeflix.com>
* tests: Move all test programs to a subdirectoryDiego Biurrun2016-05-13