aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_fps.c
Commit message (Expand)AuthorAgeFilesLines
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* vf_fps: add more error checks.Anton Khirnov2012-07-221-2/+17
* vf_fps: fix a memleak on malloc failure.Anton Khirnov2012-07-221-1/+3
* lavfi: check all ff_start_frame/draw_slice/end_frame calls for errorsAnton Khirnov2012-07-221-6/+12
* lavfi: add error handling to end_frame().Anton Khirnov2012-07-221-8/+9
* lavfi: add error handling to draw_slice().Anton Khirnov2012-07-221-1/+2
* lavfi: add error handling to start_frame().Anton Khirnov2012-07-221-1/+2
* lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje2012-07-211-11/+11
* lavfi: unref AVFilterLink.cur_buf in ff_end_frame().Anton Khirnov2012-07-201-0/+1
* 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-7/+9
* lavfi: Add fps filter.Anton Khirnov2012-05-181-0/+271