| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi: split frame_count between input and output. | Nicolas George | 2016-11-13 | 1 | -1/+1 |
* | avfilter/vf_decimate: Use the correct frame in difference calculation | Michael Niedermayer | 2016-03-13 | 1 | -1/+4 |
* | Revert "avfilter/vf_decimate: Check that input parameters match" | Michael Niedermayer | 2016-03-13 | 1 | -9/+0 |
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 1 | -2/+2 |
* | lavfi/vf_decimate: do not compare the first frame to itself. | Nicolas George | 2016-01-03 | 1 | -3/+6 |
* | avfilter/vf_decimate: fix typo in fraction | Michael Niedermayer | 2015-12-14 | 1 | -1/+1 |
* | avfilter/vf_decimate: Check that input parameters match | Michael Niedermayer | 2015-12-14 | 1 | -0/+9 |
* | avfilter/vf_decimate: change ts_unit to AVRational | Michael Niedermayer | 2015-12-14 | 1 | -3/+3 |
* | lavfi: remove FF_LINK_FLAG_REQUEST_LOOP. | Nicolas George | 2015-09-20 | 1 | -1/+0 |
* | avfilter/decimate: use AV_OPT_TYPE_BOOL for ppsrc and chroma options | Clément Bœsch | 2015-09-08 | 1 | -2/+2 |
* | Replace all remaining occurances of step/depth_minus1 and offset_plus1 | Hendrik Leppkes | 2015-09-08 | 1 | -1/+1 |
* | avfilter: handle error in query_formats() of a bunch of random video filters | Clément Bœsch | 2015-03-16 | 1 | -2/+4 |
* | avfilter/vf_decimate: Use av_malloc_array() | Michael Niedermayer | 2014-07-11 | 1 | -1/+1 |
* | libavfilter/decimate: Add pts of first frame to all frames. | Carl Eugen Hoyos | 2013-10-31 | 1 | -2/+8 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
* | avfilter/vf_decimate: add gray16 and yuv440p | Paul B Mahol | 2013-09-19 | 1 | -2/+2 |
* | avfilter/vf_decimate: fix crash with gray8 | Paul B Mahol | 2013-09-19 | 1 | -1/+1 |
* | lavfi: use ceil right shift for chroma width/height. | Clément Bœsch | 2013-05-10 | 1 | -2/+2 |
* | lavfi: add frame counter into AVFilterLink and use it in filters. | Clément Bœsch | 2013-04-23 | 1 | -2/+1 |
* | lavfi: port IVTC filters from vapoursynth. | Clément Bœsch | 2013-04-14 | 1 | -0/+398 |
* | lavfi: rename decimate to mpdecimate. | Clément Bœsch | 2013-04-14 | 1 | -258/+0 |
* | lavfi: remove now unused args parameter from AVFilter.init and init_opaque | Michael Niedermayer | 2013-04-12 | 1 | -1/+1 |
* | lavfi/decimate: switch to an AVOption-based system | Stefano Sabatini | 2013-04-11 | 1 | -3/+0 |
* | decimate: check for avctx ptr before closing. | Clément Bœsch | 2013-03-31 | 1 | -2/+4 |
* | lavfi/vf_decimate: use standard options parsing. | Nicolas George | 2013-03-20 | 1 | -9/+3 |
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | Michael Niedermayer | 2013-03-10 | 1 | -9/+8 |
* | lavfi/decimate: use named options | Stefano Sabatini | 2013-02-20 | 1 | -22/+25 |
* | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f' | Michael Niedermayer | 2013-01-23 | 1 | -1/+1 |
* | lavfi/decimate: remove usage of link->cur_buf. | Clément Bœsch | 2012-12-26 | 1 | -1/+0 |
* | lavfi/decimate: switch to ff_filter_frame() API | Stefano Sabatini | 2012-12-02 | 1 | -13/+6 |
* | lavfi: convert remaining input/output list compound literals to named objects. | Clément Bœsch | 2012-11-28 | 1 | -22/+25 |
* | Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_... | Hendrik Leppkes | 2012-10-20 | 1 | -1/+1 |
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -8/+8 |
* | lavfi: port decimate libmpcodecs filter | Stefano Sabatini | 2012-08-31 | 1 | -0/+268 |