aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vf_yadif.c
Commit message (Expand)AuthorAge
* Remove unnecessary malloc.h #includes and related #ifdeffery.Gravatar diego2009-04-02
* Use x86_reg instead of long in several video filters to fix compilation on Mi...Gravatar reimar2009-03-27
* Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:Gravatar diego2009-02-17
* More #ifdef HAVE_MMX etc. missed by earlier search.Gravatar reimar2009-01-16
* Avoid flickering OSD with -vf yadif=1Gravatar reimar2008-12-30
* Use libavutil FFMIN etc. instead of defining our own variants.Gravatar reimar2008-11-02
* Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.Gravatar diego2008-10-16
* Use standard license headers.Gravatar diego2008-05-13
* Make all vf_info_t structs constGravatar reimar2007-12-02
* Do not use fast_memcpy for small size copy, esp. when the size is constantGravatar reimar2007-06-05
* Replace implicit use of fast_memcpy via macro by explicit use to allowGravatar reimar2007-06-05
* Remove some unused variables, patch by timwoj ieee org.Gravatar diego2007-05-28
* 10lGravatar michael2007-02-05
* skip first (green) frameGravatar michael2007-02-05
* allows to de- and reactivate yadif on the flyGravatar gpoirier2006-11-19
* Compile fix for odd versions of binutils, namely the ones in Fedora.Gravatar gpoirier2006-10-01
* Add forgotten emms which caused weird bugs like nan pts values.Gravatar reimar2006-09-23
* Fix compilation if HAVE_MMX is defined but NAMED_ASM_ARGS isn'tGravatar reimar2006-09-22
* Replace preprocessor hacks to work around compilers not supporting namedGravatar diego2006-09-18
* mmx implementation of yadif. 3.5x faster.Gravatar lorenm2006-09-14
* cosmetics (indentation)Gravatar lorenm2006-09-14
* cosmeticsGravatar lorenm2006-09-14
* Add a new video pts tracking mode, enabled by option -correct-pts.Gravatar uau2006-07-06
* better spatial interpolationGravatar michael2006-06-09
* make spatial interlacing check optionalGravatar michael2006-06-07
* simplifyGravatar michael2006-06-07
* cleanupGravatar michael2006-06-07
* cleanupGravatar michael2006-06-07
* simplifyGravatar michael2006-06-06
* yet another deinterlacing filterGravatar michael2006-06-06