File: TODO

package info (click to toggle)
dvdisaster 0.72.4-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 20,088 kB
  • ctags: 6,526
  • sloc: ansic: 29,301; php: 3,324; sh: 370; xml: 296; makefile: 73; cs: 33
file content (30 lines) | stat: -rw-r--r-- 1,004 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30

To do/ Release schedule

Version 0.73/0.74: 
- update tool chain for Windows version
- find workarounds for the GTK+/Mac OS glitches
- clean up source code in some places
- add pause/resume button
- optionally pause after n read errors for drives which
  need to cool down 
- add function for stripping RS02 data from image
- don't create unusable images when RS02 encoding is aborted
- add quiet option for command line mode
- display estimated finishing time for encoding/decoding
- catch up with many other queued up suggestions

Version 0.79/0.80: new RS03 codec
 - lots of speed optimizations in error correction data encoding
 - multithreaded / multicore processor support

Unspecified / later releases

- provide a function for searching directories for suitable .ecc files 
  for the current image

- add real UDF parsing to udf.c 
  (currently only the backward compatibility ISO structures are used)

- provide a command line only version (without linkage against GTK+);
  this is non-trivial.