This repository has been archived on 2025-05-24. You can view files and clone it, but cannot push or open issues or pull requests.
Files
libcdio-osx/TODO

22 lines
597 B
Plaintext
Raw Normal View History

2003-05-18 02:19:55 +00:00
Write a real cue parser and TOC parser using flex and bison (partly done).
A pcct grammar is given in cdrdao's trackdb TocParser.g and CueParser.g
2003-04-21 23:30:08 +00:00
2003-05-18 02:19:55 +00:00
Once this is done CUE/TOC files can be checked and better automatic
disk-image detection can be done.
2003-04-21 23:30:08 +00:00
2003-05-18 02:19:55 +00:00
Stat CUE/BIN files in is_{bin,cue}file?
Fill in FreeBSD support. Other OS's (Win32 and OS/X)?
Better NRG support. TOC.
More disk image types in regression testing, like CD-I.
convert to use glib, removing ds.h and common routines from vcdimager.
API overhaul (HVR).
Write documentation.
$Id: TODO,v 1.2 2003/05/18 02:19:55 rocky Exp $