Mercurial > mplayer.hg
changeset 34821:747608fd4dcc
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.
author | reimar |
---|---|
date | Wed, 16 May 2012 14:27:57 +0000 |
parents | 21e672205f9f |
children | 93f079e4e579 |
files | Changelog DOCS/man/en/mplayer.1 |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.
--- 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!