summaryrefslogtreecommitdiff
path: root/libavfilter/vf_select.c
Commit message (Expand)AuthorAgeFilesLines
* lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-281-41/+11
* lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-101-13/+25
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* lavfi: check all avfilter_ref_buffer() calls for errors.Anton Khirnov2012-07-221-1/+5
* vf_select: avoid an unnecessary avfilter_ref_buffer().Anton Khirnov2012-07-221-2/+1
* lavfi: check all ff_start_frame/draw_slice/end_frame calls for errorsAnton Khirnov2012-07-221-4/+7
* lavfi: add error handling to end_frame().Anton Khirnov2012-07-221-3/+4
* lavfi: add error handling to draw_slice().Anton Khirnov2012-07-221-2/+3
* lavfi: add error handling to start_frame().Anton Khirnov2012-07-221-3/+5
* lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje2012-07-211-13/+13
* lavfi: unref AVFilterLink.cur_buf in ff_end_frame().Anton Khirnov2012-07-201-2/+0
* lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-261-1/+1
* lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-051-9/+10
* lavfi: remove avfilter_null_* from public API on next bump.Anton Khirnov2012-05-221-1/+2
* Mark mutable static data const where appropriate.Alex Converse2012-02-211-1/+1
* lavfi: add select filterStefano Sabatini2011-09-171-0/+353