- 20 Oct, 2011 8 commits
-
-
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.
-
Max Kellermann authored
-
- 19 Oct, 2011 8 commits
-
-
Jonathan Neuschäfer authored
-
Jonathan Neuschäfer authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Reduces number of implicit integer conversions.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Didn't compile on GLib < 2.16.
-
- 10 Oct, 2011 17 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
This is easier and more efficient to loop on, because only two variables get modified (src and dest).
-
Max Kellermann authored
-
Max Kellermann authored
GLib's macros are implemented with inline assembly, and probably a lot faster than our naive bit shifting implementation.
-
Max Kellermann authored
The other audio_format attributes are not used.
-
Max Kellermann authored
-
Max Kellermann authored
This function is too complex for being inlined everywhere.
-
Max Kellermann authored
Send another "magic" MIME type when the byte order must be reversed. This also fixes byte order issues when big-endian was involved (input data or host byte order) - that was completely broken.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
This function is not critical for performance, and the inline expansion looks too expensive.
-
Max Kellermann authored
For better optimization.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 09 Oct, 2011 7 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Compile the plugins only once with the same C flags.
-
Max Kellermann authored
-
Max Kellermann authored
Prepare for enabling "silent-rules".
-
Max Kellermann authored
-