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-06-15all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt
2021-10-05avfilter: Reindentation after query_formats changesAndreas Rheinhardt
2021-10-05avfilter/vf_yadif: 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-15avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt
2021-08-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-07-22Remove unnecessary avassert.h inclusionsAndreas Rheinhardt
2021-07-22avutil/internal, swresample/audioconvert: Remove cpu.h inclusionsAndreas Rheinhardt
2021-05-29avfilter/vf_yadif: Fix handing of tiny imagesMichael Niedermayer
2021-05-27avfilter/yadif: Fix time base for large denominatorsTom Boshoven
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2020-08-27Revert "avfilter/yadif: simplify the code for better readability"Limin Wang
2020-08-26avfilter/yadif: simplify the code for better readabilityLimin Wang
2019-12-25avfilter/vf_yadif: cosmetics in the pix_fmts[] arrayLimin Wang
2019-11-29avfilter/vf_yadif: rename config_props -> config_output, link -> outlinkLimin Wang
2018-11-02libavfilter/vf_yadif: Make frame management logic and options shareablePhilip Langdale
2017-11-11Merge commit 'feed239021bad89743d5e7989b426ae594322eb7'James Almer
2017-08-22yadif: Account for the buffer alignment while processing the frame edgesMichael Niedermayer
2016-08-29avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-02-01avfilter/vf_yadif: make use of ctx pointerPaul B Mahol
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2015-11-11Merge commit '9df477e03ef74068f3de130adc4dd34349a16ef2'Hendrik Leppkes
2015-11-09yadif: update frame rateMichael Niedermayer
2015-10-07lavfi/vf_yadif: reindent after last commit.Nicolas George
2015-10-07lavfi/vf_yadif: remove looping on request_frame().Nicolas George
2015-09-27avfilter/vf_yadif: add missing "This file is part of FFmpeg"Michael Niedermayer
2015-09-08Merge commit '2268db2cd052674fde55c7d48b7a5098ce89b4ba'Hendrik Leppkes
2015-09-07lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
2015-01-06avfilter/vf_yadif: detect telecine contentMichael Niedermayer
2014-12-31avfilter/vf_yadif: add >8bit planar rgb formatsMichael Niedermayer
2014-11-29avfilter/vf_yadif: fix extra leading dup frame when deint=1Neil Birkbeck
2014-05-03vfilter/vf_yadif: fix request_frame after 0f9f24c9Michael Niedermayer
2014-05-02avfilter/vf_yadif: fix filtering a single imageMichael Niedermayer
2014-01-14Change license of yadif from GPL to LGPLRobert Krüger
2014-01-14Revert "avfilter/yadif: Revert "lavfi: convert input/ouput list compound lite...Robert Krüger
2014-01-14Revert "Revert "yadif: add parens around macro parameters""Robert Krüger
2014-01-14Revert "Revert "vf_yadif: move x86 init code to x86/yadif.c""Robert Krüger
2014-01-14vf_yadif: Relicense from GPL to LGPLRobert Krüger
2013-12-01Revert "vf_yadif: move x86 init code to x86/yadif.c"Michael Niedermayer
2013-12-01Revert "yadif: add parens around macro parameters"Michael Niedermayer
2013-12-01avfilter/yadif: Revert "lavfi: convert input/ouput list compound literals to ...Michael Niedermayer
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-28lavfi: do not export the filters from shared objectsAnton Khirnov
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-09-11avfilter: remove redundant use of AV_NE() macroPaul B Mahol
2013-09-05avfilter/vf_yadif: Treat mode as a field of flagsMichael Niedermayer
2013-09-05avfilter/vf_yadif: fix "incompatible pointer type" warningMichael Niedermayer