summaryrefslogtreecommitdiff
path: root/libavfilter/vf_decimate.c
Commit message (Expand)AuthorAge
* avfilter/vf_decimate: also check for ready frames if not ppsrc is usedPaul B Mahol2022-03-13
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-05
* avfilter/vf_decimate: Use formats list instead of query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/avfilter: Remove unused feature to add pads in the middleAndreas Rheinhardt2021-08-17
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/vf_decimate: add support for more formatsPaul B Mahol2021-01-21
* avfilter/vf_decimate: always properly handle EOFPaul B Mahol2020-12-27
* avfilter/vf_decimate: stop dropping last frames with ppsrcPaul B Mahol2020-12-27
* avfilter/vf_decimate: fix broken logic with ppsrc handlingPaul B Mahol2020-12-27
* avfilter/vf_decimate: fix overreads when using ppsrcPaul B Mahol2020-12-22
* avfilter/vf_decimate: switch to activatePaul B Mahol2020-12-21
* avfilter/vf_decimate: Don't allocate inpad namesAndreas Rheinhardt2020-08-26
* avfilter/vf_decimate: fix memory leaksPaul B Mahol2019-10-19
* avfilter/vf_decimate: check ff_insert_inpad() for failurePaul B Mahol2017-08-25
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-13
* lavfi: split frame_count between input and output.Nicolas George2016-11-13
* avfilter/vf_decimate: Use the correct frame in difference calculationMichael Niedermayer2016-03-13
* Revert "avfilter/vf_decimate: Check that input parameters match"Michael Niedermayer2016-03-13
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-27
* lavfi/vf_decimate: do not compare the first frame to itself.Nicolas George2016-01-03
* avfilter/vf_decimate: fix typo in fractionMichael Niedermayer2015-12-14
* avfilter/vf_decimate: Check that input parameters matchMichael Niedermayer2015-12-14
* avfilter/vf_decimate: change ts_unit to AVRationalMichael Niedermayer2015-12-14
* lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George2015-09-20
* avfilter/decimate: use AV_OPT_TYPE_BOOL for ppsrc and chroma optionsClément Bœsch2015-09-08
* Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-08
* avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch2015-03-16
* avfilter/vf_decimate: Use av_malloc_array()Michael Niedermayer2014-07-11
* libavfilter/decimate: Add pts of first frame to all frames.Carl Eugen Hoyos2013-10-31
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
* avfilter/vf_decimate: add gray16 and yuv440pPaul B Mahol2013-09-19
* avfilter/vf_decimate: fix crash with gray8Paul B Mahol2013-09-19
* lavfi: use ceil right shift for chroma width/height.Clément Bœsch2013-05-10
* lavfi: add frame counter into AVFilterLink and use it in filters.Clément Bœsch2013-04-23
* lavfi: port IVTC filters from vapoursynth.Clément Bœsch2013-04-14
* lavfi: rename decimate to mpdecimate.Clément Bœsch2013-04-14
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-12
* lavfi/decimate: switch to an AVOption-based systemStefano Sabatini2013-04-11
* decimate: check for avctx ptr before closing.Clément Bœsch2013-03-31
* lavfi/vf_decimate: use standard options parsing.Nicolas George2013-03-20
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-10
* lavfi/decimate: use named optionsStefano Sabatini2013-02-20
* Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-23
* lavfi/decimate: remove usage of link->cur_buf.Clément Bœsch2012-12-26
* lavfi/decimate: switch to ff_filter_frame() APIStefano Sabatini2012-12-02
* lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch2012-11-28
* Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_...Hendrik Leppkes2012-10-20