1. 29 May, 2012 1 commit
    • Max Kellermann's avatar
      output/raop: delete the RAOP plugin · 457d98c8
      Max Kellermann authored
      This plugin is horrible code, I mean it.  Last year, I tried hard to
      fix it, but I figured would take less time to do a full rewrite.
      Given that I don't even have any device that supports RAOP, I can't do
      that properly.  After 16 months, nobody volunteered for fixing it.
      Hereby, I delete it, because having no RAOP plugin is better than
      having this mess.  Sorry.
      457d98c8
  2. 05 Jan, 2012 2 commits
  3. 04 Jan, 2012 1 commit
  4. 17 Sep, 2011 2 commits
  5. 31 Aug, 2011 1 commit
  6. 23 Aug, 2011 2 commits
  7. 23 Mar, 2011 1 commit
  8. 16 Mar, 2011 1 commit
  9. 09 Feb, 2011 1 commit
  10. 29 Jan, 2011 1 commit
  11. 28 Jan, 2011 1 commit
  12. 08 Oct, 2010 1 commit
  13. 01 Jan, 2010 1 commit
  14. 12 Nov, 2009 1 commit
    • Max Kellermann's avatar
      include config.h in all sources · 5b82ffc2
      Max Kellermann authored
      After we've been hit by Large File Support problems several times in
      the past week (which only occur on 32 bit platforms, which I don't
      have), this is yet another attempt to fix the issue.
      5b82ffc2
  15. 10 Nov, 2009 1 commit
  16. 07 Nov, 2009 1 commit
    • Max Kellermann's avatar
      set the close-on-exec flag on all file descriptors · e3af0032
      Max Kellermann authored
      Added the "fd_util" library, which attempts to use the new thread-safe
      Linux system calls pipe2(), accept4() and the options O_CLOEXEC,
      SOCK_CLOEXEC.  Without these, it falls back to FD_CLOEXEC, which is
      not thread safe.
      
      This is particularly important for the "pipe" output plugin (and
      others, such as JACK/PulseAudio), because we were heavily leaking file
      descriptors to child processes.
      e3af0032
  17. 23 Oct, 2009 2 commits
  18. 22 Oct, 2009 1 commit
  19. 21 Oct, 2009 2 commits
  20. 20 Oct, 2009 3 commits
  21. 06 Jul, 2009 1 commit
  22. 28 Apr, 2009 2 commits
  23. 25 Apr, 2009 1 commit
  24. 21 Apr, 2009 1 commit
    • Max Kellermann's avatar
      alsa_mixer: call snd_config_update_free_global() in finish() · eb059a78
      Max Kellermann authored
      snd_config_update_free_global() frees cached ALSA configuration.  This
      keeps valgrind a little bit more quiet.  This patch moves the call
      from the open() method into the finish() method, which seems more
      natural: it allows the use of the config cache, and improves the
      cleanup phase.
      eb059a78
  25. 27 Mar, 2009 6 commits
  26. 26 Mar, 2009 2 commits