summaryrefslogtreecommitdiff
path: root/src/cue
AgeCommit message (Expand)Author
2014-02-19cue/CueParser: move to playlist/Max Kellermann
2014-01-26CueParser: don't "move" the filenameMax Kellermann
2014-01-13copyright year 2014Max Kellermann
2014-01-09DetachedSong: fork of struct SongMax Kellermann
2014-01-08tag/TagBuilder: rename Commit() to CommitNew()Max Kellermann
2014-01-07util/Alloc: new library replacing GLib's g_malloc()Max Kellermann
2013-12-03CueParser: use class TagBuilderMax Kellermann
2013-12-03CueParser: rename local variables "current_tag" to "tag"Max Kellermann
2013-12-03CueParser: rename "tag" to "header_tag"Max Kellermann
2013-10-20TagType: rename enum tag_type to TagTypeMax Kellermann
2013-10-19Util/CharUtil: new library replacing g_ascii_isX()Max Kellermann
2013-10-17CueParser: use std::stringMax Kellermann
2013-10-15gcc.h: rename to Compiler.hMax Kellermann
2013-09-05Tag, ...: move to libtag.aMax Kellermann
2013-07-30tag: convert to C++Max Kellermann
2013-07-28song: convert header to C++Max Kellermann
2013-04-09string_util: convert to C++Max Kellermann
2013-04-09cue_parser: convert to C++Max Kellermann
2013-01-08song: don't use GLibMax Kellermann
2013-01-03cue_parser: fix CUE files with only one trackMax Kellermann
2013-01-03cue_parser: add code commentsMax Kellermann
2013-01-03cue_parser: fix memory leakMax Kellermann
2012-08-25playlist/cue: map "PERFORMER" to "artist" or "album artist"Max Kellermann
2012-07-26cue_parser: support file types "MP3", "AIFF"Max Kellermann
2012-02-10cue_parser: new line based CUE sheet parserMax Kellermann
2011-05-09cue_tag: show CUE track numbersQball Cow
2010-04-01cue: fix code styleOrivej Desh
2010-03-28cue: prepend pregap to the beginning of the trackOrivej Desh
2010-03-28Merge release 0.15.9 from branch 'v0.15.x'Max Kellermann
2010-03-17tag: added function tag_merge_replace()Max Kellermann
2009-12-16cue_tag: added song duration supportMax Kellermann
2009-12-16cue_tag: check cd_get_track()!=NULLMax Kellermann
2009-12-16cue_tag: added function cue_tag()Max Kellermann
2009-12-16cue_tag: merged code into cue_tag_merge()Max Kellermann
2009-12-16cue_tag: pass "const" string to cue_tag_string()Max Kellermann
2009-12-16cue_tag: changed runtime checks to assertionsMax Kellermann
2009-12-16cue_tag: fixed indent and code styleMax Kellermann
2009-12-16cue_tag: tag_new() cannot failMax Kellermann
2009-12-16cue_tag: include cleanupMax Kellermann
2009-11-12include config.h in all sourcesMax Kellermann
2009-10-13tag: removed the "_ITEM_" suffix from the enum namesMax Kellermann
2009-03-31Build tags from information in cue sheetsJochen Keil