Mercurial > mplayer.hg
changeset 34811:57eee2db5fe7
Document -dr influence on video display speed.
author | reimar |
---|---|
date | Mon, 14 May 2012 19:52:52 +0000 |
parents | e48338dbd0cb |
children | f2274219a79c |
files | Changelog DOCS/man/en/mplayer.1 |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Changelog Mon May 14 19:31:59 2012 +0000 +++ b/Changelog Mon May 14 19:52:52 2012 +0000 @@ -15,6 +15,8 @@ * lavfi: libavfilter filter graphs (experimental). Other: + * -dr support for H.264 B-frames. + 40% faster frame blitting on e.g. PPC G4 Macs with -vo gl * support adding noise at output resolution with -vo gl:noise-strength=8 * experimental support for OpenGL ES 1.0 in -vo gl * support for PGS (BluRay-compatible), DVB and XSUB subtitles.
--- a/DOCS/man/en/mplayer.1 Mon May 14 19:31:59 2012 +0000 +++ b/DOCS/man/en/mplayer.1 Mon May 14 19:52:52 2012 +0000 @@ -3292,7 +3292,9 @@ . .TP .B "\-dr \ \ \ " -Turns on direct rendering (not supported by all codecs and video outputs) +Turns on direct rendering (not supported by all codecs and video outputs). +This can result in significantly faster blitting on some systems, on most +the difference will be minimal. .br .I WARNING: May cause OSD/SUB corruption!