| Commit message (Expand) | Author | Age | Files | Lines |
* | vf_fps: set frame_rate. | Nicolas George | 2015-11-09 | 1 | -3/+4 |
* | vf_fps: Replace use of deprecated AVFilterBufferRef by AVFrame | Diego Biurrun | 2014-08-03 | 1 | -1/+1 |
* | Add missing #includes for *INT64_MAX and *INT64_C | Diego Biurrun | 2013-11-23 | 1 | -0/+1 |
* | lavfi: do not export the filters from shared objects | Anton Khirnov | 2013-10-28 | 1 | -1/+1 |
* | vf_fps: use double constants for default/min/max for start_time | Hendrik Leppkes | 2013-08-28 | 1 | -2/+4 |
* | vf_fps: add 'start_time' option | Justin Ruggles | 2013-08-20 | 1 | -1/+15 |
* | vf_fps: move initializing pts from config_props to init. | Anton Khirnov | 2013-05-17 | 1 | -1/+2 |
* | lavfi: remove now unused args parameter from AVFilter.init | Anton Khirnov | 2013-04-09 | 1 | -1/+1 |
* | vf_fps: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 1 | -10/+1 |
* | lavfi: switch to AVFrame. | Anton Khirnov | 2013-03-08 | 1 | -16/+16 |
* | vf_fps: add final flushed frames to the dropped frame count | Justin Ruggles | 2013-01-15 | 1 | -0/+1 |
* | lavfi: merge start_frame/draw_slice/end_frame | Anton Khirnov | 2012-11-28 | 1 | -22/+4 |
* | lavfi: convert input/ouput list compound literals to named objects | Mans Rullgard | 2012-10-10 | 1 | -11/+23 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | vf_fps: add more error checks. | Anton Khirnov | 2012-07-22 | 1 | -2/+17 |
* | vf_fps: fix a memleak on malloc failure. | Anton Khirnov | 2012-07-22 | 1 | -1/+3 |
* | lavfi: check all ff_start_frame/draw_slice/end_frame calls for errors | Anton Khirnov | 2012-07-22 | 1 | -6/+12 |
* | lavfi: add error handling to end_frame(). | Anton Khirnov | 2012-07-22 | 1 | -8/+9 |
* | lavfi: add error handling to draw_slice(). | Anton Khirnov | 2012-07-22 | 1 | -1/+2 |
* | lavfi: add error handling to start_frame(). | Anton Khirnov | 2012-07-22 | 1 | -1/+2 |
* | lavfi: use const for AVFilterPad declarations in all filters. | Ronald S. Bultje | 2012-07-21 | 1 | -11/+11 |
* | lavfi: unref AVFilterLink.cur_buf in ff_end_frame(). | Anton Khirnov | 2012-07-20 | 1 | -0/+1 |
* | lavfi: remove 'opaque' parameter from AVFilter.init() | Anton Khirnov | 2012-06-26 | 1 | -1/+1 |
* | lavfi: remove request/poll and drawing functions from public API on next bump | Anton Khirnov | 2012-06-05 | 1 | -7/+9 |
* | lavfi: Add fps filter. | Anton Khirnov | 2012-05-18 | 1 | -0/+271 |