summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_fps.c
Commit message (Expand)AuthorAgeFilesLines
* vf_fps: use double constants for default/min/max for start_timeHendrik Leppkes2013-08-281-2/+4
* vf_fps: add 'start_time' optionJustin Ruggles2013-08-201-1/+15
* vf_fps: move initializing pts from config_props to init.Anton Khirnov2013-05-171-1/+2
* lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-091-1/+1
* vf_fps: switch to an AVOptions-based system.Anton Khirnov2013-04-091-10/+1
* lavfi: switch to AVFrame.Anton Khirnov2013-03-081-16/+16
* vf_fps: add final flushed frames to the dropped frame countJustin Ruggles2013-01-151-0/+1
* lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-281-22/+4
* lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-101-11/+23
* 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
OpenPOWER on IntegriCloud