- 12 Dec, 2011 2 commits
-
-
Avuton Olrich authored
-
Avuton Olrich authored
-
- 28 Nov, 2011 13 commits
-
-
Max Kellermann authored
Conflicts: Makefile.am NEWS configure.ac src/encoder/flac_encoder.c src/log.c src/pcm_buffer.c
-
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 9 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
This method is too complex for inlining.
-
Max Kellermann authored
"stat" is a macro on mingw32, which is a pretty stupid thing, and this commit works around this build failure.
-
Max Kellermann authored
-
Max Kellermann authored
Fixes warning on mingw32.
-
Max Kellermann authored
Ensure that the io.thread variable is set before entering the event loop.
-
Max Kellermann authored
Fixes assertion failure.
-
- 14 Nov, 2011 1 commit
-
-
Avuton Olrich authored
Commit 3a3158 introduced a small bug where the pulseaudio mixer would not link with the main binary in some situations.
-
- 23 Oct, 2011 1 commit
-
-
Denis Krjuchkov authored
WinAPI explicitly declares filesystem encoding. It can be determined by GetACP(). Use that instead of Glib routine that always "detects" UTF-8 on Win32, which is incorrect for MPD case.
-
- 20 Oct, 2011 14 commits
-
-
Max Kellermann authored
Eliminate the conversion to integer samples, the MPD core can do this now.
-
Max Kellermann authored
For MPD's new floating point support: when a decoded wavpack file needs to be resampled, don't convert float to int and back to float.
-
Max Kellermann authored
-
Max Kellermann authored
For future internal use.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Support for conversion from float to 16, 24 and 32 bit integer samples.
-
Max Kellermann authored
Let the caller deal with a failure.
-
Max Kellermann authored
-
Max Kellermann authored
Don't suppress gcc warnings.
-
Max Kellermann authored
-
Max Kellermann authored
A version of the resampler that doesn't need int->float->int conversion.
-
Max Kellermann authored
Reduce the mess with local variables inside switch{}.
-
Max Kellermann authored
Allow more compiler optimizations.
-