summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAge
* Update configure.acMike Brady2018-07-11
|
* 3.2d66 corresponds to 3.2, with some extra features, e.g. mqttMike Brady2018-07-10
|
* Reduce the rate at which resends are requests to make them less, uh, insistentMike Brady2018-06-29
|
* Add a hint for the mosquitto library.Mike Brady2018-06-26
|
* Update configure.acMike Brady2018-06-21
|
* minor improvements on the mqtt featureTill Zimmermann2018-06-19
|
* Initial MQTT VersionTill Zimmermann2018-06-19
|
* Modify the RTSP write response code to output the entire response in one go.Mike Brady2018-06-11
|
* Add a pthread_cancel cleanup routine to put_packet to unlock that rw thread ↵Mike Brady2018-06-05
| | | | when cancelled.
* Use shutdown() before close() and separate out the cancel requests for the ↵Mike Brady2018-06-03
| | | | timing, control and audio threads, see if we can see anything.
* Monitor and time mutex locks and unlocks, add a diagnostic into the ↵Mike Brady2018-06-01
| | | | get_buffer loop.
* Add yet more debugging to the TEARDOWN sequence.Mike Brady2018-05-30
|
* Increase debugging temporarily for a TEARDOWN.Mike Brady2018-05-29
|
* Treat volume-based muting the same as playback-switch-based muting and ↵Mike Brady2018-05-25
| | | | disable both by default. Rename the setting to "use_hardware_mute_if_available". Add a debug message for TEARDOWN
* Fix minor warnings from some of the backend modules and make the configure ↵Mike Brady2018-05-18
| | | | messages a little more helpful.
* Drop a player_flush request if a read lock can't be acquired on the player ↵Mike Brady2018-05-18
| | | | thread.
* If the player thread is locked, don't block player_put_packet. Instead, ↵Mike Brady2018-05-17
| | | | discard the packet.
* Move to using pthread_cancel in place of pthread_kill -- due to a problem in ↵Mike Brady2018-05-17
| | | | CYGWIN, but the move makes the code simpler and more rugged. Tidy up the code a bit and remove a clobbering warning. Fix a bug casung excessive resend requests.
* Allow a great number of buffers and parameterise the fixed latency limits.Mike Brady2018-05-15
|
* Fix a misue of rwlock and unlock -- they must be made on the same thread.Mike Brady2018-05-13
|
* Add a read-write mutex to protect a player thread when it's being created or ↵Mike Brady2018-05-12
| | | | deleted; make external accessors get a read lock.
* Update configure.acMike Brady2018-05-10
|
* Make the UDP sockets blocking rather than non-blocking, but set a two ↵Mike Brady2018-05-09
| | | | millisecond limit on the sendto calls.
* Merge resolution to issue 694 (buzz during track change) into development branchMike Brady2018-05-08
|
* Update development version of TROUBLESHOOTING to match that of 3.2RC6.Mike Brady2018-05-05
|
* If it's an AirPlay user agent up to and including version 363 (iOS 11.1.2) ↵Mike Brady2018-05-04
| | | | use the old offset calculation by adding 11,205 frames to the offset.
* Make the options for the dbus and mpris interfaces --with-dbus-interface and ↵Mike Brady2018-04-25
| | | | --with-mpris-interface rather than --with-dbus and --with-mpris.
* Make the options for the dbus and mpris interfaces --with-dbus-interface and ↵Mike Brady2018-04-25
| | | | --with-mpris-interface rather than --with-dbus and --with-mpris.
* Make resend error backoff work better and set it to 0.5 seconds. Quieten ↵Mike Brady2018-04-23
| | | | some routine debug messages.
* Merge back some of the changes made to the master release candidates. ↵Mike Brady2018-04-19
| | | | Matches 3.2RC4.
* Make resend requests come from tyhe control socket rather than the audio ↵Mike Brady2018-04-18
| | | | socket. This makes it work with AirAudio and according to the unofficial standard.
* Fix serious and long-standing bugs in the control, audio and timing threads ↵Mike Brady2018-04-14
| | | | that could be responsible for low resilience on noisy and unrealiable networks. Add ability to simiulate UDP receive and send failures on timing, control and audio ports. Significantly improve resend requesting and handling.
* Add the ability to pseudo-randomly drop audio packets to simiulate a noisy ↵Mike Brady2018-04-13
| | | | network.
* Allow sps to deal with duplicate RTSP messages like RECORD and SETUP. Add ↵Mike Brady2018-04-10
| | | | some diagnostics to the player.
* Tidying up development branch by quieting a few debug messagesMike Brady2018-04-08
|
* Match it up with 3.2RC1Mike Brady2018-04-07
|
* Merge branch 'development'Mike Brady2018-04-07
|\ | | | | | | Add in fixes for mbed tls autotools error
| * Clean up mbed tls error message.Mike Brady2018-04-07
| |
* | Quiten some debug messages and some compiler warningsMike Brady2018-04-07
| |
* | Release candidate 1 for 3.2Mike Brady2018-04-07
|\|
| * Various updates to the DACP scanner.Mike Brady2018-04-07
| |
| * Fix problem when reconnecting to an itunes play session.Mike Brady2018-04-03
| |
| * Modify latency detection to use the second word of a sync packet to decide ↵Mike Brady2018-04-02
| | | | | | | | whether to add an extra delay or not. Use all sync packets, not just one with the exception flag. Use 1024 buffers -- a bit profligate, but hey.
| * Make scanning for DACP port part of the dacp handler. Only emit 'clip' and ↵Mike Brady2018-03-31
| | | | | | | | 'svip' for a play connection, suppress 'pfls' until 'pffr' has been emitted
| * Add some more D-Bus facilities. Countermand faulty D-Bus commands.Mike Brady2018-03-24
| |
| * Add a few new elements ot the native dbus interfaceMike Brady2018-03-23
| |
| * Rationalise all the native dbus intefaces files down to just three.Mike Brady2018-03-20
| |
| * Add most of a basic remote control dbus interfaceMike Brady2018-03-19
| |
| * Begin to add a basic remote control interface corresponding to the set of ↵Mike Brady2018-03-17
| | | | | | | | commands AirPlay devices seem to obey.
| * Update configure.acMike Brady2018-03-12
| |