- 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().
-
- 02 Oct, 2012 1 commit
-
-
Gregory Smith authored
-
- 01 Oct, 2012 3 commits
-
-
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 2 commits
-
-
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.
-
- 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().
-
- 01 Aug, 2012 2 commits
-
-
Avuton Olrich authored
-
Avuton Olrich authored
-
- 29 Jul, 2012 1 commit
-
-
Max Kellermann authored
Ignore APE tags that have no usable tags, and use the ID3 tag instead. This is useful when the APE tag only contains replay gain, and the real tags are stored as ID3. This implements feature request Mantis #0003521.
-
- 26 Jul, 2012 1 commit
-
-
Max Kellermann authored
These two strings are common "FILE" types.
-
- 09 Jul, 2012 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
No, really! This fixes a regression of commit 74617389, which changed the order of filter plugins.
-
Jonathan Neuschäfer authored
-
Max Kellermann authored
-
- 27 Jun, 2012 2 commits
-
-
Max Kellermann authored
-
geneticdrift authored
-
- 12 Jun, 2012 1 commit
-
-
Max Kellermann authored
-