aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-28*: use nullptr instead of NULLMax Kellermann8-90/+90
2013-10-26TagFile: use Path instead of const char *Max Kellermann1-3/+8
2013-10-23input_stream: rename struct to InputStreamMax Kellermann8-17/+17
2013-10-21playlist/EmbeddedCue: use std::string for the "cuesheet" attributeMax Kellermann1-10/+8
2013-10-21GetBaseUTF8Max Kellermann1-6/+5
2013-10-20Util/ASCII: add function StringEqualsCaseASCII()Max Kellermann3-13/+16
2013-10-20TagType: rename enum tag_type to TagTypeMax Kellermann3-3/+3
2013-10-19decoder/gme,input/curl,...: use static buffers instead of g_strdup_printf()Max Kellermann1-7/+5
2013-10-19playlist/(Ext)M3u: use strchug_fast()Max Kellermann2-7/+3
2013-10-18util/StringUtil: rename strchug_fast_c() to strchug_fast()Max Kellermann1-1/+1
2013-10-17fs/Path: move definitions to struct PathTraitsMax Kellermann1-2/+2
2013-10-15playlist/soundcloud: use std::stringMax Kellermann1-14/+14
2013-10-14fs/Path: add method IsAbsolute()Max Kellermann1-1/+2
2013-10-14Mapper, ...: use memcmp() instead of strncmp() where appropriateMax Kellermann1-1/+1
2013-10-02Log: new logging library APIMax Kellermann8-37/+54
2013-09-28playlist/lastfm: remove defunct Last.fm supportMax Kellermann2-306/+0
2013-09-05Tag, ...: move to libtag.aMax Kellermann9-10/+10
2013-09-05PlaylistPlugin: add interface SongEnumeratorMax Kellermann13-272/+91
2013-09-05use standard snprintf() instead of GLib g_snprintf()Max Kellermann1-1/+1
2013-09-05conf.h: remove obsolete headerMax Kellermann2-2/+2
2013-09-05InputLegacy: move functions to the input_stream classMax Kellermann7-35/+29
2013-09-04Tag*: move libtag.a sources to src/tag/Max Kellermann1-2/+2
2013-09-04util/Error: new error passing libraryMax Kellermann6-48/+48
2013-09-03input_stream.h: rename to InputLegacy.hxxMax Kellermann7-7/+7
2013-08-06playlist/pls: use std::string instead of GStringMax Kellermann1-9/+8
2013-08-05playlist/EmbbeddedCue: convert to classMax Kellermann1-27/+41
2013-08-05playlist/lastfm: convert to classMax Kellermann1-11/+15
2013-08-05playlist/lastfm: allocate the lastfm_playlist object at the endMax Kellermann1-15/+14
2013-08-05playlist/m3u: allocate ExtM3uPlaylist with new/deleteMax Kellermann1-8/+9
2013-08-05playlist/extm3u: allocate ExtM3uPlaylist with new/deleteMax Kellermann1-10/+11
2013-08-04*: use gcc.h macros instead of GLibMax Kellermann3-20/+20
2013-08-04PlaylistPlugin: pass config_param referenceMax Kellermann2-6/+5
2013-07-30tag: convert to C++Max Kellermann9-33/+30
2013-07-29tag_handler: convert to C++Max Kellermann1-1/+1
2013-07-29ape: convert to C++Max Kellermann1-4/+1
2013-07-28tag_id3: convert to C++Max Kellermann1-1/+1
2013-07-28song: convert header to C++Max Kellermann13-48/+48
2013-05-12text_input_stream: convert to classDenis Krjuchkov3-43/+38
2013-04-09string_util: convert to C++Max Kellermann1-1/+1
2013-04-09cue_parser: convert to C++Max Kellermann2-19/+17
2013-04-09playlist/cue: add constructor/destructorMax Kellermann1-11/+13
2013-04-08uri: convert to C++Max Kellermann2-2/+0
2013-01-29playlist/despotify: various code simplificationsMax Kellermann1-55/+31
2013-01-29playlist/memory: use std::forward_list instead of GSListMax Kellermann8-112/+45
2013-01-29playlist/{asx,rss,soundcloud,xspf}: merge code to MemoryPlaylistProviderMax Kellermann8-257/+162
2013-01-27DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCondMax Kellermann4-16/+17
2013-01-27playlist/*: convert to C++Max Kellermann18-225/+260
2013-01-26input_stream: forward-declare the structMax Kellermann1-2/+1
2013-01-26tag_file: convert to C++Max Kellermann1-1/+1
2013-01-26playlist/*: convert to C++Max Kellermann7-42/+57