]> git.ipfire.org Git - thirdparty/shairport-sync.git/shortlog
thirdparty/shairport-sync.git
2019-02-15  Jörn NettingsmeierRemove unused headers. <getopt.h> will come back once...
2019-02-15  Jörn NettingsmeierRemove client_mutex, since JACK opening and closing...
2019-02-15  Jörn NettingsmeierRemove global client_is_open flag, always execute forme...
2019-02-15  Jörn NettingsmeierRemove optional is_running() API call, since it doesn...
2019-02-15  Jörn NettingsmeierRemove indirections open_if_needed() and close(), can...
2019-02-15  Jörn NettingsmeierRemove jack_stop() function pointer from API struct...
2019-02-15  Jörn NettingsmeierRemove audio_client_disconnect option. This is not...
2019-02-15  Jörn NettingsmeierRemove auto_client_open_interval option, always open...
2019-02-15  Jörn NettingsmeierFail early and fail deadly (AFAIK there is no fallback...
2019-02-15  Jörn Nettingsmeierremove unused globals
2019-02-15  Jörn NettingsmeierRemove option to configure port names. This is very...
2019-02-15  Jörn NettingsmeierNOP: move external API functions to the end, ordered...
2019-02-15  Jörn NettingsmeierDeclare all JACK callbacks static (they are accessed...
2019-02-15  Jörn NettingsmeierDeclare all functions static that are not callbacks...
2019-02-15  Jörn Nettingsmeiercomment out some debug statements not relevant to users
2019-02-15  Jörn NettingsmeierDeclare deinterleaving function static, it's nobody...
2019-02-15  Jörn NettingsmeierDo not query the JACK port latency on every process...
2019-02-15  Jörn Nettingsmeierremove more dead code and obsolete comments
2019-02-15  Jörn NettingsmeierAdd parentheses around macro to avoid breakage with...
2019-02-15  Jörn NettingsmeierNOP: remove commented-out code segments that were re...
2019-02-15  Jörn NettingsmeierFix logic error in counting the frames written and...
2019-02-15  Jörn NettingsmeierNOP: comment flush implementation
2019-02-15  Jörn NettingsmeierDo not re-check JACK graph latency every time delay...
2019-02-15  Jörn NettingsmeierRemove dubious latency check from jack_is_running(...
2019-02-15  Jörn Nettingsmeierremove comment - the "rolling" status of jack transport...
2019-02-15  Jörn Nettingsmeiermove setting of time_of_latest_transfer to play(),...
2019-02-14  Jörn Nettingsmeieraudio_occupancy_now in delay() needs to be in frames...
2019-02-14  Jörn NettingsmeierUnset flush_please after flushing. Tentatively re-enabl...
2019-02-14  Jörn Nettingsmeiertry a solution for flush(). Compiled but not tested.
2019-02-14  Jörn NettingsmeierFirst step of replacing existing buffer with jack_ringb...
2019-02-14  Jörn Nettingsmeierdie() on failure to create ringbuffer.
2019-02-14  Jörn NettingsmeierAdd lock-free ringbuffer. Preparation to make jack_stre...
2019-02-14  Mike BradyUpdate CYGWIN.md
2019-02-12  Mike BradyUpdate RELEASENOTES.md
2019-02-12  Mike BradyUpdate RELEASENOTES.md
2019-02-12  Mike BradyUpdate RELEASENOTES.md
2019-02-12  Mike BradyUpdate RELEASENOTES.md
2019-02-12  Mike BradyMerge branch 'unstable' into development
2019-02-12  Mike Bradyuse the term'state' rather than 'mode' when taling...
2019-02-12  Mike BradyMerge branch 'unstable' into development
2019-02-12  Mike BradyQuieten two compilation warnings from tinysvcmdns
2019-02-12  Mike BradyMerge branch 'unstable' into development
2019-02-12  Mike BradyFix some errors and warnings from OpenBSD
2019-02-09  Mike BradyHook up the active mode to the disable standby facility...
2019-02-09  Mike Bradyquieten a few debug messages
2019-02-08  Mike BradyAdd call to check if the dbus service is started.
2019-02-08  Mike Bradymake including of reference to dbus-service conditional...
2019-02-08  Mike BradyContinue hooking up active mode and disable standby...
2019-02-08  Mike Bradyfix a few minor compilation errors
2019-02-08  Mike BradyStarting to connect active mode with disable standby.
2019-02-06  Mike BradyUpdate TROUBLESHOOTING.md
2019-02-06  Mike BradyMerge pull request #802 from cansurmeli/master
2019-02-06  Can SürmeliExtended the low-power mode problems section with instr... 802/head
2019-02-05  Mike Bradycheck that the systems are started before trying to...
2019-02-05  Mike Bradyremove dependency on libdaemon -- leave it in by defaul...
2019-02-05  Mike Bradyremove dependency on libdaemon -- leave it in by defaul...
2019-02-05  Mike BradyQuieten an incorrect compiler warning
2019-02-05  Mike BradyTidy code and slightly reorder settings listing.
2019-02-05  Mike BradyClean up audio help texts, add in the volume_range_hw_p...
2019-02-05  Mike BradyStop a segmentation error if a bsackend has no help...
2019-02-05  Mike Bradymake mdns-external-avahi a conditional compilation
2019-02-04  Mike BradyInclude the mdns_external interface even if avahi is...
2019-02-03  Mike BradyInclude some more settings in the debug listing.
2019-02-03  Mike Bradyallow configuration numbers to convert between floats...
2019-02-02  Mike BradyInclude the mbedtls version.h file so that conditional...
2019-02-02  Mike Bradyallow for updated or old mbedtls library
2019-02-02  Mike BradyFix warnings about deprecated mbedtls API calls
2019-02-01  Mike BradyNew volume code, new mute code, fix cancellation memnor...
2019-02-01  Mike Bradyadd a volume control mutex to serialise multiple attemp...
2019-02-01  Mike Bradyadd a volume control mutex to serialise multiple attemp...
2019-02-01  Mike Bradyadd a volume control mutex to serialise multiple attemp...
2019-02-01  Mike Bradylengthen some mutex timeouts to allow valgrind to work...
2019-02-01  Mike BradyFix a situation where cancellation could lose a malloce...
2019-02-01  Mike Bradyadd a special mixer-only mutex, do make open/close...
2019-01-31  Mike BradyDon't do a hardware mute when doing a flush -- if disab...
2019-01-31  Mike BradyMake mute work only if not diconnected. Clewan up some...
2019-01-31  Mike BradyRebuild the hardware mute code -- clear up the logic...
2019-01-30  Mike BradyMake it work with deferred initialisation of the alsa...
2019-01-30  Mike BradyRebuild the volume control calculations. Implement...
2019-01-27  Mike BradyRemove the preflight call - don't seem to need it.
2019-01-27  Mike Bradyadd hooks for active mode start and end and add in...
2019-01-27  Mike BradyAdd a few litte changes from thre transit branch.
2019-01-27  Mike Bradybring up to date with unstable branch
2019-01-27  Mike Bradygracefully handle situation when the output device...
2019-01-27  Mike BradyMerge branch 'unstable' of https://github.com/mikebrady...
2019-01-27  Mike BradyFix a number of memory leaks and one #include error...
2019-01-27  Mike BradyRemove some unnecessary code "protecting" some use...
2019-01-27  Mike Bradyuse the correct label -- CONFIG_OPENSSL -- rather than...
2019-01-27  Mike BradyFix a cause of a memory leak using OpenSSL for Base...
2019-01-26  Mike Bradyrestore includes of openssl/mbedtls/polarssl includes
2019-01-24  Mike Bradyquieten a few debug messages, bring a standard one...
2019-01-24  Mike BradyUpdate README.md
2019-01-24  Mike BradyUpdate README.md
2019-01-24  Mike Bradyquieten a returned error-code message.
2019-01-24  Mike BradyUse returned codes from do_open() to control the state...
2019-01-23  Mike BradyReorganise code to make it respond dynamically to chang...
2019-01-23  Mike Bradyfix crypto library flags
2019-01-23  Mike BradyIntroduce a simple state machine into the alsa backend...
2019-01-23  Mike Bradymove malloc_cleanup to common.c
2019-01-23  Mike Bradymove malloc_cleanup to common.c
next