1. 12 Feb, 2014 1 commit
  2. 08 Feb, 2014 1 commit
  3. 07 Feb, 2014 1 commit
  4. 06 Feb, 2014 3 commits
  5. 29 Jan, 2014 1 commit
  6. 21 Jan, 2014 1 commit
  7. 13 Jan, 2014 1 commit
    • Andrée Ekroth's avatar
      Shine encoding plugin · ea771c17
      Andrée Ekroth authored
      This encoding plugin features a fixed-point mp3 encoder,
      with faster encoding on architectures without a FPU.
      
      Right now the encoder is limited to stereo and 16 bit depth.
      The bitrate and sample rate can be modified in audio_output.
      
      audio_output {
              type            "httpd"
              name            "My shine stream"
              encoder         "shine"
              port            "8000"
              format          "44100:16:2"
              bitrate         "320"  # default: 128
      }
      ea771c17
  8. 09 Jan, 2014 1 commit
  9. 08 Jan, 2014 1 commit
  10. 07 Jan, 2014 1 commit
  11. 04 Jan, 2014 1 commit
  12. 29 Dec, 2013 1 commit
  13. 11 Dec, 2013 3 commits
  14. 01 Dec, 2013 3 commits
  15. 08 Nov, 2013 2 commits
  16. 07 Nov, 2013 2 commits
  17. 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
  18. 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
  19. 28 Sep, 2013 1 commit
  20. 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
  21. 16 Apr, 2013 2 commits
  22. 25 Sep, 2012 1 commit
  23. 14 Aug, 2012 3 commits
  24. 08 Aug, 2012 1 commit
  25. 27 Jun, 2012 1 commit
  26. 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
  27. 04 Apr, 2012 1 commit
  28. 22 Mar, 2012 1 commit
  29. 13 Feb, 2012 1 commit