summaryrefslogtreecommitdiff
path: root/rtp.c
Commit message (Expand)AuthorAge
* Add scope_id to information used to bind an outgoing IPv6 port. Makes it work...Mike Brady2016-05-13
* Fix omitted line.Mike Brady2016-05-02
* Get IPv6 working properlyMike Brady2016-05-02
* tidy up diagnostic messagesMike Brady2016-05-02
* Add information about local ip address so we can send back connections to the...Mike Brady2016-05-01
* Comment out the use of the delay() function, and update is to the new signatu...Mike Brady2016-03-29
* demote debug info about networkMike Brady2016-03-27
* Get packet stats at debug level 1Mike Brady2016-03-26
* Add comment that get_reference_timestamp_stuff is okay type-wiseMike Brady2016-03-26
* Quieten an out-of-sequence messageMike Brady2016-02-29
* Add debug message calculating packet arrival and disperal timesMike Brady2016-02-29
* Add proper data structure for passing parameters between threads. Add some de...Mike Brady2016-02-02
* Turn on extra debuggingMike Brady2016-01-24
* Quieten some debug messages.Mke Brady2016-01-23
* Begin to clean up the 'stop' signalling among the threads -- try to remove as...Mike Brady2016-01-22
* Comment out the IPv6 public stuff -- OpenWrt doesnt like itMike Brady2015-12-30
* Restore ability to compile in FreeBSDMike Brady2015-12-28
* Prefer to use a public ipv6 number where privacy extensions are enabledMike Brady2015-12-28
* Fix typo which could have become a bugMke Brady2015-11-29
* Fix a misspelling and quieten a debug message.Mike Brady2015-10-17
* Add experimental negotiated latencies setting and associated logic.Mke Brady2015-09-25
* Initial debug and exploratory codeMike Brady2015-09-25
* Quieten some diagnostics and add a brief comment about the diagrnosticsi nthe...Mike Brady2015-07-10
* Add timing request turnaround time to diagnosticsMike Brady2015-07-02
* Correct the calculation of source DAV driftMike Brady2015-07-01
* Add buffer size to diagnosticsMike Brady2015-06-29
* Invert sense of clock drift figure. A positive number now means the source cl...Mike Brady2015-06-29
* Use smoothed time differencesMike Brady2015-06-28
* Better calculation of f drift between the two clocksMike Brady2015-06-28
* Add check of drift in the source material -- i,e, divergence between calculat...Mike Brady2015-06-26
* Add ability to output clock drift and corrections applied, both in microseconds.Mike Brady2015-06-25
* Modify the output of drift to parts per million, thanks to joerg-krause.Mike Brady2015-06-25
* Add a parts-per-billion drift output. Not really verified, but interesting al...Mike Brady2015-06-24
* Quieten a debug messageMike Brady2015-06-17
* Enable control thread to handle retransmitted audio packets. Seems like a bug...Mike Brady2015-06-17
* UDP port numbers are now chosen from port 7000 up. Two options are introduced...Mke Brady2015-06-10
* Reformat using clang-format.Mke Brady2015-06-01
* Clean up debug message if pause request fails.Mike Brady2014-09-27
* Check pause request return for a 204 code, quiten some debug messages.Mike Brady2014-09-23
* Send SIGUSR2 to shairport sync and it will send a pause request to the source...Mike Brady2014-09-22
* Fix a probably-silent bug in makeing resend requests.Mike Brady2014-09-10
* Turn off debug message about jitter.Mike Brady2014-09-07
* 1. Fix sendto calls to use the exactly correct length for message destination...Mike Brady2014-09-07
* Add support for centralised timing, jitter calculation, probably not working,...Mike Brady2014-08-24
* Bind audio stream, timing and control sockets to available port instead of ha...Pieter Pottie2014-08-17
* Add extra diagostic messages for bad/odd packets.Mike Brady2014-05-20
* Remove extra returns and generally clean up some debug messages.Mike Brady2014-05-19
* Add ability to ask for extra timing packets at the start.Mike Brady2014-05-07
* Remove chatty debug messages.Mike Brady2014-05-05
* Improve error detection.Mike Brady2014-05-05