Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-10-28 | *: use nullptr instead of NULL | Max Kellermann | 1 | -7/+7 | |
2013-10-26 | TagFile: use Path instead of const char * | Max Kellermann | 1 | -3/+8 | |
2013-10-21 | playlist/EmbeddedCue: use std::string for the "cuesheet" attribute | Max Kellermann | 1 | -10/+8 | |
2013-10-21 | GetBaseUTF8 | Max Kellermann | 1 | -6/+5 | |
2013-10-20 | Util/ASCII: add function StringEqualsCaseASCII() | Max Kellermann | 1 | -1/+2 | |
Replaces GLib's g_ascii_strcasecmp(). | |||||
2013-10-17 | fs/Path: move definitions to struct PathTraits | Max Kellermann | 1 | -2/+2 | |
2013-10-14 | fs/Path: add method IsAbsolute() | Max Kellermann | 1 | -1/+2 | |
2013-10-02 | Log: new logging library API | Max Kellermann | 1 | -3/+0 | |
Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | |||||
2013-09-05 | Tag, ...: move to libtag.a | Max Kellermann | 1 | -2/+2 | |
2013-09-05 | PlaylistPlugin: add interface SongEnumerator | Max Kellermann | 1 | -28/+10 | |
Replaces struct playlist_provider. | |||||
2013-09-04 | Tag*: move libtag.a sources to src/tag/ | Max Kellermann | 1 | -2/+2 | |
2013-08-05 | playlist/EmbbeddedCue: convert to class | Max Kellermann | 1 | -27/+41 | |
2013-07-30 | tag: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-07-29 | tag_handler: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-07-29 | ape: convert to C++ | Max Kellermann | 1 | -4/+1 | |
2013-07-28 | tag_id3: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-07-28 | song: convert header to C++ | Max Kellermann | 1 | -5/+5 | |
2013-04-09 | cue_parser: convert to C++ | Max Kellermann | 1 | -9/+9 | |
2013-01-27 | DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCond | Max Kellermann | 1 | -2/+2 | |
2013-01-27 | playlist/*: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-01-26 | tag_file: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-01-26 | playlist/*: convert to C++ | Max Kellermann | 1 | -13/+22 | |
2012-02-12 | playlist/embcue: ignore "FILE", always point to container song file | Max Kellermann | 1 | -2/+15 | |
An embedded CUE sheet must always point to the song file it is contained in. | |||||
2012-02-12 | playlist/embcue: new plugin for reading embedded cue sheets | Max Kellermann | 1 | -0/+168 | |
Parses CUE data from the "CUESHEET" tag. Needs further integration in the update thread. |