aboutsummaryrefslogtreecommitdiffstats
path: root/src/rtsp_client.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* output/raop: delete the RAOP pluginMax Kellermann2012-05-291-124/+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.
* don't define WINVER in *.c filesMax Kellermann2011-10-091-1/+0
| | | | | In a C file, that is too late, because _mingw.h defaults to 0x0502, and ours would be illegal redefintion.
* rtsp_client: use the I/O threadMax Kellermann2011-08-311-1/+7
| | | | Make the code portable.
* rtsp_client: allow parameter "kd" to be NULLMax Kellermann2011-08-311-1/+0
| | | | When the caller isn't interested in the values.
* output/raop: move RTSP client code to rtsp_client.cMax Kellermann2011-08-291-0/+120
Restore some of the original file structure from from raop_play.