- 28 Jan, 2013 1 commit
-
-
Max Kellermann authored
The underlying library has been obsolete for many years.
-
- 16 Jan, 2013 1 commit
-
-
Brice Jaglin authored
-
- 07 Jan, 2013 2 commits
-
-
Avuton Olrich authored
-
Avuton Olrich authored
-
- 03 Jan, 2013 2 commits
-
-
Max Kellermann authored
Track whether _finish() has been called, and deliver all partial results then. Fixes Mantis ticket 0003621.
-
Max Kellermann authored
-
- 05 Oct, 2012 2 commits
-
-
Max Kellermann authored
Implements Mantis feature request 3582.
-
Max Kellermann authored
Works around assertion failure in decoder_timestamp().
-
- 04 Oct, 2012 1 commit
-
-
Max Kellermann authored
Implement the "scan_stream" method that can read tags from any input_stream object. This requires a FLAC__IOCallbacks implementation based on the input_stream API.
-
- 02 Oct, 2012 3 commits
-
-
Gregory Smith authored
-
Max Kellermann authored
-
Max Kellermann authored
Improves quality by not squeezing 32 bit samples down to 16 bit, and then back to 32 bit floating point. Reduces CPU usage by skipping a conversion step.
-
- 01 Oct, 2012 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
This is necessary for Ogg packets that span more than one page.
-
Max Kellermann authored
We can only check for negative values if the variable is signed.
-
Max Kellermann authored
-
- 30 Sep, 2012 2 commits
-
-
Avuton Olrich authored
-
Avuton Olrich authored
-
- 25 Sep, 2012 5 commits
-
-
Max Kellermann authored
Implements Mantis ticket 0003340.
-
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
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.
-
- 05 Sep, 2012 1 commit
-
-
Max Kellermann authored
Using libopus and libogg.
-
- 03 Sep, 2012 1 commit
-
-
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 1 commit
-
-
Max Kellermann authored
-
- 15 Aug, 2012 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 14 Aug, 2012 7 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Use libfluidsynth's new function fluid_player_get_status().
-
Max Kellermann authored
Use fluid_is_midifile() to verify the file format.
-
Max Kellermann authored
The libfluidsynth API is now sane, and does not require real-time decoding.
-
Max Kellermann authored
Reset the timer when paused and no client is connected. This fixes Mantis ticket 0003527.
-
Max Kellermann authored
-
Max Kellermann authored
Duplicate the music_dir variable: one encoded in UTF-8, and another one using the configured filesystem character set. This fixes an ancient MPD bug.
-
- 13 Aug, 2012 1 commit
-
-
Anton Khirnov authored
That function is not pure, it writes to error. When marked as pure, the compiler is allowed to assume it does not do anything to error, so it can remain NULL, which would result in an invalid read in print_error().
-
- 08 Aug, 2012 1 commit
-
-
Max Kellermann authored
Rewrite of the pc_get_error_message() function, now using a GError object instead of the complicated "errored_song" attribute.
-