- 04 Nov, 2013 1 commit
-
-
Max Kellermann authored
See code comment.
-
- 28 Oct, 2013 1 commit
-
-
Max Kellermann authored
-
- 02 Oct, 2013 1 commit
-
-
Max Kellermann authored
Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
-
- 04 Sep, 2013 1 commit
-
-
Max Kellermann authored
Replaces GLib's GError.
-
- 04 Aug, 2013 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 03 Aug, 2013 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 30 Jul, 2013 1 commit
-
-
Max Kellermann authored
-
- 08 Apr, 2013 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 22 Feb, 2013 1 commit
-
-
Max Kellermann authored
-
- 04 Feb, 2013 4 commits
-
-
Max Kellermann authored
Workaround for driver bug observed on the Raspberry Pi, see code comment for details.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Fixes nullptr dereference in std::string::operator=(). Also fixes a memory leak by using config_get_block_string() instead of config_dup_block_string().
-
- 29 Jan, 2013 1 commit
-
-
Max Kellermann authored
-
- 23 Apr, 2012 3 commits
-
-
Max Kellermann authored
.. and not in_frame_size, because this relates to the frame size being sent to ALSA. pcm_export_source_size() will then turn it back into the in_frame_size scale.
-
Max Kellermann authored
Move code from the ALSA output plugin.
-
Max Kellermann authored
The hard-coded "3 bytes" was wrong because it ignored the number of channels.
-
- 26 Mar, 2012 7 commits
-
-
Max Kellermann authored
DSD-over-USB should not be a MPD core format, because it is not a "natural" format; it is just a temnporary over-the-wire format. This format has been implemented in pcm_export, and does not need to be supported by pcm_convert.
-
Max Kellermann authored
-
Max Kellermann authored
For 32 bit DSD-over-USB support.
-
Max Kellermann authored
-
Max Kellermann authored
Prepare for removing SAMPLE_FORMAT_DSD_OVER_USB.
-
Max Kellermann authored
Give the caller more control, prepare for DSD-over-USB improvements.
-
Max Kellermann authored
-
- 22 Mar, 2012 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Make it in_frame_size and out_frame_size, to account for packing.
-
- 21 Mar, 2012 11 commits
-
-
Max Kellermann authored
For simplicity, the MPD core should not have to deal with packing. It is rarely used, and those plugins that need it should use the pcm_export library instead.
-
Max Kellermann authored
-
Max Kellermann authored
Converts padded 24 bit samples to packed 24 bit samples. Will replace the packed S24 sample format, which is not used internally.
-
Max Kellermann authored
-
Max Kellermann authored
Let the caller configure the audio_format object.
-
Max Kellermann authored
Merge three functions into one and call get_bitformat() only once.
-
Max Kellermann authored
-
Max Kellermann authored
Eliminate support for reverse endian samples from the MPD core. This moves a lot of complexity to the plugins that really need it (only ALSA and CDIO currently).
-
Max Kellermann authored
Don't use audio_format.reverse_endian.
-
Max Kellermann authored
-
Max Kellermann authored
This format is unused since the DSDIFF decoder plugin now reverses the bit order.
-