summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_yadif.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | yadif: redesign first and last 2 lines handling.Michael Niedermayer2012-08-101-1/+27
* | yadif: update frame rateMichael Niedermayer2012-07-301-0/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-261-0/+1
|\ \ | |/
| * vf_yadif: unset cur_buf on the input link.Anton Khirnov2012-07-261-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-221-23/+42
|\ \ | |/
| * lavfi: check all ff_get_video_buffer() calls for errors.Anton Khirnov2012-07-221-0/+5
| * lavfi: check all avfilter_ref_buffer() calls for errors.Anton Khirnov2012-07-221-2/+9
| * lavfi: use avfilter_unref_bufferp() where appropriate.Anton Khirnov2012-07-221-5/+4
| * lavfi: check all ff_start_frame/draw_slice/end_frame calls for errorsAnton Khirnov2012-07-221-5/+9
| * lavfi: add error handling to end_frame().Anton Khirnov2012-07-221-5/+7
| * lavfi: add error handling to draw_slice().Anton Khirnov2012-07-221-1/+4
| * lavfi: add error handling to start_frame().Anton Khirnov2012-07-221-5/+4
* | Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'Michael Niedermayer2012-07-221-18/+17
|\ \ | |/
| * yadif: use emms_c() instead of inline assembly for emms invocations.Ronald S. Bultje2012-07-211-3/+2
| * lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje2012-07-211-14/+14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-021-43/+3
|\ \ | |/
| * vf_yadif: move x86 init code to x86/yadif.cMans Rullgard2012-07-021-43/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-271-1/+1
|\ \ | |/
| * lavfi: make filters less verbose.Anton Khirnov2012-06-261-1/+1
OpenPOWER on IntegriCloud