From: Josh Coalson
Date: Tue, 21 Jan 2003 06:07:31 +0000 (+0000)
Subject: add more TODOs
X-Git-Tag: 1.2.0~1116
X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e74cfeb1879ebc0243359145337cb72ae21ca646;p=platform%2Fupstream%2Fflac.git
add more TODOs
---
diff --git a/doc/html/developers.html b/doc/html/developers.html
index 8a0950b2..2be0c709 100644
--- a/doc/html/developers.html
+++ b/doc/html/developers.html
@@ -90,6 +90,9 @@
Improving the compression methods.
+
+ Support in the plugins for using the CUESHEET metadata block. The plugin should be able to see a CUESHEET in a FLAC file and present the individual tracks in the player, and fetch metadata from CDDB or CDindex by computing the hash from the CUESHEET and looking up either in a local database or over the net.
+
@@ -100,6 +103,9 @@
FLAC module for Audiofile.
+
+ JMF plugin.
+
Streaming support in the plugins.