# HG changeset patch # User reimar # Date 1337178477 0 # Node ID 747608fd4dccde81c41a71953a2cae546ce3eded # Parent 21e672205f9f3fbb180da08c140bc33c4ea1bf10 Improve -dr descriptions. The Changelog info was not really correct, the speedup was due to avoiding a slowdown caused by force-pbo which suffers from too slow memcpy on PPC. diff -r 21e672205f9f -r 747608fd4dcc Changelog --- a/Changelog Wed May 16 14:27:55 2012 +0000 +++ b/Changelog Wed May 16 14:27:57 2012 +0000 @@ -16,7 +16,6 @@ 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 21e672205f9f -r 747608fd4dcc DOCS/man/en/mplayer.1 --- a/DOCS/man/en/mplayer.1 Wed May 16 14:27:55 2012 +0000 +++ b/DOCS/man/en/mplayer.1 Wed May 16 14:27:57 2012 +0000 @@ -3295,6 +3295,8 @@ 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. +In some cases, particularly with decoders specifying their buffer requirements +badly, it can be vastly slower. .br .I WARNING: May cause OSD/SUB corruption!