aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist/CuePlaylistPlugin.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2014-01-23playlist/*: move to playlist/plugins/Max Kellermann1-88/+0
2014-01-13copyright year 2014Max Kellermann1-1/+1
2014-01-09DetachedSong: fork of struct SongMax Kellermann1-3/+3
2013-11-28include cleanup using iwyuMax Kellermann1-4/+1
2013-10-28*: use nullptr instead of NULLMax Kellermann1-4/+4
2013-10-23input_stream: rename struct to InputStreamMax Kellermann1-3/+3
2013-10-02Log: new logging library APIMax Kellermann1-3/+0
2013-09-05Tag, ...: move to libtag.aMax Kellermann1-1/+1
2013-09-05PlaylistPlugin: add interface SongEnumeratorMax Kellermann1-29/+14
2013-09-05InputLegacy: move functions to the input_stream classMax Kellermann1-1/+0
2013-09-03input_stream.h: rename to InputLegacy.hxxMax Kellermann1-1/+1
2013-07-30tag: convert to C++Max Kellermann1-1/+1
2013-07-28song: convert header to C++Max Kellermann1-3/+3
2013-05-12text_input_stream: convert to classDenis Krjuchkov1-10/+6
2013-04-09cue_parser: convert to C++Max Kellermann1-10/+8
2013-04-09playlist/cue: add constructor/destructorMax Kellermann1-11/+13
2013-01-27playlist/*: convert to C++Max Kellermann1-15/+21
2012-02-10cue_parser: new line based CUE sheet parserMax Kellermann1-61/+28
2011-09-16input_stream: non-blocking I/OMax Kellermann1-1/+2
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-06-25playlist/cue: last track ends at end of fileMax Kellermann1-3/+2
2010-04-01cue: fix code styleOrivej Desh1-5/+4
2010-03-28cue: prepend pregap to the beginning of the trackOrivej Desh1-2/+13
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-27playlist/cue: fill song.start_ms, .end_msMax Kellermann1-0/+3
2009-12-27playlist/cue: return the original song URIMax Kellermann1-10/+1
2009-12-16playlist: added CUE playlist pluginMax Kellermann1-0/+137