Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-09-26 | playlist/embcue: change name string to "embcue" | Max Kellermann | 1 | -1/+1 | |
The name "cue" was listed twice in "mpd --version". | |||||
2014-07-09 | playlist/PlsPlaylistPlugin: fix build failure due to missing stdio.h include | Gustavo Zacarias | 1 | -0/+1 | |
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> | |||||
2014-01-08 | playlist/pls: don't free stack buffer | Max Kellermann | 1 | -1/+0 | |
2013-11-05 | playlist/pls: fix reversed song order | Max Kellermann | 1 | -1/+0 | |
Remove the forward_list::reverse() call. It was not necessary, because pls_parser() already reads the playlist in reverse order. | |||||
2013-10-28 | *: use nullptr instead of NULL | Max Kellermann | 8 | -90/+90 | |
2013-10-26 | TagFile: use Path instead of const char * | Max Kellermann | 1 | -3/+8 | |
2013-10-23 | input_stream: rename struct to InputStream | Max Kellermann | 8 | -17/+17 | |
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 | 3 | -13/+16 | |
Replaces GLib's g_ascii_strcasecmp(). | |||||
2013-10-20 | TagType: rename enum tag_type to TagType | Max Kellermann | 3 | -3/+3 | |
2013-10-19 | decoder/gme,input/curl,...: use static buffers instead of g_strdup_printf() | Max Kellermann | 1 | -7/+5 | |
2013-10-19 | playlist/(Ext)M3u: use strchug_fast() | Max Kellermann | 2 | -7/+3 | |
2013-10-18 | util/StringUtil: rename strchug_fast_c() to strchug_fast() | Max Kellermann | 1 | -1/+1 | |
Overload the name. | |||||
2013-10-17 | fs/Path: move definitions to struct PathTraits | Max Kellermann | 1 | -2/+2 | |
2013-10-15 | playlist/soundcloud: use std::string | Max Kellermann | 1 | -14/+14 | |
2013-10-14 | fs/Path: add method IsAbsolute() | Max Kellermann | 1 | -1/+2 | |
2013-10-14 | Mapper, ...: use memcmp() instead of strncmp() where appropriate | Max Kellermann | 1 | -1/+1 | |
Micro-optimization. | |||||
2013-10-02 | Log: new logging library API | Max Kellermann | 8 | -37/+54 | |
Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | |||||
2013-09-28 | playlist/lastfm: remove defunct Last.fm support | Max Kellermann | 2 | -306/+0 | |
This plugin has been defunct ever since Last.fm changed their protocol. Since there is no volunteer willing to fix the plugin, I'm removing it now. | |||||
2013-09-05 | Tag, ...: move to libtag.a | Max Kellermann | 9 | -10/+10 | |
2013-09-05 | PlaylistPlugin: add interface SongEnumerator | Max Kellermann | 13 | -272/+91 | |
Replaces struct playlist_provider. | |||||
2013-09-05 | use standard snprintf() instead of GLib g_snprintf() | Max Kellermann | 1 | -1/+1 | |
2013-09-05 | conf.h: remove obsolete header | Max Kellermann | 2 | -2/+2 | |
Use only ConfigData.hxx in plugin sources to reduce header dependencies. | |||||
2013-09-05 | InputLegacy: move functions to the input_stream class | Max Kellermann | 7 | -35/+29 | |
2013-09-04 | Tag*: move libtag.a sources to src/tag/ | Max Kellermann | 1 | -2/+2 | |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 6 | -48/+48 | |
Replaces GLib's GError. | |||||
2013-09-03 | input_stream.h: rename to InputLegacy.hxx | Max Kellermann | 7 | -7/+7 | |
2013-08-06 | playlist/pls: use std::string instead of GString | Max Kellermann | 1 | -9/+8 | |
2013-08-05 | playlist/EmbbeddedCue: convert to class | Max Kellermann | 1 | -27/+41 | |
2013-08-05 | playlist/lastfm: convert to class | Max Kellermann | 1 | -11/+15 | |
2013-08-05 | playlist/lastfm: allocate the lastfm_playlist object at the end | Max Kellermann | 1 | -15/+14 | |
Simplify the error path, because the other allocations may fail. | |||||
2013-08-05 | playlist/m3u: allocate ExtM3uPlaylist with new/delete | Max Kellermann | 1 | -8/+9 | |
2013-08-05 | playlist/extm3u: allocate ExtM3uPlaylist with new/delete | Max Kellermann | 1 | -10/+11 | |
2013-08-04 | *: use gcc.h macros instead of GLib | Max Kellermann | 3 | -20/+20 | |
2013-08-04 | PlaylistPlugin: pass config_param reference | Max Kellermann | 2 | -6/+5 | |
2013-07-30 | tag: convert to C++ | Max Kellermann | 9 | -33/+30 | |
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 | 13 | -48/+48 | |
2013-05-12 | text_input_stream: convert to class | Denis Krjuchkov | 3 | -43/+38 | |
2013-04-09 | string_util: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-04-09 | cue_parser: convert to C++ | Max Kellermann | 2 | -19/+17 | |
2013-04-09 | playlist/cue: add constructor/destructor | Max Kellermann | 1 | -11/+13 | |
2013-04-08 | uri: convert to C++ | Max Kellermann | 2 | -2/+0 | |
2013-01-29 | playlist/despotify: various code simplifications | Max Kellermann | 1 | -55/+31 | |
2013-01-29 | playlist/memory: use std::forward_list instead of GSList | Max Kellermann | 8 | -112/+45 | |
2013-01-29 | playlist/{asx,rss,soundcloud,xspf}: merge code to MemoryPlaylistProvider | Max Kellermann | 8 | -257/+162 | |
2013-01-27 | DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCond | Max Kellermann | 4 | -16/+17 | |