1. 24 Sep, 2014 2 commits
  2. 18 Sep, 2014 2 commits
  3. 13 Sep, 2014 2 commits
  4. 11 Sep, 2014 1 commit
  5. 09 Sep, 2014 2 commits
  6. 07 Sep, 2014 3 commits
  7. 06 Sep, 2014 1 commit
  8. 04 Sep, 2014 2 commits
  9. 03 Sep, 2014 1 commit
  10. 31 Aug, 2014 6 commits
  11. 29 Aug, 2014 1 commit
  12. 24 Aug, 2014 2 commits
  13. 23 Aug, 2014 1 commit
  14. 21 Aug, 2014 2 commits
  15. 16 Aug, 2014 1 commit
  16. 13 Aug, 2014 1 commit
  17. 07 Aug, 2014 1 commit
  18. 02 Aug, 2014 3 commits
    • François Revol's avatar
      Makefile.am: fix dependencies for win32 · 25031832
      François Revol authored
      It happened to me when doing the Haiku port, src/mpd failed to
      be relinked properly when editing source files, and likely also
      happens on win32, although I didn't try this change.
      
      When building for windows, src_mpd_DEPENDENCIES is overriden.
      
      Automake then disables the default version which contains all
      the static libraries. In Makefile.in:
      @HAVE_WINDOWS_FALSE@src_mpd_DEPENDENCIES = libmpd.a \
      
      Instead we use EXTRA_src_mpd_DEPENDENCIES which is meant for this.
      25031832
    • Max Kellermann's avatar
      Win32Main: move to win32/ · 14c538c9
      Max Kellermann authored
      14c538c9
    • Max Kellermann's avatar
      configure.ac: prepare for 0.18.13 · abe4c576
      Max Kellermann authored
      abe4c576
  19. 30 Jul, 2014 1 commit
  20. 12 Jul, 2014 4 commits
  21. 11 Jul, 2014 1 commit
    • Max Kellermann's avatar
      decoder/faad: estimate song duration for remote files · a960e2ef
      Max Kellermann authored
      Previously, MPD tried to slurp the whole song file, count the number
      of frames and calculate the song duration from that.  That however is
      extremely expensive for remote files, and will delay playback for a
      long time.  Workaround: check only the first 128 frames and try to
      extrapolate from here.  Fixes Mantis ticket 0004035.
      a960e2ef