summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_yadif.c
Commit message (Expand)AuthorAgeFilesLines
* Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-7/+7
* Move correct_pts to options structUoti Urpala2008-04-231-3/+4
* Make all vf_info_t structs constreimar2007-12-021-1/+1
* Do not use fast_memcpy for small size copy, esp. when the size is constantreimar2007-06-051-1/+1
* Replace implicit use of fast_memcpy via macro by explicit use to allowreimar2007-06-051-2/+2
* Remove some unused variables, patch by timwoj ieee org.diego2007-05-281-1/+1
* 10lmichael2007-02-051-1/+1
* skip first (green) framemichael2007-02-051-4/+8
* allows to de- and reactivate yadif on the flygpoirier2006-11-191-1/+18
* Compile fix for odd versions of binutils, namely the ones in Fedora.gpoirier2006-10-011-6/+6
* Add forgotten emms which caused weird bugs like nan pts values.reimar2006-09-231-0/+3
* Fix compilation if HAVE_MMX is defined but NAMED_ASM_ARGS isn'treimar2006-09-221-1/+1
* Replace preprocessor hacks to work around compilers not supporting nameddiego2006-09-181-6/+2
* mmx implementation of yadif. 3.5x faster.lorenm2006-09-141-1/+228
* cosmetics (indentation)lorenm2006-09-141-36/+36
* cosmeticslorenm2006-09-141-20/+34
* Add a new video pts tracking mode, enabled by option -correct-pts.uau2006-07-061-5/+33
* better spatial interpolationmichael2006-06-091-11/+12
* make spatial interlacing check optionalmichael2006-06-071-6/+3
* simplifymichael2006-06-071-29/+24
* cleanupmichael2006-06-071-16/+14
* cleanupmichael2006-06-071-13/+5
* simplifymichael2006-06-061-4/+2
* yet another deinterlacing filtermichael2006-06-061-0/+252