- 09 Feb, 2014 1 commit
-
-
Max Kellermann authored
-
- 06 Feb, 2014 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Since the encoder plugin uses a libvorbis function (and not only libvorbisenc functions), we need to link with libvorbis explicitly.
-
- 27 Jan, 2014 2 commits
-
-
Max Kellermann authored
Allow semicolons and single quotes in the stream title. This is not part of any specification, but found in real life.
-
Max Kellermann authored
-
- 20 Jan, 2014 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Works around a build failure on Solaris because annoyingly, Solaris reserves the name "queue". This rename was pending anyway.
-
Max Kellermann authored
-
- 15 Jan, 2014 7 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Fixes potential nullptr dereference.
-
Max Kellermann authored
-
Max Kellermann authored
Fixes clang warning.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 13 Jan, 2014 1 commit
-
-
Max Kellermann authored
-
- 11 Jan, 2014 1 commit
-
-
Max Kellermann authored
Look for symbol "mpc_demux_init" which does not exist in SV7. This avoids build failures when SV7 was found by configure.ac.
-
- 08 Jan, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 07 Jan, 2014 1 commit
-
-
Max Kellermann authored
-
- 29 Dec, 2013 7 commits
-
-
Max Kellermann authored
A file called ".jpg" is not a JPEG file with an empty name; it is merely a hidden file.
-
Max Kellermann authored
If we have libyajl 2.0.1 (without a pkg-config file), our configure.ac would assume this is the libyajl 1.0 API, because the function yajl_alloc() exists in both. This commit changes the library check to the function yajl_parse_complete() which was removed in the 2.0 API. This fixes build failure with libyajl 2.0.1.
-
Max Kellermann authored
We can assume that initgroups() would be a no-op in that case, however initgroups() is not allowed for unprivileged users anyway.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 24 Dec, 2013 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
The "mode" of the second ReplayGainFilter was never set, and thus replay gain was never applied to the new song during cross-fade.
-
- 20 Dec, 2013 1 commit
-
-
Steven O'Brien authored
-
- 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 1 commit
-
-
Max Kellermann authored
The real and detailed documentation is in the user manual.
-