… | |
… | |
22 | * IMAGE: support for special things like clipping is still lacking at the |
22 | * IMAGE: support for special things like clipping is still lacking at the |
23 | generator side. |
23 | generator side. |
24 | |
24 | |
25 | Config files: |
25 | Config files: |
26 | * Add hex parsing |
26 | * Add hex parsing |
|
|
27 | * Specify config location compile-time |
27 | |
28 | |
28 | General: |
29 | General: |
29 | * Many common values are returned as int. Perhaps change this to long, |
30 | * Many common values are returned as int. Perhaps change this to long, |
30 | for better behaviour on very large files on some architectures? |
31 | for better behaviour on very large files on some architectures? |
31 | * Use libaudiofile for audio conversions? |
32 | * Use libaudiofile for audio conversions? |
32 | * Go to Unicode for all stored strings. This will be somewhat hard, maybe. |
33 | * FATALS use should be minimized |
33 | Or maybe not, as most is contained in a few routines. |
34 | * Look at portability (headers) |
|
|
35 | * Update copyright dates |
|
|
36 | |
|
|
37 | Unicode: |
|
|
38 | * Add UTF8 support |
|
|
39 | * Test, test, test |