summaryrefslogtreecommitdiff
path: root/libavfilter/vf_yadif.c
Commit message (Expand)AuthorAge
* Merge commit '238614de679a71970c20d7c3fee08a322967ec40'Michael Niedermayer2013-02-06
|\
| * vf_yadif: silence a warning.Anton Khirnov2013-02-06
| * lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-28
* | lavfi/yadif: fix shorthand/option mismatchAndré Pankratz2013-01-10
* | lavfi/yadif: add support to named constantsStefano Sabatini2013-01-04
* | lavfi/yadif: add support to named options and options introspectionStefano Sabatini2013-01-04
* | lavfi/yadif: remove redundant NULL checks in uninitStefano Sabatini2013-01-04
* | lavfi/yadif: fail during the configuration stage in case of invalid video sizeStefano Sabatini2013-01-04
* | lavfi/yadif: remove unused poll_frame callbackStefano Sabatini2013-01-04
* | vf_yadif: switch to filter_frame, this filter did not support slicesAnton Khirnov2012-11-28
* | Merge commit 'f6c38c5f4ed6683a6a61db2ed418a68bbe5f5507'Michael Niedermayer2012-10-13
|\|
| * avfilter: call x86 init functions under if (ARCH_X86), not if (HAVE_MMX)Diego Biurrun2012-10-12
* | Merge commit '59ee9f78b0cc4fb84ae606fa317d8102ad32a627'Michael Niedermayer2012-10-12
|\|
| * lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-12
* | Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer2012-10-11
|\|
| * lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-10
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
|\|
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-10
|\|
| * yadif: cosmeticsLuca Barbato2012-09-09
* | yadif: remove unused variableMichael Niedermayer2012-09-03
* | vf_yadif: fix permissions.Nicolas George2012-08-17
* | yadif: check input video size.Michael Niedermayer2012-08-10
* | yadif: remove get_video_buffer, its redundant nowMichael Niedermayer2012-08-10
* | yadif: redesign first and last 2 lines handling.Michael Niedermayer2012-08-10
* | yadif: update frame rateMichael Niedermayer2012-07-30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-26
|\|
| * vf_yadif: unset cur_buf on the input link.Anton Khirnov2012-07-26
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-22
|\|
| * lavfi: check all ff_get_video_buffer() calls for errors.Anton Khirnov2012-07-22
| * lavfi: check all avfilter_ref_buffer() calls for errors.Anton Khirnov2012-07-22
| * lavfi: use avfilter_unref_bufferp() where appropriate.Anton Khirnov2012-07-22
| * lavfi: check all ff_start_frame/draw_slice/end_frame calls for errorsAnton Khirnov2012-07-22
| * lavfi: add error handling to end_frame().Anton Khirnov2012-07-22
| * lavfi: add error handling to draw_slice().Anton Khirnov2012-07-22
| * lavfi: add error handling to start_frame().Anton Khirnov2012-07-22
* | Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'Michael Niedermayer2012-07-22
|\|
| * yadif: use emms_c() instead of inline assembly for emms invocations.Ronald S. Bultje2012-07-21
| * lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje2012-07-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-02
|\|
| * vf_yadif: move x86 init code to x86/yadif.cMans Rullgard2012-07-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-27
|\|
| * lavfi: make filters less verbose.Anton Khirnov2012-06-26
* | Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer2012-06-26
|\|
| * lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-26
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-13
|\|
| * lavfi: make avfilter_get_video_buffer() private on next bump.Anton Khirnov2012-06-13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-06
|\|
| * lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-05
| * lavfi: make formats API private on next bump.Anton Khirnov2012-06-05