summaryrefslogtreecommitdiff
path: root/common.h
Commit message (Expand)AuthorAge
* Tidy up using clang-formatMike Brady2018-03-07
* Eliminate almost all warnings from -WallMike Brady2018-03-07
* Begin to avoid strict aliasing violations -- not finished yet.Mike Brady2018-03-07
* Add support for OpenBSD compilationMike Brady2018-02-09
* Add timing to debug messages, make timing sender wait interruptable eveyr 20 ...Mike Brady2018-02-03
* Add the option to use a flat volume control profile.Mike Brady2018-01-29
* Add ability to diable resend request. Use a new "diagnostics" group in the co...Mike Brady2018-01-24
* Fix small compilation bug evident in FreeBSDMike Brady2018-01-23
* Implement a rudimentary cover art file writing facility.Mike Brady2018-01-16
* pretty-print after adding alsa volume-based mute capabilityMike Brady2018-01-13
* Move a play session's latency into the play session's data structure, duh.Mike Brady2018-01-09
* use max-latency and min-latency information in AirPlay ANNOUNCE packets, remo...Mike Brady2018-01-09
* Add tinyhttp code for sending and reading responses. Clean up some dacp routi...Mike Brady2017-12-18
* More comprhensive saving and restoring of hardware and software level when a ...Mike Brady2017-12-11
* Store the last software volume setting so that it can become the default when...Mike Brady2017-12-09
* hooking up a dacp scannerMike Brady2017-12-02
* Clang-formatMike Brady2017-11-19
* Reorganise D-BUS interface code and introduce an MPRIS interface.Mike Brady2017-11-19
* Improve dbus and add some dacp servicesMike Brady2017-11-12
* Fixed race condition when stopping other threads with SIGUSR1Belbo2017-11-01
* Make PID directory path creation recursive and tidy up some code formatting.Mike Brady2017-09-24
* Create the directory for the PID file, if necessaryMike Brady2017-09-23
* Tidy up source using clang-formatMike Brady2017-07-31
* Add some settings to the new PulseAudio backend. Limit the silent lead-in tim...Mike Brady2017-06-30
* read stdout from the on-start command to choose ALSA output deviceCody Cutrer2017-06-24
* Add an extra option "-j" to daemonize withoput generating a PID fileMike Brady2017-05-25
* Change the order of evaluating command lione options so that the config file ...Mike Brady2017-05-25
* Add alsa_use_playback_switch_for_mute to the configuration data structure, so...Mike Brady2017-04-30
* Add a "run_this_when_volume_is_set" facility to call a program when the volum...Mike Brady2017-04-23
* Move some globals into the thread parameter block. Add setting for logOutputL...Mike Brady2017-04-07
* Fix various typos.Denys Berkovskyy2017-03-21
* change function die, warn, inform and debugYann Pomarede2017-02-28
* 2 audio filters added, a volume-dependent-loudness and a convolution filter.Yann Pomarede2017-02-27
* Clang FormatMike Brady2017-02-11
* Add volume_max_db setting which works on the hw mixer if it exists or the sw ...Mike Brady2017-02-05
* Add a new setting to specify the interface the service should be provided on.Mike Brady2017-02-05
* Add possibility of using an array of precalculated pseudo random numbers to r...Mike Brady2017-01-30
* Add *untested* support for S24_3LE and S24_3BE output format.Mike Brady2016-09-28
* Make endian-independent. Allow users to specify only U8/S8/S16/S24/S32Mike Brady2016-09-12
* Tidy up with a clang-formatMike Brady2016-09-11
* Begin to add full-scale post processing. Does not compile.Mike Brady2016-09-08
* Remove mersenne generator -- too slow, try another oneMike Brady2016-09-07
* Change over to times as opposed to frames for setting timing optionsMike Brady2016-09-04
* Enable 64-bit monotonic rtptime calculationsMike Brady2016-09-02
* Merge support of apple's ALAC decoderMike Brady2016-08-28
* Make it compile -- untestedMike Brady2016-08-24
* Add ability to set output format and output rateMike Brady2016-08-19
* add ability to not use mmapMike Brady2016-08-17
* Remove variable delay from non_blocking_write and include it whether metadata...Mike Brady2016-06-26
* Add setting for the time to wait for the metadata pipe to come ready, otherwi...Mike Brady2016-05-23