summaryrefslogtreecommitdiff
path: root/libavfilter/vf_yadif.c
Commit message (Collapse)AuthorAgeFilesLines
* In yadif filter, default to top field first if interlacing is unknownBaptiste Coudurier2011-01-151-1/+8
| | | | Originally committed as revision 26347 to svn://svn.ffmpeg.org/ffmpeg/trunk
* yadif sse2/ssse3 optimizationsBaptiste Coudurier2010-12-041-1/+5
| | | | Originally committed as revision 25874 to svn://svn.ffmpeg.org/ffmpeg/trunk
* In yadif filter, copy video props to output picture.Baptiste Coudurier2010-11-221-2/+12
| | | | | | | Fix issue #2269. Interpolate pts for the second frame when using field output mode. Originally committed as revision 25798 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge #if with if()Aurelien Jacobs2010-09-271-3/+1
| | | | Originally committed as revision 25233 to svn://svn.ffmpeg.org/ffmpeg/trunk
* yadif: remove unnecessary #includeMåns Rullgård2010-09-261-1/+0
| | | | Originally committed as revision 25215 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: fix style nits.Stefano Sabatini2010-09-261-14/+15
| | | | Originally committed as revision 25207 to svn://svn.ffmpeg.org/ffmpeg/trunk
* In yadif filter, use current frame when previous is missing,Baptiste Coudurier2010-09-261-4/+3
| | | | | | better results for the first frame Originally committed as revision 25202 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix 0 vs 1 porting bug from mplayer.Michael Niedermayer2010-09-251-1/+1
| | | | Originally committed as revision 25197 to svn://svn.ffmpeg.org/ffmpeg/trunk
* yadif filter, based on stefanos port of my yadif from mplayer.Michael Niedermayer2010-09-251-0/+332
Compared to stefanos, 2 frame output works with ffplay. Originally committed as revision 25196 to svn://svn.ffmpeg.org/ffmpeg/trunk