aboutsummaryrefslogtreecommitdiffstats
path: root/src/cue/cue_tag.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-12-16cue_tag: added function cue_tag()Max Kellermann1-0/+4
Merge code from cue_tag_file() and cue_tag_string().
2009-12-16cue_tag: pass "const" string to cue_tag_string()Max Kellermann1-1/+1
2009-12-16cue_tag: fixed indent and code styleMax Kellermann1-6/+4
2009-12-16cue_tag: include cleanupMax Kellermann1-2/+2
2009-11-12include config.h in all sourcesMax Kellermann1-2/+3
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-03-31Build tags from information in cue sheetsJochen Keil1-0/+20
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.