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.
Stephane Letz feec982949 Move ClientKill in JackEngine class. 12 years ago
..
jack [cosmetics] Sanitise systemdeps.h 12 years ago
JackAC3Encoder.cpp AC3 code not compiled in ppc in JackCoreAudioDriver. 13 years ago
JackAC3Encoder.h AC3 code not compiled in ppc in JackCoreAudioDriver. 13 years ago
JackAPI.cpp Correct error codes. 13 years ago
JackActivationCount.cpp Error in JackActivationCount::Signal now uses jack_log instead of jack_error. 14 years ago
JackActivationCount.h John Emmas POST_PACKED_STRUCTURE patch. 13 years ago
JackArgParser.cpp Simplify server temporary mode : now use a JackTemporaryException. 15 years ago
JackArgParser.h Support for -h option in internal clients to print the parameters. 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 John Emmas POST_PACKED_STRUCTURE patch. 13 years ago
JackAtomicState.h John Emmas POST_PACKED_STRUCTURE patch. 13 years ago
JackAudioAdapter.cpp Fix for compilation on Solaris. 13 years ago
JackAudioAdapter.h Fix for compilation on Solaris. 13 years ago
JackAudioAdapterFactory.cpp Audioadapter factory code moved back in JackAudioAdapterFactory.cpp file. 12 years ago
JackAudioAdapterInterface.cpp Correct export settings(2). 13 years ago
JackAudioAdapterInterface.h Correct export settings(2). 13 years ago
JackAudioDriver.cpp Correct client time-out setting. 13 years ago
JackAudioDriver.h Cleanup of backend stack. 13 years ago
JackAudioPort.cpp Use jack_default_audio_sample_t instead of float consistently, fix ticket #201. 14 years ago
JackChannel.h Correct JackClientRequestInterface. 13 years ago
JackClient.cpp Protect shared fSynchroTable access with a mutex. 12 years ago
JackClient.h Naming of synchro primitive on Windows. 13 years ago
JackClientControl.h John Emmas POST_PACKED_STRUCTURE patch. 13 years ago
JackClientInterface.h Correct export settings(2). 13 years ago
JackCompilerDeps.h Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackConnectionManager.cpp Correct TopologicalSort. 14 years ago
JackConnectionManager.h John Emmas POST_PACKED_STRUCTURE patch. 13 years ago
JackConstants.h Move SYNC_MAX_NAME_SIZE in JackConstants.h, correct synchro primitives BuildName method. 12 years ago
JackControlAPI.cpp Use JackTools::DefaultServerName() everywhere needed. 12 years ago
JackControlAPI.h In control API, UNIX like sigset_t replaced by more abstract jackctl_sigmask_t * opaque struct. 13 years ago
JackDebugClient.cpp Code cleanup after compilation with clang. 12 years ago
JackDebugClient.h Code cleanup after compilation with clang. 12 years ago
JackDriver.cpp Correct client time-out setting. 13 years ago
JackDriver.h Correct client time-out setting. 13 years ago
JackDriverInfo.h Cleanup headers(2). 13 years ago
JackDriverLoader.cpp Improve port alias management in Windows JackRouter. 13 years ago
JackDriverLoader.h Cleanup headers. 13 years ago
JackDummyDriver.cpp Add jackctl_driver_get_type in Control API. 13 years ago
JackDummyDriver.h NetJack2 code cleanup. 13 years ago
JackEngine.cpp Move ClientKill in JackEngine class. 12 years ago
JackEngine.h Move ClientKill in JackEngine class. 12 years ago
JackEngineControl.cpp Correct JackFrameTimer::ResetFrameTime for new Fons DLL model. 13 years ago
JackEngineControl.h Correct JackFrameTimer::ResetFrameTime for new Fons DLL model. 13 years ago
JackEngineProfiling.cpp Cleanup. 13 years ago
JackEngineProfiling.h John Emmas POST_PACKED_STRUCTURE patch. 13 years ago
JackError.cpp Correct export settings(2). 13 years ago
JackError.h Correct export settings(2). 13 years ago
JackException.cpp Correct export settings(2). 13 years ago
JackException.h Correct export settings(2). 13 years ago
JackExternalClient.cpp More relax JackEngine::NotifyAddClient. 13 years ago
JackExternalClient.h Possible fix for http://trac.jackaudio.org/ticket/193. 13 years ago
JackFilters.h John Emmas POST_PACKED_STRUCTURE patch. 13 years ago
JackFrameTimer.cpp Correct JackFrameTimer::ResetFrameTime for new Fons DLL model. 13 years ago
JackFrameTimer.h Correct JackFrameTimer::ResetFrameTime for new Fons DLL model. 13 years ago
JackFreewheelDriver.cpp Export cleanup. 13 years ago
JackFreewheelDriver.h More cleanup in backends. 13 years ago
JackGenericClientChannel.cpp Check server API callback from notification thread. 13 years ago
JackGenericClientChannel.h Code cleanup after compilation with clang. 12 years ago
JackGlobals.cpp Protect shared fSynchroTable access with a mutex. 12 years ago
JackGlobals.h Protect shared fSynchroTable access with a mutex. 12 years ago
JackGraphManager.cpp Better time-out management in NetJack2. 13 years ago
JackGraphManager.h NetJack2 code cleanup. 13 years ago
JackInternalClient.cpp Use of jack_free instead of free, cleanup. 12 years ago
JackInternalClient.h Correct ShutDown in JackInternalClient and JackLibClient. 13 years ago
JackInternalClientChannel.h More robust server/client protocol. 13 years ago
JackLibAPI.cpp Move NotifyQuit in JackServer::Stop. 12 years ago
JackLibClient.cpp Protect shared fSynchroTable access with a mutex. 12 years ago
JackLibClient.h Correct ShutDown in JackInternalClient and JackLibClient. 13 years ago
JackLibGlobals.h Fix stupid typo. 12 years ago
JackLibSampleRateResampler.cpp Correct export settings(2). 13 years ago
JackLibSampleRateResampler.h Cleanup. 13 years ago
JackLockedEngine.h Move ClientKill in JackEngine class. 12 years ago
JackLoopbackDriver.cpp Export cleanup. 13 years ago
JackLoopbackDriver.h Cleanup of backend stack. 13 years ago
JackMessageBuffer.cpp WIN32 specific code in JackMessageBuffer::SetInitCallback. 13 years ago
JackMessageBuffer.h Make fInit volatile in JackMessageBuffer class. 13 years ago
JackMidiAPI.cpp Cleanup. 13 years ago
JackMidiAsyncQueue.cpp Update comments and cleanup code for JackMidiAsyncQueue. 14 years ago
JackMidiAsyncQueue.h Update comments and cleanup code for JackMidiAsyncQueue. 14 years ago
JackMidiAsyncWaitQueue.cpp CoreMidi driver starting to work. 14 years ago
JackMidiAsyncWaitQueue.h Fix compilation errors sent from Stephane. 14 years ago
JackMidiBufferReadQueue.cpp Correct export settings(2). 13 years ago
JackMidiBufferReadQueue.h Added MIDI queues, FFADO objects, etc. - see 'http://trac.jackaudio.org/ticket/187' for more details 14 years ago
JackMidiBufferWriteQueue.cpp Correct export settings(2). 13 years ago
JackMidiBufferWriteQueue.h Added MIDI queues, FFADO objects, etc. - see 'http://trac.jackaudio.org/ticket/187' for more details 14 years ago
JackMidiDriver.cpp Remove uneeded log in JackMidiDriver. 12 years ago
JackMidiDriver.h Cleanup of backend stack. 13 years ago
JackMidiPort.cpp Add jack_error() calls to 'jack_midi_event_reserve'. 14 years ago
JackMidiPort.h Correct visibility warnings. 14 years ago
JackMidiRawInputWriteQueue.cpp Compiles again on Linux with ALSA. 13 years ago
JackMidiRawInputWriteQueue.h JackMidiRawInputWriteQueue: Fix flaw exposed by ringbuffer use by using array instead of ringbuffer, which needed to be done anyway, as the ringbuffer was overkill for this case. 14 years ago
JackMidiRawOutputWriteQueue.cpp Optimize the 'alsarawmidi' driver for I/O over multiple ports. Make 'GetCurrentFrame' call 'GetMicroSeconds' earlier in the function call. 14 years ago
JackMidiRawOutputWriteQueue.h Take away early bytes optimization from JackMidiRawOutputWriteQueue, as some MIDI systems timestamp incoming data using the time the status byte arrives vs. the time the last byte arrives. Also, doing some debugging on the 'alsarawmidi' driver (in progress). 14 years ago
JackMidiReadQueue.cpp Added MIDI queues, FFADO objects, etc. - see 'http://trac.jackaudio.org/ticket/187' for more details 14 years ago
JackMidiReadQueue.h Added MIDI queues, FFADO objects, etc. - see 'http://trac.jackaudio.org/ticket/187' for more details 14 years ago
JackMidiReceiveQueue.cpp Added MIDI queues, FFADO objects, etc. - see 'http://trac.jackaudio.org/ticket/187' for more details 14 years ago
JackMidiReceiveQueue.h Added MIDI queues, FFADO objects, etc. - see 'http://trac.jackaudio.org/ticket/187' for more details 14 years ago
JackMidiSendQueue.cpp Added MIDI queues, FFADO objects, etc. - see 'http://trac.jackaudio.org/ticket/187' for more details 14 years ago
JackMidiSendQueue.h Added MIDI queues, FFADO objects, etc. - see 'http://trac.jackaudio.org/ticket/187' for more details 14 years ago
JackMidiUtil.cpp Optimize the 'alsarawmidi' driver for I/O over multiple ports. Make 'GetCurrentFrame' call 'GetMicroSeconds' earlier in the function call. 14 years ago
JackMidiUtil.h Added MIDI queues, FFADO objects, etc. - see 'http://trac.jackaudio.org/ticket/187' for more details 14 years ago
JackMidiWriteQueue.cpp Added MIDI queues, FFADO objects, etc. - see 'http://trac.jackaudio.org/ticket/187' for more details 14 years ago
JackMidiWriteQueue.h Renaming for Windows compatibility. 14 years ago
JackMutex.h Naming of synchro primitive on Windows(2). 13 years ago
JackNetAPI.cpp netjack1/netone opus support 12 years ago
JackNetAdapter.cpp add opus support to NetJack2 12 years ago
JackNetAdapter.h NetJack2 code cleanup. 13 years ago
JackNetDriver.cpp Code cleanup after compilation with clang. 12 years ago
JackNetDriver.h add opus support to NetJack2 12 years ago
JackNetInterface.cpp Code cleanup after compilation with clang. 12 years ago
JackNetInterface.h Fix NetJack2 initialisation bug. 13 years ago
JackNetManager.cpp Correct netjack2 components help. 12 years ago
JackNetManager.h Use a time-out in notification channel write function. 13 years ago
JackNetOneDriver.cpp netjack/opus: don't re-init en/decoders 12 years ago
JackNetOneDriver.h netjack1/netone opus support 12 years ago
JackNetSocket.h Correct export settings(2). 13 years ago
JackNetTool.cpp netjack/opus: don't re-init en/decoders 12 years ago
JackNetTool.h Code cleanup after compilation with clang. 12 years ago
JackNotification.h New latency API implementation (in progress). 14 years ago
JackPlatformPlug.h Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackPort.cpp Improve port alias management in Windows JackRouter. 13 years ago
JackPort.h Align buffers to 32 byte boundaries to allow AVX processing 13 years ago
JackPortType.cpp jack_port_type_get_buffer_size implementation. 14 years ago
JackPortType.h JackEngine::ComputeTotalLatencies in progress. 14 years ago
JackProfiler.cpp Correct JackProfiler. 13 years ago
JackProfiler.h Merge Solaris branch back on trunk. 16 years ago
JackRequest.h More robust server/client protocol. 13 years ago
JackRequestDecoder.cpp Use of jack_free instead of free, cleanup. 12 years ago
JackRequestDecoder.h Add midding virtual destructor. 13 years ago
JackResampler.cpp Correct export settings(2). 13 years ago
JackResampler.h Correct export settings(2). 13 years ago
JackRestartThreadedDriver.cpp Cleanup. 14 years ago
JackRestartThreadedDriver.h Better symbols export for server and client side libraries. 16 years ago
JackServer.cpp Move ClientKill in JackEngine class. 12 years ago
JackServer.h Move ClientKill in JackEngine class. 12 years ago
JackServerAPI.cpp Move NotifyQuit in JackServer::Stop. 12 years ago
JackServerGlobals.cpp Use JackTools::DefaultServerName() everywhere needed. 12 years ago
JackServerGlobals.h Protect shared fSynchroTable access with a mutex. 12 years ago
JackServerLaunch.h Cleanup on Windows. 16 years ago
JackSession.h New internal JackSession.h file (for 64 bits compilation on Windows). 14 years ago
JackShmMem.cpp Cleanup. 13 years ago
JackShmMem.h Export cleanup. 13 years ago
JackSynchro.h Move SYNC_MAX_NAME_SIZE in JackConstants.h, correct synchro primitives BuildName method. 12 years ago
JackSystemDeps.h Merge Michael Voigt drops branch after reorganization step. 16 years ago
JackThread.h Compile on Windows again. 14 years ago
JackThreadedDriver.cpp Cleanup of backend stack. 13 years ago
JackThreadedDriver.h Cleanup of backend stack. 13 years ago
JackTime.h Add EndTime function (especially for Windows). 13 years ago
JackTimedDriver.cpp NetJack2 code cleanup. 13 years ago
JackTimedDriver.h NetJack2 code cleanup. 13 years ago
JackTools.cpp Use JackTools::DefaultServerName() everywhere needed. 12 years ago
JackTools.h gcc-4.7 fix for fill_n 13 years ago
JackTransportEngine.cpp Fix the types of a few function parameters. 13 years ago
JackTransportEngine.h John Emmas POST_PACKED_STRUCTURE patch. 13 years ago
JackTypes.h Delete some redundant macros and typedefs. 12 years ago
JackWaitThreadedDriver.cpp NetJack2 code cleanup. 13 years ago
JackWaitThreadedDriver.h NetJack2 code cleanup. 13 years ago
JackWeakAPI.c Compiles again on Windows. 13 years ago
Jackdmp.cpp Dynamically scan and print backend and internal names in jackd (2). 12 years ago
driver_interface.h Cleanup headers. 13 years ago
memops.c Gabriel Beddingfield patch (r4541) reverted. 13 years ago
memops.h Merge Solaris branch back on trunk. 16 years ago
netjack.c netjack/opus: don't re-init en/decoders 12 years ago
netjack.h netjack1/netone opus support 12 years ago
netjack_packet.c netjack1/2 Opus: use only 2bytes for encoded-length 12 years ago
netjack_packet.h netjack1/netone opus support 12 years ago
ringbuffer.c EXPORT macro renamed to LIB_EXPORT. 14 years ago
shm.c Update Syst V shared memory implementation. 12 years ago
shm.h Update Syst V shared memory implementation. 12 years ago
timestamps.c Synchronize jack.h with JACK1, use jack_native_thread_t type in POSIX and OSX thread implementation. 14 years ago
timestamps.h Beautifull code 17 years ago
varargs.h Implement renaming in JackDriver::Open to avoid name collision (thanks Devin Anderson). 14 years ago
wscript waf: configure option for enforcing autostart method 12 years ago