summaryrefslogtreecommitdiffstats
path: root/src/modules/rtp/rtsp.c
Commit message (Expand)AuthorAgeFilesLines
* Add a pa_iochannel callback for when the RAOP connection connects.Colin Guthrie2008-10-081-4/+18
* Move closer to an asynchronous structure (still some parsing code to be conve...Colin Guthrie2008-10-081-143/+202
* Fix svn properties and some minor indentationColin Guthrie2008-10-081-1/+1
* Convert the return values to fit with the rest of pulse 0 == success, < 0 == ...Colin Guthrie2008-10-081-17/+17
* Convert to using pa_socket_client rather than using blocking IO.Colin Guthrie2008-10-081-60/+65
* Use _free rather than _destroy so as not to mix naming conventions.Colin Guthrie2008-10-081-27/+28
* Add a RTSP client impelmentation.Colin Guthrie2008-10-081-0/+472