]> git.sesse.net Git - ffmpeg/history - libavfilter/vf_yadif.c
yadif: support 16-bit
[ffmpeg] / libavfilter / vf_yadif.c
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...