aboutsummaryrefslogtreecommitdiffstats
path: root/src/cue (follow)
Commit message (Expand)AuthorAgeFilesLines
* CueParser: use class TagBuilderMax Kellermann2013-12-032-16/+27
* CueParser: rename local variables "current_tag" to "tag"Max Kellermann2013-12-031-6/+6
* CueParser: rename "tag" to "header_tag"Max Kellermann2013-12-032-6/+9
* TagType: rename enum tag_type to TagTypeMax Kellermann2013-10-201-3/+3
* Util/CharUtil: new library replacing g_ascii_isX()Max Kellermann2013-10-191-2/+3
* CueParser: use std::stringMax Kellermann2013-10-172-6/+5
* gcc.h: rename to Compiler.hMax Kellermann2013-10-151-1/+1
* Tag, ...: move to libtag.aMax Kellermann2013-09-051-1/+1
* tag: convert to C++Max Kellermann2013-07-302-17/+19
* song: convert header to C++Max Kellermann2013-07-282-11/+13
* string_util: convert to C++Max Kellermann2013-04-091-1/+1
* cue_parser: convert to C++Max Kellermann2013-04-094-461/+450
* song: don't use GLibMax Kellermann2013-01-081-0/+2
* cue_parser: fix CUE files with only one trackMax Kellermann2013-01-031-7/+47
* cue_parser: add code commentsMax Kellermann2013-01-031-2/+21
* cue_parser: fix memory leakMax Kellermann2013-01-031-0/+3
* playlist/cue: map "PERFORMER" to "artist" or "album artist"Max Kellermann2012-08-251-1/+11
* cue_parser: support file types "MP3", "AIFF"Max Kellermann2012-07-261-1/+3
* cue_parser: new line based CUE sheet parserMax Kellermann2012-02-104-267/+385
* cue_tag: show CUE track numbersQball Cow2011-05-091-0/+9
* cue: fix code styleOrivej Desh2010-04-011-5/+5
* cue: prepend pregap to the beginning of the trackOrivej Desh2010-03-281-2/+9
* Merge release 0.15.9 from branch 'v0.15.x'Max Kellermann2010-03-281-17/+1
|\
| * tag: added function tag_merge_replace()Max Kellermann2010-03-171-21/+1
* | cue_tag: added song duration supportMax Kellermann2009-12-161-2/+10
* | cue_tag: check cd_get_track()!=NULLMax Kellermann2009-12-161-3/+5
* | cue_tag: added function cue_tag()Max Kellermann2009-12-162-17/+29
* | cue_tag: merged code into cue_tag_merge()Max Kellermann2009-12-161-22/+18
* | cue_tag: pass "const" string to cue_tag_string()Max Kellermann2009-12-162-2/+2
* | cue_tag: changed runtime checks to assertionsMax Kellermann2009-12-161-14/+9
* | cue_tag: fixed indent and code styleMax Kellermann2009-12-162-78/+43
* | cue_tag: tag_new() cannot failMax Kellermann2009-12-161-22/+10
* | cue_tag: include cleanupMax Kellermann2009-12-162-2/+5
* | include config.h in all sourcesMax Kellermann2009-11-122-2/+4
* | tag: removed the "_ITEM_" suffix from the enum namesMax Kellermann2009-10-131-47/+47
|/
* Build tags from information in cue sheetsJochen Keil2009-03-312-0/+296