summaryrefslogtreecommitdiff
path: root/libavfilter/filters.h
Commit message (Collapse)AuthorAge
* lavfi: add ff_inlink_request_frame().Nicolas George2017-01-12
|
* lavfi: add helpers to consume frames from link FIFOs.Nicolas George2017-01-12
|
* lavfi: add ff_inlink_evaluate_timeline_at_frame().Nicolas George2017-01-12
|
* lavfi: add ff_inlink_process_commands().Nicolas George2017-01-12
|
* lavfi: implement ff_inlink_make_frame_writable().Nicolas George2017-01-12
| | | | | | | | Unlike av_frame_is_writable(), it uses the link's alloc callback, making direct rendering possible. The code comes from ff_filter_frame_framed(), moved with mostly trivial changes.
* lavfi: export ff_filter_set_ready() to the library.Nicolas George2017-01-12
|
* lavfi: add ff_inlink_acknowledge_status().Nicolas George2017-01-12
Also introduce libavfilter/filters.h for all functions needed to implement filters.