aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist/plugins (follow)
Commit message (Collapse)AuthorAgeFilesLines
* playlist/m3u: recognize the file suffix ".m3u8"Max Kellermann2014-10-262-0/+2
|
* playlist/extm3u: strip first line for #EXTM3U detectionMax Kellermann2014-10-171-2/+6
|
* Merge tag 'v0.18.16'Max Kellermann2014-09-261-1/+1
|
* Tag: use SignedSongTime for the song durationMax Kellermann2014-08-293-3/+3
|
* TextInputStream: don't stripMax Kellermann2014-08-072-3/+5
| | | | | Let the caller decide whether to strip. Only remove \n and \r (end-of-line markers).
* util/StringUtil: rename strchug_fast() to StripLeft()Max Kellermann2014-08-072-3/+3
|
* input/TextInputStream: return char*Max Kellermann2014-08-073-13/+9
| | | | | Revert to the old API before commit e9e55b08, removing unnecessary bloat.
* playlist/extm3u: use nullptr instead of NULLMax Kellermann2014-07-301-4/+4
|
* Merge branch 'v0.18.x'Max Kellermann2014-07-091-0/+1
|
* playlist/plugins/DespotifyPlaylistPlugin: fix build failure due to missing ↵Gustavo Zacarias2014-07-091-0/+1
| | | | | | stdio.h include Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
* InputStream: add virtual destructorMax Kellermann2014-05-111-2/+2
| | | Replaces the method Close().
* cue/CueParser: move to playlist/Max Kellermann2014-02-192-2/+2
|
* DespotifyUtils, Expat: move to lib/Max Kellermann2014-01-244-4/+4
|
* Input*: move to input/Max Kellermann2014-01-246-6/+6
|
* Config*: move to config/Max Kellermann2014-01-241-1/+1
|
* playlist/*: move to playlist/plugins/Max Kellermann2014-01-2320-0/+2064