aboutsummaryrefslogtreecommitdiffstats
path: root/src/rtsp_client.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* don't define WINVER in *.c filesMax Kellermann2011-10-091-1/+0
* rtsp_client, output/raop: use close_socket() instead of close()Max Kellermann2011-09-201-1/+3
* output/raop: remove Audio-Jack-Status checkMax Kellermann2011-08-311-2/+6
* rtsp_client: use the I/O threadMax Kellermann2011-08-311-55/+166
* rtsp_client: use g_usleep()Max Kellermann2011-08-311-3/+1
* rtsp_client: allow parameter "kd" to be NULLMax Kellermann2011-08-311-5/+15
* rtsp_client: free attribute "kd" in _close()Max Kellermann2011-08-311-0/+1
* rtsp_client: increment "dp" after terminating the stringMax Kellermann2011-08-301-2/+3
* rtsp_client: simplify whitespace eliminationMax Kellermann2011-08-301-4/+6
* rtsp_client: check "new_kd" instead of "i"Max Kellermann2011-08-301-4/+2
* rtsp_client: move "new_kd" out of the loopMax Kellermann2011-08-301-1/+1
* output/raop: move RTSP client code to rtsp_client.cMax Kellermann2011-08-291-0/+606