- 09 Oct, 2011 14 commits
-
-
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 11 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.
-
Max Kellermann authored
Let the libsamplerate code initialize itself.
-
Max Kellermann authored
Load the samplerate_converter on MPD startup. Fail if the converter name is invalid.
-
- 07 Oct, 2011 3 commits
-
-
Max Kellermann authored
Defaults to "no", which fixes the noise problems.
-
Max Kellermann authored
Defaulting to "with systemd" causes problems for users who install MPD as an unprivileged user, and it breaks "make distcheck". It looks like enabling it by default creates too many practical problems for unexperienced users. With --with-systemdsystemunitdir (without a parameter), configure.ac attempts to auto-detect systemd.
-
Max Kellermann authored
-
- 06 Oct, 2011 6 commits
-
-
Max Kellermann authored
When we have an absolute path that's not inside the music directory, allow loading it anyway, if we're in "secure" mode (i.e. the client is connected via UNIX socket).
-
Max Kellermann authored
Conflicts: configure.ac src/player_control.c src/player_thread.c src/playlist_song.c
-
Jesús Bravo Álvarez authored
Right now, a playlist with absolute pathnames can only add songs that are in the same the directory of the playlist or under it. If uri is an absolute pathname and base_uri is set, playlist_check_translate_song() will check that base_uri is a prefix of uri, excluding every other song in the music directory outside base_uri. I think in this case base_uri should be completely ignored (and made NULL) and uri should just be checked against music root directory.
-
Max Kellermann authored
Previously, the condition "defined(play_audio_format)" was used to see if an output device has been opened, but if the device had failed on startup, an assertion failure could occur. This patch adds a separate flag.
-
Max Kellermann authored
Common function that manages "player" attributes after audio_output_all_open() has returned.
-
Max Kellermann authored
-
- 05 Oct, 2011 6 commits
-
-
Max Kellermann authored
Now that the player thread can handle SEEK commands while not (yet) playing, we can remove the "pc.state" check from pc_seek().
-
Max Kellermann authored
-
Max Kellermann authored
This checks both conditions: pending and running. Fixes yet another assertion failure!
-
Max Kellermann authored
.. and add a few code comments.
-
Max Kellermann authored
Don't read song.start_ms and song.end_ms, let the player thread manage this logic instead.
-
Max Kellermann authored
Fixes one more assertion failure.
-