- 02 Oct, 2012 1 commit
-
-
Gregory Smith authored
-
- 01 Oct, 2012 11 commits
-
-
Max Kellermann authored
Eliminate the evil goto.
-
Max Kellermann authored
This is necessary for Ogg packets that span more than one page.
-
Max Kellermann authored
-
Max Kellermann authored
We can only check for negative values if the variable is signed.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Make sure the file header gets written at the beginning, before _write() gets called.
-
Max Kellermann authored
Move the raw buffer to struct shout_data.
-
Max Kellermann authored
Make it a local variable instead.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 14 Aug, 2012 6 commits
-
-
Max Kellermann authored
Eliminate the g_usleep() call.
-
Max Kellermann authored
Reduce command latency while paused.
-
Max Kellermann authored
One large loop and only one pa_stream_get_state() call.
-
Max Kellermann authored
-
Max Kellermann authored
Reset the timer when paused and no client is connected. This fixes Mantis ticket 0003527.
-
Max Kellermann authored
-
- 02 Aug, 2012 2 commits
-
-
Max Kellermann authored
Remove GLib dependency from some headers.
-
Max Kellermann authored
-
- 09 Jul, 2012 1 commit
-
-
Max Kellermann authored
GLib 2.16 was released more than 4 years ago. Let's remove some cruft from the glib_compat.h header, and avoid new cruft to it.
-
- 29 May, 2012 1 commit
-
-
Max Kellermann authored
This plugin is horrible code, I mean it. Last year, I tried hard to fix it, but I figured would take less time to do a full rewrite. Given that I don't even have any device that supports RAOP, I can't do that properly. After 16 months, nobody volunteered for fixing it. Hereby, I delete it, because having no RAOP plugin is better than having this mess. Sorry.
-
- 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.
-
- 04 Apr, 2012 3 commits
-
-
Max Kellermann authored
Add the encoder_plugin method end(). This is important for the recorder plugin.
-
Max Kellermann authored
-
Max Kellermann 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 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 2 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
-