1. 13 Aug, 2009 1 commit
  2. 23 Jul, 2009 1 commit
  3. 25 Jun, 2009 1 commit
  4. 26 Apr, 2009 1 commit
  5. 25 Apr, 2009 1 commit
  6. 13 Apr, 2009 1 commit
  7. 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
  8. 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
  9. 01 Mar, 2009 1 commit
  10. 19 Feb, 2009 2 commits
  11. 15 Feb, 2009 1 commit
  12. 17 Jan, 2009 4 commits
  13. 16 Jan, 2009 1 commit
  14. 15 Jan, 2009 1 commit
  15. 13 Jan, 2009 1 commit
  16. 07 Jan, 2009 1 commit
  17. 04 Jan, 2009 1 commit
  18. 03 Jan, 2009 3 commits
  19. 24 Dec, 2008 1 commit
    • Max Kellermann's avatar
      pcm_utils: check pcm_convert()==0 · 0d9d82a9
      Max Kellermann authored
      It is illegal to pass an empty audio buffer around.  pcm_resample()
      sometimes seems to result in 0 samples, maybe related to
      libsamplerate.  To work around that problem, add special checks after
      both pcm_convert() invocations.  Removed the pcm_resample()==0 checks
      from pcm_convert().
      0d9d82a9
  20. 24 Nov, 2008 1 commit
  21. 21 Nov, 2008 2 commits
  22. 18 Nov, 2008 1 commit
    • Max Kellermann's avatar
      decoder: pass the correct buffer length to pcm_convert() · 362ca300
      Max Kellermann authored
      When a global audio format is configured (setting
      "audio_output_format"), decoder_data() overwrote the "length"
      parameter with the size of the output buffer (result of
      pcm_convert_size()).  Declare a separate variable for the output
      buffer length.
      362ca300
  23. 15 Nov, 2008 1 commit
  24. 13 Nov, 2008 4 commits
  25. 11 Nov, 2008 2 commits
  26. 10 Nov, 2008 1 commit
  27. 03 Nov, 2008 2 commits