]> git.ipfire.org Git - thirdparty/shairport-sync.git/shortlog
thirdparty/shairport-sync.git
2018-08-21  Mike BradyUpdate to correspond a little better to the upstream...
2018-08-20  Mike BradyTidy the init.d script up a little more to reflect...
2018-08-20  Mike BradyMerge branch 'development' of https://github.com/mikebr...
2018-08-20  Mike BradyMove creation of the /var/run/shairport-sync directory...
2018-08-20  Mike BradyUpdate shairport-sync.freebsd
2018-08-20  Mike BradyUpdate README.md
2018-08-20  Mike BradyPut inclusion of sys/socket.h before net/if.h to preven...
2018-08-20  Mike BradyFix a stupid divide-by-zero error and remove unrecognis...
2018-08-20  Mike BradyFix up System V initialisation file to start with user...
2018-08-19  Mike BradyAdd an example of getting and setting the drift tolerance.
2018-08-15  Mike BradyQuieten some error messages
2018-08-15  Mike BradySimplify some calculations and a bug so that the output...
2018-08-15  Mike BradyQuieten a debug message
2018-08-15  Mike BradyLog an entry if a different period or buffer size was...
2018-08-15  Mike BradyQuieten a debug message
2018-08-15  Mike BradyQuieten a debug message
2018-08-15  Mike BradyModify the timing to be (hopefully) a bit more gentle...
2018-08-14  Mike BradyFormat tidy-up
2018-08-14  Mike BradyCalculate actual and nominal input frame rates more...
2018-08-13  Mike BradyAdd source rate calculation based on source frame and...
2018-08-13  Mike Bradydisplay the number of samples used to calculcate drift...
2018-08-13  Mike BradyAdd the ability to read and change the stuffing threshold
2018-08-13  Mike BradyUse CXXFLAGS etc. to ensure they can be overridden...
2018-08-08  Mike BradyUpdate RELEASENOTES.md
2018-08-08  Mike BradyFix a read-write mutex locking issue in the metadata...
2018-08-08  Mike BradyFix a read-write mutex locking issue in the metadata...
2018-08-08  Mike BradyFix a bug whereby libsoxr-required code wasn't included...
2018-08-08  Mike BradyRemove or comment out some extraneous code, quieten...
2018-08-08  Mike BradyTurn off "clobbering" warning, as it generates too...
2018-08-06  Mike BradyRemove bogus possibly uninitialised variable warning.
2018-08-06  Mike BradyMerge branch 'development' of https://github.com/mikebr...
2018-08-06  Mike BradyUpdate some debug messages
2018-08-06  Mike BradyAllow for different output rates in the new calculations
2018-08-05  Mike BradyBegin to use a unified and more accurate scheme for...
2018-08-01  Mike BradyUpdate RELEASENOTES.md
2018-08-01  Mike BradyForgot documentation updates.
2018-08-01  Mike BradyChange calculation order to prevent overflow after...
2018-08-01  Mike BradyChange calculation order to prevent overflow after...
2018-07-30  Mike BradyUpdate RELEASENOTES.md
2018-07-30  Mike BradyUpdate RELEASENOTES.md
2018-07-30  Mike BradyUpdate RELEASENOTES.md
2018-07-30  Mike BradyEnable input frame rate calculation to handle a pause...
2018-07-30  Mike BradyMerge branch 'development' of https://github.com/mikebr...
2018-07-30  Mike BradyAdd input frame rate calculation.
2018-07-30  Mike BradyUpdate RELEASENOTES.md
2018-07-30  Mike BradyUpdate RELEASENOTES.md
2018-07-30  Mike BradyUpdate RELEASENOTES.md
2018-07-30  Mike BradyUpdate RELEASENOTES.md
2018-07-30  Mike BradyStop using SIGUSR1 for cancelling threads, use pthread_...
2018-07-30  Mike BradyRemove an incorrect warning about using the "general...
2018-07-30  Mike BradyStop using SIGUSR1 for cancelling threads, use pthread_...
2018-07-30  Mike BradyMove car setup alternative to an issue thread
2018-07-29  Mike BradyAdd debug message to try to understand a weird negagive...
2018-07-29  Mike BradyMake the play function return a status (ignored for...
2018-07-29  Mike BradyPrevent arithmetic overflow after 2^32 microseconds...
2018-07-29  Mike BradyChange measurement of frames and timing to mimimise...
2018-07-29  Mike BradyEnsure flush resets everything.
2018-07-28  Mike BradyAdd a frames per second output. This should be exact...
2018-07-27  Mike BradyRemove use of SIGUSR1 and pthread_kill to stop threads...
2018-07-23  Mike BradyUpdate TROUBLESHOOTING.md
2018-07-23  Mike BradyRemove hack to try to avoid whitespace removal by rsysl...
2018-07-23  Mike BradyQuieten some debug messages.
2018-07-23  Mike BradyImprove some debug messages.
2018-07-22  Mike BradyRemove an unwanted debug messages
2018-07-22  Mike BradyRemove some unwanted debug messages
2018-07-22  Mike BradyQuieten a few debug messages
2018-07-22  Mike BradyFix a few memory leaks.
2018-07-21  Mike BradyFix a bug where the dacp notification handlers are...
2018-07-21  Mike BradyUpdate README.md
2018-07-21  Mike BradyUpdate README.md
2018-07-20  Mike BradyTry to add proper cancellation code to all threads...
2018-07-18  Mike BradyAdd quit commands to the MPRIS and native D-Bus command...
2018-07-17  Mike BradyBegin to try to get Shairport Sync to quit cleanly...
2018-07-15  Mike BradyDelete CAR SETUP ALTERNATIVE APPROACH.md
2018-07-15  Mike BradyAdd a little note to self.
2018-07-15  Mike BradyClean out player_+thread_please_stop references.
2018-07-15  Mike BradyMake session interruption work properly.
2018-07-15  Mike BradyMove player_stop away from pthread_kill to pthread_canc...
2018-07-15  Mike BradyRemove player_thread_please_stop stuff and the pthread_...
2018-07-15  Mike BradyUse pthread_cancel to stop a player thread rather than...
2018-07-15  Mike BradyAdd a cancellation stack to get_buffer_frame.
2018-07-15  Mike BradyAdd a | to the statistics output to ensure the columns...
2018-07-15  Mike BradyTidy up log output and add timers to inform statements...
2018-07-14  Mike BradyMake more of the code amenable to pthread cancel
2018-07-14  Mike BradyMake pc add and get items work if pthread_cancel occurs
2018-07-14  Mike BradyMove ab_mutex, flow control CV and flush mutex initiali...
2018-07-13  Mike BradyUpdate RELEASENOTES.md
2018-07-13  Mike BradyUpdate RELEASENOTES.md
2018-07-13  Mike BradyUpdate RELEASENOTES.md
2018-07-13  Mike BradyUpdate shairport-sync.spec 3.2.1
2018-07-13  Mike BradyUpdate RELEASENOTES.md
2018-07-13  Mike BradyUpdate RELEASENOTES.md
2018-07-13  Mike BradyUpdate RELEASENOTES.md
2018-07-13  Mike BradyUpdate RELEASENOTES.md
2018-07-13  Mike BradyUpdate RELEASENOTES.md
2018-07-13  Mike BradyUpdate RELEASENOTES.md
2018-07-13  Mike BradyFix a bug that was causing instability when soxr interp...
2018-07-12  Mike BradyUpdate CAR SETUP ALTERNATIVE APPROACH.md
2018-07-11  Mike BradyUpdate RELEASENOTES.md
2018-07-11  Mike BradyUpdate configure.ac
next