aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/raop_output_plugin.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-09-17output: rename plugin variablesMax Kellermann1-1/+1
Consistent naming.
2011-09-17output: per-plugin headerMax Kellermann1-2/+4
Move the "extern" declarations from output_list.c, for more type safety.
2011-09-17output/raop: don't expose internal structs in public headerMax Kellermann1-96/+2
2011-08-29output/raop: move RTSP client code to rtsp_client.cMax Kellermann1-30/+1
Restore some of the original file structure from from raop_play.
2011-08-28output/raop: move NTP code to separate libraryMax Kellermann1-8/+3
2011-08-24output/raop: consistently use GErrorMax Kellermann1-1/+1
2011-08-24output/raop: use "char*" for string buffersMax Kellermann1-2/+2
Not unsigned char. Eliminate useless casts.
2011-08-24output/raop: make send_control_command() staticMax Kellermann1-3/+0
Only used internally.
2011-07-20output/raop: include winsock.h on WIN32Max Kellermann1-1/+8
2011-07-20output/raop: use GMutex instead of pthread_mutex_tMax Kellermann1-4/+4
Be portable on WIN32.
2011-01-29copyright year 2011Max Kellermann1-1/+1
2011-01-28output/raop: new output pluginDustin Puckett1-0/+159
Remote Audio Output Protocol (RAOP), for Apple devices.