From 58854ccab1868d5cb21bbc4393e37f966d607571 Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Wed, 16 Mar 2011 11:30:59 +1300 Subject: [PATCH] make README todo section a bit clearer --- README | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README b/README index 766a722..ed9cc64 100644 --- a/README +++ b/README @@ -85,7 +85,8 @@ Provided under the terms of the Gnu General Public License Version 3 BUGS / TODO =========== -* Sometimes opo fails to open all its windows (race condition?) +* Sometimes opo fails to show all its windows. This seems to be a + race condition. * opo ought to be able to auto-detect size. @@ -96,7 +97,9 @@ BUGS / TODO * Various encoding and muxing settings could be fixed (or removed). -* opo should (optionally/ automatically) use vertical stitching rather - than horizontal (i.e., 1x4 rather than 4x1), or both (2x2). This may - improve performance through better cache locality, and will allow - MPEG1/2 video for 4 * 1024x768 displays. +* opo could (optionally/ automatically) use vertical stitching rather + than horizontal (i.e., 1x4 rather than 4x1), or both (2x2). Apart + from making a 4 x 1024x768 video 1 pixel wider than is allowed for + mpeg1/2 (which could conceivably be a sweet spot for fast decoding + off slow media), the 4x1 arrangement could possibly complicate + cropping and damage cache locality. -- 2.11.4.GIT