aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist/M3uPlaylistPlugin.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2014-11-02playlist/m3u: recognize the file suffix ".m3u8"Max Kellermann1-0/+1
2014-01-23playlist/*: move to playlist/plugins/Max Kellermann1-83/+0
2014-01-13copyright year 2014Max Kellermann1-1/+1
2014-01-09DetachedSong: fork of struct SongMax Kellermann1-4/+4
2013-10-28*: use nullptr instead of NULLMax Kellermann1-3/+3
2013-10-23input_stream: rename struct to InputStreamMax Kellermann1-2/+2
2013-10-19playlist/(Ext)M3u: use strchug_fast()Max Kellermann1-5/+2
2013-09-05PlaylistPlugin: add interface SongEnumeratorMax Kellermann1-22/+10
2013-08-05playlist/m3u: allocate ExtM3uPlaylist with new/deleteMax Kellermann1-8/+9
2013-07-28song: convert header to C++Max Kellermann1-3/+3
2013-05-12text_input_stream: convert to classDenis Krjuchkov1-14/+13
2013-01-27playlist/*: convert to C++Max Kellermann1-15/+21
2011-01-29copyright year 2011Max Kellermann1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-11-06playlist/{m3u,pls}: removed URI checksMax Kellermann1-1/+1
2009-10-13playlist/m3u: added plugin nameMax Kellermann1-0/+2
2009-10-12playlist_plugin: new plugin API for playlist parsersMax Kellermann1-0/+89