- 23 Apr, 2012 1 commit
-
-
Max Kellermann authored
.. when HAVE_WINDOWS was not set.
-
- 06 Apr, 2012 1 commit
-
-
Max Kellermann authored
Conflicts: NEWS configure.ac
-
- 05 Apr, 2012 2 commits
-
-
Avuton Olrich authored
-
Avuton Olrich authored
-
- 04 Apr, 2012 13 commits
-
-
Max Kellermann authored
Conflicts: src/output/osx_plugin.c src/text_input_stream.c
-
Max Kellermann authored
Add the encoder_plugin method end(). This is important for the recorder plugin.
-
Max Kellermann authored
-
Max Kellermann authored
Don't reset the ogg_stream_state object, because this discards the end-of-stream packet that was just added.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Jurgen Kramer authored
-
Max Kellermann authored
-
Max Kellermann authored
g_source_get_current_time() is deprecated since GLib 2.28. This patch adds a compatibility wrapper for older GLib versions to glib_compat.h.
-
Max Kellermann authored
g_basename() is deprecated in GLib 2.32.
-
Max Kellermann authored
g_basename() is deprecated in GLib 2.32. Instead, verify that the suffix does not have a backslash, to catch Windows path names.
-
Anton Khirnov authored
-
- 28 Mar, 2012 1 commit
-
-
Max Kellermann authored
The existing buffer implementation has a major flaw: it is unable to re-fill the buffer until it has been consumed completely, leading to many occasions where the render callback needs to generate silence, just because the play() implementation was unable to append more data. The fifo_buffer library handles that well.
-
- 26 Mar, 2012 12 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
It's a padded 24 bit format.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Dan McGee authored
When adding or updating a song, we get a log message even if debug is not enabled. It seems odd that removing a song shouldn't be done at the same log level; otherwise looking at the log leads you to believe songs are never removed from the library on update. Signed-off-by: Dan McGee <dan@archlinux.org>
-
Dan McGee authored
After a previous refactor, the current code fails on paths that need expansion (e.g, '~/.mpd/sticker.db'), because we are not passing the correct path to the sticker database code. Pass the expanded (and previously unused) string instead of the original string. Signed-off-by: Dan McGee <dan@archlinux.org>
-
- 22 Mar, 2012 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Implements the dCS suggested standard: http://www.dcsltd.co.uk/page/assets/DSDoverUSB.pdf
-
Max Kellermann authored
Fixes build failure on 64 bit.
-
Max Kellermann authored
Make it in_frame_size and out_frame_size, to account for packing.
-
- 21 Mar, 2012 6 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
-
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
Improving oss_reopen() by using the very same value that was used initially.
-
Max Kellermann authored
-