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 196afce586 Code cleanup. 16 years ago
..
jack Libjack shutdown handler does not deactivate (fActive = false) the client anymore, so that jack_deactivate correctly does the job later on. 16 years ago
JackAPI.cpp Use a mutex to make jack_client_open/jack_client_close thread safe, remove use of jack_init/jack_uninit. 16 years ago
JackActivationCount.cpp Header cleanup, add --clients and --ports options in configure. 16 years ago
JackActivationCount.h Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackAtomic.h Fix a SMP related bug introduced in rev 2957 : remove the __SMP__ flag and define LOCK for SMP in all cases. 16 years ago
JackAtomicArrayState.h Cleanup 17 years ago
JackAtomicState.h Cleanup 17 years ago
JackAudioAdapter.cpp AlsaAdapter compiles again with profiling records. 16 years ago
JackAudioAdapter.h Add missing methods in JackInternalClientChannel.h 16 years ago
JackAudioAdapterFactory.cpp Better symbols export for server and client side libraries. 16 years ago
JackAudioAdapterInterface.cpp Add missing methods in JackInternalClientChannel.h 16 years ago
JackAudioAdapterInterface.h Header cleanup, add --clients and --ports options in configure. 16 years ago
JackAudioDriver.cpp Header cleanup, add --clients and --ports options in configure. 16 years ago
JackAudioDriver.h Better symbols export for server and client side libraries. 16 years ago
JackAudioPort.cpp Header cleanup, add --clients and --ports options in configure. 16 years ago
JackChannel.h Correct PortRegister prototype. 16 years ago
JackClient.cpp Libjack shutdown handler does not deactivate (fActive = false) the client anymore, so that jack_deactivate correctly does the job later on. 16 years ago
JackClient.h Libjack shutdown handler does not deactivate (fActive = false) the client anymore, so that jack_deactivate correctly does the job later on. 16 years ago
JackClientControl.h Simplify request server close only if server is running implementation. 17 years ago
JackClientInterface.h Better symbols export for server and client side libraries. 16 years ago
JackCompilerDeps.h Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackConnectionManager.cpp Tim Blechmann optimization patch. 16 years ago
JackConnectionManager.h Tim Blechmann optimization patch. 16 years ago
JackConstants.h Version 1.9.1 started. 16 years ago
JackControlAPI.cpp Fix jackctl_server_unload_internal. 16 years ago
JackControlAPI.h Transform range bool into flags 16 years ago
JackDebugClient.cpp Header cleanup, add --clients and --ports options in configure. 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 Header cleanup, add --clients and --ports options in configure. 16 years ago
JackDriver.h Better symbols export for server and client side libraries. 16 years ago
JackDriverLoader.cpp Header cleanup, add --clients and --ports options in configure. 16 years ago
JackDriverLoader.h New JackDriverInfo class to cleanup driver loading code. 16 years ago
JackDummyDriver.cpp Header cleanup, add --clients and --ports options in configure. 16 years ago
JackDummyDriver.h Loopback driver working again. 17 years ago
JackEngine.cpp Fix a crash in JackEngine::Close when backend cannot be loaded. 16 years ago
JackEngine.h Cleanup jack_port_id_t/jack_port_t mess, should work again on 64 bits machines. 16 years ago
JackEngineControl.cpp Header cleanup, add --clients and --ports options in configure. 16 years ago
JackEngineControl.h Better symbols export for server and client side libraries. 16 years ago
JackEngineTiming.cpp Header cleanup, add --clients and --ports options in configure. 16 years ago
JackEngineTiming.h Cleanup timing + cpuload code 17 years ago
JackError.cpp Header cleanup, add --clients and --ports options in configure. 16 years ago
JackError.h Better symbols export for server and client side libraries. 16 years ago
JackException.h Better symbols export for server and client side libraries. 16 years ago
JackExternalClient.cpp Header cleanup, add --clients and --ports options in configure. 16 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 Header cleanup, add --clients and --ports options in configure. 16 years ago
JackFrameTimer.h Better symbols export for server and client side libraries. 16 years ago
JackFreewheelDriver.cpp Header cleanup, add --clients and --ports options in configure. 16 years ago
JackFreewheelDriver.h Remove JackClientInterface class 17 years ago
JackGlobals.cpp Use a mutex to make jack_client_open/jack_client_close thread safe, remove use of jack_init/jack_uninit. 16 years ago
JackGlobals.h Use a mutex to make jack_client_open/jack_client_close thread safe, remove use of jack_init/jack_uninit. 16 years ago
JackGraphManager.cpp Tim Blechmann optimization patch. 16 years ago
JackGraphManager.h Tim Blechmann optimization patch. 16 years ago
JackInternalClient.cpp Header cleanup, add --clients and --ports options in configure. 16 years ago
JackInternalClient.h Remove use of try/catch during internal client loading, set default nperiod to 2 in JackAlsaAdpter. 16 years ago
JackInternalClientChannel.h Add missing methods in JackInternalClientChannel.h 16 years ago
JackLibAPI.cpp Use a mutex to make jack_client_open/jack_client_close thread safe, remove use of jack_init/jack_uninit. 16 years ago
JackLibClient.cpp Header cleanup, add --clients and --ports options in configure. 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 Filter SIGPIPE to avoid having client get a SIGPIPE when trying to access a died server. 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 Cleanup jack_port_id_t/jack_port_t mess, should work again on 64 bits machines. 16 years ago
JackLoopbackDriver.cpp Header cleanup, add --clients and --ports options in configure. 16 years ago
JackLoopbackDriver.h Remove JackClientInterface class 17 years ago
JackMessageBuffer.cpp Header cleanup, add --clients and --ports options in configure. 16 years ago
JackMessageBuffer.h Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackMidiAPI.cpp Header cleanup, add --clients and --ports options in configure. 16 years ago
JackMidiPort.cpp Header cleanup, add --clients and --ports options in configure. 16 years ago
JackMidiPort.h All library side files become LGPL 17 years ago
JackMutex.h Michael Voigt mutex cleanup patch. 16 years ago
JackNetAdapter.cpp Better symbols export for server and client side libraries. 16 years ago
JackNetAdapter.h Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackNetDriver.cpp Fix Midi port initialization in JackNetDriver. 16 years ago
JackNetDriver.h Correct JackNetDriver initialization. 16 years ago
JackNetInterface.cpp Fix profiling recording in NetXXX files. 16 years ago
JackNetInterface.h Header cleanup, add --clients and --ports options in configure. 16 years ago
JackNetManager.cpp Fix profiling recording in NetXXX files. 16 years ago
JackNetManager.h Cleanup. 16 years ago
JackNetSocket.h Better symbols export for server and client side libraries. 16 years ago
JackNetTool.cpp Better symbols export for server and client side libraries. 16 years ago
JackNetTool.h Better symbols export for server and client side libraries. 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 Tim Blechmann optimization patch. 16 years ago
JackPort.h Tim Blechmann optimization patch. 16 years ago
JackPortType.cpp Header cleanup, add --clients and --ports options in configure. 16 years ago
JackPortType.h Correct GetPortTypeId, various cleanup. 17 years ago
JackRequest.h JackRequest.h moved back to common folder. 16 years ago
JackResampler.cpp Better error handling in netioadapter (2) 17 years ago
JackResampler.h Cleanup, documentation. 17 years ago
JackRestartThreadedDriver.cpp Header cleanup, add --clients and --ports options in configure. 16 years ago
JackRestartThreadedDriver.h Better symbols export for server and client side libraries. 16 years ago
JackServer.cpp Header cleanup, add --clients and --ports options in configure. 16 years ago
JackServer.h fDriverInfo as an object in JackServer class. 16 years ago
JackServerAPI.cpp Use a mutex to make jack_client_open/jack_client_close thread safe, remove use of jack_init/jack_uninit. 16 years ago
JackServerGlobals.cpp Header cleanup, add --clients and --ports options in configure. 16 years ago
JackServerGlobals.h Another Tim Blechmann patch to remove unnecessary virtual methods. 17 years ago
JackServerLaunch.h Cleanup on Windows. 16 years ago
JackShmMem.cpp Header cleanup, add --clients and --ports options in configure. 16 years ago
JackShmMem.h Better symbols export for server and client side libraries. 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 range constraint for realtime-priority engine parameter 16 years ago
JackThreadedDriver.cpp Header cleanup, add --clients and --ports options in configure. 16 years ago
JackThreadedDriver.h Better symbols export for server and client side libraries. 16 years ago
JackTime.h Michael Voigt JackTime patch. 16 years ago
JackTools.cpp Header cleanup, add --clients and --ports options in configure. 16 years ago
JackTools.h Michael Voigt JackTime patch. 16 years ago
JackTransportEngine.cpp Header cleanup, add --clients and --ports options in configure. 16 years ago
JackTransportEngine.h Better symbols export for server and client side libraries. 16 years ago
JackTypes.h Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackWaitThreadedDriver.cpp Header cleanup, add --clients and --ports options in configure. 16 years ago
JackWaitThreadedDriver.h Better symbols export for server and client side libraries. 16 years ago
Jackdmp.cpp Header cleanup, add --clients and --ports options in configure. 16 years ago
driver_interface.h Fix value of JACK_CONSTRAINT_FLAG_FAKE_VALUE 16 years ago
ringbuffer.c Fix symbols export in ringbuffer.c. 16 years ago
shm.c Code cleanup. 16 years ago
shm.h Header cleanup, add --clients and --ports options in configure. 16 years ago
timestamps.c Header cleanup, add --clients and --ports options in configure. 16 years ago
timestamps.h Beautifull code 17 years ago
varargs.h Michael Voigt JackAPI cleanup patch. 16 years ago
wscript Import waf.diff patch sent Stephane Letz 16 years ago