aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/raop_output_plugin.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* output/raop: delete the RAOP pluginMax Kellermann2012-05-291-37/+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.
* output: rename plugin variablesMax Kellermann2011-09-171-1/+1
| | | | Consistent naming.
* output: per-plugin headerMax Kellermann2011-09-171-2/+4
| | | | | Move the "extern" declarations from output_list.c, for more type safety.
* output/raop: don't expose internal structs in public headerMax Kellermann2011-09-171-96/+2
|
* output/raop: move RTSP client code to rtsp_client.cMax Kellermann2011-08-291-30/+1
| | | | Restore some of the original file structure from from raop_play.
* output/raop: move NTP code to separate libraryMax Kellermann2011-08-281-8/+3
|
* output/raop: consistently use GErrorMax Kellermann2011-08-241-1/+1
|
* output/raop: use "char*" for string buffersMax Kellermann2011-08-241-2/+2
| | | | Not unsigned char. Eliminate useless casts.
* output/raop: make send_control_command() staticMax Kellermann2011-08-241-3/+0
| | | | Only used internally.
* output/raop: include winsock.h on WIN32Max Kellermann2011-07-201-1/+8
|
* output/raop: use GMutex instead of pthread_mutex_tMax Kellermann2011-07-201-4/+4
| | | | Be portable on WIN32.
* copyright year 2011Max Kellermann2011-01-291-1/+1
|
* output/raop: new output pluginDustin Puckett2011-01-281-0/+159
Remote Audio Output Protocol (RAOP), for Apple devices.