1. 06 Feb, 2014 1 commit
  2. 07 Jan, 2014 1 commit
  3. 11 Dec, 2013 3 commits
  4. 08 Nov, 2013 2 commits
  5. 07 Nov, 2013 2 commits
  6. 19 Oct, 2013 1 commit
    • Sebastian Thorarensen's avatar
      decoder/modplug: Add "loop_count" parameter · db44a6e9
      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.
      db44a6e9
  7. 18 Oct, 2013 1 commit
    • Sebastian Thorarensen's avatar
      decoder/mikmod: Add loop configuration parameter · b6ac249c
      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.
      b6ac249c
  8. 28 Sep, 2013 1 commit
  9. 17 Apr, 2013 1 commit
    • Max Kellermann's avatar
      input/soup: plugin removed · 2df2a989
      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.
      2df2a989
  10. 16 Apr, 2013 2 commits
  11. 25 Sep, 2012 1 commit
  12. 14 Aug, 2012 3 commits
  13. 08 Aug, 2012 1 commit
  14. 27 Jun, 2012 1 commit
  15. 02 May, 2012 1 commit
    • Jurgen Kramer's avatar
      Add support for DSF files to DSDIFF decoder - v4 · 3c3f1b7f
      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
      3c3f1b7f
  16. 04 Apr, 2012 1 commit
  17. 22 Mar, 2012 1 commit
  18. 13 Feb, 2012 1 commit
  19. 12 Feb, 2012 1 commit
  20. 20 Oct, 2011 1 commit
  21. 07 Oct, 2011 2 commits
  22. 24 Aug, 2011 1 commit
    • Max Kellermann's avatar
      input/soup: new input plugin based on libsoup · 3b9ffea3
      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.
      3b9ffea3
  23. 03 Jul, 2011 1 commit
  24. 12 Apr, 2011 1 commit
  25. 31 Mar, 2011 1 commit
  26. 09 Feb, 2011 1 commit
  27. 10 Jan, 2011 1 commit
  28. 22 Dec, 2010 1 commit
  29. 27 Oct, 2010 1 commit
  30. 25 Sep, 2010 1 commit
    • Thomas Jansen's avatar
      output/httpd: bind_to_address support (including IPv6) · 9af9fd14
      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.
      9af9fd14
  31. 10 Mar, 2010 1 commit
    • Max Kellermann's avatar
      output: added option "always_on" for radio stations · e686d191
      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.
      e686d191
  32. 17 Feb, 2010 1 commit
    • Max Kellermann's avatar
      replay_gain: optionally use hardware mixer to apply replay gain · 96493e03
      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.
      96493e03