1. 24 Jan, 2009 12 commits
  2. 19 Jan, 2009 1 commit
  3. 17 Jan, 2009 3 commits
    • Max Kellermann's avatar
    • Max Kellermann's avatar
      moved fallback APE/ID3 tag loader to song.c · 5395f5f6
      Max Kellermann authored
      Some plugins used the APE or ID3 tag loader as a fallback when their
      own methods of loading tags did not work.  Move this code out of all
      decoder plugins, into song_file_update().
      5395f5f6
    • 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. 16 Jan, 2009 1 commit
  5. 15 Jan, 2009 8 commits
  6. 14 Jan, 2009 7 commits
  7. 08 Jan, 2009 1 commit
  8. 05 Jan, 2009 2 commits
  9. 04 Jan, 2009 1 commit
  10. 03 Jan, 2009 1 commit
  11. 02 Jan, 2009 1 commit
  12. 01 Jan, 2009 1 commit
  13. 29 Dec, 2008 1 commit
    • Max Kellermann's avatar
      removed os_compat.h · 95b3430f
      Max Kellermann authored
      Only include headers which are really needed.  os_compat.h aimed to
      make MPD easily portable, but was never actually made portable.
      95b3430f