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_noise.c
Commit message (
Expand
)
Author
Age
*
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
*
Replace asmalign.h hack by ASMALIGN cpp macros from config.h.
diego
2006-08-13
*
typo noticed by Alexander Monakov monoid$$at$$fds-net$$dot$$ru
diego
2006-06-12
*
add support for intel mac. mp3lib is not fixed yet.
nplourde
2006-04-15
*
move 12k from data to bss (reduce binary size by 12k)
rfelker
2006-04-03
*
passing pts through the filter layer (lets see if pts or cola comes out at th...
michael
2006-03-21
*
Update licensing information: The FSF changed postal address.
diego
2006-01-13
*
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
*
cleanup, use vf->dmpi rather than vf->priv->dmpi for consistency
rfelker
2003-05-20
*
vf_clone_mpi_attributes()
michael
2003-04-19
*
Add the new -vf option wich is the same as vop in reverse order.
albeu
2003-03-15
*
changing return type of put_image void->int
arpi
2002-09-10
*
semi regular noise pattern patch by (Jindrich Makovicka <makovick at kmlinux ...
michael
2002-08-13
*
mmx optimized avg/film noise
michael
2002-08-11
*
optimization
michael
2002-08-11
*
film/average noise cleanup
michael
2002-08-11
*
film/average noise patch by (Jindrich Makovicka <makovick at KMLinux dot fjfi...
michael
2002-08-11
*
oops forgot to commit that
michael
2002-08-11
*
higher quality mode
michael
2002-06-16
*
direct rendering (hopefully at least, TFM for the video filters is a bit none...
michael
2002-06-16
*
noise generating filter
michael
2002-06-14