Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | playlist/pls: custom INI parser | Max Kellermann | 2014-12-04 | 1 | -3/+0 |
| | | | | Don't use GLib. | ||||
* | configure.ac: add macro MPD_ENABLE_AUTO_PKG | Max Kellermann | 2014-11-21 | 1 | -1/+1 |
| | | | | Simplify the definition of many build options. | ||||
* | Decoder, Playlist: ignore URI query string for plugin detection | Max Kellermann | 2014-11-01 | 1 | -3/+6 |
| | | | | Use the new uri_get_suffix() overload that removes the query string. | ||||
* | InputStream: "protect" attributes | Max Kellermann | 2014-05-12 | 1 | -1/+1 |
| | |||||
* | PlaylistRegistry: disable the "pls" plugin without GLib | Max Kellermann | 2014-02-18 | 1 | -0/+3 |
| | |||||
* | Playlist{Any,Registry,Mapper}: move functions to PlaylistStream.cxx | Max Kellermann | 2014-02-07 | 1 | -31/+1 |
| | |||||
* | playlist/CloseSongEnumerator: new wrapper class | Max Kellermann | 2014-02-07 | 1 | -3/+3 |
| | | | | | Simplifies a lot of code, because we don't need to return both the SongEnumerator and the InputStream. | ||||
* | ConfigGlobal: add config_find_block() | Max Kellermann | 2014-01-24 | 1 | -28/+2 |
| | | | Merge duplicate code. | ||||
* | Input*: move to input/ | Max Kellermann | 2014-01-24 | 1 | -1/+1 |
| | |||||
* | Config*: move to config/ | Max Kellermann | 2014-01-24 | 1 | -2/+2 |
| | |||||
* | playlist/*: move to playlist/plugins/ | Max Kellermann | 2014-01-23 | 1 | -0/+335 |