summaryrefslogtreecommitdiff
path: root/common.h
Commit message (Expand)AuthorAge
* Expose some of the settings used in the disable_standby_mode.Mike Brady2019-06-20
* find . \( -name \*.cpp -or -name \*.h -or -name \*.c \) -exec clang-format -i...Mike Brady2019-06-19
* Fix stupid auto format error.Mike Brady2019-05-07
* Add automatic bit depth and speed selection for alsa devices. Set rate and fo...Mike Brady2019-05-07
* Improve support for bigendian devices. Add support for S16_LE, S16_BE, S24_LE...Mike Brady2019-05-01
* Add a new interpolation setting -- "auto" which will choose soxr if supported...Mike Brady2019-04-16
* add standard timing -- more compatible -- and precision timing -- more precis...Mike Brady2019-04-09
* Add check to see if precision delay is available -- if not, disable the disab...Mike Brady2019-03-27
* Remove the AUTO bit-depth setting. It's a hack and needs more consideration.Mike Brady2019-02-28
* Fix a bug in the activity_monitor software that could lock up a player thread...Mike Brady2019-02-26
* Fix an error in non_blocking_write, expose a more general version of it, use ...Mike Brady2019-02-24
* Merge pull request #809 from nettings/developmentMike Brady2019-02-19
|\
| * forgot to add new option autoconnect_pattern to default conf and common.hJörn Nettingsmeier2019-02-16
| * Remove audio_client_disconnect option. This is not good behaviour for a JACK ...Jörn Nettingsmeier2019-02-15
| * Remove auto_client_open_interval option, always open JACK connection immediat...Jörn Nettingsmeier2019-02-15
| * Remove option to configure port names. This is very unusual for a JACK client...Jörn Nettingsmeier2019-02-15
* | Add a new command line option: -u to send logs to STDERR.Mike Brady2019-02-16
|/
* 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