summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAge
* Update configure.acMike Brady2019-05-11
* Fixed Cover Bug, checking dependenciesTill Zimmermann2019-05-09
* Fix a stupid error in 3.3rc5.Mike Brady2019-05-07
* Automatic rate and speed selection for alsa output devices. Better support fo...Mike Brady2019-05-07
* RC4, and remove code that always adds the commit signature -- not ready for i...Mike Brady2019-04-28
* Turn on the configuration flag for building soxr support in when the pkg_conf...Mike Brady2019-04-15
* reinstate the development branch README.md, stop including libdaemon automati...Mike Brady2019-04-05
* Improve the calculation of the length of the initial buffer of silence, to ma...Mike Brady2019-04-02
* Revert to snd_pcm_delay if an alsa output device does not provide timed delay...Mike Brady2019-03-27
* show audio_backend_buffer_interpolation_threshold_in_seconds in debug message...Mike Brady2019-03-16
* This is Release Candidate 0.Mike Brady2019-03-04
* fix active mode lockup problem, set defaults for active mode and disable stan...Mike Brady2019-02-28
* Fix a bug in the activity_monitor and add automatic bit-depth selection.Mike Brady2019-02-26
* Add a CYGWIN installer.Mike Brady2019-02-21
* Big update to audio_jack.c and other stuffMike Brady2019-02-19
* Update configure.acMike Brady2019-02-17
* 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