1. 01 Mar, 2016 1 commit
  2. 26 Feb, 2016 1 commit
  3. 21 Jan, 2015 1 commit
  4. 01 Jan, 2015 1 commit
  5. 26 Dec, 2014 1 commit
  6. 04 Dec, 2014 1 commit
  7. 02 Dec, 2014 1 commit
  8. 12 Jul, 2014 1 commit
  9. 23 Jan, 2014 2 commits
  10. 13 Jan, 2014 1 commit
  11. 28 Nov, 2013 1 commit
  12. 30 Oct, 2013 1 commit
  13. 21 Oct, 2013 1 commit
  14. 19 Oct, 2013 1 commit
  15. 02 Oct, 2013 1 commit
  16. 26 Sep, 2013 1 commit
  17. 05 Sep, 2013 1 commit
  18. 04 Sep, 2013 1 commit
  19. 04 Aug, 2013 2 commits
  20. 03 Aug, 2013 1 commit
  21. 30 Jul, 2013 2 commits
  22. 30 Jan, 2013 1 commit
  23. 15 Jan, 2013 1 commit
  24. 02 Oct, 2012 2 commits
  25. 01 Oct, 2012 2 commits
  26. 04 Apr, 2012 2 commits
  27. 20 Jul, 2011 1 commit
    • Max Kellermann's avatar
      encoder_plugin: add method pre_tag() · 838f7cd2
      Max Kellermann authored
      In the "vorbis" plugin, this is a copy of the old flush() method,
      while flush() gets a lot of code remove, it just sets the "flush" flag
      and nothing else.  It doesn't start a new stream now, which should fix
      a few problems in some players.
      838f7cd2
  28. 16 Mar, 2011 2 commits
  29. 29 Jan, 2011 1 commit
  30. 25 Sep, 2010 1 commit
    • Thomas Jansen's avatar
      eliminate g_error() usage · 28bcb8bd
      Thomas Jansen authored
      Replaced all occurrences of g_error() with MPD_ERROR() located in a new header
      file 'mpd_error.h'. This macro uses g_critical() to print the error message
      and then exits gracefully in contrast to g_error() which would internally call
      abort() to produce a core dump.
      
      The macro name is distinctive and allows to find all places with dubious error
      handling. The long-term goal is to get rid of MPD_ERROR() altogether. To
      facilitate the eventual removal of this macro it was added in a new header
      file rather than to an existing header file.
      
      This fixes #2995 and #3007.
      28bcb8bd
  31. 01 Jan, 2010 1 commit
  32. 03 Dec, 2009 2 commits