- 11 Jan, 2013 3 commits
-
-
Max Kellermann authored
We're going to use Vista features soon. Sorry for those poor people still on XP (or Windows, anyway).
-
Max Kellermann authored
-
Denis Krjuchkov authored
This patch also adds extern "C" { } wrapper around string_util.h to allow its usage in C++ code
-
- 10 Jan, 2013 5 commits
-
-
Max Kellermann authored
-
Denis Krjuchkov authored
-
Denis Krjuchkov authored
-
Denis Krjuchkov authored
-
Denis Krjuchkov authored
-
- 09 Jan, 2013 1 commit
-
-
Max Kellermann authored
-
- 07 Jan, 2013 1 commit
-
-
Avuton Olrich authored
-
- 02 Jan, 2013 3 commits
-
-
Max Kellermann authored
RTTI adds overhead to the binary, and we don't need that.
-
Max Kellermann authored
We don't use exceptions currently. Since allowing exceptions means a lot of overhead, this commit disables the feature.
-
Max Kellermann authored
Allows eliminating more dead code. Adds two more C++ options that may reduce the binary size.
-
- 02 Oct, 2012 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 01 Oct, 2012 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
main.c has been renamed to Main.cxx.
-
- 30 Sep, 2012 2 commits
-
-
Avuton Olrich authored
-
Avuton Olrich authored
-
- 25 Sep, 2012 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
libvorbisidec and libvorbis export the same symbols, which is a dangerous thing. Since libvorbisenc depends on libvorbis, this can get nasty, so let's disable the Vorbis encoder unless the user explicitly wants it.
-
- 05 Sep, 2012 2 commits
-
-
Max Kellermann authored
Using libopus and libogg.
-
Max Kellermann authored
-
- 21 Aug, 2012 1 commit
-
-
Max Kellermann authored
Updates the WIN32 version number for the upcoming 0.18 release.
-
- 14 Aug, 2012 2 commits
-
-
Max Kellermann authored
Now that the libfluidsynth API was sanitized, we can enable the plugin automatically if libfluidsynth is installed.
-
Max Kellermann authored
The libfluidsynth API is now sane, and does not require real-time decoding.
-
- 07 Aug, 2012 1 commit
-
-
Max Kellermann authored
Implementation incomplete, but sort-of-works. DumpDatabase works, but MPD is still hard-coded on the "simple" plugin.
-
- 02 Aug, 2012 1 commit
-
-
Max Kellermann authored
Produce a smaller binary by removing all unused functions.
-
- 01 Aug, 2012 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
We'll add some C++11 code soon.
-
Max Kellermann authored
-
Avuton Olrich authored
-
- 30 Jul, 2012 2 commits
-
-
Max Kellermann authored
Use standard scripts instead of MPD's custom implementation.
-
Max Kellermann authored
-
- 09 Jul, 2012 2 commits
-
-
Max Kellermann authored
GLib 2.16 was released more than 4 years ago. Let's remove some cruft from the glib_compat.h header, and avoid new cruft to it.
-
Max Kellermann authored
-
- 27 Jun, 2012 1 commit
-
-
Max Kellermann authored
-
- 29 May, 2012 1 commit
-
-
Max Kellermann authored
This plugin is horrible code, I mean it. Last year, I tried hard to fix it, but I figured would take less time to do a full rewrite. Given that I don't even have any device that supports RAOP, I can't do that properly. After 16 months, nobody volunteered for fixing it. Hereby, I delete it, because having no RAOP plugin is better than having this mess. Sorry.
-
- 23 Apr, 2012 1 commit
-
-
Max Kellermann authored
.. when HAVE_WINDOWS was not set.
-
- 05 Apr, 2012 1 commit
-
-
Avuton Olrich authored
-