summaryrefslogtreecommitdiff
path: root/src/modules/rtp/rtsp_client.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-20mergedrtpollLennart Poettering1-3/+4
2009-03-03revive solaris moduleFinn Thain1-1/+6
2009-03-03Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie1-1/+1
2009-03-01raop: Handle the reponse header memory allocation more sensibly.Colin Guthrie1-29/+27
2008-10-08Remove $Id$ lines left over from SVNColin Guthrie1-2/+0
2008-10-08Change the API of the RTSP client a bit.Colin Guthrie1-71/+84
2008-10-08Remove unneeded headers accidentially added in r2500.Colin Guthrie1-2/+0
2008-10-08Add seq and rtptime params to record/flush with a view to using these for tim...Colin Guthrie1-4/+15
2008-10-08Do tidy up on disconnection.Colin Guthrie1-0/+8
2008-10-08Do not prefix internal function rtsp_exec.Colin Guthrie1-12/+9
2008-10-08Fix up IPv6 address format to enclose it in []Colin Guthrie1-4/+6
2008-10-08Add a new callback structure to propigate when the RTSP connection diesColin Guthrie1-3/+4
2008-10-08Do not assert on NULL values of s. This means the connection was closed. This...Colin Guthrie1-1/+8
2008-10-08Rename rtsp.{c,h} to rtsp_client.{c,h}.Colin Guthrie1-0/+507