]> git.sesse.net Git - ffmpeg/history - libavfilter/vf_yadif.c
lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fields
[ffmpeg] / libavfilter / vf_yadif.c
2015-09-07 Vittorio Giovaralavu: Drop the {minus,plus}1 suffix from AVComponentDes...
2014-01-13 Robert Krügervf_yadif: Relicense from GPL to LGPL
2013-10-28 Anton Khirnovlavfi: do not export the filters from shared objects
2013-05-24 Anton Khirnovvf_yadif: support slice threading
2013-05-14 James Darnleyyadif: correct strides in filter_edges_16bit
2013-05-14 James Darnleyyadif: restore speed of the C filtering code
2013-04-09 Anton Khirnovvf_yadif: switch to an AVOptions-based system.
2013-03-08 Anton Khirnovlavfi: switch to AVFrame.
2013-02-15 Anton Khirnovvf_yadif: fix out-of line reads
2013-02-15 Anton Khirnovvf_yadif: factorize initializing the filtering callbacks
2013-02-06 Anton Khirnovvf_yadif: silence a warning.
2012-11-28 Anton Khirnovlavfi: merge start_frame/draw_slice/end_frame
2012-10-12 Diego Biurrunavfilter: call x86 init functions under if (ARCH_X86...
2012-10-12 Anton Khirnovlavfi: do not use av_pix_fmt_descriptors directly.
2012-10-10 Mans Rullgardlavfi: convert input/ouput list compound literals to...
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-09-09 Luca Barbatoyadif: cosmetics
2012-07-25 Anton Khirnovvf_yadif: unset cur_buf on the input link.
2012-07-22 Anton Khirnovlavfi: check all ff_get_video_buffer() calls for errors.
2012-07-22 Anton Khirnovlavfi: check all avfilter_ref_buffer() calls for errors.
2012-07-22 Anton Khirnovlavfi: use avfilter_unref_bufferp() where appropriate.
2012-07-22 Anton Khirnovlavfi: check all ff_start_frame/draw_slice/end_frame...
2012-07-22 Anton Khirnovlavfi: add error handling to end_frame().
2012-07-22 Anton Khirnovlavfi: add error handling to draw_slice().
2012-07-22 Anton Khirnovlavfi: add error handling to start_frame().
2012-07-22 Ronald S. Bultjeyadif: use emms_c() instead of inline assembly for...
2012-07-21 Ronald S. Bultjelavfi: use const for AVFilterPad declarations in all...
2012-07-02 Mans Rullgardvf_yadif: move x86 init code to x86/yadif.c
2012-06-26 Anton Khirnovlavfi: make filters less verbose.
2012-06-26 Anton Khirnovlavfi: remove 'opaque' parameter from AVFilter.init()
2012-06-13 Anton Khirnovlavfi: make avfilter_get_video_buffer() private on...
2012-06-05 Anton Khirnovlavfi: remove request/poll and drawing functions from...
2012-06-05 Anton Khirnovlavfi: make formats API private on next bump.
2012-05-22 Anton Khirnovlavfi: remove avfilter_default_* from public API on...
2012-05-14 Robert Nagyyadif: Flush filter on eof.
2012-05-14 Robert Nagyyadif: Improve pts accuracy.
2012-05-07 Robert Nagyvf_yadif: fix missing error handling for avfilter_poll_...
2012-02-13 Diego BiurrunDrop some completely unnecessary av_unused attributes.
2011-12-13 Luca Barbatoyadif: support 10bit YUV
2011-09-21 Stefano Sabatinivf_yadif: add support to yuva420p
2011-09-21 Stefano Sabatinivf_yadif: correct documentation on the parity parameter
2011-09-21 Joakim Platevf_yadif: copy buffer properties like aspect for second...
2011-09-19 Joakim Platevf_yadif: add an option to enable/disable deinterlacing...
2011-04-26 James Darnleyyadif: support 16-bit
2011-04-26 James Darnleyyadif: support more than yuv420p.
2011-04-26 Michael Niedermayeryadif: Fix assert() failure
2011-04-20 Michael NiedermayerReduce picture size for yadif.
2011-04-03 Michael NiedermayerChange yadif to not use out of picture lines.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-05 Mans Rullgardyadif: add parens around macro parameters
2011-01-15 Baptiste CoudurierIn yadif filter, default to top field first if interlac...
2010-12-04 Baptiste Coudurieryadif sse2/ssse3 optimizations
2010-11-22 Baptiste CoudurierIn yadif filter, copy video props to output picture.
2010-09-27 Aurelien Jacobsmerge #if with if()
2010-09-26 Måns Rullgårdyadif: remove unnecessary #include
2010-09-26 Stefano SabatiniCosmetics: fix style nits.
2010-09-26 Baptiste CoudurierIn yadif filter, use current frame when previous is...
2010-09-25 Michael NiedermayerFix 0 vs 1 porting bug from mplayer.
2010-09-25 Michael Niedermayeryadif filter, based on stefanos port of my yadif from...