1. 31 May, 2010 1 commit
  2. 30 May, 2010 5 commits
  3. 17 Feb, 2010 1 commit
  4. 18 Jan, 2010 1 commit
  5. 04 Jan, 2010 2 commits
  6. 01 Jan, 2010 1 commit
  7. 29 Dec, 2009 1 commit
  8. 26 Dec, 2009 1 commit
  9. 15 Dec, 2009 1 commit
  10. 02 Dec, 2009 1 commit
  11. 13 Nov, 2009 1 commit
  12. 12 Nov, 2009 2 commits
  13. 11 Nov, 2009 6 commits
  14. 18 Oct, 2009 1 commit
  15. 13 Oct, 2009 1 commit
  16. 10 Sep, 2009 1 commit
  17. 24 Aug, 2009 2 commits
    • Gunnar Roth's avatar
      decoder/vorbis: open file in "binary" mode · 1e56c7b8
      Gunnar Roth authored
      fopen change for win32 in tag dup of vorbis
      win32 adaption for head changes
      1e56c7b8
    • Rasmus Steinke's avatar
      decoder/vorbis: faster tag scanning with ov_test_callback() · 408f7237
      Rasmus Steinke authored
      using ov_test_callback with function CALLBACKS_STREAMONLY will cause
      scanning to stop after the comment field.  ov_open (and ov_test)
      default to CALLBACKS_DEFAULT which scans the file structure causing a
      huge slowdown.  The speed improvement is huge: It scanned my files
      around 10x faster This procedure has been recommended by monthy (main
      vorbis developer) and was said to be safe for scanning files.
      408f7237
  18. 19 Jul, 2009 1 commit
    • David Woodhouse's avatar
      Add audio_format_init() function · 37754559
      David Woodhouse authored
      It makes no difference right now, but we're about to add an endianness
      flag and will want to make sure it's correctly initialised every time.
      37754559
  19. 02 Apr, 2009 1 commit
  20. 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
  21. 27 Feb, 2009 1 commit
  22. 25 Feb, 2009 1 commit
  23. 17 Feb, 2009 1 commit
  24. 16 Feb, 2009 1 commit
  25. 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
  26. 15 Jan, 2009 1 commit
  27. 14 Jan, 2009 2 commits