- 19 Dec, 2013 2 commits
-
-
Max Kellermann authored
For std::move().
-
Michal Smucr authored
Some tagging libraries (eg. TagLib) produce that variant.
-
- 17 Dec, 2013 1 commit
-
-
Max Kellermann authored
Broken by commit 3b0fea5f
-
- 15 Dec, 2013 1 commit
-
-
Max Kellermann authored
This deadlock was a regression by commit 8e38b4f8. Since we currently can't resolve this, let's revert the commit, and add a GLib specific workaround for the build failure.
-
- 14 Dec, 2013 1 commit
-
-
Max Kellermann authored
File generated by automake version 1.14.
-
- 13 Dec, 2013 1 commit
-
-
Max Kellermann authored
This is safer, and works without epoll(). Fixes a build failure with uClibc, which does not support epoll().
-
- 11 Dec, 2013 4 commits
-
-
Max Kellermann authored
The real and detailed documentation is in the user manual.
-
Max Kellermann authored
Move from doc/mpd.conf.5.
-
Max Kellermann authored
Move from doc/mpd.conf.5.
-
Max Kellermann authored
-
- 10 Dec, 2013 4 commits
-
-
mobidyc authored
If the file was recognized by a decoder plugin, accept it - don't require metadata.
-
Max Kellermann authored
-
Lukas Stabe authored
-
Max Kellermann authored
-
- 02 Dec, 2013 1 commit
-
-
Lukas Stabe authored
On OSX, the configure-flag --enable-osx is used to enable the unsupported osx output. It sets the HAVE_OSX preprocessor define. src/output/OpenALOutputPlugin.cxx uses this define to determine wether it is building on OSX, and imports different headers (which have nothing to do with the osx output) depending on wether or not it is set.
-
- 27 Nov, 2013 3 commits
-
-
Max Kellermann authored
-
Gaetan Bisson authored
-
Max Kellermann authored
-
- 23 Nov, 2013 6 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 22 Nov, 2013 3 commits
-
-
Max Kellermann authored
Using pcm_resample_lsr_32() for 24 bit samples works, but may cause 24 bit overflows. This commit makes 24 bit a special case with explicit clipping.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 21 Nov, 2013 13 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Refactor SimpleDatabase::GetLastModified() to be generic for all plugins. Remove the SimpleDatabase assumption from db_stats_print(), allowing it to be implemented by all database plugins.
-
Max Kellermann authored
Fixes crash on "stats" in certain configurations.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Eliminate redundant declaration.
-
Max Kellermann authored
-
Max Kellermann authored
Unused outside of Stats.cxx.
-
Max Kellermann authored
-
Max Kellermann authored
If no music_directory is configured, return nullptr instead of an empty string. This fixes a crash when db_file is configured without music_directory.
-
Florian Schlichting authored
Fixes build tests on ia64 and mipsel by testing for endianness in a more general / portable way.
-
Max Kellermann authored
-
Max Kellermann authored
Improve readability.
-