aboutsummaryrefslogtreecommitdiff
path: root/src/cue/cue_tag.h
Commit message (Collapse)AuthorAge
* cue_parser: new line based CUE sheet parserMax Kellermann2012-02-10
| | | | To replace libcue, the unmaintained and crashy library.
* cue_tag: added function cue_tag()Max Kellermann2009-12-16
| | | | Merge code from cue_tag_file() and cue_tag_string().
* cue_tag: pass "const" string to cue_tag_string()Max Kellermann2009-12-16
|
* cue_tag: fixed indent and code styleMax Kellermann2009-12-16
|
* cue_tag: include cleanupMax Kellermann2009-12-16
|
* include config.h in all sourcesMax Kellermann2009-11-12
| | | | | | 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.
* Build tags from information in cue sheetsJochen Keil2009-03-31
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.