summaryrefslogtreecommitdiffstats
path: root/src/modules/rtp/raop_client.c
Commit message (Expand)AuthorAgeFilesLines
* Add some new public API functions to connect and flush.Colin Guthrie2008-10-081-20/+53
* Add seq and rtptime params to record/flush with a view to using these for tim...Colin Guthrie2008-10-081-3/+4
* A few related changes:Colin Guthrie2008-10-081-15/+1
* Keep track of the memblock pointer internally and do not rely on subsequent c...Colin Guthrie2008-10-081-6/+6
* Set the send buffer size to prevent rendering silence in amongst our good dat...Colin Guthrie2008-10-081-0/+1
* Do tidy up on disconnection.Colin Guthrie2008-10-081-1/+3
* Don't try to free stack variables.Colin Guthrie2008-10-081-6/+0
* Some misc fixes. consts, base64 optimisation (not that it will be with us lon...Colin Guthrie2008-10-081-7/+7
* Change suggested by Lennart. Do not return a memchunk, instead pass in the po...Colin Guthrie2008-10-081-16/+14
* Various changes suggested by Lennart.Colin Guthrie2008-10-081-12/+12
* Add a new callback structure to propigate when the RTSP connection diesColin Guthrie2008-10-081-1/+24
* Move the ownership of the encoded data memchunk into the raop_client.Colin Guthrie2008-10-081-14/+31
* Properly duplicate the hostname passed in on connect.Colin Guthrie2008-10-081-1/+2
* Combine pa_raop_client_new and pa_raop_client_connect (no point in having the...Colin Guthrie2008-10-081-83/+97
* Rename rtsp.{c,h} to rtsp_client.{c,h}.Colin Guthrie2008-10-081-4/+4
* Wrap the io_callback to ensure that all data is written before asking for more.Colin Guthrie2008-10-081-21/+61
* Add a pa_iochannel callback for when the RAOP connection connects.Colin Guthrie2008-10-081-7/+76
* Add a function for packing bits into a byte buffer. This will be needed when ...Colin Guthrie2008-10-081-0/+52
* Add a skeleton raop client which builds on the rtsp client.Colin Guthrie2008-10-081-0/+308