1. 01 Jan, 2015 1 commit
  2. 27 Aug, 2014 1 commit
  3. 12 Aug, 2014 1 commit
  4. 23 Jan, 2014 1 commit
  5. 13 Jan, 2014 1 commit
  6. 28 Nov, 2013 1 commit
  7. 13 Nov, 2013 3 commits
  8. 06 Nov, 2013 1 commit
  9. 28 Oct, 2013 1 commit
  10. 25 Oct, 2013 1 commit
  11. 23 Oct, 2013 1 commit
  12. 21 Oct, 2013 1 commit
  13. 19 Oct, 2013 1 commit
  14. 02 Oct, 2013 1 commit
  15. 30 Jul, 2013 1 commit
  16. 28 Jul, 2013 1 commit
  17. 08 Apr, 2013 1 commit
  18. 30 Jan, 2013 1 commit
  19. 04 Jan, 2013 4 commits
  20. 02 Jan, 2013 1 commit
  21. 21 Sep, 2011 2 commits
    • Max Kellermann's avatar
      decoder_api: emulate SEEK command for initial seek to CUE track · 525a7919
      Max Kellermann authored
      When playing a CUE track, the player thread waited for the decoder to
      become ready, and then sent a SEEK command to the beginning of the CUE
      track.  If that is near the start of the song file, and the track is
      short enough, the decoder could have finished decoding already at that
      point, and seeking fails.
      
      This commit makes this initial seek more robust: instead of letting
      the player thread deal with the difficult timings, let the decoder API
      emulate a SEEK command, and return it to the decoder plugin, as soon
      as the plugin finishes its initialization.
      525a7919
    • Max Kellermann's avatar
      fb19210c
  22. 14 Sep, 2011 1 commit
  23. 29 Jan, 2011 1 commit
  24. 17 Feb, 2010 1 commit
    • Max Kellermann's avatar
      replay_gain: reimplement as a filter plugin · 752dfb3d
      Max Kellermann authored
      Apply the replay gain in the output thread.  This means a new setting
      will be active instantly, without going through the whole music pipe.
      And we might have different replay gain settings for each audio output
      device.
      752dfb3d
  25. 04 Jan, 2010 2 commits
  26. 01 Jan, 2010 1 commit
  27. 26 Dec, 2009 1 commit
  28. 31 Oct, 2009 1 commit
  29. 13 Apr, 2009 1 commit
  30. 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
  31. 05 Mar, 2009 2 commits
    • Max Kellermann's avatar
      pipe: added music_buffer, rewrite music_pipe · 01cf7fea
      Max Kellermann authored
      Turn the music_pipe into a simple music_chunk queue.  The music_chunk
      allocation code is moved to music_buffer, and is now managed with a
      linked list instead of a ring buffer.  Two separate music_pipe objects
      are used by the decoder for the "current" and the "next" song, which
      greatly simplifies the cross-fading code.
      01cf7fea
    • Max Kellermann's avatar
      music_pipe: added music_pipe_push() · 000b2d4f
      Max Kellermann authored
      Added music_pipe_allocate(), music_pipe_push() and
      music_pipe_cancel().  Those functions allow the caller (decoder thread
      in this case) to do its own chunk management.  The functions
      music_pipe_flush() and music_pipe_tag() can now be removed.
      000b2d4f
  32. 15 Feb, 2009 1 commit