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