| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/vf_decimate: add mixed option to process input only partially to be ... | mail@nodoa.me | 2022-12-19 | 1 | -10/+32 |
* | lavfi/vf_decimate: use inverse of output framerate as timebase | Anton Khirnov | 2022-10-13 | 1 | -5/+6 |
* | avfilter/vf_decimate: also check for ready frames if not ppsrc is used | Paul B Mahol | 2022-03-13 | 1 | -2/+2 |
* | avfilter: Reindentation after query_formats changes | Andreas Rheinhardt | 2021-10-05 | 1 | -10/+10 |
* | avfilter/vf_decimate: Use formats list instead of query function | Andreas Rheinhardt | 2021-10-05 | 1 | -5/+1 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -2/+1 |
* | avfilter/avfilter: Remove unused feature to add pads in the middle | Andreas Rheinhardt | 2021-08-17 | 1 | -2/+2 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -4/+1 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/vf_decimate: add support for more formats | Paul B Mahol | 2021-01-21 | 1 | -1/+5 |
* | avfilter/vf_decimate: always properly handle EOF | Paul B Mahol | 2020-12-27 | 1 | -4/+9 |
* | avfilter/vf_decimate: stop dropping last frames with ppsrc | Paul B Mahol | 2020-12-27 | 1 | -1/+2 |
* | avfilter/vf_decimate: fix broken logic with ppsrc handling | Paul B Mahol | 2020-12-27 | 1 | -8/+10 |
* | avfilter/vf_decimate: fix overreads when using ppsrc | Paul B Mahol | 2020-12-22 | 1 | -34/+25 |
* | avfilter/vf_decimate: switch to activate | Paul B Mahol | 2020-12-21 | 1 | -34/+62 |
* | avfilter/vf_decimate: Don't allocate inpad names | Andreas Rheinhardt | 2020-08-26 | 1 | -14/+4 |
* | avfilter/vf_decimate: fix memory leaks | Paul B Mahol | 2019-10-19 | 1 | -0/+10 |
* | avfilter/vf_decimate: check ff_insert_inpad() for failure | Paul B Mahol | 2017-08-25 | 1 | -2/+9 |
* | avfilter: don't anonymously typedef structs | Paul B Mahol | 2017-05-13 | 1 | -1/+1 |
* | 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 |