summaryrefslogtreecommitdiffstats
path: root/src/modules/rtp/rtsp_client.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'mkbosmans/mingw32-build'Colin Guthrie2011-03-201-1/+1
|\
| * Use pulsecore/arpa-inet.h to make arpa/inet.h functionality availableMaarten Bosmans2011-03-191-1/+1
* | Fix up according to Coding StyleMaarten Bosmans2011-03-111-4/+2
|/
* poll() is totally broken on Mac OS XDaniel Mack2009-12-161-5/+0
* rtp: Remove 'fix me' comment after it was actually fixed in [56b6e1]Colin Guthrie2009-09-181-2/+0
* rtp: Factor out direct io writing and use ioline instead.Colin Guthrie2009-09-181-16/+6
* rtsp: document that rtsp_exec() needs fixing (llvm-clang-analyzer)Lennart Poettering2009-09-081-0/+2
* raop: Fix memory leakAndy Shevchenko2009-08-281-3/+7
* Base mainloop on pa_rtclock_now()Marc-André Lureau2009-06-201-1/+1
* Add missing headers' include to build on FreeBSD 7.1.Diego Elio 'Flameeyes' Pettenò2009-05-151-0/+1
* various spelling fixesMaarten Bosmans2009-04-041-2/+2
* revive solaris moduleFinn Thain2009-03-031-1/+6
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-031-1/+1
* raop: Handle the reponse header memory allocation more sensibly.Colin Guthrie2009-03-011-29/+27
* Remove $Id$ lines left over from SVNColin Guthrie2008-10-081-2/+0
* Change the API of the RTSP client a bit.Colin Guthrie2008-10-081-71/+84
* Remove unneeded headers accidentially added in r2500.Colin Guthrie2008-10-081-2/+0
* Add seq and rtptime params to record/flush with a view to using these for tim...Colin Guthrie2008-10-081-4/+15
* Do tidy up on disconnection.Colin Guthrie2008-10-081-0/+8
* Do not prefix internal function rtsp_exec.Colin Guthrie2008-10-081-12/+9
* Fix up IPv6 address format to enclose it in []Colin Guthrie2008-10-081-4/+6
* Add a new callback structure to propigate when the RTSP connection diesColin Guthrie2008-10-081-3/+4
* Do not assert on NULL values of s. This means the connection was closed. This...Colin Guthrie2008-10-081-1/+8
* Rename rtsp.{c,h} to rtsp_client.{c,h}.Colin Guthrie2008-10-081-0/+507