1. 18 May, 2010 1 commit
  2. 08 May, 2010 1 commit
  3. 11 Apr, 2010 1 commit
    • Charles Kerr's avatar
      decoder/ffmpeg: fix crash on startup in mpd_ffmpeg_log_callback() · 6a958980
      Charles Kerr authored
      What's happening is the `ptr' argument to that function is NULL for me
      every time. `ptr' is unconditionally dereferenced to generate a log
      message, and this is where mpd crashes.
      
      Attached is a simple patch that tests for NULL and omits the log. With
      this patch the crash disappeared and mpd went back to working well.
      6a958980
  4. 10 Apr, 2010 1 commit
  5. 28 Mar, 2010 1 commit
  6. 21 Mar, 2010 1 commit
    • Tim Phipps's avatar
      Add support for MixRamp tags · e7a515c8
      Tim Phipps authored
      Adds mixrampdb and mixrampdelay commands.  Reads MIXRAP_START and
      MIXRAMP_END tags from FLAC files and overlaps instead of crossfading.
      e7a515c8
  7. 19 Mar, 2010 1 commit
    • Aleksei Kaveshnikov's avatar
      decoder/mpcdec: fix replay gain formula with v8 · 73ba4ea3
      Aleksei Kaveshnikov authored
      "When playing musepack files with mpd v0.15.8, rg seems to have no effect.
      
      Using sample file below, mpd says 'computing ReplayGain album scale with gain 122.879997, peak 0.549150'.
      
      One thing though, if I build mpd against old libmpcdec-1.2.6, rg works
      as expected: 'computing ReplayGain album scale with gain 16.820000,
      peak 0.099765'"
      73ba4ea3
  8. 17 Mar, 2010 1 commit
  9. 07 Mar, 2010 1 commit
  10. 27 Feb, 2010 3 commits
  11. 17 Feb, 2010 1 commit
  12. 02 Feb, 2010 1 commit
  13. 28 Jan, 2010 1 commit
  14. 20 Jan, 2010 1 commit
  15. 18 Jan, 2010 5 commits
  16. 17 Jan, 2010 2 commits
  17. 16 Jan, 2010 1 commit
  18. 06 Jan, 2010 6 commits
  19. 04 Jan, 2010 4 commits
  20. 01 Jan, 2010 2 commits
    • Max Kellermann's avatar
      input_stream: return allocated input_stream objects · d3b763a4
      Max Kellermann authored
      Major API redesign: don't let the caller allocate the input_stream
      object.  Let each input plugin allocate its own (derived/extended)
      input_stream pointer.  The "data" attribute can now be removed, and
      all input plugins simply cast the input_stream pointer to their own
      structure (with an "struct input_stream base" as the first attribute).
      d3b763a4
    • Avuton Olrich's avatar
      Update copyright notices. · 9d3865cb
      Avuton Olrich authored
      9d3865cb
  21. 31 Dec, 2009 2 commits
  22. 29 Dec, 2009 1 commit
  23. 26 Dec, 2009 1 commit