1. 31 Oct, 2018 1 commit
  2. 03 Jan, 2017 1 commit
  3. 26 Feb, 2016 1 commit
  4. 01 Jan, 2015 1 commit
  5. 09 Dec, 2014 1 commit
  6. 21 Nov, 2014 1 commit
  7. 23 Jan, 2014 1 commit
  8. 13 Jan, 2014 2 commits
    • Max Kellermann's avatar
      copyright year 2014 · 4f83c602
      Max Kellermann authored
      4f83c602
    • 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
  9. 19 Oct, 2013 1 commit
  10. 30 Jul, 2013 4 commits
  11. 29 Jul, 2013 1 commit
  12. 17 Apr, 2013 1 commit
  13. 01 Oct, 2012 2 commits
  14. 12 Jun, 2012 3 commits
  15. 29 Jan, 2011 1 commit
  16. 01 Jan, 2010 1 commit
  17. 17 Nov, 2009 2 commits
  18. 12 Nov, 2009 1 commit
    • Max Kellermann's avatar
      include config.h in all sources · 5b82ffc2
      Max Kellermann authored
      After we've been hit by Large File Support problems several times in
      the past week (which only occur on 32 bit platforms, which I don't
      have), this is yet another attempt to fix the issue.
      5b82ffc2
  19. 10 Nov, 2009 1 commit
    • Viliam Mateicka's avatar
      wave_encoder: new encoder for streaming PCM wave files. · 79035d7e
      Viliam Mateicka authored
      When using wave encoder with httpd audio output mpd can input this stream via http and audiofile decoder.
      This for example opens simple way to configure lossless audio streaming port(like jack or pulseaudio does but without overhead).
      Another possibility can be using it for gathering raw data for visualization plugins (If sync issue will be resolved)
      79035d7e
  20. 26 Oct, 2009 1 commit
  21. 24 Oct, 2009 1 commit
  22. 14 Jul, 2009 1 commit
    • Max Kellermann's avatar
      encoder/twolame: new encoder plugin based on libtwolame · 6233de05
      Max Kellermann authored
      This encoder plugin is a replacement for the LAME encoder plugin for
      those who prefer a "free" (non-patent encumbered) encoder library.
      Most of the plugin source code is copied from the LAME encoder plugin,
      since the LAME and TwoLAME APIs are nearly the same.
      6233de05
  23. 13 Mar, 2009 1 commit
    • Avuton Olrich's avatar
      all: Update copyright header. · 0aee49bd
      Avuton Olrich authored
      This updates the copyright header to all be the same, which is
      pretty much an update of where to mail request for a copy of the GPL
      and the years of the MPD project. This also puts all committers under
      'The Music Player Project' umbrella. These entries should go
      individually in the AUTHORS file, for consistancy.
      0aee49bd
  24. 22 Feb, 2009 3 commits
  25. 07 Jan, 2009 1 commit
  26. 03 Jan, 2009 1 commit
  27. 30 Dec, 2008 2 commits
  28. 27 Dec, 2008 2 commits