summaryrefslogtreecommitdiff
path: root/libavfilter/vf_yadif.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | yadif: correct strides in filter_edges_16bitJames Darnley2013-03-151-0/+2
* | yadif: restore speed of the C filtering codeJames Darnley2013-03-131-37/+33
* | lavfi: remove remaining forgotten min/rej perms.Clément Bœsch2013-03-101-1/+0
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-26/+23
|\ \ | |/
| * lavfi: switch to AVFrame.Anton Khirnov2013-03-081-35/+30
* | yadif: remove unused variableMichael Niedermayer2013-02-161-1/+0
* | Merge commit '64ed397635ef2666b0ca0c8d8c60a8bc44581d82'Michael Niedermayer2013-02-161-37/+88
|\ \ | |/
| * vf_yadif: fix out-of line readsAnton Khirnov2013-02-151-16/+90
* | Merge commit 'ccd70d9c1689990e5aef2de383199bbc7cf60d13'Michael Niedermayer2013-02-161-14/+12
|\ \ | |/
| * vf_yadif: factorize initializing the filtering callbacksAnton Khirnov2013-02-151-11/+12
* | lavfi/yadif: support 9, 12, and 14 bits per pixelJames Darnley2013-02-161-0/+9
* | lavfi/yadif: remove unnecessary castJames Darnley2013-02-161-1/+1
* | Merge commit '238614de679a71970c20d7c3fee08a322967ec40'Michael Niedermayer2013-02-061-4/+12
|\ \ | |/
| * vf_yadif: silence a warning.Anton Khirnov2013-02-061-4/+12
| * lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-281-40/+7