summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_yadif.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | lavfi/yadif: fix shorthand/option mismatchAndré Pankratz2013-01-101-1/+1
* | lavfi/yadif: add support to named constantsStefano Sabatini2013-01-041-3/+17
* | lavfi/yadif: add support to named options and options introspectionStefano Sabatini2013-01-041-10/+26
* | lavfi/yadif: remove redundant NULL checks in uninitStefano Sabatini2013-01-041-3/+3
* | lavfi/yadif: fail during the configuration stage in case of invalid video sizeStefano Sabatini2013-01-041-6/+7
* | lavfi/yadif: remove unused poll_frame callbackStefano Sabatini2013-01-041-29/+0
* | vf_yadif: switch to filter_frame, this filter did not support slicesAnton Khirnov2012-11-281-40/+7
* | Merge commit 'f6c38c5f4ed6683a6a61db2ed418a68bbe5f5507'Michael Niedermayer2012-10-131-1/+1
|\ \ | |/
| * avfilter: call x86 init functions under if (ARCH_X86), not if (HAVE_MMX)Diego Biurrun2012-10-121-1/+1
* | Merge commit '59ee9f78b0cc4fb84ae606fa317d8102ad32a627'Michael Niedermayer2012-10-121-1/+1
|\ \ | |/
| * lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-121-1/+1
* | Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer2012-10-111-14/+26
|\ \ | |/
| * lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-101-14/+26
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-23/+23
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-21/+21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-101-27/+38
|\ \ | |/
| * yadif: cosmeticsLuca Barbato2012-09-091-31/+45
* | yadif: remove unused variableMichael Niedermayer2012-09-031-1/+0
* | vf_yadif: fix permissions.Nicolas George2012-08-171-4/+4
* | yadif: check input video size.Michael Niedermayer2012-08-101-0/+5
* | yadif: remove get_video_buffer, its redundant nowMichael Niedermayer2012-08-101-19/+0
OpenPOWER on IntegriCloud