summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAge
...
* Update configure.acMike Brady2018-11-01
* Start using libraries to be able to compile other people's or automatically g...Mike Brady2018-10-30
* Improve handling of network delays and outages -- more robust error handling.Mike Brady2018-10-23
* Further improve the modulo 32 rtpstamp-based missing frames erro handling.Mike Brady2018-10-21
* Replace the entire timestamp processing software -- preliminary attemptMike Brady2018-10-19
* Take more notice of errors requesing delay times. Extend the latency offset r...Mike Brady2018-10-14
* Allow for a change in the sync time of AirPlay on Mojave and iOS 12.Mike Brady2018-10-11
* Fix the volume-changed command caller. A space went missing.Mike Brady2018-09-28
* Revert previous change which was to unreference a stream prior to disconnecti...Mike Brady2018-09-21
* Unreference the pa stream when finished with it, so that it the sink can go i...Mike Brady2018-09-21
* Update configure.acMike Brady2018-09-21
* Ignore the latency of whatever is connected to Shairport Sync. It's inappropr...Mike Brady2018-09-17
* Many changes to compilation and linking flags. Stop using HAVE_* flags except...Mike Brady2018-09-09
* Many changes to compilation and linking flags. Stop using HAVE_* flags except...Mike Brady2018-09-09
* Partly clean up use of automake, autoconfig and compiler flags. Works but sti...Mike Brady2018-09-09
* Include a definition of HAVE_LIBSOXR with using pkg_configMike Brady2018-09-08
* Include a definition of HAVE_LIBSOXR with using pkg_configMike Brady2018-09-08
* Stop requiring jack to be "rolling"Mike Brady2018-09-07
* Add ability for the jack back end to automaticlly connect a client when the j...Mike Brady2018-09-02
* Some confusion here, so 3.3d5 marks the introduction of a jack backend.Mike Brady2018-08-31
* Merge branch 'development' of https://github.com/mikebrady/shairport-sync int...Mike Brady2018-08-31
|\
| * Update configure.acMike Brady2018-08-28
| * Sometimes libsoxr is built to rely on libavutil. If libavutil is detected, li...Mike Brady2018-08-25
| * Sometimes libsoxr is built to rely on libavutil. If libavutil is detected, li...Mike Brady2018-08-25
* | Initial very rough attempt at a jackaudio backend.Mike Brady2018-08-31
* | Initial very rough attempt at a jackaudio backend.Mike Brady2018-08-31
|/
* Include a few fixes for FreeBSD warnings and quieten some debug messagesMike Brady2018-08-22
* Fix a read-write mutex locking issue in the metadata hub, fix a libsoxr relat...Mike Brady2018-08-08
* Change calculation order to prevent overflow after about 26 hours at 44,100 f...Mike Brady2018-08-01
* Stop using SIGUSR1 for cancelling threads, use pthread_cancel and friends ins...Mike Brady2018-07-30
* 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 w...Mike Brady2018-06-05
* Use shutdown() before close() and separate out the cancel requests for the ti...Mike Brady2018-06-03
* Monitor and time mutex locks and unlocks, add a diagnostic into the get_buffe...Mike Brady2018-06-01
* 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 disabl...Mike Brady2018-05-25
* Fix minor warnings from some of the backend modules and make the configure me...Mike Brady2018-05-18
* Drop a player_flush request if a read lock can't be acquired on the player th...Mike Brady2018-05-18
* If the player thread is locked, don't block player_put_packet. Instead, disca...Mike Brady2018-05-17
* Move to using pthread_cancel in place of pthread_kill -- due to a problem in ...Mike Brady2018-05-17
* 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