- 19 Mar, 2012 7 commits
-
-
Max Kellermann authored
-
Robert Vollmert authored
[mk: backwars compatibility and autoconf check]
-
Max Kellermann authored
Fixes endless loop when the last line of a text file was not terminated (bug 3470).
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Some compilers are very picky, but we really aren't interested in the return value.
-
- 06 Mar, 2012 6 commits
-
-
Max Kellermann authored
Requires UNIX domain socket connection.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
To pass ack values around.
-
Max Kellermann authored
Make sure we get a UTF-8 encoded string.
-
Max Kellermann authored
Use ACK_ERROR_PERMISSION instead of ACK_ERROR_NO_EXIST.
-
- 01 Mar, 2012 8 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Robert Vollmert authored
Requires YAJL to build, and this doesn't include the necessary automake changes. Can be built using ./configure CFLAGS="-I/usr/include/yajl" LIBS="-lyajl" --enable-soundcloud Add the following to your config: playlist_plugin { name "soundcloud" enabled "true" apikey "c4c979fd6f241b5b30431d722af212e8" } Then you can stream from soundcloud using calls like: mpc load soundcloud://track/<track-id> mpc load soundcloud://playlist/<playlist-id> mpc load soundcloud://url/http://soundcloud.com/some/track/or/playlist For the last case, you can leave off the http:// or http://soundcloud.com/ .
-
Max Kellermann authored
Annoying false positives.
-
Kurt Van Dijck authored
raop_session_free must be called from raop_output_finish, not from raop_output_remove. In raop_output_remove, do close the ntp_server & control port. Signed-off-by: Kurt Van Dijck <kurt.van.dijck@skynet.be>
-
Max Kellermann authored
Move the responsibility for the conversion to the PCM library. This will allow passing the verbatim DSD samples to an output plugin.
-
Max Kellermann authored
-
Max Kellermann authored
Basic support for Direct Stream Digital. No conversion yet, and no decoder/output plugin support.
-
- 29 Feb, 2012 1 commit
-
-
Max Kellermann authored
Resets the libsamplerate state. Not being used yet.
-
- 23 Feb, 2012 1 commit
-
-
Avuton Olrich authored
-
- 15 Feb, 2012 10 commits
-
-
Max Kellermann authored
-
Jonathan Neuschäfer authored
-
Jonathan Neuschäfer authored
-
Jonathan Neuschäfer authored
(Maybe it should be "A new message is indicated...", I don't know.) ( ^^ )
-
-
Jonathan Neuschäfer authored
This might break older versions, I didn't test.
-
Jonathan Neuschäfer authored
-
Jonathan Neuschäfer authored
The main difference is that strncat takes the maximum number of characters to copy as its third argument, while g_strlcat takes the size of the buffer, which is how the code was using strncat. Incomplete requests may still be constructed as a result of the reqest buffer filling up.
-
Jonathan Neuschäfer authored
size_t is unsigned most of the time, so we can't really use it to check for negative values. Also handle strtol overflow.
-
Jonathan Neuschäfer authored
-
- 14 Feb, 2012 6 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
An empty string is obviously not a valid integer.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 13 Feb, 2012 1 commit
-
-
Max Kellermann authored
-