- 02 Oct, 2012 2 commits
-
-
Gregory Smith authored
-
Max Kellermann authored
-
- 01 Oct, 2012 12 commits
-
-
Max Kellermann authored
This is necessary for Ogg packets that span more than one page.
-
Max Kellermann authored
-
Max Kellermann authored
We can only check for negative values if the variable is signed.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Make sure the file header gets written at the beginning, before _write() gets called.
-
Max Kellermann authored
Move the raw buffer to struct shout_data.
-
Max Kellermann authored
Make it a local variable instead.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 30 Sep, 2012 2 commits
-
-
Avuton Olrich authored
-
Avuton Olrich authored
-
- 25 Sep, 2012 3 commits
-
-
Max Kellermann authored
These are confusing, and since MixRamp development has ceased, not useful to anybody.
-
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.
-
Max Kellermann authored
WavPack tags are always APEv2, by definition. Reuse the tag_table from tag_ape.c, instead of rolling our own.
-
- 22 Sep, 2012 1 commit
-
-
Max Kellermann authored
Avoids clang pickiness. This code is not correct, but we'll fix that another day.
-
- 04 Sep, 2012 2 commits
-
-
Max Kellermann authored
Fixes potential access to uninitialised memory.
-
Max Kellermann authored
-
- 03 Sep, 2012 3 commits
-
-
Wieland Hoffmann authored
-
Max Kellermann authored
This library crashes on out-of-memory (NULL pointer dereference). There's not much useful MPD can do in such a situation, so let's explicitly abort instead, just like GLib does.
-
Max Kellermann authored
-
- 25 Aug, 2012 2 commits
-
-
Max Kellermann authored
Implements Mantis ticket 0003549.
-
Max Kellermann authored
This commit reimplements the core of the "single" mode. Instead of doing the detection in the playlist code from the outside, it is moved to the player thread, which gets a new option called "border_pause". It will now pause playback exactly at the beginning of the new song, making the feature more reliable. Now that the player thread knows what will happen, it can suppress cross-fading. Fixes mantis tickets 0003055 and 0003166.
-
- 21 Aug, 2012 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 15 Aug, 2012 7 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Just in case "song" becomes invalid at some point.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 14 Aug, 2012 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Replaces the old global "soundfont" which never worked.
-
Max Kellermann authored
Now that the libfluidsynth API was sanitized, we can enable the plugin automatically if libfluidsynth is installed.
-