- 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 15 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
-
Max Kellermann authored
Don't use MPC_CFLAGS, MPD_LIBS.
-
Max Kellermann authored
Don't use MPD_LIBS, MPC_CFLAGS.
-
Max Kellermann authored
Don't use MPD_LIBS.
-
Max Kellermann authored
In a C file, that is too late, because _mingw.h defaults to 0x0502, and ours would be illegal redefintion.
-
Max Kellermann authored
-
Max Kellermann authored
Use DESPOTIFY_LIBS in Makefile.am instead. Also, use DESPOTIFY_CFLAGS.
-
Max Kellermann authored
gprof is obsolete, it's better to use perfcounters in every aspect.
-
Max Kellermann authored
AC_SEARCH_LIBS allows the function to be present in libc.
-