- 31 Dec, 2013 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 29 Dec, 2013 20 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Add the TagStream.cxx library, similar to TagFile.cxx, and use it to load tags from song files inside archives.
-
Max Kellermann authored
Merge some duplicate code.
-
Max Kellermann authored
Got lost in commit c97685fe
-
Max Kellermann authored
-
Max Kellermann authored
Replaces decoder_plugin_from_suffix().
-
Max Kellermann authored
.. instead of decoder_plugin_from_suffix(). This reduces overhead by walking the array only once.
-
Max Kellermann authored
Instead of using the first DecoderPlugin that supports the suffix, use the first one that actually implements the "container_scan" method.
-
Max Kellermann authored
-
Max Kellermann authored
.. instead of decoder_plugin_from_suffix(). This reduces overhead by walking the array only once.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
If we have libyajl 2.0.1 (without a pkg-config file), our configure.ac would assume this is the libyajl 1.0 API, because the function yajl_alloc() exists in both. This commit changes the library check to the function yajl_parse_complete() which was removed in the 2.0 API. This fixes build failure with libyajl 2.0.1.
-
Max Kellermann authored
We can assume that initgroups() would be a no-op in that case, however initgroups() is not allowed for unprivileged users anyway.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 28 Dec, 2013 5 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Use the existing PcmDither library.
-
Max Kellermann authored
Instead of just adding a rectangular random value before shifting back to the normal scale, use the existing PcmDither library.
-
Max Kellermann authored
-
Max Kellermann authored
This code is unable to dither. Until we implement that, let's remove the code for now. i386 isn't relevant anymore anyway.
-
- 25 Dec, 2013 1 commit
-
-
Max Kellermann authored
16 bit is not enough for volume calculations.
-
- 24 Dec, 2013 10 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
All callers need this shift, so let's move it to the basic method.
-
Max Kellermann authored
-
Max Kellermann authored
Avoid GLib.
-
Max Kellermann authored
Obsolete, our logging library doesn't ues GLib anymore.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
The "mode" of the second ReplayGainFilter was never set, and thus replay gain was never applied to the new song during cross-fade.
-
Max Kellermann authored
Since opening the PcmVolume object can now fail, this case must be handled.
-
- 23 Dec, 2013 2 commits
-
-
Max Kellermann authored
Prepare for adding state.
-
Max Kellermann authored
-