aboutsummaryrefslogtreecommitdiffstats
path: root/src/mixer/raop_mixer_plugin.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-05-29output/raop: delete the RAOP pluginMax Kellermann1-67/+0
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.
2011-08-31mixer/raop: include cleanupMax Kellermann1-12/+2
2011-08-24output/raop: remove excessive debug messagesMax Kellermann1-1/+0
2011-08-24output/raop: consistently use GErrorMax Kellermann1-2/+2
2011-01-28output/raop: new output pluginDustin Puckett1-0/+78
Remote Audio Output Protocol (RAOP), for Apple devices.