- 03 Feb, 2012 3 commits
-
-
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.
-
- 04 Jan, 2012 9 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Needed for av_rescale_q() in ffmpeg 0.8.
-
Max Kellermann authored
-
Max Kellermann authored
avcodec_open() has been deprecated.
-
Max Kellermann authored
It's a no-op and deprecated.
-
Max Kellermann authored
-
Max Kellermann authored
URLContext is deprecated.
-
Max Kellermann authored
Support ancient ffmpeg versions.
-
- 24 Dec, 2011 2 commits
-
-
Max Kellermann authored
When we don't have enough data, generate some silence, hoping the input buffer will fill soon. Reducing the render buffer size is not legal.
-
Max Kellermann authored
Blocking inside the render callback is forbidden, and this sleep call didn't make any sense.
-
- 21 Dec, 2011 1 commit
-
-
Maarten Sebregts authored
Moving songs using either 'move' or 'moveid' to position -1 (after the current song) would fail for a song which is just before the current song. This patch corrects the check to see if the current song is in the range to be moved. Since the range is from `start` up to `end` (exclusive) the check was incorrect, but is now fixed.
-
- 13 Dec, 2011 5 commits
-
-
Max Kellermann authored
The OpenAL specification says that AL_FORMAT_MONO8 and AL_FORMAT_STEREO8 expect unsigned 8 bit samples, but MPD uses unsigned samples.
-
Max Kellermann authored
The local variable was already divided by 1000, and the return value was being divided by 1000 again - doh! This caused delays in the httpd output plugin that were too small by three orders of magnitude, and the buffer was filled too quickly.
-
Max Kellermann authored
-
Max Kellermann authored
Replace -I with -isystem in GLIB_CFLAGS.
-
Max Kellermann authored
This workaround leads to an infinite loop instead of an assertion failure, but hey, now it's libmp4ff's fault.
-
- 12 Dec, 2011 3 commits
-
-
Avuton Olrich authored
-
Avuton Olrich authored
-
Avuton Olrich authored
-
- 01 Dec, 2011 2 commits
-
-
Avuton Olrich authored
-
Avuton Olrich authored
-
- 28 Nov, 2011 12 commits
-
-
Max Kellermann authored
Initialize the audio_format before calling avcodec_open(), because avcodec_open() will fill bogus values.
-
Max Kellermann authored
Yet another common support case.
-
Max Kellermann authored
This is a common support case, and hopefully, the new error message will allow the user to understand the error without requiring support.
-
Max Kellermann authored
Use stat() instead of g_file_test() to detect other types of errors, such as "permission denied".
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Convert to padded 24 bit samples, instead of falling back to 16 bit.
-
Max Kellermann authored
This fixes a buffer corruption bug; pcm_buffer is not designed to be a persistent buffers, and will discard anything between two consecutive calls.
-
Max Kellermann authored
This fixes a buffer corruption bug; pcm_buffer is not designed to be a persistent buffers, and will discard anything between two consecutive calls.
-
Max Kellermann authored
This fixes a buffer corruption bug; pcm_buffer is not designed to be a persistent buffers, and will discard anything between two consecutive calls.
-
Max Kellermann authored
-
Max Kellermann authored
For growing FIFO buffers.
-
- 27 Nov, 2011 1 commit
-
-
Max Kellermann authored
-