From 732b9b616b34eb40be6bd93f6c5eeea95270bd29 Mon Sep 17 00:00:00 2001 From: Conrad Parker Date: Fri, 19 Mar 2010 08:18:29 +0900 Subject: [PATCH] TODO: oggz-{merge,sort} accumulate continued pages --- TODO | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/TODO b/TODO index 1a432df..d5e5e9d 100644 --- a/TODO +++ b/TODO @@ -164,12 +164,22 @@ oggz-optimize oggz-merge ---------- + * Accumulate gp -1 pages rather than writing them out as soon as they + are available, so that single-packet continued pages are placed immediately + prior to the page their contained packet finishes on. + (reported by gmaxwell, 20100318) + * Dirac: take pt,dt into account. See http://lists.xiph.org/pipermail/ogg-dev/2008-November/001264.html * but first, reject Dirac streams oggz-sort --------- + * Accumulate gp -1 pages rather than writing them out as soon as they + are available, so that single-packet continued pages are placed immediately + prior to the page their contained packet finishes on. + (reported by gmaxwell, 20100318) + * Dirac: take pt,dt into account. See http://lists.xiph.org/pipermail/ogg-dev/2008-November/001264.html * but first, reject Dirac streams -- GitLab