]> git.ipfire.org Git - thirdparty/shairport-sync.git/history - audio_ao.c
Update check_classic_systemd_full.yml
[thirdparty/shairport-sync.git] / audio_ao.c
2023-09-16  Mike BradyUpdates to the Issues template.
2023-05-24  Mike BradyMerge pull request #1680 from dge8/ao_matrix_fixes
2023-05-24  Dan GeorgeSpecify libao input channel ordering 1680/head
2022-09-15  Mike BradyMerge remote-tracking branch 'origin/development'
2022-09-12  Mike BradySquashed commit of the following:
2022-08-15  Mike BradyMerge branch 'autoconf-build-dir' of https://github...
2022-08-09  Mike BradyClose the driver when play stops; reopen it when it...
2021-12-09  Mike BradyMerge "openbsd corrections #1357" after resolving one...
2021-12-08  Mike BradyMerge pull request #1356 from tecdude/patch-1
2021-12-08  Mike BradyMerge branch 'development' of git.aillwee.com:base...
2021-12-07  Mike BradyMerge branch 'development' of https://github.com/mikebr...
2021-11-26  Mike BradyMerge branch 'development' of github.com:mikebrady...
2021-11-26  Mike BradyMerge branch 'development' of https://github.com/mikebr...
2021-11-26  Mike BradyMerge branch 'development' of https://github.com/mikebr...
2021-11-20  Mike BradyAdd a 'stats' function to the audio back ends to replac...
2019-05-24  Mike BradyMerge branch 'development' 3.3rc7+ to 'master'
2019-05-07  Mike BradyAdd automatic bit depth and speed selection for alsa...
2019-03-04  Mike Brady3.3 release candidate 0
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-05-19  Mike BradyFix a bug causing problems in CYGWIN 64, fix a bug...
2018-05-17  Mike BradyMove to using pthread_cancel in place of pthread_kill...
2018-05-16  Mike BradyFix a benign type definition mismatch
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 BradyRemove some more causes of warnings.
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-03-13  Mike BradyStop the "ao", "pulse" and "sndio" backends from compla...
2017-03-12  Mike BradyStop checking for default rate and depth. Now, simply...
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-05  Mike BradyFix small bug introduced moving over to time-based...
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-01-30  Mike BradyMerge pull request #213 from mikebrady/development
2016-01-07  Mike McKnightMerge origin/development changes
2015-12-30  Mike BradyCorrect option tag in the ao subsystem to read audio_ba...
2015-11-08  Mike BradyMerge pull request #154 from mikebrady/volume-extend
2015-11-05  Mike BradyWork in progress, doesn't compile
2015-10-31  Mike BradyAdd latency and buffer length options for libao
2015-08-27  Mke BradyMerge 2.3.X from development to master
2015-06-03  Mike BradyMerge pull request #80 from mikebrady/pipework
2015-06-01  Mke BradyReformat using clang-format.
2015-06-01  Mke BradySimplify init function, add defaults for latency offset...
2015-05-04  Mike BradyPass in libconfig info during init.
2015-03-16  Mike BradyImprove metadata output -- maybe it works reliably...
2014-04-30  Mike Bradyadd null placeholders for flush and delay
2013-06-20  James Lairdaudio_ao, audio_pulse: make usage indent consistent
2013-06-19  James LairdMerge pull request #223 from plietar/pulseaudio
2013-06-19  James Lairdao, shairport: fix option parsing
2013-06-19  James LairdMerge pull request #224 from plietar/fix-libao-driver...
2013-06-09  Paul LietarFix libao output driver.
2013-06-03  James Lairddie/warn functions now have implicit newline at the end
2013-04-03  Brendan ShanksMerge remote-tracking branch 'abrasive/1.0-dev' into...
2013-04-03  James LairdMerge pull request #194 from MaZderMind/ReadmeUpdate
2013-04-02  James LairdMerge pull request #192 from MaZderMind/MakefileChanges
2013-04-02  James LairdMerge pull request #193 from MaZderMind/getoptint
2013-04-02  MaZderMindchange getopt return from char to int
2013-04-01  James Lairdao: actually use the options we collect
2013-04-01  James Lairdao: shutdown properly
2013-04-01  James LairdAdd copyright notices.
2013-04-01  James Lairdao: add option parsing
2013-04-01  James Lairdaudio: output selection functionality
2013-04-01  James LairdRefactor and rewrite.