summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_yadif.c
Commit message (Expand)AuthorAgeFilesLines
* Replace fast_memcpy() useswm42012-11-111-5/+5
* vf_yadif: fix green bottom linemplayer-svn2012-08-031-2/+13
* configure: Remove checks for default inline asm featuresDiego Biurrun2011-06-281-4/+4
* vf_pullup, vf_yadif: pts handling fixesRudolf Polzer2011-06-241-2/+14
* cleanup: avoid various GCC warningsClément Bœsch2011-04-201-1/+1
* cleanup: remove unused MEncoder-related codeClément Bœsch2011-01-251-5/+2
* vf_yadif: modify asm to make compile with clangcehoyos2010-11-021-1/+1
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Uoti Urpala2010-05-291-5/+5
* Merge svn changes up to r30683Uoti Urpala2010-03-101-2/+2
|\
| * Rename open() vf initialization function to vf_open().diego2010-02-211-2/+2
* | vf: Remove unused VFCTRL_FLIP_PAGEUoti Urpala2009-10-211-2/+0
* | Merge svn changes up to r29134Uoti Urpala2009-04-021-5/+0
|\|
| * Remove unnecessary malloc.h #includes and related #ifdeffery.diego2009-04-021-5/+0
* | Merge svn changes up to r29117Uoti Urpala2009-04-011-2/+2
|\|
| * Use x86_reg instead of long in several video filters to fix compilation on Mi...reimar2009-03-271-2/+2
* | Merge svn changes up to r28641Uoti Urpala2009-02-181-1/+1
|\|
| * Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:diego2009-02-171-1/+1
* | Merge svn changes up to r28341Uoti Urpala2009-01-191-4/+4
|\|
| * More #ifdef HAVE_MMX etc. missed by earlier search.reimar2009-01-161-4/+4
| * Avoid flickering OSD with -vf yadif=1reimar2008-12-301-1/+1
* | core: Better -nocorrect-pts pause and filter-added frames handlingUoti Urpala2009-01-141-3/+4
* | Merge svn changes up to r27899Uoti Urpala2008-11-061-21/+15
|\|
| * Use libavutil FFMIN etc. instead of defining our own variants.reimar2008-11-021-21/+15
* | Merge svn changes up to 27824Uoti Urpala2008-10-251-3/+3
|\|
| * Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.diego2008-10-161-3/+3
* | Merge svn changes up to r26783Uoti Urpala2008-05-151-16/+18
|\|
| * Use standard license headers.diego2008-05-131-16/+18
* | 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