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_decimate.c
Commit message (
Expand
)
Author
Age
*
cosmetics: Rename struct vf_instance_s --> vf_instance.
diego
2010-02-21
*
Rename open() vf initialization function to vf_open().
diego
2010-02-21
*
cosmetics: Remove pointless empty lines at EOF.
diego
2010-02-20
*
Add missing license headers to all files in the libmpcodecs directory.
diego
2010-01-30
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
*
Check for HAVE_EBX_AVAILABLE before enabling MMX code that needs the EBX regi...
reimar
2009-03-13
*
Add missing ecx clobber in diff_MMX code (yes, that function is duplicated).
reimar
2009-03-13
*
Lots and lots of #ifdef ARCH_... -> #if ARCH_...
reimar
2009-01-16
*
Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.
diego
2008-10-16
*
Make all vf_info_t structs const
reimar
2007-12-02
*
Replace asmalign.h hack by ASMALIGN cpp macros from config.h.
diego
2006-08-13
*
add support for intel mac. mp3lib is not fixed yet.
nplourde
2006-04-15
*
passing pts through the filter layer (lets see if pts or cola comes out at th...
michael
2006-03-21
*
Unify include path handling, -I.. is in CFLAGS.
diego
2005-11-18
*
adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64
aurel
2004-10-21
*
new filter for dropping (near-)duplicate frames. can be used to fix
rfelker
2003-05-22