1. 20 Jul, 2010 1 commit
    • 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
  2. 15 Jul, 2010 2 commits
  3. 30 Jun, 2010 26 commits
  4. 30 May, 2010 3 commits
  5. 18 May, 2010 2 commits
  6. 13 Apr, 2010 1 commit
  7. 22 Mar, 2010 2 commits
  8. 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
  9. 17 Mar, 2010 2 commits
    • Max Kellermann's avatar
      player_thread: postpone song tags during cross-fade · cbfaa4a2
      Max Kellermann authored
      Previously, tags of the new song being cross-faded in were sent
      immediately.  That can cause wrong information being displayed,
      because the "previous" song might send its tag at the end again,
      overriding the "next" song's tag.  This patch saves & merges the tag
      of the next song, and sends it when cross-fading is finished, and the
      next song really starts.
      cbfaa4a2
    • Max Kellermann's avatar
      tag: added function tag_merge_replace() · 2e72a9b2
      Max Kellermann authored
      Like tag_merge(), but can deal with NULL parameters, and frees both
      tag objects.
      2e72a9b2