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_pp7.c
Commit message (
Expand
)
Author
Age
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
*
Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:
diego
2009-02-17
*
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
*
Use standard license headers.
diego
2008-05-13
*
Make all vf_info_t structs const
reimar
2007-12-02
*
Replace implicit use of fast_memcpy via macro by explicit use to allow
reimar
2007-06-05
*
-vf pp7 overblurs still parts of the image, which
gpoirier
2006-07-23
*
passing pts through the filter layer (lets see if pts or cola comes out at th...
michael
2006-03-21
*
Patch by Stefan Huehner / stefan % huehner ! org \
rathann
2006-02-09
*
Update licensing information: The FSF changed postal address.
diego
2006-01-13
*
Unify include path handling, -I.. is in CFLAGS.
diego
2005-11-18
*
use stored dimensions instead of visible one when (vf_)get_image is called
iive
2005-07-20
*
ensure that dr buffers are readable
michael
2005-07-11
*
#ifdef HAVE_MMX
michael
2005-07-11
*
pp7 filter (spp=6 filter with 7 point dct where only the center sample is use...
michael
2005-07-09