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_pp.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
*
Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg.
diego
2009-01-25
*
Start unifying names of internal preprocessor directives.
diego
2008-07-30
*
FFmpeg now uses different (unified) #include paths.
diego
2008-02-25
*
10l: Revert nonsense commit.
diego
2008-02-25
*
Remove old EMU_OLD cruft.
diego
2008-02-25
*
Make all vf_info_t structs const
reimar
2007-12-02
*
libpostproc is not a subdirectory of libavcodec anymore.
diego
2006-06-02
*
passing pts through the filter layer (lets see if pts or cola comes out at th...
michael
2006-03-21
*
proper support for shared libpostproc
diego
2006-01-22
*
Unify include path handling, -I.. is in CFLAGS.
diego
2005-11-18
*
pp_postprocess reads from target image, so request a readable one.
reimar
2005-09-13
*
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
*
remove read/revert hack
alex
2003-08-31
*
cleanup, use vf->dmpi rather than vf->priv->dmpi for consistency
rfelker
2003-05-20
*
support old libavcodec
michael
2003-04-18
*
passing qscale_type around so the pp code can fix the mpeg2 <<1 thing
michael
2003-04-18
*
Add the new -vf option wich is the same as vop in reverse order.
albeu
2003-03-15
*
10l (pp cant convert formats) fixes segfault
michael
2003-03-04
*
moving postprocess code to libavcodec
michael
2003-02-14
*
YUV 411/422/444 support for pp
michael
2003-01-05
*
pphelp
michael
2003-01-03
*
fixed memleak caused by multiple config() calls - thx Gabu
arpi
2002-12-19
*
*HUGE* set of compiler warning fixes, unused variables removal
arpi
2002-11-06
*
cleanup
michael
2002-11-02
*
cleanup
michael
2002-11-02
*
per context cpuCaps (idea by kabi)
michael
2002-10-30
*
cleanly passing the cpuCaps
michael
2002-10-30
*
cleanup
michael
2002-10-29
*
cosmetics ;)
michael
2002-10-29
*
better deblocking filter
michael
2002-10-29
*
fixing segfault
michael
2002-10-29
*
postprocessing cleanup:
michael
2002-10-28
*
changing return type of put_image void->int
arpi
2002-09-10
*
mostly compiler warning fixes, some small bugfix
arpi
2002-08-28
*
- some reorder/cleanup of mp_image flags
arpi
2002-08-02
*
mp_image.h and img_format.h moved to libmpcodecs
arpi
2002-04-13
*
capabilities support -> automatic insertion of scale, expand, pp
arpi
2002-04-11
*
vf control codes added, autoq support
arpi
2002-04-07
*
accept only 4:2:0 planar yuv formats
arpi
2002-04-07
*
accept -pp value from args
arpi
2002-04-07
*
mpeg+pp0 fixed
arpi
2002-04-07
*
postprocessing filter (fixme: -pp 0)
arpi
2002-04-07