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_uspp.c
Commit message (
Expand
)
Author
Age
*
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
|
\
|
|
*
Lots and lots of #ifdef ARCH_... -> #if ARCH_...
reimar
2009-01-16
*
|
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
|
/
*
Make all vf_info_t structs const
reimar
2007-12-02
*
Remove unnecessary dsputil.h #include, fixes the warnings:
diego
2007-11-09
*
Remove unused fmt_list array, fixes the warnings:
diego
2007-10-30
*
remove unused variables
lorenm
2007-07-11
*
Replace implicit use of fast_memcpy via macro by explicit use to allow
reimar
2007-06-05
*
segfault fix
michael
2006-08-28
*
Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.
diego
2006-07-09
*
removed unreachable code: this filter can't compile with external libavcodec ...
nicodvb
2006-04-17
*
passing pts through the filter layer (lets see if pts or cola comes out at th...
michael
2006-03-21
*
lavc exposes the reconstructed picture, so no need to decode it again
lorenm
2006-02-13
*
Move conditional compilation out of the code and into the build system.
diego
2006-01-31
*
Update licensing information: The FSF changed postal address.
diego
2006-01-13
*
switch to snow
michael
2005-12-03
*
Unify include path handling, -I.. is in CFLAGS.
diego
2005-11-18
*
ultra simple&slow pp filter, yes yet another spp like filter :)
michael
2005-11-08