- 02 May, 2012 1 commit
-
-
Jurgen Kramer authored
Version 4 of my patch to add DSF support to the DSDIFF decoder plugin. This time I have taken a different approach and created a new read_metadata function specific for reading DSF files. This saves an indent (and for me a lot of indent nightmares) and also useful for splitting the DSF and DFF decoders later on. There are still a few lines which exceed the 80 character width limit by a few chars. I was not able to stay within the limit and create (for me) readable code. Jurgen
-
- 23 Apr, 2012 10 commits
-
-
Jonathan Dieter authored
-
Jonathan Dieter authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
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
-
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.
-
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>
-