- 26 Aug, 2019 1 commit
-
-
Max Kellermann authored
-
- 15 Aug, 2019 1 commit
-
-
Max Kellermann authored
-
- 14 Aug, 2019 1 commit
-
-
Max Kellermann authored
Prepare for using other crypto libraries, e.g. FFmpeg's libavutil.
-
- 10 Aug, 2019 1 commit
-
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/616
-
- 06 Aug, 2019 1 commit
-
-
Max Kellermann authored
Version 10.2+0.93+1 was released five years ago in 2014 and is the first version to feature cdio_cddap_free_messages(). There is no way to check the libcdio-paranoia version at compile time, so let's just remove support for older versions instead of attempting to fix the cdio_cddap_free_messages() check at build time. Closes https://github.com/MusicPlayerDaemon/MPD/issues/613
-
- 03 Aug, 2019 1 commit
-
-
Max Kellermann authored
-
- 05 Jul, 2019 1 commit
-
-
Max Kellermann authored
-
- 01 Jul, 2019 1 commit
-
-
Eugene Gorodinsky authored
Fix src/ls.cxx to only print unique schemas. Refactor src/ls.cxx to use src/input/InputPlugin functionality. Add dynamic enumeration support to curl plugin.
-
- 26 Jun, 2019 1 commit
-
-
- 17 Jun, 2019 1 commit
-
-
Max Kellermann authored
-
- 15 Jun, 2019 3 commits
-
-
Max Kellermann authored
This can be used for other purposes as well.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 04 Jun, 2019 1 commit
-
-
Max Kellermann authored
-
- 31 May, 2019 7 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Let the caller do this. Our GetSuffix() function was broken anyway.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Don't call Seek() if the stream is already at the beginning. This avoids unnecessary exceptions if seeking is not implemented by an Inputstream implementation.
-
- 29 May, 2019 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 23 May, 2019 1 commit
-
-
Max Kellermann authored
PluginUnconfigured exceptions are logged with level "info" instead of "error". This suppresses some rather boring messages in the default log level. Closes https://github.com/MusicPlayerDaemon/MPD/issues/565
-
- 22 May, 2019 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 17 May, 2019 10 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Another step towards supporting multiple readers.
-
Max Kellermann authored
There is just one thread.
-
Max Kellermann authored
The thread will always attempt to read more data since commit 2cf6b776, so we don't need to tell it to continue.
-
Max Kellermann authored
The "seek_error" attribute will be eliminated soon.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
More preparations to support multiple readers.
-
Max Kellermann authored
If a read error occurs, it is very unlikely that the InputStream will ever recover. Removing the code removes some code complexity which just isn't worth it. And it allows supporting multiple readers for one buffer.
-
- 16 May, 2019 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-