- 01 Mar, 2012 2 commits
-
-
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 20 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
-
Max Kellermann authored
-
Max Kellermann authored
This fixes seeking in the vorbis decoder during MPD startup.
-