- 29 Oct, 2013 3 commits
-
-
Max Kellermann authored
Restores the features from the previous draft commands "findin" / "searchin".
-
Max Kellermann authored
This reverts commit a577944a. Will be replaced by new options for the old commands "search" and "find".
-
Max Kellermann authored
According to the protocol documentation, matching the file name was wrong. This removes some awkward special-case code.
-
- 28 Oct, 2013 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
There hasn't been a maintainer for this plugin for years. It may even fail to build.
-
Max Kellermann authored
Share the Mutex between the DecoderThread and the PlayerThread. This simplifies synchronization between the two threads and fixes a freeze problem: while the PlayerThread waits for the DeocderThread, it cannot answer requests from the main thread, and the main thread will block until the DecoderThread finishes.
-
- 26 Oct, 2013 1 commit
-
-
Max Kellermann authored
-
- 25 Oct, 2013 1 commit
-
-
Max Kellermann authored
-
- 24 Oct, 2013 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
This command was removed by commit 206392ad (MPD 0.16), even though it was been proven useful for some very simple clients. On request, I add it to the protocol again.
-
- 19 Oct, 2013 1 commit
-
-
Sebastian Thorarensen authored
The "loop_count" configuration parameter allows the user to set how many times a module with backward loops shall loop. "0" (the default) means a module is not allowed to use backward loops at all. "-1" enables inifinite looping.
-
- 18 Oct, 2013 1 commit
-
-
Sebastian Thorarensen authored
This patch allows the user to configure the mikmod decoder plugin to loop modules. It adds a configuration parameter to the mikmod decoder called "loop" which can be "no" (the old behaviour, default) or "yes" to allow modules to use backward loops.
-
- 17 Oct, 2013 1 commit
-
-
Max Kellermann authored
Implement a fast path for UTF-8 which leaves fs_charset empty, and don't assign a value to fs_charset if there's no configuration.
-
- 14 Oct, 2013 4 commits
-
-
Max Kellermann authored
-
Florian Schlichting authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 01 Oct, 2013 2 commits
-
-
Max Kellermann authored
Fixes busy loop when USB sound device gets unplugged (Mantis bug #3824).
-
Max Kellermann authored
-
- 28 Sep, 2013 1 commit
-
-
Max Kellermann authored
This plugin has been defunct ever since Last.fm changed their protocol. Since there is no volunteer willing to fix the plugin, I'm removing it now.
-
- 26 Sep, 2013 1 commit
-
-
Max Kellermann authored
Implement Mantis ticket 0003646.
-
- 12 Sep, 2013 1 commit
-
-
Maarten de Vries authored
-
- 05 Sep, 2013 1 commit
-
-
Ales Guzik authored
-
- 04 Aug, 2013 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Justin Riley authored
-
- 01 Aug, 2013 4 commits
-
-
Christoph Mende authored
Player_LoadTitle() returns an aligned pointer in libmikmod-3.2 that cannot be freed with free(). The correct way to do this now is MikMod_free() which extracts the original pointer from the buffer and frees that. Signed-off-by:
Christoph Mende <mende.christoph@gmail.com>
-
Max Kellermann authored
Fixes Mantis #3770.
-
Michael Mair-Keimberger authored
-
tsufeki authored
-
- 30 Jul, 2013 1 commit
-
-
Max Kellermann authored
Now that even Debian stable has picked up version 0.8, we can safely make this a requirement, and remove a lot of old cruft.
-
- 17 Apr, 2013 1 commit
-
-
Max Kellermann authored
This plugin is cumbersome to support, now that MPD is migrating away from GLib and the GLib event loop. It has no practical advantages over the CURL plugin. Soup requires the bloated GType library.
-
- 16 Apr, 2013 3 commits
-
-
Max Kellermann authored
This plugin has been in MPD for three years, and it has never worked. Enough!
-
Max Kellermann authored
The hardware is obsolete, and the product does not exist anymore on the Hauppauge web site. Let's see if anybody complains about the removal.
-
Max Kellermann authored
-
- 08 Apr, 2013 3 commits
-
-
Max Kellermann authored
Save the state file 2 minutes after the last change. This reduces the disruptions by an idle MPD, and MPD can be paged out permanently until it is used.
-
Max Kellermann authored
-
Max Kellermann authored
Eliminates one IDLE_PLAYER call in playlist_control, and add two new ones to player_thread. Fixes Mantis bug 3636.
-
- 05 Apr, 2013 1 commit
-
-
Anton Khirnov authored
AVFrame must be allocated with avcodec_alloc_frame().
-
- 27 Feb, 2013 1 commit
-
-
Hagen Fritsch authored
-