1. 17 Jun, 2019 1 commit
  2. 31 Oct, 2018 1 commit
  3. 03 Jan, 2017 1 commit
  4. 26 Feb, 2016 1 commit
  5. 01 Jan, 2015 1 commit
  6. 09 Dec, 2014 1 commit
  7. 21 Nov, 2014 1 commit
  8. 23 Jan, 2014 1 commit
  9. 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
  10. 19 Oct, 2013 1 commit
  11. 30 Jul, 2013 4 commits
  12. 29 Jul, 2013 1 commit
  13. 17 Apr, 2013 1 commit
  14. 01 Oct, 2012 2 commits
  15. 12 Jun, 2012 3 commits
  16. 29 Jan, 2011 1 commit
  17. 01 Jan, 2010 1 commit
  18. 17 Nov, 2009 2 commits
  19. 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
  20. 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
  21. 26 Oct, 2009 1 commit
  22. 24 Oct, 2009 1 commit
  23. 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
  24. 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
  25. 22 Feb, 2009 3 commits
  26. 07 Jan, 2009 1 commit
  27. 03 Jan, 2009 1 commit
  28. 30 Dec, 2008 2 commits
  29. 27 Dec, 2008 1 commit