Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-10-26 | playlist/m3u: recognize the file suffix ".m3u8" | Max Kellermann | 2 | -0/+2 | |
2014-10-17 | playlist/extm3u: strip first line for #EXTM3U detection | Max Kellermann | 1 | -2/+6 | |
2014-08-29 | Tag: use SignedSongTime for the song duration | Max Kellermann | 3 | -3/+3 | |
2014-08-07 | TextInputStream: don't strip | Max Kellermann | 2 | -3/+5 | |
Let the caller decide whether to strip. Only remove \n and \r (end-of-line markers). | |||||
2014-08-07 | util/StringUtil: rename strchug_fast() to StripLeft() | Max Kellermann | 2 | -3/+3 | |
2014-08-07 | input/TextInputStream: return char* | Max Kellermann | 3 | -13/+9 | |
Revert to the old API before commit e9e55b08, removing unnecessary bloat. | |||||
2014-07-30 | playlist/extm3u: use nullptr instead of NULL | Max Kellermann | 1 | -4/+4 | |
2014-07-09 | playlist/plugins/DespotifyPlaylistPlugin: fix build failure due to missing ↵ | Gustavo Zacarias | 1 | -0/+1 | |
stdio.h include Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> | |||||
2014-05-11 | InputStream: add virtual destructor | Max Kellermann | 1 | -2/+2 | |
Replaces the method Close(). | |||||
2014-02-19 | cue/CueParser: move to playlist/ | Max Kellermann | 2 | -2/+2 | |
2014-01-24 | DespotifyUtils, Expat: move to lib/ | Max Kellermann | 4 | -4/+4 | |
2014-01-24 | Input*: move to input/ | Max Kellermann | 6 | -6/+6 | |
2014-01-24 | Config*: move to config/ | Max Kellermann | 1 | -1/+1 | |
2014-01-23 | playlist/*: move to playlist/plugins/ | Max Kellermann | 20 | -0/+2064 | |