| Commit message (Expand) | Author | Files | Lines |
2013-10-20 | TagType: rename enum tag_type to TagType | Max Kellermann | 1 | -3/+3 |
2013-10-19 | Util/CharUtil: new library replacing g_ascii_isX() | Max Kellermann | 1 | -2/+3 |
2013-10-17 | CueParser: use std::string | Max Kellermann | 2 | -6/+5 |
2013-10-15 | gcc.h: rename to Compiler.h | Max Kellermann | 1 | -1/+1 |
2013-09-05 | Tag, ...: move to libtag.a | Max Kellermann | 1 | -1/+1 |
2013-07-30 | tag: convert to C++ | Max Kellermann | 2 | -17/+19 |
2013-07-28 | song: convert header to C++ | Max Kellermann | 2 | -11/+13 |
2013-04-09 | string_util: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-04-09 | cue_parser: convert to C++ | Max Kellermann | 4 | -461/+450 |
2013-01-08 | song: don't use GLib | Max Kellermann | 1 | -0/+2 |
2013-01-03 | cue_parser: fix CUE files with only one track | Max Kellermann | 1 | -7/+47 |
2013-01-03 | cue_parser: add code comments | Max Kellermann | 1 | -2/+21 |
2013-01-03 | cue_parser: fix memory leak | Max Kellermann | 1 | -0/+3 |
2012-08-25 | playlist/cue: map "PERFORMER" to "artist" or "album artist" | Max Kellermann | 1 | -1/+11 |
2012-07-26 | cue_parser: support file types "MP3", "AIFF" | Max Kellermann | 1 | -1/+3 |
2012-02-10 | cue_parser: new line based CUE sheet parser | Max Kellermann | 4 | -267/+385 |
2011-05-09 | cue_tag: show CUE track numbers | Qball Cow | 1 | -0/+9 |
2010-04-01 | cue: fix code style | Orivej Desh | 1 | -5/+5 |
2010-03-28 | cue: prepend pregap to the beginning of the track | Orivej Desh | 1 | -2/+9 |
2010-03-17 | tag: added function tag_merge_replace() | Max Kellermann | 1 | -21/+1 |
2009-12-16 | cue_tag: added song duration support | Max Kellermann | 1 | -2/+10 |
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 |
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 |
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 |
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 |
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 |