- 10 Oct, 2011 13 commits
-
-
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 18 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.
-
Max Kellermann authored
One call to AC_SEARCH_LIBS replaces AC_CHECK_FUNCS and AC_CHECK_LIB.
-
Max Kellermann authored
Conflicts: NEWS configure.ac
-
Avuton Olrich authored
-
- 08 Oct, 2011 9 commits
-
-
Max Kellermann authored
Use local variable "is_float".
-
Max Kellermann authored
-
Max Kellermann authored
Cast to enum sample_format. Without the cast, it's just a plain integer, and gcc cannot know that a "case" statement is missing.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
The protocol mandates that playlist URIs are absolute (i.e. full URI relative to the music directory, not relative to the parent directory). This adds the parameter "directory" to the "playlist" visitor method.
-
Max Kellermann authored
-
Max Kellermann authored
.. instead of failing playback completely.
-
Max Kellermann authored
Allow gcc to warn when a new format isn't supported.
-