Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-13lavfi/vf_decimate: use inverse of output framerate as timebaseAnton Khirnov
2022-03-13avfilter/vf_decimate: also check for ready frames if not ppsrc is usedPaul B Mahol
2021-10-05avfilter: Reindentation after query_formats changesAndreas Rheinhardt
2021-10-05avfilter/vf_decimate: Use formats list instead of query functionAndreas Rheinhardt
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-17avfilter/avfilter: Remove unused feature to add pads in the middleAndreas Rheinhardt
2021-08-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2021-01-21avfilter/vf_decimate: add support for more formatsPaul B Mahol
2020-12-28avfilter/vf_decimate: always properly handle EOFPaul B Mahol
2020-12-28avfilter/vf_decimate: stop dropping last frames with ppsrcPaul B Mahol
2020-12-27avfilter/vf_decimate: fix broken logic with ppsrc handlingPaul B Mahol
2020-12-22avfilter/vf_decimate: fix overreads when using ppsrcPaul B Mahol
2020-12-22avfilter/vf_decimate: switch to activatePaul B Mahol
2020-08-27avfilter/vf_decimate: Don't allocate inpad namesAndreas Rheinhardt
2019-10-19avfilter/vf_decimate: fix memory leaksPaul B Mahol
2017-08-25avfilter/vf_decimate: check ff_insert_inpad() for failurePaul B Mahol
2017-05-13avfilter: don't anonymously typedef structsPaul B Mahol
2016-11-13lavfi: split frame_count between input and output.Nicolas George
2016-03-13avfilter/vf_decimate: Use the correct frame in difference calculationMichael Niedermayer
2016-03-13Revert "avfilter/vf_decimate: Check that input parameters match"Michael Niedermayer
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2016-01-03lavfi/vf_decimate: do not compare the first frame to itself.Nicolas George
2015-12-15avfilter/vf_decimate: fix typo in fractionMichael Niedermayer
2015-12-14avfilter/vf_decimate: Check that input parameters matchMichael Niedermayer
2015-12-14avfilter/vf_decimate: change ts_unit to AVRationalMichael Niedermayer
2015-09-20lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George
2015-09-09avfilter/decimate: use AV_OPT_TYPE_BOOL for ppsrc and chroma optionsClément Bœsch
2015-09-08Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes
2015-03-17avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch
2014-07-11avfilter/vf_decimate: Use av_malloc_array()Michael Niedermayer
2013-10-31libavfilter/decimate: Add pts of first frame to all frames.Carl Eugen Hoyos
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-09-19avfilter/vf_decimate: add gray16 and yuv440pPaul B Mahol
2013-09-19avfilter/vf_decimate: fix crash with gray8Paul B Mahol
2013-05-10lavfi: use ceil right shift for chroma width/height.Clément Bœsch
2013-04-23lavfi: add frame counter into AVFilterLink and use it in filters.Clément Bœsch
2013-04-14lavfi: port IVTC filters from vapoursynth.Clément Bœsch
2013-04-14lavfi: rename decimate to mpdecimate.Clément Bœsch
2013-04-12lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer
2013-04-11lavfi/decimate: switch to an AVOption-based systemStefano Sabatini
2013-03-31decimate: check for avctx ptr before closing.Clément Bœsch
2013-03-21lavfi/vf_decimate: use standard options parsing.Nicolas George
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-02-20lavfi/decimate: use named optionsStefano Sabatini
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer
2012-12-27lavfi/decimate: remove usage of link->cur_buf.Clément Bœsch
2012-12-02lavfi/decimate: switch to ff_filter_frame() APIStefano Sabatini
2012-11-29lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch