Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-12-16 | cue_tag: added song duration support | Max Kellermann | 1 | -2/+10 | |
Get duration from track_get_length(). | |||||
2009-12-16 | cue_tag: check cd_get_track()!=NULL | Max Kellermann | 1 | -3/+5 | |
2009-12-16 | cue_tag: added function cue_tag() | Max Kellermann | 2 | -17/+29 | |
Merge code from cue_tag_file() and cue_tag_string(). | |||||
2009-12-16 | cue_tag: merged code into cue_tag_merge() | Max Kellermann | 1 | -22/+18 | |
2009-12-16 | cue_tag: pass "const" string to cue_tag_string() | Max Kellermann | 2 | -2/+2 | |
2009-12-16 | cue_tag: changed runtime checks to assertions | Max Kellermann | 1 | -14/+9 | |
It's illegal to pass NULL here. This should not be ignored silently. | |||||
2009-12-16 | cue_tag: fixed indent and code style | Max Kellermann | 2 | -78/+43 | |
2009-12-16 | cue_tag: tag_new() cannot fail | Max Kellermann | 1 | -22/+10 | |
Removed the NULL check. | |||||
2009-12-16 | cue_tag: include cleanup | Max Kellermann | 2 | -2/+5 | |
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. |