summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAge
* Hook up the active mode to the disable standby facility, enabling a 'while ac...Mike Brady2019-02-09
* remove dependency on libdaemon -- leave it in by default, but allow the new c...Mike Brady2019-02-05
* remove dependency on libdaemon -- leave it in by default, but allow the new c...Mike Brady2019-02-05
* make mdns-external-avahi a conditional compilationMike Brady2019-02-05
* New volume code, new mute code, fix cancellation memnory leaks, defer alsa de...Mike Brady2019-02-01
* Fix a number of memory leaks and one #include error when using the OpenSSL li...Mike Brady2019-01-27
* Add an "active" mode that can time out after a period -- 10 seconds by defaul...Mike Brady2019-01-21
* make OpenSSL routines un-cancellable, in case there might be possible memory ...Mike Brady2019-01-18
* Revise the code for retaining and freeing rtsp message memory allocations. Be...Mike Brady2019-01-13
* CLean up timings, clean up DACP interface network timings and error behaviours.Mike Brady2019-01-10
* Extensive changes to alsa delay() and play() -- recover from XRUN _after_ sen...Mike Brady2019-01-04
* Give a nice message if the soxr library isn't installed.Mike Brady2019-01-04
* Using new delay() and play() functions.Mike Brady2019-01-02
* If output is stalled, don't write any more frames to the output device.Mike Brady2018-12-31
* Fix some memory leaks, improve silence filling backoff time calculation, alwa...Mike Brady2018-12-27
* use dither if using software mixer (i.e. no hardware mixer and not ignoring t...Mike Brady2018-12-17
* Fix dither, add dither to silences during lead-in, interpolatied frames and k...Mike Brady2018-12-14
* Experimentally, add the ability to prevent the DAC making popping noises by f...Mike Brady2018-12-13
* Cleaned up unfixable errors code and examples, updated configuration settings.Mike Brady2018-12-11
* Make the idle timeout on the RTSP link the same as the overall timeout -- 30 ...Mike Brady2018-12-08
* The run_this_if_an_unfixable_error_is_detected script is definitely working a...Mike Brady2018-12-06
* Ensure watchdog always starts with the starting time of the thread. Add watch...Mike Brady2018-12-04
* Fix an error caused by using an unsigned integer as a signed number. It may h...Mike Brady2018-12-03
* Fix a non-initialisation of parameters if no h/w mixer used. Add a few diagno...Mike Brady2018-12-01
* Improve player watchdog, improve clearing down of ports, improve handling of ...Mike Brady2018-11-29
* Fix bugs in interrupting an existing session, and use fresh ports if necessary.Mike Brady2018-11-23
* Add back in the ability to interrupt a session. Clean up a few debug messages.Mike Brady2018-11-21
* Rationalise some of the flush code -- reomve an inner loop, use the flush fac...Mike Brady2018-11-20
* Put in a cancellation point explicitly in the player_thread main loop. Tidy u...Mike Brady2018-11-20
* Double check debug is not a cancellation point and move the dacp monitor init...Mike Brady2018-11-20
* Add the sort-of mutex name to the debug_mutex_lock and _unlock. Also, setting...Mike Brady2018-11-19
* Try to make the debug stuff pthread_cancel-proof including the debug / warn /...Mike Brady2018-11-19
* Add extra checks to look for a hang in TuneBladeMike Brady2018-11-19
* Use "/dev/urandom" instead of "/dev/random" to generate a nonce for AirPlay p...Mike Brady2018-11-03
* 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