Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-11-12 | include config.h in all sources | Max Kellermann | 2 | -2/+4 | |
After we've been hit by Large File Support problems several times in the past week (which only occur on 32 bit platforms, which I don't have), this is yet another attempt to fix the issue. | |||||
2009-10-13 | tag: removed the "_ITEM_" suffix from the enum names | Max Kellermann | 1 | -47/+47 | |
2009-03-31 | Build tags from information in cue sheets | Jochen Keil | 2 | -0/+296 | |
With these methods a tag struct can be created from the cdtext information in a cue sheet. The methods depend on a cue parsing library. Reading from strings (char*) as well as from a file (FILE*) is supported. |