- 25 Nov, 2014 1 commit
-
-
Max Kellermann authored
-
- 10 Nov, 2014 1 commit
-
-
Max Kellermann authored
While seeking, metadata must not be updated. ResponseBoundary() was added in MPD 0.19.1, but I forgot to add the IsSeeking() check there. This caused the "seekable" flag to reset.
-
- 02 Nov, 2014 1 commit
-
-
Max Kellermann authored
Fixes playback of redirected streams.
-
- 01 Nov, 2014 1 commit
-
-
Max Kellermann authored
-
- 02 Oct, 2014 7 commits
-
-
Max Kellermann authored
Make the "open" method of plugins "file" and "archive" dummy methods that always fail. Instead, let InputStream::Open() hard-code access to these two plugins by using OpenLocalInputStream(). This allows simplifyin the algorithm for falling back to probing archive plugins.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
This special case was useless. Fixes the dreaded "Unrecognized URI" error message when a file does not exist.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 16 Sep, 2014 1 commit
-
-
Thomas Guillem authored
The second time init was called, http_200_aliases pointed to a freed pointer and leaded to a SEGFAULT.
-
- 02 Sep, 2014 1 commit
-
-
Max Kellermann authored
-
- 31 Aug, 2014 1 commit
-
-
Max Kellermann authored
Fixes hanging NFS client.
-
- 19 Aug, 2014 1 commit
-
-
Max Kellermann authored
-
- 18 Aug, 2014 5 commits
-
-
Max Kellermann authored
Generate more detailed error messages.
-
Max Kellermann authored
Eliminate duplicate definition (in input plugin and decoder plugin).
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 07 Aug, 2014 1 commit
-
-
Max Kellermann authored
-
- 11 Jul, 2014 1 commit
-
-
Max Kellermann authored
-
- 21 Jun, 2014 1 commit
-
-
Max Kellermann authored
Avoids off-by-one bug and obsoletes the bug fix in commit 966c4244
-
- 17 Jun, 2014 2 commits
-
-
Max Kellermann authored
More robust and cancellable.
-
Max Kellermann authored
-
- 24 May, 2014 3 commits
-
-
Max Kellermann authored
New base class for other InputStream implementations that run in the I/O thread.
-
Max Kellermann authored
Fixes assertion failure.
-
Max Kellermann authored
-
- 22 May, 2014 1 commit
-
-
Max Kellermann authored
Remove the "whence" parameter that is not actually necessary, and only complicates the InputStream implementations.
-
- 21 May, 2014 6 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Caused by commit 0b4fa41a
-
- 12 May, 2014 5 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Make attributes const, don't allow partial initialization. Instantiate the CdioParanoiaInputStream object at the end of input_cdio_open().
-
Max Kellermann authored
-
Max Kellermann authored
-