jack2 codebase
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sletz 713e8dfdb2 Ugly temporary fix for netmanager deadlock. 16 years ago
..
jack Correct headers for Windows compilation. 16 years ago
JackAPI.cpp Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackActivationCount.cpp Add conditional includes for config.h, for use with waf 17 years ago
JackActivationCount.h Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackAtomic.h Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackAtomicArrayState.h Cleanup 17 years ago
JackAtomicState.h Cleanup 17 years ago
JackAudioAdapter.cpp Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackAudioAdapter.h NetAdapter is now running. 16 years ago
JackAudioAdapterFactory.cpp Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackAudioAdapterInterface.cpp Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackAudioAdapterInterface.h Add host and adapted denomination in audioadapters. Adapters can adapt from/to different period size/sample rate. 16 years ago
JackAudioDriver.cpp Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackAudioDriver.h Loopback driver working again. 17 years ago
JackAudioPort.cpp Add conditional includes for config.h, for use with waf 17 years ago
JackChannel.h Add new jack_set_port_rename_callback API, jack_port_set_name is now a server request that call port rename callbacks. 16 years ago
JackClient.cpp Fix jack_port_set_name when used with already unregistered clients. 16 years ago
JackClient.h Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackClientControl.h Simplify request server close only if server is running implementation. 17 years ago
JackClientInterface.h Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackCompilerDeps.h Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackConnectionManager.cpp Tim Blechmann patch to remove unnecessary virtual methods : choice of the appropriate platform version is now done at compilation time. 17 years ago
JackConnectionManager.h Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackConstants.h Switch jackmp filenames to jack on windows. 16 years ago
JackControlAPI.cpp Test if engine is started in jackctl_server_load_internal and jackctl_server_unload_internal. 16 years ago
JackControlAPI.h Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackDebugClient.cpp Add new jack_set_port_rename_callback API, jack_port_set_name is now a server request that call port rename callbacks. 16 years ago
JackDebugClient.h Add new jack_set_port_rename_callback API, jack_port_set_name is now a server request that call port rename callbacks. 16 years ago
JackDriver.cpp Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackDriver.h Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackDriverLoader.cpp Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackDriverLoader.h Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackDummyDriver.cpp Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackDummyDriver.h Loopback driver working again. 17 years ago
JackEngine.cpp Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackEngine.h Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackEngineControl.cpp Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackEngineControl.h Cleanup timing + cpuload code 17 years ago
JackEngineTiming.cpp Cleanup timing + cpuload code 17 years ago
JackEngineTiming.h Cleanup timing + cpuload code 17 years ago
JackError.cpp Better control of exported symbols. 17 years ago
JackError.h Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackException.h Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackExternalClient.cpp Fix a crash bug when desallocating a non completely created external client. 17 years ago
JackExternalClient.h Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackFilters.h Fix JackFrameTimer::Time2Frames and JackTimer::Frames2Time, jack_cpu compiled again. 17 years ago
JackFrameTimer.cpp Remove debug code. 17 years ago
JackFrameTimer.h Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackFreewheelDriver.cpp Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackFreewheelDriver.h Remove JackClientInterface class 17 years ago
JackGlobals.cpp Cleanup some headers for licence issues. 17 years ago
JackGlobals.h Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackGraphManager.cpp Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackGraphManager.h Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackInternalClient.cpp Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackInternalClient.h New JackLoadableInternalClient1 and JackLoadableInternalClient2 classes. 16 years ago
JackInternalClientChannel.h Remove JackClientInterface class 17 years ago
JackLibAPI.cpp Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackLibClient.cpp Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackLibClient.h Tim Blechmann patch to remove unnecessary virtual methods : choice of the appropriate platform version is now done at compilation time. 17 years ago
JackLibGlobals.h Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackLibSampleRateResampler.cpp Fix server client OSX special notification mechanism, CoreAudio driver compilation back for 10.4. 17 years ago
JackLibSampleRateResampler.h Cleanup, documentation. 17 years ago
JackLockedEngine.h Add new jack_set_port_rename_callback API, jack_port_set_name is now a server request that call port rename callbacks. 16 years ago
JackLoopbackDriver.cpp Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackLoopbackDriver.h Remove JackClientInterface class 17 years ago
JackMessageBuffer.cpp Tim Blechmann patch to remove unnecessary virtual methods : choice of the appropriate platform version is now done at compilation time. 17 years ago
JackMessageBuffer.h Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackMidiAPI.cpp Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackMidiPort.cpp Add conditional includes for config.h, for use with waf 17 years ago
JackMidiPort.h All library side files become LGPL 17 years ago
JackMutex.h Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackNetAdapter.cpp Add new desc (extended description) in jack_driver_desc_t, to be used by backends and internal clients. 16 years ago
JackNetAdapter.h Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackNetDriver.cpp Correct JackNetDriver initialization. 16 years ago
JackNetDriver.h Correct JackNetDriver initialization. 16 years ago
JackNetInterface.cpp Ugly temporary fix for netmanager deadlock. 16 years ago
JackNetInterface.h Better SocketAPIInit/SocketAPIEnd handling. 16 years ago
JackNetManager.cpp Add new desc (extended description) in jack_driver_desc_t, to be used by backends and internal clients. 16 years ago
JackNetManager.h Cleanup. 16 years ago
JackNetSocket.h Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackNetTool.cpp Transport is now working over the network with NetJack2 16 years ago
JackNetTool.h Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackNotification.h Add new jack_set_port_rename_callback API, jack_port_set_name is now a server request that call port rename callbacks. 16 years ago
JackPlatformPlug.h Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackPort.cpp Cleanup JackEngine::PortRename. 16 years ago
JackPort.h Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackPortType.cpp Correct GetPortTypeId, various cleanup. 17 years ago
JackPortType.h Correct GetPortTypeId, various cleanup. 17 years ago
JackRequest.h Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackResampler.cpp Better error handling in netioadapter (2) 17 years ago
JackResampler.h Cleanup, documentation. 17 years ago
JackRestartThreadedDriver.cpp Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackRestartThreadedDriver.h Cleanup, documentation. 17 years ago
JackServer.cpp Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackServer.h Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackServerAPI.cpp Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackServerGlobals.cpp Fix memory leaks. 16 years ago
JackServerGlobals.h Another Tim Blechmann patch to remove unnecessary virtual methods. 17 years ago
JackServerLaunch.cpp Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackServerLaunch.h Nedko Arnaudov FULL_MIMIC patch. 17 years ago
JackShmMem.cpp Fix a crash bug when desallocating a non completely created external client. 17 years ago
JackShmMem.h Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackSynchro.h Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackSystemDeps.h Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackThread.h Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackThreadedDriver.cpp Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackThreadedDriver.h Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackTime.c Cleanup some headers for licence issues. 17 years ago
JackTime.h Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackTools.cpp Correct JackTools::ParseParams, cleanup. 16 years ago
JackTools.h Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackTransportEngine.cpp Transport is now working over the network with NetJack2 16 years ago
JackTransportEngine.h Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackTypes.h Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackWaitThreadedDriver.cpp Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackWaitThreadedDriver.h Cleanup, documentation. 17 years ago
Jackdmp.cpp Implement jackctl_server_load_internal and jackctl_server_unload_internal. 16 years ago
driver_interface.h Merge Michael Voigt drops branch after reorganization step. 16 years ago
ringbuffer.c Merge Michael Voigt drops branch after reorganization step. 16 years ago
shm.c Better control of exported symbols. 17 years ago
shm.h Merge Michael Voigt drops branch after reorganization step. 16 years ago
timestamps.c Add conditional includes for config.h, for use with waf 17 years ago
timestamps.h Beautifull code 17 years ago
varargs.h Correct GetPortTypeId, various cleanup. 17 years ago
wscript Merge Michael Voigt drops branch after reorganization step. 16 years ago