- 24 Nov, 2013 2 commits
-
-
Max Kellermann authored
-
Denis Krjuchkov authored
This implementation behaves mostly identical to old parser. Few observable differences: - There are no option groups (single group is used for all options) - Option --stdout is hidden (it has been obsolete for a long time) - MPD executable name (mpd) is hardcoded for simplicity
-
- 23 Nov, 2013 8 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 22 Nov, 2013 4 commits
-
-
Max Kellermann authored
Using pcm_resample_lsr_32() for 24 bit samples works, but may cause 24 bit overflows. This commit makes 24 bit a special case with explicit clipping.
-
Max Kellermann authored
-
Max Kellermann authored
-
Javier Domingo Cansino authored
-
- 21 Nov, 2013 14 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Refactor SimpleDatabase::GetLastModified() to be generic for all plugins. Remove the SimpleDatabase assumption from db_stats_print(), allowing it to be implemented by all database plugins.
-
Max Kellermann authored
Fixes crash on "stats" in certain configurations.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Eliminate redundant declaration.
-
Max Kellermann authored
-
Max Kellermann authored
Unused outside of Stats.cxx.
-
Max Kellermann authored
-
Max Kellermann authored
If no music_directory is configured, return nullptr instead of an empty string. This fixes a crash when db_file is configured without music_directory.
-
Florian Schlichting authored
Fixes build tests on ia64 and mipsel by testing for endianness in a more general / portable way.
-
Max Kellermann authored
-
Max Kellermann authored
Improve readability.
-
Max Kellermann authored
The option "--enable-fluidsynth" was documented to be "auto" by default, when it was really "no".
-
- 18 Nov, 2013 4 commits
-
-
Max Kellermann authored
-
Denis Krjuchkov authored
-
Denis Krjuchkov authored
-
Denis Krjuchkov authored
-
- 13 Nov, 2013 7 commits
-
-
Max Kellermann authored
Replaces Reset() and eliminates the AudioFormat parameters from the Convert() method.
-
Max Kellermann authored
This commit adds the basic infrastructure for reporting bugs from DecoderAPI.cxx via DecoderThread.cxx to DecoderControl.
-
Max Kellermann authored
Reduce header dependencies and allow it to be nullptr to disable it.
-
Max Kellermann authored
-
Max Kellermann authored
Lighter API.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 11 Nov, 2013 1 commit
-
-
Max Kellermann authored
Just an attempt to prevent users from shooting themselves in the foot by uncommenting these lines without knowing what they're doing.
-