aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vf_yadif.c
Commit message (Expand)AuthorAge
* configure: Remove checks for default inline asm featuresGravatar Diego Biurrun2011-06-28
* vf_pullup, vf_yadif: pts handling fixesGravatar Rudolf Polzer2011-06-24
* cleanup: avoid various GCC warningsGravatar Clément Bœsch2011-04-20
* cleanup: remove unused MEncoder-related codeGravatar Clément Bœsch2011-01-25
* vf_yadif: modify asm to make compile with clangGravatar cehoyos2010-11-02
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Gravatar Uoti Urpala2010-05-29
* Merge svn changes up to r30683Gravatar Uoti Urpala2010-03-10
|\
| * Rename open() vf initialization function to vf_open().Gravatar diego2010-02-21
* | vf: Remove unused VFCTRL_FLIP_PAGEGravatar Uoti Urpala2009-10-21
* | Merge svn changes up to r29134Gravatar Uoti Urpala2009-04-02
|\|
| * Remove unnecessary malloc.h #includes and related #ifdeffery.Gravatar diego2009-04-02
* | Merge svn changes up to r29117Gravatar Uoti Urpala2009-04-01
|\|
| * Use x86_reg instead of long in several video filters to fix compilation on Mi...Gravatar reimar2009-03-27
* | Merge svn changes up to r28641Gravatar Uoti Urpala2009-02-18
|\|
| * Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:Gravatar diego2009-02-17
* | Merge svn changes up to r28341Gravatar Uoti Urpala2009-01-19
|\|
| * More #ifdef HAVE_MMX etc. missed by earlier search.Gravatar reimar2009-01-16
* | core: Better -nocorrect-pts pause and filter-added frames handlingGravatar Uoti Urpala2009-01-14
| * Avoid flickering OSD with -vf yadif=1Gravatar reimar2008-12-30
* | Merge svn changes up to r27899Gravatar Uoti Urpala2008-11-06
|\|
| * Use libavutil FFMIN etc. instead of defining our own variants.Gravatar reimar2008-11-02
* | Merge svn changes up to 27824Gravatar Uoti Urpala2008-10-25
|\|
| * Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.Gravatar diego2008-10-16
* | Merge svn changes up to r26783Gravatar Uoti Urpala2008-05-15
|\|
| * Use standard license headers.Gravatar diego2008-05-13
* | Remove _s/_st suffix from some struct namesGravatar Uoti Urpala2008-04-25
* | Move correct_pts to options structGravatar Uoti Urpala2008-04-23
|/
* 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