summaryrefslogtreecommitdiff
path: root/libavfilter/vf_yadif.c
Commit message (Expand)AuthorAgeFilesLines
* vf_yadif: switch to an AVOptions-based system.Anton Khirnov2013-04-091-19/+21
* lavfi: switch to AVFrame.Anton Khirnov2013-03-081-35/+30
* vf_yadif: fix out-of line readsAnton Khirnov2013-02-151-16/+90
* vf_yadif: factorize initializing the filtering callbacksAnton Khirnov2013-02-151-11/+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
* avfilter: call x86 init functions under if (ARCH_X86), not if (HAVE_MMX)Diego Biurrun2012-10-121-1/+1
* lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-121-1/+1
* lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-101-14/+26
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-21/+21
* yadif: cosmeticsLuca Barbato2012-09-091-31/+45
* vf_yadif: unset cur_buf on the input link.Anton Khirnov2012-07-261-0/+1
* 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
* 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
* vf_yadif: move x86 init code to x86/yadif.cMans Rullgard2012-07-021-43/+3
* lavfi: make filters less verbose.Anton Khirnov2012-06-261-1/+1
* lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-261-1/+1
* lavfi: make avfilter_get_video_buffer() private on next bump.Anton Khirnov2012-06-131-4/+4
* lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-051-11/+12
* lavfi: make formats API private on next bump.Anton Khirnov2012-06-051-1/+2
* lavfi: remove avfilter_default_* from public API on next bump.Anton Khirnov2012-05-221-1/+2
* yadif: Flush filter on eof.Robert Nagy2012-05-141-1/+15
* yadif: Improve pts accuracy.Robert Nagy2012-05-141-6/+21
* vf_yadif: fix missing error handling for avfilter_poll_frame()Robert Nagy2012-05-071-0/+4
* Drop some completely unnecessary av_unused attributes.Diego Biurrun2012-02-131-1/+1
* yadif: support 10bit YUVLuca Barbato2011-12-131-2/+5
* vf_yadif: add support to yuva420pStefano Sabatini2011-09-211-1/+2
* vf_yadif: correct documentation on the parity parameterStefano Sabatini2011-09-211-2/+2
* vf_yadif: copy buffer properties like aspect for second frame as wellJoakim Plate2011-09-211-1/+4
* vf_yadif: add an option to enable/disable deinterlacing based on src frame "i...Joakim Plate2011-09-191-2/+26
* yadif: support 16-bitJames Darnley2011-04-261-49/+67
* yadif: support more than yuv420p.James Darnley2011-04-261-4/+25
* yadif: Fix assert() failureMichael Niedermayer2011-04-261-1/+1
* Reduce picture size for yadif.Michael Niedermayer2011-04-201-2/+2
* Change yadif to not use out of picture lines.Michael Niedermayer2011-04-031-15/+16
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* yadif: add parens around macro parametersMans Rullgard2011-03-051-4/+4
* In yadif filter, default to top field first if interlacing is unknownBaptiste Coudurier2011-01-151-1/+8
* yadif sse2/ssse3 optimizationsBaptiste Coudurier2010-12-041-1/+5
* In yadif filter, copy video props to output picture.Baptiste Coudurier2010-11-221-2/+12
* merge #if with if()Aurelien Jacobs2010-09-271-3/+1
* yadif: remove unnecessary #includeMåns Rullgård2010-09-261-1/+0
* Cosmetics: fix style nits.Stefano Sabatini2010-09-261-14/+15