summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_yadif.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | avfilter: remove redundant use of AV_NE() macroPaul B Mahol2013-09-111-16/+16
* | avfilter/vf_yadif: Treat mode as a field of flagsMichael Niedermayer2013-09-051-1/+1
* | avfilter/vf_yadif: fix "incompatible pointer type" warningMichael Niedermayer2013-09-051-1/+1
* | avfilter/vf_yadif: add gbr(a)p supportMichael Niedermayer2013-09-051-0/+2
* | avfilter/vf_yadif: reallocate frames if strides differMichael Niedermayer2013-09-031-0/+37
* | avfilter/vf_yadif:remove unneeded include assert.hMichael Niedermayer2013-07-191-3/+0
* | yadif: fix slice sizesMichael Niedermayer2013-05-241-3/+2
* | avfilter/vf_yadif: fix race conditionMichael Niedermayer2013-05-241-9/+12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-05-241-31/+56
|\ \ | |/
| * vf_yadif: support slice threadingAnton Khirnov2013-05-241-30/+57
| * yadif: correct strides in filter_edges_16bitJames Darnley2013-05-141-0/+2
| * yadif: restore speed of the C filtering codeJames Darnley2013-05-141-37/+33
* | lavfi/yadif: add timeline support.Clément Bœsch2013-05-211-1/+2
* | lavfi/yadif: fix chroma subsampling with odd sizes.Clément Bœsch2013-05-161-2/+2
* | Merge commit '7536c671040f1f3ebc9f0d3b7831dac71436b775'Michael Niedermayer2013-04-111-42/+28
|\ \ | |/
| * vf_yadif: switch to an AVOptions-based system.Anton Khirnov2013-04-091-19/+21
* | lavfi/vf_yadif: use standard options parsing.Nicolas George2013-03-201-9/+3
* | yadif: cosmetic indentation from previous commitsJames Darnley2013-03-161-2/+2
* | yadif: x86 assembly for 16-bit samplesJames Darnley2013-03-161-1/+1
OpenPOWER on IntegriCloud