| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/vf_fps: fix rounding error accumulation | Michael Niedermayer | 2014-02-20 | 1 | -8/+5 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-11-24 | 1 | -0/+1 |
|\ |
|
| * | Add missing #includes for *INT64_MAX and *INT64_C | Diego Biurrun | 2013-11-23 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
|\| |
|
| * | lavfi: do not export the filters from shared objects | Anton Khirnov | 2013-10-28 | 1 | -1/+1 |
* | | avfilter: various cosmetics | Paul B Mahol | 2013-09-12 | 1 | -12/+9 |
* | | avfilter/vf_fps: make sure the fifo is not empty before using it | Michael Niedermayer | 2013-09-02 | 1 | -1/+1 |
* | | avfilter/vf_fps: fix ABI compatibility with AV_NOPTS starttime | Michael Niedermayer | 2013-08-29 | 1 | -1/+1 |
* | | Merge commit 'cb8f70c96e14c1b4824ef23d21d78d10fc5a4b93' | Michael Niedermayer | 2013-08-29 | 1 | -2/+4 |
|\| |
|
| * | vf_fps: use double constants for default/min/max for start_time | Hendrik Leppkes | 2013-08-28 | 1 | -2/+4 |
* | | avfilter/vf_fps: Work around msvc (c99wrap) build failure | Pavel Koshevoy | 2013-08-26 | 1 | -1/+1 |
* | | Merge commit '545a0b807cf45b2bbc4c9087a297b741ce00f508' | Michael Niedermayer | 2013-08-21 | 1 | -1/+15 |
|\| |
|
| * | vf_fps: add 'start_time' option | Justin Ruggles | 2013-08-20 | 1 | -1/+15 |
* | | Merge commit '4c205f42c86ccefa093c59434669af34ad14a52b' | Michael Niedermayer | 2013-05-17 | 1 | -1/+2 |
|\| |
|
| * | 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 |
* | | lavfi: add missing periods in filter descriptions. | Clément Bœsch | 2013-04-14 | 1 | -1/+1 |
* | | lavfi: remove now unused args parameter from AVFilter.init | Anton Khirnov | 2013-04-12 | 1 | -1/+1 |
* | | Merge commit 'f13ab29925883b4245da4129694af3af378d67be' | Michael Niedermayer | 2013-04-10 | 1 | -4/+1 |
|\| |
|
| * | vf_fps: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 1 | -10/+1 |
* | | lavfi/fps: make use of AV_OPT_TYPE_VIDEO_RATE | Paul B Mahol | 2013-03-26 | 1 | -8/+1 |
* | | lavfi/vf_fps: use standard options parsing. | Nicolas George | 2013-03-20 | 1 | -8/+3 |
* | | lavfi: remove remaining forgotten min/rej perms. | Clément Bœsch | 2013-03-10 | 1 | -2/+0 |
* | | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | Michael Niedermayer | 2013-03-10 | 1 | -17/+17 |
|\| |
|
| * | lavfi: switch to AVFrame. | Anton Khirnov | 2013-03-08 | 1 | -16/+16 |
* | | Merge commit 'dae1d507af94261bafd3b11549884e5d1eca590e' | Michael Niedermayer | 2013-01-16 | 1 | -0/+1 |
|\| |
|
| * | 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/fps: remove parse opt error message. | Clément Bœsch | 2012-12-11 | 1 | -4/+1 |
* | | lavfi/fps: add shorthand. | Clément Bœsch | 2012-12-11 | 1 | -1/+2 |
* | | vf_fps: switch to filter_frame | Anton Khirnov | 2012-11-28 | 1 | -22/+4 |
* | | lavfi/vf_fps: allow to set the rounding method. | Nicolas George | 2012-10-25 | 1 | -2/+9 |
* | | Merge commit '4436f25a1682ada3f7226cb6fadf429946933161' | Michael Niedermayer | 2012-10-11 | 1 | -13/+25 |
|\| |
|
| * | lavfi: convert input/ouput list compound literals to named objects | Mans Rullgard | 2012-10-10 | 1 | -11/+23 |
* | | lavfi: add priv class to filter definitions and flags to filter internal options | Stefano Sabatini | 2012-08-18 | 1 | -1/+3 |
* | | vf_fps: fix permissions. | Nicolas George | 2012-08-17 | 1 | -1/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-16 | 1 | -0/+1 |
|\| |
|
| * | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | | Replace various inlined inverse AVRational with av_inv_q(). | Clément Bœsch | 2012-08-06 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-22 | 1 | -19/+45 |
|\| |
|
| * | 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 |
* | | Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea' | Michael Niedermayer | 2012-07-22 | 1 | -11/+11 |
|\| |
|
| * | lavfi: use const for AVFilterPad declarations in all filters. | Ronald S. Bultje | 2012-07-21 | 1 | -11/+11 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-21 | 1 | -0/+1 |
|\| |
|
| * | lavfi: unref AVFilterLink.cur_buf in ff_end_frame(). | Anton Khirnov | 2012-07-20 | 1 | -0/+1 |