summaryrefslogtreecommitdiff
path: root/common.h
Commit message (Expand)AuthorAge
* use the term'state' rather than 'mode' when taling about the active state. Us...Mike Brady2019-02-12
* fix a few minor compilation errorsMike Brady2019-02-08
* Starting to connect active mode with disable standby.Mike Brady2019-02-08
* remove dependency on libdaemon -- leave it in by default, but allow the new c...Mike Brady2019-02-05
* Clean up audio help texts, add in the volume_range_hw_priority setting.Mike Brady2019-02-05
* Rebuild the volume control calculations. Implement software mute. Try to dela...Mike Brady2019-01-30
* move malloc_cleanup to common.cMike Brady2019-01-23
* Add an "active" mode that can time out after a period -- 10 seconds by defaul...Mike Brady2019-01-21
* add initial script-execution functionality to active mode. Make is possible t...Mike Brady2019-01-21
* Add an activity monitor -- can set an activity idle timeout.Mike Brady2019-01-20
* Block on command_execute for unfixable errors.Mike Brady2019-01-15
* Add the idea of a preflight message to tell the backend that frames will be c...Mike Brady2019-01-07
* clang formatMike Brady2019-01-04
* Add the interpolation threshold setting.Mike Brady2019-01-04
* Try out a new alsa delay routine. Could be very buggy!Mike Brady2019-01-02
* Move the keep_dac_busy in to a configuration setting. Always start the keep_d...Mike Brady2018-12-15
* Bring in the "disable_standby_mode" feature on alsa to stop some DACs making ...Mike Brady2018-12-14
|\
| * Fix dither, add dither to silences during lead-in, interpolatied frames and k...Mike Brady2018-12-14
* | Remove connection with common.h -- works properly.Mike Brady2018-12-12
* | Fix a compilation error w.r.t. debuglev and fix a complation warning.Mike Brady2018-12-12
|/
* Tidy up some debug messages and warnings, remove old diagnostic codes and set...Mike Brady2018-12-11
* Connect up the stall response to the external command calling -- add a single...Mike Brady2018-12-10
* Make the idle timeout on the RTSP link the same as the overall timeout -- 30 ...Mike Brady2018-12-08
* Ensure watchdog always starts with the starting time of the thread. Add watch...Mike Brady2018-12-04
* Clang formatted.Mike Brady2018-11-29
* Add an uncancellable usleep timer. Make the player and UDP thread cleanups un...Mike Brady2018-11-29
* Rotate usage of UDP ports if a session is interrupted. Avoids out-of-date pac...Mike Brady2018-11-23
* Tidy up the formats.Mike Brady2018-11-20
* Add the sort-of mutex name to the debug_mutex_lock and _unlock. Also, setting...Mike Brady2018-11-19
* Make debuglev volatile, over player_vol past the cleanup push, add some tempo...Mike Brady2018-11-19
* Format tidy-upMike Brady2018-10-21
* Try to fix modulo calculationsMike Brady2018-10-18
* Add PA sink configuration optionMaciej Wilczynski2018-09-15
* Clang Format CleanupMike 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
* Add ability for the jack back end to automaticlly connect a client when the j...Mike Brady2018-09-02
* Clean up the jack backend and add a few options.Mike Brady2018-08-31
* Stop using SIGUSR1 for cancelling threads, use pthread_cancel and friends ins...Mike Brady2018-07-30
|\
| * Make the play function return a status (ignored for the present). Clean up au...Mike Brady2018-07-29
| * Try to add proper cancellation code to all threads -- not complete, buggy.Mike Brady2018-07-20
| * Add quit commands to the MPRIS and native D-Bus command set. Not tested ecolo...Mike Brady2018-07-18
|/
* Initial MQTT VersionTill Zimmermann2018-06-19
* Add debug_mutex_unlock code in place of a regular pthread_mutex_unlock in som...Mike Brady2018-06-01
* Replace all pthread_mutex_locks with debug_mutex_lock with a message and time...Mike Brady2018-06-01
* Treat volume-based muting the same as playback-switch-based muting and disabl...Mike Brady2018-05-25
* Add the ability to pseudo-randomly drop audio packets to simiulate a noisy ne...Mike Brady2018-04-13
* Improve the scanner to start and stop properly and to release track data when...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 wh...Mike Brady2018-04-02