- 26 Feb, 2016 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Keep only the last error. This fixes bogus aborts due to the error check in decoder_get_virtual_command().
-
Max Kellermann authored
-
- 23 Feb, 2016 4 commits
-
-
Max Kellermann authored
decoder_load_replay_gain() will create the InputStream anyway, so we're not saving any overhead by opening the InputStream on demand only.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 22 Feb, 2016 1 commit
-
-
Max Kellermann authored
-
- 21 Feb, 2016 1 commit
-
-
Max Kellermann authored
-
- 19 Feb, 2016 1 commit
-
-
Chris Spiegel authored
-
- 13 Feb, 2016 1 commit
-
-
Chris Spiegel authored
-
- 31 Dec, 2015 17 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Give MPD clients access to the error condition.
-
Max Kellermann authored
Fixes memory leak after InputStream::Check() failure.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Remove that surprising rule.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 11 Nov, 2015 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
The state ERROR can only be entered during decoder initialization, and Seek() may only be called after initialization has been finished.
-
Max Kellermann authored
-
- 06 Nov, 2015 1 commit
-
-
Max Kellermann authored
-
- 26 Oct, 2015 6 commits
-
-
Max Kellermann authored
Fixes http://bugs.musicpd.org/view.php?id=4432
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Allocate the buffer dynamically using av_malloc(), and free AVIOContext.buffer in the destructor, as mandated by the libavformat documentation. Fixes http://bugs.musicpd.org/view.php?id=4446
-
- 19 Oct, 2015 1 commit
-
-
Max Kellermann authored
Allocate the frame pointers only when actually decoding the file.
-
- 16 Oct, 2015 1 commit
-
-
Max Kellermann authored
Eliminates some duplicate code, and as a side effect, this works around clang 3.8 compiler warning because a negative value was shifted.
-