- 01 Mar, 2012 4 commits
-
-
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 18 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Shortcut for map_directory_fs(db_get_root()).
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Work around a confusing error message.
-
Max Kellermann authored
-
Max Kellermann authored
Avoid reversing the order after every update.
-
Max Kellermann authored
-
Max Kellermann authored
Conflicts: NEWS configure.ac src/decoder/ffmpeg_decoder_plugin.c test/read_tags.c
-
Max Kellermann authored
This was disabled when compiled with a new ffmpeg version. Older ffmpeg versions used it explicitly, while newer ones may pass it through from the codec.
-
Max Kellermann authored
-