]> git.ipfire.org Git - thirdparty/shairport-sync.git/shortlog
thirdparty/shairport-sync.git
2019-02-16  Jörn NettingsmeierFix segfault due to missing null check... 809/head
2019-02-16  Jörn NettingsmeierNOP. Reformat code consistently, improve comments.
2019-02-16  Jörn NettingsmeierUse appropriate warn/inform/debug levels.
2019-02-16  Jörn NettingsmeierActually implement auto-connection, and document it.
2019-02-16  Jörn NettingsmeierMove away from hardcoded channels. Centralizes informat...
2019-02-16  Jörn Nettingsmeierforgot to add new option autoconnect_pattern to default...
2019-02-16  Jörn NettingsmeierAdd dummy option jack_autoconnect_option.
2019-02-16  Jörn NettingsmeierPartly revert c00199d664a1042af78ede253f45799e8bca3aa0...
2019-02-16  Jörn NettingsmeierDeclare all file-global variables as static, remove...
2019-02-16  Jörn NettingsmeierAdd myself to (C)omplain-to tag :-D
2019-02-16  Jörn NettingsmeierAlways use NULL instead of 0 for pointers for clarity.
2019-02-16  Jörn NettingsmeierUse more conservative JACK client name (a simple token...
2019-02-16  Jörn NettingsmeierMove jack base latency computation out of delay() into...
2019-02-16  Jörn NettingsmeierAdd graph reorder callback, this is where we now comput...
2019-02-16  Jörn NettingsmeierMake callback names simpler and more consistent. Always...
2019-02-16  Jörn NettingsmeierRevert "Remove client_mutex, since JACK opening and...
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-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-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...
next