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