aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist/M3uPlaylistPlugin.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* playlist/*: move to playlist/plugins/Max Kellermann2014-01-231-83/+0
|
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* DetachedSong: fork of struct SongMax Kellermann2014-01-091-4/+4
| | | | | | From now on, struct Song will be used by the database only, and DetachedSong will be used by everybody else. DetachedSong is easier to use, but Song has lower overhead.
* *: use nullptr instead of NULLMax Kellermann2013-10-281-3/+3
|
* input_stream: rename struct to InputStreamMax Kellermann2013-10-231-2/+2
|
* playlist/(Ext)M3u: use strchug_fast()Max Kellermann2013-10-191-5/+2
|
* PlaylistPlugin: add interface SongEnumeratorMax Kellermann2013-09-051-22/+10
| | | | Replaces struct playlist_provider.
* playlist/m3u: allocate ExtM3uPlaylist with new/deleteMax Kellermann2013-08-051-8/+9
|
* song: convert header to C++Max Kellermann2013-07-281-3/+3
|
* text_input_stream: convert to classDenis Krjuchkov2013-05-121-14/+13
|
* playlist/*: convert to C++Max Kellermann2013-01-271-0/+98