- 20 Mar, 2015 1 commit
-
-
Max Kellermann authored
-
- 19 Mar, 2015 1 commit
-
-
Max Kellermann authored
-
- 22 Dec, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 09 Dec, 2014 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Was using the wrong variable. Regression by commit 16f870aa
-
- 08 Dec, 2014 5 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Was hard-coded to "auto", and the macro parameter was ignored (in the help text).
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Not used.
-
- 24 Nov, 2014 1 commit
-
-
Max Kellermann authored
Broken by commit cdbdcec7
-
- 23 Nov, 2014 1 commit
-
-
Max Kellermann authored
-
- 22 Nov, 2014 1 commit
-
-
Max Kellermann authored
-
- 21 Nov, 2014 2 commits
-
-
Max Kellermann authored
Simplify the definition of many build options.
-
Max Kellermann authored
Don't assign bash variables; instead, use the m4 parameters directly.
-
- 02 Nov, 2014 1 commit
-
-
Max Kellermann authored
Many years ago, FAAD had a serious ABI bug: the NeAACDecInit() prototype in its header declared the "samplerate" parameter to be "unsigned long *", but internally, the function assumed it was "uint32_t *" instead. On 32 bit machines, that was no difference, but on 64 bit, this left one portion of the return value uninitialized; and worse, on big-endian, the wrong word was filled. This bug had to be worked around in MPD (commit 9c4e97a6). A few months later, the bug was fixed in the FAAD CVS in commit 1.117 on file libfaad/decoder.c; the commit message was: "Use public headers internally to prevent duplicate declarations" The commit message was too brief at best; the problem was not duplicate declarations, but a prototype mismatch. No mention of the bug fix in the ChangeLog. The MPD project never learned about this bug fix, and so MPD would always pass a "uin32_t *" dressed up as a "unsigned long *". Nearly 6 years later, it's about time to fix this second ABI problem. Let's kill the workaround!
-
- 25 Oct, 2014 1 commit
-
-
Max Kellermann authored
Many years ago, FAAD had a serious ABI bug: the NeAACDecInit() prototype in its header declared the "samplerate" parameter to be "unsigned long *", but internally, the function assumed it was "uint32_t *" instead. On 32 bit machines, that was no difference, but on 64 bit, this left one portion of the return value uninitialized; and worse, on big-endian, the wrong word was filled. This bug had to be worked around in MPD (commit 9c4e97a6). A few months later, the bug was fixed in the FAAD CVS in commit 1.117 on file libfaad/decoder.c; the commit message was: "Use public headers internally to prevent duplicate declarations" The commit message was too brief at best; the problem was not duplicate declarations, but a prototype mismatch. No mention of the bug fix in the ChangeLog. The MPD project never learned about this bug fix, and so MPD would always pass a "uin32_t *" dressed up as a "unsigned long *". Nearly 6 years later, it's about time to fix this second ABI problem. Let's kill the workaround!
-
- 24 Oct, 2014 1 commit
-
-
Max Kellermann authored
Abort if --enable-libmpdclient or --enable-upnp are used with --disable-database, instead of ignoring the mismatch silently.
-
- 11 Jun, 2014 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 15 Mar, 2014 1 commit
-
-
Max Kellermann authored
Not necessary anymore, because we enable this flag unconditionally now.
-
- 01 Mar, 2014 1 commit
-
-
Max Kellermann authored
-
- 27 Nov, 2013 1 commit
-
-
Denis Krjuchkov authored
This change adds two configuration options: --with-eventloop=[glib|internal|auto] --with-pollmethod=[epoll|auto] First allows switching between GLib event loop and internal one. Second chooses backend to use for internal event loop. Conditional compilation symbols are changed accordingly. Additional helper macro MPD_OPTIONAL_FUNC_NODEF is added as well.
-
- 16 Oct, 2013 1 commit
-
-
Max Kellermann authored
-
- 07 Aug, 2013 1 commit
-
-
Max Kellermann authored
-
- 06 Aug, 2013 1 commit
-
-
Max Kellermann authored
Remove the runtime check for eventfd(), hard-code the feature once it's been selected at compile time. The class WakeFD is splitted into EventFD and EventPipe, using WakeFD as a macro diversion.
-
- 29 Jan, 2013 4 commits
-
-
Max Kellermann authored
Drop support for the old faacDec* API.
-
Max Kellermann authored
Fixes build errors on systems without libfaad, when --disable-aac was not specified.
-
Max Kellermann authored
-
Max Kellermann authored
Some of these are not implemented properly and never worked. And the others are not useful; you can easily set environment variables instead.
-
- 28 Jan, 2013 1 commit
-
-
Max Kellermann authored
The underlying library has been obsolete for many years.
-
- 03 Jan, 2013 1 commit
-
-
Denis Krjuchkov authored
Rationale: vanilla libid3tag does not have any pkg-config stuff and fails to detect because symbols from libz are not found.
-
- 03 Aug, 2012 1 commit
-
-
Max Kellermann authored
Needed by ax_append_link_flags.m4.
-
- 02 Aug, 2012 1 commit
-
-
Max Kellermann authored
Produce a smaller binary by removing all unused functions.
-
- 01 Aug, 2012 1 commit
-
-
Max Kellermann authored
We'll add some C++11 code soon.
-
- 30 Jul, 2012 1 commit
-
-
Max Kellermann authored
Use standard scripts instead of MPD's custom implementation.
-