- 06 Feb, 2014 1 commit
-
-
Max Kellermann authored
-
- 07 Jan, 2014 1 commit
-
-
Max Kellermann authored
-
- 11 Dec, 2013 3 commits
-
-
Max Kellermann authored
Move from doc/mpd.conf.5.
-
Max Kellermann authored
Move from doc/mpd.conf.5.
-
Max Kellermann authored
-
- 08 Nov, 2013 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 07 Nov, 2013 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Allows big-endian users to configure the fallback byte order to little-endian. Without this setting, MPD assumes native byte order if the CD drive can't decide.
-
- 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.
-
- 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.
-
- 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 2 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.
-
- 25 Sep, 2012 1 commit
-
-
Max Kellermann authored
Implements Mantis ticket 0003340.
-
- 14 Aug, 2012 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Replaces the old global "soundfont" which never worked.
-
- 08 Aug, 2012 1 commit
-
-
Max Kellermann authored
The new block overrides the "db_file" setting, and allows configuring any database plugin.
-
- 27 Jun, 2012 1 commit
-
-
Jurgen Kramer authored
functions to new dsdlib. Update user doc.
-
- 02 May, 2012 1 commit
-
-
Jurgen Kramer authored
Version 4 of my patch to add DSF support to the DSDIFF decoder plugin. This time I have taken a different approach and created a new read_metadata function specific for reading DSF files. This saves an indent (and for me a lot of indent nightmares) and also useful for splitting the DSF and DFF decoders later on. There are still a few lines which exceed the 80 character width limit by a few chars. I was not able to stay within the limit and create (for me) readable code. Jurgen
-
- 04 Apr, 2012 1 commit
-
-
Jurgen Kramer authored
-
- 22 Mar, 2012 1 commit
-
-
Max Kellermann authored
-
- 13 Feb, 2012 1 commit
-
-
Max Kellermann authored
-
- 12 Feb, 2012 1 commit
-
-
Max Kellermann authored
Parses CUE data from the "CUESHEET" tag. Needs further integration in the update thread.
-
- 20 Oct, 2011 1 commit
-
-
Max Kellermann authored
Support for conversion from float to 16, 24 and 32 bit integer samples.
-
- 07 Oct, 2011 2 commits
-
-
Max Kellermann authored
Defaults to "no", which fixes the noise problems.
-
Max Kellermann authored
-
- 24 Aug, 2011 1 commit
-
-
Max Kellermann authored
To demonstrate the new I/O thread. libsoup is well-integrated into the GLib main loop, which made this plugin pretty easy to write. As a side effect, we have to initialize the I/O thread in all debug programs that use the input API.
-
- 03 Jul, 2011 1 commit
-
-
Tony Miller authored
This patch fixes a typo in doc/user about playlist plugins. Its in the top commit in my repository in a branch called 'doc_fix': git://github.com/mcfiredrill/mpd.git
-
- 12 Apr, 2011 1 commit
-
-
Simon Kagstrom authored
-
- 31 Mar, 2011 1 commit
-
-
Jonathan Neuschäfer authored
These fixes were mostly generated with `codespell' [0] and manually reviewed. [0] http://git.profusion.mobi/cgit.cgi/lucas/codespell/
-
- 09 Feb, 2011 1 commit
-
-
Thomas Jansen authored
Added a new optional parameter for the shout plugin called "url".
-
- 10 Jan, 2011 1 commit
-
-
Max Kellermann authored
-
- 22 Dec, 2010 1 commit
-
-
Max Kellermann authored
-
- 27 Oct, 2010 1 commit
-
-
Max Kellermann authored
Using libffado, to play on firewire audio devices. Warning: this plugin was not tested successfully. I just couldn't keep libffado2 from crashing. Use at your own risk. For details, see my Debian bug reports: http://bugs.debian.org/601657 http://bugs.debian.org/601659
-
- 25 Sep, 2010 1 commit
-
-
Thomas Jansen authored
Added support for a new optional configuration setting for the httpd output named "bind_to_address". Setting it to a specific IP address (v4 or v6) will cause the httpd output to bind to that address exclusively. Supporting multiple addresses in parallel is future work. This implements the feature requests #2998 and #2646.
-
- 10 Mar, 2010 1 commit
-
-
Max Kellermann authored
Did you ever accidently click "stop" while feeding a radio station? This option sets the output device to "pause" to disable the "close" method. It falls back to "pause" then, which is specific to the plugin. Some plugins implement it by feeding silence.
-
- 17 Feb, 2010 1 commit
-
-
Max Kellermann authored
Add an option for each audio output which enables the use of the hardware mixer, instead of the software volume code. This is hardware specific, and assumes linear volume control. This is not the case for hardware mixers which were tested, making this patch somewhat useless, but we will use it to experiment with the settings, to find a good solution.
-