summaryrefslogtreecommitdiff
path: root/libavfilter/vf_yadif.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/ccfifo: remove unnecessary context allocationsJames Almer2023-05-121-3/+5
* avfilter/yadif: Properly preserve CEA-708 closed captionsDevin Heitmueller2023-05-111-0/+8
* vf_yadif: Remove unused emms_cKieran Kunhya2023-02-141-2/+0
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-151-2/+3
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-051-17/+17
* avfilter/vf_yadif: Use formats list instead of query functionAndreas Rheinhardt2021-10-051-6/+1
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-151-1/+2
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-4/+1
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avutil/internal, swresample/audioconvert: Remove cpu.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avfilter/vf_yadif: Fix handing of tiny imagesMichael Niedermayer2021-05-291-14/+18
* avfilter/yadif: Fix time base for large denominatorsTom Boshoven2021-05-271-2/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* Revert "avfilter/yadif: simplify the code for better readability"Limin Wang2020-08-271-10/+6
* avfilter/yadif: simplify the code for better readabilityLimin Wang2020-08-261-6/+10
* avfilter/vf_yadif: cosmetics in the pix_fmts[] arrayLimin Wang2019-12-251-35/+12
* avfilter/vf_yadif: rename config_props -> config_output, link -> outlinkLimin Wang2019-11-291-10/+10
* libavfilter/vf_yadif: Make frame management logic and options shareablePhilip Langdale2018-11-021-187/+9
* Merge commit 'feed239021bad89743d5e7989b426ae594322eb7'James Almer2017-11-111-11/+17
|\
| * yadif: Account for the buffer alignment while processing the frame edgesMichael Niedermayer2017-08-221-9/+19
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* | avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol2016-08-291-1/+1
* | avfilter/vf_yadif: make use of ctx pointerPaul B Mahol2016-02-011-8/+8
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-2/+2
* | Merge commit '9df477e03ef74068f3de130adc4dd34349a16ef2'Hendrik Leppkes2015-11-111-2/+3
|\ \ | |/
| * yadif: update frame rateMichael Niedermayer2015-11-091-0/+4
* | lavfi/vf_yadif: reindent after last commit.Nicolas George2015-10-071-15/+13
* | lavfi/vf_yadif: remove looping on request_frame().Nicolas George2015-10-071-3/+2
* | avfilter/vf_yadif: add missing "This file is part of FFmpeg"Michael Niedermayer2015-09-271-0/+2
* | Merge commit '2268db2cd052674fde55c7d48b7a5098ce89b4ba'Hendrik Leppkes2015-09-081-2/+2
|\ \ | |/
| * lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara2015-09-071-2/+2
| * vf_yadif: Relicense from GPL to LGPLRobert Krüger2014-01-141-9/+9
* | avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-081-3/+4
* | avfilter/vf_yadif: detect telecine contentMichael Niedermayer2015-01-061-1/+5
* | avfilter/vf_yadif: add >8bit planar rgb formatsMichael Niedermayer2014-12-301-0/+5
* | avfilter/vf_yadif: fix extra leading dup frame when deint=1Neil Birkbeck2014-11-291-3/+3
* | vfilter/vf_yadif: fix request_frame after 0f9f24c9Michael Niedermayer2014-05-031-1/+1
* | avfilter/vf_yadif: fix filtering a single imageMichael Niedermayer2014-05-021-5/+5
* | Change license of yadif from GPL to LGPLRobert Krüger2014-01-141-9/+9
* | Revert "avfilter/yadif: Revert "lavfi: convert input/ouput list compound lite...Robert Krüger2014-01-141-14/+21
* | Revert "Revert "yadif: add parens around macro parameters""Robert Krüger2014-01-141-4/+4
* | Revert "Revert "vf_yadif: move x86 init code to x86/yadif.c""Robert Krüger2014-01-141-67/+3
* | Revert "vf_yadif: move x86 init code to x86/yadif.c"Michael Niedermayer2013-12-011-3/+67
* | Revert "yadif: add parens around macro parameters"Michael Niedermayer2013-12-011-4/+4
* | avfilter/yadif: Revert "lavfi: convert input/ouput list compound literals to ...Michael Niedermayer2013-12-011-21/+14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
|\ \ | |/
| * lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-281-1/+1
* | avfilter: various cosmeticsPaul B Mahol2013-09-121-9/+7