index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libmpcodecs
/
vf_yadif.c
Commit message (
Expand
)
Author
Age
*
vf_yadif: fix green bottom line
mplayer-svn
2012-08-03
*
configure: Remove checks for default inline asm features
Diego Biurrun
2011-06-28
*
vf_pullup, vf_yadif: pts handling fixes
Rudolf Polzer
2011-06-24
*
cleanup: avoid various GCC warnings
Clément Bœsch
2011-04-20
*
cleanup: remove unused MEncoder-related code
Clément Bœsch
2011-01-25
*
vf_yadif: modify asm to make compile with clang
cehoyos
2010-11-02
*
cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"
Uoti Urpala
2010-05-29
*
Merge svn changes up to r30683
Uoti Urpala
2010-03-10
|
\
|
*
Rename open() vf initialization function to vf_open().
diego
2010-02-21
*
|
vf: Remove unused VFCTRL_FLIP_PAGE
Uoti Urpala
2009-10-21
*
|
Merge svn changes up to r29134
Uoti Urpala
2009-04-02
|
\
|
|
*
Remove unnecessary malloc.h #includes and related #ifdeffery.
diego
2009-04-02
*
|
Merge svn changes up to r29117
Uoti Urpala
2009-04-01
|
\
|
|
*
Use x86_reg instead of long in several video filters to fix compilation on Mi...
reimar
2009-03-27
*
|
Merge svn changes up to r28641
Uoti Urpala
2009-02-18
|
\
|
|
*
Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:
diego
2009-02-17
*
|
Merge svn changes up to r28341
Uoti Urpala
2009-01-19
|
\
|
|
*
More #ifdef HAVE_MMX etc. missed by earlier search.
reimar
2009-01-16
*
|
core: Better -nocorrect-pts pause and filter-added frames handling
Uoti Urpala
2009-01-14
|
*
Avoid flickering OSD with -vf yadif=1
reimar
2008-12-30
*
|
Merge svn changes up to r27899
Uoti Urpala
2008-11-06
|
\
|
|
*
Use libavutil FFMIN etc. instead of defining our own variants.
reimar
2008-11-02
*
|
Merge svn changes up to 27824
Uoti Urpala
2008-10-25
|
\
|
|
*
Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.
diego
2008-10-16
*
|
Merge svn changes up to r26783
Uoti Urpala
2008-05-15
|
\
|
|
*
Use standard license headers.
diego
2008-05-13
*
|
Remove _s/_st suffix from some struct names
Uoti Urpala
2008-04-25
*
|
Move correct_pts to options struct
Uoti Urpala
2008-04-23
|
/
*
Make all vf_info_t structs const
reimar
2007-12-02
*
Do not use fast_memcpy for small size copy, esp. when the size is constant
reimar
2007-06-05
*
Replace implicit use of fast_memcpy via macro by explicit use to allow
reimar
2007-06-05
*
Remove some unused variables, patch by timwoj ieee org.
diego
2007-05-28
*
10l
michael
2007-02-05
*
skip first (green) frame
michael
2007-02-05
*
allows to de- and reactivate yadif on the fly
gpoirier
2006-11-19
*
Compile fix for odd versions of binutils, namely the ones in Fedora.
gpoirier
2006-10-01
*
Add forgotten emms which caused weird bugs like nan pts values.
reimar
2006-09-23
*
Fix compilation if HAVE_MMX is defined but NAMED_ASM_ARGS isn't
reimar
2006-09-22
*
Replace preprocessor hacks to work around compilers not supporting named
diego
2006-09-18
*
mmx implementation of yadif. 3.5x faster.
lorenm
2006-09-14
*
cosmetics (indentation)
lorenm
2006-09-14
*
cosmetics
lorenm
2006-09-14
*
Add a new video pts tracking mode, enabled by option -correct-pts.
uau
2006-07-06
*
better spatial interpolation
michael
2006-06-09
*
make spatial interlacing check optional
michael
2006-06-07
*
simplify
michael
2006-06-07
*
cleanup
michael
2006-06-07
*
cleanup
michael
2006-06-07
*
simplify
michael
2006-06-06
*
yet another deinterlacing filter
michael
2006-06-06