- 23 Aug, 2016 6 commits
-
-
Max Kellermann authored
Check {GCC,CLANG}_VERSION==0 or >0 instead of using defined(), which may render undefined behavior.
-
Max Kellermann authored
-
Max Kellermann authored
GCC_VERSION>0 implies defined(__GNUC__).
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 15 Aug, 2016 5 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Nils Schneider authored
This is based on a patch from Ian Scott in 2014. It was never committed, so I figured I'd fix the outstanding issue and resubmit it. https://www.mail-archive.com/mpd-devel%40musicpd.org/msg00139.html
-
Max Kellermann authored
-
Max Kellermann authored
-
- 05 Aug, 2016 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Fixes memory leak after stream failure. See https://bugs.musicpd.org/view.php?id=4562
-
Max Kellermann authored
Required for Boost 1.61, which uses that overload in a BOOST_ASSERT().
-
Max Kellermann authored
-
- 02 Aug, 2016 1 commit
-
-
Max Kellermann authored
Turns out the libavcodec version numbers are not linear; the feature was added in FFmpeg 3.1 commit 998e1b8, libavcodec 57.14.0; but FFmpeg 3.0 has version 57.48.101. Ouch!
-
- 29 Jul, 2016 24 commits
-
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Was accidently added by commit cafc266e
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
The ReSIDBuilder constructor cannot fail.
-
Max Kellermann authored
-
Max Kellermann authored
The comment about requiring libtool from 7 years ago is obsolete these days.
-
Max Kellermann authored
Eliminate duplicate SidTune construction.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Remove our own songlength database parser.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Eliminates duplicate ParseContainerPath() call.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
The user manual specifies "encoder", which is consistent with other output plugins. "encoding" should be deprecated.
-
Max Kellermann authored
The ScopeExit library uses C++11 initializers, which gcc 4.6 does not support. Let's kill support for this ancient incomplete C++11 compiler, nobody should be using it anymore.
-