aboutsummaryrefslogtreecommitdiffstats
path: root/src/PlaylistQueue.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2013-12-05fs/Traits: split PathTraits type into PathTraitsFS and PathTraitsUTF8Denis Krjuchkov1-1/+1
2013-11-28include cleanup using iwyuMax Kellermann1-1/+0
2013-10-28player_control: rename to PlayerControlMax Kellermann1-2/+2
2013-10-23input_stream: rename struct to InputStreamMax Kellermann1-1/+1
2013-10-21GetBaseUTF8Max Kellermann1-12/+9
2013-10-20PlaylistError: convert playlist_result to a strictly-typed enumMax Kellermann1-7/+7
2013-10-19*: use references instead of pointersMax Kellermann1-3/+3
2013-10-17InputStream: use int64_t instead of goffsetMax Kellermann1-0/+2
2013-10-17thread/{Cond,Mutex}: use "class" instead of "typedef"Max Kellermann1-0/+1
2013-10-02Playlist*: use nullptr instead of NULLMax Kellermann1-5/+5
2013-09-05PlaylistPlugin: add interface SongEnumeratorMax Kellermann1-6/+7
2013-09-05InputLegacy: move functions to the input_stream classMax Kellermann1-2/+2
2013-09-03input_stream.h: rename to InputLegacy.hxxMax Kellermann1-1/+1
2013-07-28song: convert header to C++Max Kellermann1-7/+4
2013-01-27DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCondMax Kellermann1-9/+3
2013-01-27playlist/*: convert to C++Max Kellermann1-1/+1
2013-01-07Playlist: convert functions to methodsMax Kellermann1-1/+1
2013-01-07decoder_api.h, ...: add "extern C"Max Kellermann1-1/+1
2013-01-04playlist: convert to C++Max Kellermann1-1/+1
2013-01-02playlist_{any,song,queue}: convert to C++Max Kellermann1-4/+7
2012-08-16DatabasePlugin: add method ReturnSong()Max Kellermann1-4/+2
2012-02-09playlist_queue: add start/end_index parametersMax Kellermann1-2/+14
2011-09-16input_stream: non-blocking I/OMax Kellermann1-2/+12
2011-09-11playlist: move enum playlist_result to playlist_error.hMax Kellermann1-0/+1
2011-01-29copyright year 2011Max Kellermann1-1/+1
2011-01-10player_control: removed the global variable "pc"Max Kellermann1-4/+7
2010-12-23playlist_song: add flag "secure"Max Kellermann1-4/+4
2010-06-25playlist_queue: use playlist_open_any()Max Kellermann1-48/+2
2010-06-25playlist_queue: simplify error handlerMax Kellermann1-9/+8
2010-06-01playlist_list: playlist_list_open_path() returns input_streamMax Kellermann1-1/+6
2010-02-08playlist_queue: moved code to playlist_mapper.cMax Kellermann1-70/+6
2010-02-08playlist_queue: moved check_translate_song() to playlist_song.cMax Kellermann1-118/+2
2010-01-06playlist_queue: convert absolute pathsMax Kellermann1-4/+16
2010-01-06playlist_queue: use the "uri" variable earlierMax Kellermann1-6/+7
2010-01-01input_stream: return allocated input_stream objectsMax Kellermann1-12/+9
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-27playlist_queue: resolve relative URIs, database lookupMax Kellermann1-17/+114
2009-12-27playlist_queue: load playlists from music directoryMax Kellermann1-4/+36
2009-12-27playlist_queue: pass const string to playlist_open_path_into_queue()Max Kellermann1-1/+1
2009-12-26playlist_queue: try open by URI firstMax Kellermann1-10/+21
2009-12-15input_stream: return errors with GErrorMax Kellermann1-2/+10
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-11-06playlist_queue: use playlist plugins to load from playlist_directoryMax Kellermann1-0/+33
2009-11-06playlist_queue: moved code to playlist_open_remote_into_queue()Max Kellermann1-5/+12
2009-10-13command: "load" supports remote playlists (m3u, xspf, lastfm://)Max Kellermann1-0/+94