1. 17 Feb, 2009 1 commit
  2. 16 Feb, 2009 1 commit
  3. 17 Jan, 2009 1 commit
    • Max Kellermann's avatar
      oggvorbis: disable seeking on remote songs · d83eff80
      Max Kellermann authored
      When libvorbis knows that a song is seekable, it seeks around like
      crazy in the file before starting to decode it.  This is very
      expensive on remote HTTP resources, and delays MPD for 10 or 20
      seconds.
      
      This patch disables seeking on remote songs, because the advantages of
      quickly playing a song seem to weigh more than the theoretical ability
      of seeking for most MPD users.  If users feel this feature is needed,
      we will make a configuration option for that.
      d83eff80
  4. 15 Jan, 2009 1 commit
  5. 14 Jan, 2009 7 commits
  6. 08 Jan, 2009 1 commit
  7. 05 Jan, 2009 2 commits
  8. 01 Jan, 2009 1 commit
  9. 24 Nov, 2008 1 commit
  10. 21 Nov, 2008 1 commit
  11. 20 Nov, 2008 2 commits
  12. 12 Nov, 2008 1 commit
  13. 11 Nov, 2008 9 commits
  14. 10 Nov, 2008 1 commit
  15. 04 Nov, 2008 1 commit
    • Max Kellermann's avatar
      decoder: removed stream_types · 85a7d1a1
      Max Kellermann authored
      Instead of checking the stream_types bit set, we can simply check
      whether the methods stream_decode() and file_decode() are implemented.
      85a7d1a1
  16. 03 Nov, 2008 1 commit
    • Max Kellermann's avatar
      decoder_api: automatically send stream tag · ac96022c
      Max Kellermann authored
      If an input stream provides tags (e.g. from an icecast server), send
      them in the decoder_data() and decoder_tag() methods.  Removed the
      according code from the mp3 and oggvorbis plugins - decoders shouldn't
      have to care about stream tags.
      
      This patch also adds the missing decoder_tag() invocation to the mp3
      plugin.
      ac96022c
  17. 02 Nov, 2008 3 commits
  18. 01 Nov, 2008 2 commits
  19. 31 Oct, 2008 1 commit
  20. 30 Oct, 2008 1 commit
  21. 29 Oct, 2008 1 commit