# HG changeset patch # User reimar # Date 1337025172 0 # Node ID 57eee2db5fe7e757bfd7713b97ece38ac07278c2 # Parent e48338dbd0cb3cedb4fcaee1408621723c6ad15f Document -dr influence on video display speed. diff -r e48338dbd0cb -r 57eee2db5fe7 Changelog --- 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. diff -r e48338dbd0cb -r 57eee2db5fe7 DOCS/man/en/mplayer.1 --- 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!