- 12 Jun, 2012 2 commits
-
-
Max Kellermann authored
False positives in gcc 4.7.
-
Max Kellermann authored
-
- 29 May, 2012 3 commits
-
-
Max Kellermann authored
-
Jonathan Neuschäfer authored
"Frame skipped" might cause the impression that the decoding of a whole song failed.
-
Jonathan Neuschäfer authored
-
- 05 Apr, 2012 2 commits
-
-
Avuton Olrich authored
-
Avuton Olrich authored
-
- 04 Apr, 2012 9 commits
-
-
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
-
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 1 commit
-
-
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>
-
- 19 Mar, 2012 3 commits
-
-
Max Kellermann authored
Some compilers are very picky, but we really aren't interested in the return value.
-
Jonathan Neuschäfer authored
This might break older versions, I didn't test.
-
Max Kellermann authored
Fixes endless loop when the last line of a text file was not terminated (bug 3470).
-
- 13 Feb, 2012 6 commits
-
-
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.
-
Max Kellermann authored
This fixes a bug when libsamplerate returns an empty buffer for a very small input buffer. The caller thinks this is an error, bug there is no GError object.
-
Max Kellermann authored
pcm_buffer_get() cannot ever return NULL.
-
- 04 Feb, 2012 4 commits
-
-
Avuton Olrich authored
-
Avuton Olrich authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 03 Feb, 2012 7 commits
-
-
Max Kellermann authored
Implements support for libavcodec 0.9, which removes the compatibility macros SAMPLE_FMT_*
-
Max Kellermann authored
Minor optimisation.
-
Max Kellermann authored
Use the tag_item_names table to look up the names of all MPD tags, and remove the duplicate entries from ffmpeg_tag_maps.
-
Max Kellermann authored
Allow using this function without the ffmpeg_tag_map struct.
-
Max Kellermann authored
Eliminate some duplicate code.
-
Max Kellermann authored
Move the #ifdefs out of _copy_metadata().
-
Max Kellermann authored
No interest in this return value.
-
- 12 Jan, 2012 2 commits
-
-
Max Kellermann authored
Require libavutil 51.5.0.
-
Max Kellermann authored
This function was added when the libavformat version was 53.2.0, but the actual release 53.2.0 did not have it.
-