1. 24 Oct, 2010 1 commit
  2. 10 Oct, 2010 1 commit
  3. 03 Oct, 2010 1 commit
  4. 28 Sep, 2010 1 commit
  5. 23 Sep, 2010 1 commit
  6. 08 Sep, 2010 1 commit
  7. 07 Sep, 2010 1 commit
  8. 19 Aug, 2010 2 commits
  9. 21 Jul, 2010 1 commit
  10. 20 Jul, 2010 6 commits
    • Max Kellermann's avatar
      mpd version 0.15.12 · 0fec8e08
      Max Kellermann authored
      0fec8e08
    • Max Kellermann's avatar
      input/curl: remove assertion after curl_multi_fdset() · 1f976d6e
      Max Kellermann authored
      Some users reported that MPD crashes when using a new CURL version
      with the threaded DNS resolver enabled.  It seems that
      curl_multi_fdset() returns no file descriptor when the DNS resolver
      runs in another thread, so MPD does not have any event to wait for.
      
      On the CURL mailing list, somebody suggested to sleep for a fixed
      amount of time.  This is not an elegant solution, because daemons
      should never have to sleep without waiting for an event.  I hope the
      CURL developers will review the API and remove the threaded DNS
      resolver.
      
      Meanwhile, I'm removing the assertion in question, to allow those
      unfortunate users running the latest CURL version to continue using
      MPD.
      1f976d6e
    • Max Kellermann's avatar
      input/curl: query timeout from CURL · a4908dca
      Max Kellermann authored
      Use curl_multi_timeout() to determine the select() timeout, instead of
      hard-coding one second.
      a4908dca
    • Max Kellermann's avatar
      tag_rva2: set "gain", not "peak" · 8b055c31
      Max Kellermann authored
      RVA2 tags only store the "gain" value, there is no "peak" attribute.
      8b055c31
    • Max Kellermann's avatar
      decoder/mad: parse_rva2() returns bool · 172182b1
      Max Kellermann authored
      172182b1
    • Max Kellermann's avatar
      decoder/wildmidi: support version 0.2.3 · 898a13f1
      Max Kellermann authored
      In libwildmidi 0.2.3, the function WildMidi_SampledSeek() was removed,
      without changing the SO name.  This patch adds an autoconf check for
      that function.  Fall back to WildMidi_FastSeek() if
      WildMidi_SampledSeek() is not available anymore.
      898a13f1
  11. 15 Jul, 2010 2 commits
  12. 30 Jun, 2010 22 commits