- 01 Oct, 2012 2 commits
-
-
Max Kellermann authored
main.c has been renamed to Main.cxx.
-
Max Kellermann authored
-
- 30 Sep, 2012 1 commit
-
-
Avuton Olrich authored
-
- 27 Sep, 2012 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 25 Sep, 2012 23 commits
-
-
Max Kellermann authored
Implements Mantis ticket 0003340.
-
Max Kellermann authored
-
Max Kellermann authored
-
Simon Hosie authored
Internally the vorbis (non-Tremor) decoder is working in floating point, and it's not really necessary to cut the output back to 16-bit if the soundcard or OS supports higher resolution. The decoder can be trivially modified to bypass its internal quantisation and produce floating-point output, and a separate quantisation can be used as appropriate to the platform.
-
Max Kellermann authored
-
Max Kellermann authored
Call decoder_get_command() before doing anything else.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
This lives in protocol/result.h now.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Eliminate the hack in handle_idle().
-
Max Kellermann authored
-
Max Kellermann authored
Just use the values assigned by the compiler.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
We use range-based for and nullptr, which was not implemented prior to gcc 4.6.
-
Max Kellermann authored
Conflicts: src/locate.c
-
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.
-
- 05 Sep, 2012 5 commits
-
-
Max Kellermann authored
Using libopus and libogg.
-
Max Kellermann authored
Merge duplicate data.
-
Max Kellermann authored
-
Max Kellermann authored
When visiting a song, GetSong() was called, but this object was never returned by calling ReturnSong(). This patch locks the database only once in Visit() and passes the original song object to the visitor, avoiding the copy.
-
Max Kellermann authored
-
- 04 Sep, 2012 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Allow the function to be cancelled.
-
Max Kellermann authored
-