]> git.ipfire.org Git - thirdparty/shairport-sync.git/history - audio_pipe.c
quieten a debug message
[thirdparty/shairport-sync.git] / audio_pipe.c
2019-03-04  Mike Brady3.3 release candidate 0
2019-02-12  Mike BradyMerge branch 'unstable' into development
2019-02-05  Mike BradyClean up audio help texts, add in the volume_range_hw_p...
2019-01-27  Mike BradyRemove the preflight call - don't seem to need it.
2019-01-07  Mike BradyAdd the idea of a preflight message to tell the backend...
2018-08-31  Mike BradyMerge branch 'development' of https://github.com/mikebr...
2018-08-31  Mike BradyInitial very rough attempt at a jackaudio backend.
2018-07-30  Mike BradyStop using SIGUSR1 for cancelling threads, use pthread_...
2018-07-29  Mike BradyMake the play function return a status (ignored for...
2018-06-16  Mike BradyMerge branch 'master' of https://github.com/mikebrady...
2018-06-16  Mike BradyFix a bug causing a hangup when terminating a play...
2018-06-12  Mike BradyChange the type of the play argument from an array...
2018-04-07  Mike BradyRelease candidate 1 for 3.2
2018-03-07  Mike BradyRemove more causes of warnings at -Wextra levels
2018-03-07  Mike BradyTidy up using clang-format
2018-03-07  Mike BradyEliminate almost all warnings from -Wall
2017-08-03  Mike BradyMerging to master branch 3.0rc0
2017-07-31  Mike BradyTidy up source using clang-format
2017-07-21  Mike BradyMove common audio backend settings like buffer size...
2017-07-06  Mike BradyAdd code to read audio_backend_silent_lead_in_time...
2017-04-07  Mike BradyImprove error reporting if pipe can't be opened or...
2017-02-24  Mike BradyMove to version 3.0
2017-02-11  Mike BradyClang Format
2017-01-30  Mike BradyMerge branch 'development' of github.com:mikebrady...
2017-01-30  Mike BradyRecognise and use deprecated settings and issue warnings.
2016-09-26  Mike BradyMerge remote-tracking branch 'upstream/development...
2016-09-11  Mike BradyTidy up with a clang-format
2016-09-04  Mike BradyChange over to times as opposed to frames for setting...
2016-08-19  Mike BradyAdd ability to set output format and output rate
2016-03-17  Mike McKnightMerged upstream changes
2016-03-03  Mike BradyUpdate copyright notice
2016-01-30  Mike BradyMerge pull request #213 from mikebrady/development
2016-01-07  Mike McKnightMerge origin/development changes
2015-11-08  Mike BradyMerge pull request #154 from mikebrady/volume-extend
2015-11-05  Mike BradyWork in progress, doesn't compile
2015-08-27  Mke BradyMerge 2.3.X from development to master
2015-08-20  p3ckMerge pull request #1 from mikebrady/development
2015-08-06  Mike BradyMerge branch 'development' of github.com:mikebrady...
2015-08-06  Mike BradyMake output non-blocking; don't allow the pipe to be...
2015-07-02  Mike BradyEnsure the pkg_config stuff is fully integrated into...
2015-06-28  Mike BradyAdd declartion of mkfifo
2015-06-03  Mike BradyMerge pull request #80 from mikebrady/pipework
2015-06-02  Mike BradyModify latency and buffer size limits, fix a few dying... 80/head
2015-06-02  Mike BradyAdd new auidio back end -- to stdout.
2015-06-01  Mke BradyReformat using clang-format.
2015-06-01  Mke BradySimplify init function, add defaults for latency offset...
2015-05-21  Mike BradyAllow the pipe to be stdout, regluate timing better...
2015-05-20  Mike Bradyexperiment with pipe backend.
2015-05-04  Mike BradyPass in libconfig info during init.
2015-03-16  Mike BradyImprove metadata output -- maybe it works reliably...
2014-08-24  Mike BradyAdd int to stop compiler warning
2014-04-30  Mike Bradyadd null placeholders for flush and delay
2013-06-19  James LairdMerge pull request #223 from plietar/pulseaudio
2013-06-19  James Lairdaudio: update usage messages
2013-06-03  James Lairdadd a pipe/FIFO audio backend