| .. |
|
jack
|
Added vcpkg bootstrapper script for building all dependencies on windows.
|
7 years ago |
|
JackAC3Encoder.cpp
|
AC3 code not compiled in ppc in JackCoreAudioDriver.
|
14 years ago |
|
JackAC3Encoder.h
|
NO-OP / trailing whitespace in *.h files
|
7 years ago |
|
JackAPI.cpp
|
Include inttypes.h. (#408)
|
7 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.
|
14 years ago |
|
JackArgParser.cpp
|
Simplify server temporary mode : now use a JackTemporaryException.
|
16 years ago |
|
JackArgParser.h
|
Support for -h option in internal clients to print the parameters.
|
17 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.
|
17 years ago |
|
JackAtomicArrayState.h
|
NO-OP / trailing whitespace in *.h files
|
7 years ago |
|
JackAtomicState.h
|
NO-OP / trailing whitespace in *.h files
|
7 years ago |
|
JackAudioAdapter.cpp
|
Fix for compilation on Solaris.
|
14 years ago |
|
JackAudioAdapter.h
|
Fix for compilation on Solaris.
|
14 years ago |
|
JackAudioAdapterFactory.cpp
|
Windows: Changed to using LIB_EXPORT instead of SERVER_EXPORT in all driver and plugin APIs. This is safe because all drivers and plugins are currently built with SERVER_SIDE, which sets LIB_EXPORT and SERVER_EXPORT to the same. This allows for a future change where SERVER_EXPORT is defined to declare libjackserver dll imports also
|
7 years ago |
|
JackAudioAdapterInterface.cpp
|
Add NET_SYNCHING flag.
|
12 years ago |
|
JackAudioAdapterInterface.h
|
Correct export settings(2).
|
14 years ago |
|
JackAudioDriver.cpp
|
fixed potential copy&paste style bugs (#317)
|
8 years ago |
|
JackAudioDriver.h
|
Cleanup, documentation.
|
12 years ago |
|
JackAudioPort.cpp
|
arm64: Enable simd implementations (#398)
|
7 years ago |
|
JackChannel.h
|
NO-OP / trailing whitespace in *.h files
|
7 years ago |
|
JackClient.cpp
|
[metadata] Metadata properties implementation. (#383)
|
7 years ago |
|
JackClient.h
|
[metadata] Metadata properties implementation. (#383)
|
7 years ago |
|
JackClientControl.h
|
Cleanup.
|
13 years ago |
|
JackClientInterface.h
|
Correct export settings(2).
|
14 years ago |
|
JackCompilerDeps.h
|
Merge Michael Voigt drops branch after reorganization step.
|
17 years ago |
|
JackConnectionManager.cpp
|
Heap-allocate client matrix in topo sort
|
9 years ago |
|
JackConnectionManager.h
|
John Emmas POST_PACKED_STRUCTURE patch.
|
14 years ago |
|
JackConstants.h
|
Prepare 1.9.12 release
|
8 years ago |
|
JackControlAPI.cpp
|
Add support for internal session files
|
8 years ago |
|
JackControlAPI.h
|
Add support for internal session files
|
8 years ago |
|
JackDebugClient.cpp
|
JackDebugClient: Keep client->fSynchroTable. Prevents crash in jack_client_wait, plus that it seems to be the correct thing to do.
|
8 years ago |
|
JackDebugClient.h
|
NO-OP / trailing whitespace in *.h files
|
7 years ago |
|
JackDriver.cpp
|
Fix uninitialized fEndDateUst.
|
9 years ago |
|
JackDriver.h
|
NO-OP / trailing whitespace in *.h files
|
7 years ago |
|
JackDriverInfo.h
|
Cleanup headers(2).
|
14 years ago |
|
JackDriverLoader.cpp
|
Windows: Fixed strcasecmp with MSVC
|
7 years ago |
|
JackDriverLoader.h
|
Cleanup headers.
|
14 years ago |
|
JackDummyDriver.cpp
|
Windows: Changed to using LIB_EXPORT instead of SERVER_EXPORT in all driver and plugin APIs. This is safe because all drivers and plugins are currently built with SERVER_SIDE, which sets LIB_EXPORT and SERVER_EXPORT to the same. This allows for a future change where SERVER_EXPORT is defined to declare libjackserver dll imports also
|
7 years ago |
|
JackDummyDriver.h
|
NetJack2 code cleanup.
|
14 years ago |
|
JackEngine.cpp
|
[metadata] Metadata properties implementation. (#383)
|
7 years ago |
|
JackEngine.h
|
NO-OP / trailing whitespace in *.h files
|
7 years ago |
|
JackEngineControl.cpp
|
Define NETWORK_PROTOCOL.
|
12 years ago |
|
JackEngineControl.h
|
NO-OP / trailing whitespace in *.h files
|
7 years ago |
|
JackEngineProfiling.cpp
|
Cleanup.
|
14 years ago |
|
JackEngineProfiling.h
|
NO-OP / trailing whitespace in *.h files
|
7 years ago |
|
JackError.cpp
|
Rework XRun handling.
|
13 years ago |
|
JackError.h
|
Correct export settings(2).
|
14 years ago |
|
JackException.cpp
|
Correct export settings(2).
|
14 years ago |
|
JackException.h
|
Correct export settings(2).
|
14 years ago |
|
JackExternalClient.cpp
|
More relax JackEngine::NotifyAddClient.
|
14 years ago |
|
JackExternalClient.h
|
Possible fix for http://trac.jackaudio.org/ticket/193.
|
14 years ago |
|
JackFilters.h
|
Cleanup.
|
13 years ago |
|
JackFrameTimer.cpp
|
Correct JackFrameTimer::ResetFrameTime for new Fons DLL model.
|
14 years ago |
|
JackFrameTimer.h
|
Correct JackFrameTimer::ResetFrameTime for new Fons DLL model.
|
14 years ago |
|
JackFreewheelDriver.cpp
|
Accpetable fix for long standing Freewheel mode bug.
|
12 years ago |
|
JackFreewheelDriver.h
|
More cleanup in backends.
|
14 years ago |
|
JackGenericClientChannel.cpp
|
[metadata] Metadata properties implementation. (#383)
|
7 years ago |
|
JackGenericClientChannel.h
|
[metadata] Metadata properties implementation. (#383)
|
7 years ago |
|
JackGlobals.cpp
|
John Emmas patch for Windows.
|
13 years ago |
|
JackGlobals.h
|
Protect shared fSynchroTable access with a mutex.
|
13 years ago |
|
JackGraphManager.cpp
|
Correct JackDriver::Open : call to fGraphManager->SetBufferSize has to use current fEngineControl->fBufferSize value.
|
10 years ago |
|
JackGraphManager.h
|
NetJack2 code cleanup.
|
14 years ago |
|
JackInternalClient.cpp
|
Correctly pass code parameter in InfoShutdown callback.
|
12 years ago |
|
JackInternalClient.h
|
Correctly pass code parameter in InfoShutdown callback.
|
12 years ago |
|
JackInternalClientChannel.h
|
More robust server/client protocol.
|
14 years ago |
|
JackInternalSessionLoader.cpp
|
Mass-fix spelling errors
|
8 years ago |
|
JackInternalSessionLoader.h
|
Add support for internal session files
|
8 years ago |
|
JackLibAPI.cpp
|
[metadata] Metadata properties implementation. (#383)
|
7 years ago |
|
JackLibClient.cpp
|
[metadata] Metadata properties implementation. (#383)
|
7 years ago |
|
JackLibClient.h
|
[metadata] Metadata properties implementation. (#383)
|
7 years ago |
|
JackLibGlobals.h
|
[metadata] Metadata properties implementation. (#383)
|
7 years ago |
|
JackLibSampleRateResampler.cpp
|
Correct JackNetExtMaster::Read.
|
12 years ago |
|
JackLibSampleRateResampler.h
|
Cleanup.
|
14 years ago |
|
JackLockedEngine.h
|
NO-OP / trailing whitespace in *.h files
|
7 years ago |
|
JackLoopbackDriver.cpp
|
Windows: Changed to using LIB_EXPORT instead of SERVER_EXPORT in all driver and plugin APIs. This is safe because all drivers and plugins are currently built with SERVER_SIDE, which sets LIB_EXPORT and SERVER_EXPORT to the same. This allows for a future change where SERVER_EXPORT is defined to declare libjackserver dll imports also
|
7 years ago |
|
JackLoopbackDriver.h
|
Cleanup of backend stack.
|
14 years ago |
|
JackMessageBuffer.cpp
|
Add curly brackets
|
11 years ago |
|
JackMessageBuffer.h
|
Make fInit volatile in JackMessageBuffer class.
|
14 years ago |
|
JackMetadata.cpp
|
Allow JackMetadata::GetProperty(ies) to return single char values
|
7 years ago |
|
JackMetadata.h
|
[metadata] Metadata properties implementation. (#383)
|
7 years ago |
|
JackMidiAPI.cpp
|
Correct JackDriver::Open : call to fGraphManager->SetBufferSize has to use current fEngineControl->fBufferSize value.
|
10 years ago |
|
JackMidiAsyncQueue.cpp
|
Update comments and cleanup code for JackMidiAsyncQueue.
|
15 years ago |
|
JackMidiAsyncQueue.h
|
Update comments and cleanup code for JackMidiAsyncQueue.
|
15 years ago |
|
JackMidiAsyncWaitQueue.cpp
|
CoreMidi driver starting to work.
|
15 years ago |
|
JackMidiAsyncWaitQueue.h
|
Fix compilation errors sent from Stephane.
|
15 years ago |
|
JackMidiBufferReadQueue.cpp
|
Added usings required by MSVC
|
7 years ago |
|
JackMidiBufferReadQueue.h
|
Added MIDI queues, FFADO objects, etc. - see 'http://trac.jackaudio.org/ticket/187' for more details
|
15 years ago |
|
JackMidiBufferWriteQueue.cpp
|
Added usings required by MSVC
|
7 years ago |
|
JackMidiBufferWriteQueue.h
|
Added MIDI queues, FFADO objects, etc. - see 'http://trac.jackaudio.org/ticket/187' for more details
|
15 years ago |
|
JackMidiDriver.cpp
|
String management fix.
|
10 years ago |
|
JackMidiDriver.h
|
Cleanup, documentation.
|
12 years ago |
|
JackMidiPort.cpp
|
Windows: alloca fixes for MSVC. Uses alloca instead of variable length array in JackMidiPort
|
7 years ago |
|
JackMidiPort.h
|
Correct JackDriver::Open : call to fGraphManager->SetBufferSize has to use current fEngineControl->fBufferSize value.
|
10 years ago |
|
JackMidiRawInputWriteQueue.cpp
|
Cleanup some warnings
|
7 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.
|
15 years ago |
|
JackMidiRawOutputWriteQueue.cpp
|
Added usings required by MSVC
|
7 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).
|
15 years ago |
|
JackMidiReadQueue.cpp
|
Added MIDI queues, FFADO objects, etc. - see 'http://trac.jackaudio.org/ticket/187' for more details
|
15 years ago |
|
JackMidiReadQueue.h
|
Added MIDI queues, FFADO objects, etc. - see 'http://trac.jackaudio.org/ticket/187' for more details
|
15 years ago |
|
JackMidiReceiveQueue.cpp
|
Added MIDI queues, FFADO objects, etc. - see 'http://trac.jackaudio.org/ticket/187' for more details
|
15 years ago |
|
JackMidiReceiveQueue.h
|
Added MIDI queues, FFADO objects, etc. - see 'http://trac.jackaudio.org/ticket/187' for more details
|
15 years ago |
|
JackMidiSendQueue.cpp
|
Added MIDI queues, FFADO objects, etc. - see 'http://trac.jackaudio.org/ticket/187' for more details
|
15 years ago |
|
JackMidiSendQueue.h
|
Added MIDI queues, FFADO objects, etc. - see 'http://trac.jackaudio.org/ticket/187' for more details
|
15 years ago |
|
JackMidiUtil.cpp
|
Optimize the 'alsarawmidi' driver for I/O over multiple ports. Make 'GetCurrentFrame' call 'GetMicroSeconds' earlier in the function call.
|
15 years ago |
|
JackMidiUtil.h
|
Added MIDI queues, FFADO objects, etc. - see 'http://trac.jackaudio.org/ticket/187' for more details
|
15 years ago |
|
JackMidiWriteQueue.cpp
|
Added MIDI queues, FFADO objects, etc. - see 'http://trac.jackaudio.org/ticket/187' for more details
|
15 years ago |
|
JackMidiWriteQueue.h
|
Renaming for Windows compatibility.
|
15 years ago |
|
JackMutex.h
|
Naming of synchro primitive on Windows(2).
|
14 years ago |
|
JackNetAPI.cpp
|
String management fix.
|
10 years ago |
|
JackNetAdapter.cpp
|
Windows: Changed to using LIB_EXPORT instead of SERVER_EXPORT in all driver and plugin APIs. This is safe because all drivers and plugins are currently built with SERVER_SIDE, which sets LIB_EXPORT and SERVER_EXPORT to the same. This allows for a future change where SERVER_EXPORT is defined to declare libjackserver dll imports also
|
7 years ago |
|
JackNetAdapter.h
|
NO-OP / trailing whitespace in *.h files
|
7 years ago |
|
JackNetDriver.cpp
|
Windows: Changed to using LIB_EXPORT instead of SERVER_EXPORT in all driver and plugin APIs. This is safe because all drivers and plugins are currently built with SERVER_SIDE, which sets LIB_EXPORT and SERVER_EXPORT to the same. This allows for a future change where SERVER_EXPORT is defined to declare libjackserver dll imports also
|
7 years ago |
|
JackNetDriver.h
|
NO-OP / trailing whitespace in *.h files
|
7 years ago |
|
JackNetInterface.cpp
|
Correct NetJack2 SyncSend.
|
11 years ago |
|
JackNetInterface.h
|
NO-OP / trailing whitespace in *.h files
|
7 years ago |
|
JackNetManager.cpp
|
Windows: Changed to using LIB_EXPORT instead of SERVER_EXPORT in all driver and plugin APIs. This is safe because all drivers and plugins are currently built with SERVER_SIDE, which sets LIB_EXPORT and SERVER_EXPORT to the same. This allows for a future change where SERVER_EXPORT is defined to declare libjackserver dll imports also
|
7 years ago |
|
JackNetManager.h
|
NO-OP / trailing whitespace in *.h files
|
7 years ago |
|
JackNetOneDriver.cpp
|
Windows: Changed to using LIB_EXPORT instead of SERVER_EXPORT in all driver and plugin APIs. This is safe because all drivers and plugins are currently built with SERVER_SIDE, which sets LIB_EXPORT and SERVER_EXPORT to the same. This allows for a future change where SERVER_EXPORT is defined to declare libjackserver dll imports also
|
7 years ago |
|
JackNetOneDriver.h
|
netjack1/netone opus support
|
13 years ago |
|
JackNetSocket.h
|
Correct export settings(2).
|
14 years ago |
|
JackNetTool.cpp
|
Correct typos in JackNetTool.cpp
|
10 years ago |
|
JackNetTool.h
|
NO-OP / trailing whitespace in *.h files
|
7 years ago |
|
JackNotification.h
|
[metadata] Metadata properties implementation. (#383)
|
7 years ago |
|
JackPlatformPlug.h
|
Merge Michael Voigt drops branch after reorganization step.
|
17 years ago |
|
JackPort.cpp
|
Cleanup some warnings
|
7 years ago |
|
JackPort.h
|
String management fix.
|
10 years ago |
|
JackPortType.cpp
|
Lorenz Minder patch for jackd man, cleanup.
|
13 years ago |
|
JackPortType.h
|
JackEngine::ComputeTotalLatencies in progress.
|
15 years ago |
|
JackProfiler.cpp
|
Windows: Changed to using LIB_EXPORT instead of SERVER_EXPORT in all driver and plugin APIs. This is safe because all drivers and plugins are currently built with SERVER_SIDE, which sets LIB_EXPORT and SERVER_EXPORT to the same. This allows for a future change where SERVER_EXPORT is defined to declare libjackserver dll imports also
|
7 years ago |
|
JackProfiler.h
|
NO-OP / trailing whitespace in *.h files
|
7 years ago |
|
JackProxyDriver.cpp
|
Windows: Changed to using LIB_EXPORT instead of SERVER_EXPORT in all driver and plugin APIs. This is safe because all drivers and plugins are currently built with SERVER_SIDE, which sets LIB_EXPORT and SERVER_EXPORT to the same. This allows for a future change where SERVER_EXPORT is defined to declare libjackserver dll imports also
|
7 years ago |
|
JackProxyDriver.h
|
More spelling fixes from Debian QA
|
8 years ago |
|
JackRequest.h
|
NO-OP / trailing whitespace in *.h files
|
7 years ago |
|
JackRequestDecoder.cpp
|
[metadata] Metadata properties implementation. (#383)
|
7 years ago |
|
JackRequestDecoder.h
|
Add midding virtual destructor.
|
14 years ago |
|
JackResampler.cpp
|
Support for partial buffers in libjacknet.
|
12 years ago |
|
JackResampler.h
|
NO-OP / trailing whitespace in *.h files
|
7 years ago |
|
JackRestartThreadedDriver.cpp
|
Cleanup.
|
15 years ago |
|
JackRestartThreadedDriver.h
|
Better symbols export for server and client side libraries.
|
17 years ago |
|
JackServer.cpp
|
Add support for internal session files
|
8 years ago |
|
JackServer.h
|
NO-OP / trailing whitespace in *.h files
|
7 years ago |
|
JackServerAPI.cpp
|
Move NotifyQuit in JackServer::Stop.
|
13 years ago |
|
JackServerGlobals.cpp
|
Make -c c an alias for -c s
|
12 years ago |
|
JackServerGlobals.h
|
remove the JackSelfConnectMode enum type
|
12 years ago |
|
JackServerLaunch.h
|
Cleanup on Windows.
|
17 years ago |
|
JackSession.h
|
New internal JackSession.h file (for 64 bits compilation on Windows).
|
15 years ago |
|
JackShmMem.cpp
|
Cleanup.
|
14 years ago |
|
JackShmMem.h
|
NO-OP / trailing whitespace in *.h files
|
7 years ago |
|
JackSynchro.h
|
Fix some incoherency with strings (2).
|
13 years ago |
|
JackSystemDeps.h
|
Merge Michael Voigt drops branch after reorganization step.
|
17 years ago |
|
JackThread.h
|
Compile on Windows again.
|
15 years ago |
|
JackThreadedDriver.cpp
|
Cleanup.
|
12 years ago |
|
JackThreadedDriver.h
|
Cleanup backend class structure.
|
12 years ago |
|
JackTime.h
|
Add EndTime function (especially for Windows).
|
14 years ago |
|
JackTimedDriver.cpp
|
Don't need unistd.h on WIN32
|
7 years ago |
|
JackTimedDriver.h
|
Add JackWaitCallbackDriver
|
10 years ago |
|
JackTools.cpp
|
Allow for effective UID of binaries (#286)
|
7 years ago |
|
JackTools.h
|
gcc-4.7 fix for fill_n
|
13 years ago |
|
JackTransportEngine.cpp
|
Another typo detected by clang.
|
13 years ago |
|
JackTransportEngine.h
|
John Emmas POST_PACKED_STRUCTURE patch.
|
14 years ago |
|
JackTypes.h
|
Drop JACK_TIMER_CYCLE_COUNTER altogether
|
12 years ago |
|
JackWaitCallbackDriver.cpp
|
Add JackWaitCallbackDriver
|
10 years ago |
|
JackWaitCallbackDriver.h
|
Add JackWaitCallbackDriver
|
10 years ago |
|
JackWaitThreadedDriver.cpp
|
Split JackWaitThreadedDriver's Execute method
|
10 years ago |
|
JackWaitThreadedDriver.h
|
Split JackWaitThreadedDriver's Execute method
|
10 years ago |
|
JackWeakAPI.c
|
Typos in JackWeakAPI.c.
|
10 years ago |
|
Jackdmp.cpp
|
Update copyright year in jackd
|
7 years ago |
|
driver_interface.h
|
use descriptors for initializing enum constraints
|
12 years ago |
|
memops.c
|
memops-alsa_bad_sound-fix-1 (#426)
|
7 years ago |
|
memops.h
|
memops-alsa_bad_sound-fix-1 (#426)
|
7 years ago |
|
netjack.c
|
Windows: alloca fixes for MSVC. Uses alloca instead of variable length array in JackMidiPort
|
7 years ago |
|
netjack.h
|
Don't need unistd.h on WIN32
|
7 years ago |
|
netjack_packet.c
|
Windows: alloca fixes for MSVC. Uses alloca instead of variable length array in JackMidiPort
|
7 years ago |
|
netjack_packet.h
|
netjack1/netone opus support
|
13 years ago |
|
promiscuous.c
|
Helper functions needed to secure the promiscuous mode.
|
9 years ago |
|
promiscuous.h
|
Helper functions needed to secure the promiscuous mode.
|
9 years ago |
|
ringbuffer.c
|
Fixed missing LIB_EXPORTs in ringbuffer
|
7 years ago |
|
shm.c
|
Allow for effective UID of binaries (#286)
|
7 years ago |
|
shm.h
|
NO-OP / trailing whitespace in *.h files
|
7 years ago |
|
timestamps.c
|
Synchronize jack.h with JACK1, use jack_native_thread_t type in POSIX and OSX thread implementation.
|
15 years ago |
|
timestamps.h
|
Beautifull code
|
18 years ago |
|
varargs.h
|
Implement renaming in JackDriver::Open to avoid name collision (thanks Devin Anderson).
|
15 years ago |
|
wscript
|
Added vcpkg bootstrapper script for building all dependencies on windows.
|
7 years ago |