Stephane Letz
f0b3dfa61a
More robust JackServer::Stop().
12 years ago
Stephane Letz
756027b040
Constant naming cleanup.
12 years ago
Stephane Letz
9431a5d214
Lorenz Minder patch for jackd man, cleanup.
12 years ago
Stephane Letz
7ec46dbb46
Better handling of shutdown state in client side.
12 years ago
Stephane Letz
d9cd90628f
Correct JackDummyDriver driver_initialize.
12 years ago
Stephane Letz
2ebe9338a7
Init fCPULoad field.
12 years ago
Stephane Letz
15950eb1df
Rework XRun handling.
12 years ago
Stephane Letz
ddb61e607b
Correct JackClient::OnShutdown.
12 years ago
Stephane Letz
c1f057e013
Fix stupid typo in JackEngine::NotifyRemoveClient.
12 years ago
Stephane Letz
7849b9279e
John Emmas patch for Windows.
12 years ago
Stephane Letz
e32b0cd318
Improve server shutdown and stop.
12 years ago
Stephane Letz
d8a6bc4de6
Cleanup.
12 years ago
Stephane Letz
2f9b93d0eb
Rework JackEngine::Shutdown.
12 years ago
Stephane Letz
3fc1d76f9e
Cleanup.
12 years ago
Stephane Letz
bebd4d3d69
Make API test more robust.
12 years ago
Stephane Letz
ee2cc69974
Cleanup audio mixing code.
12 years ago
Stephane Letz
671ad8f847
Another typo detected by clang.
12 years ago
Stephane Letz
fbfebdcdd7
Fix some incoherency with strings (2).
12 years ago
Stephane Letz
e4730c6c97
Fix some incoherency with strings.
12 years ago
Stephane Letz
feec982949
Move ClientKill in JackEngine class.
12 years ago
Stephane Letz
879d72577b
Dynamically scan and print backend and internal names in jackd (2).
12 years ago
Stephane Letz
c4fb864e9f
Dynamically scan and print backend and internal names in jackd.
12 years ago
Stephane Letz
7f09225b7a
Code cleanup after compilation with clang.
12 years ago
Stephane Letz
b7c53a84db
Move SYNC_MAX_NAME_SIZE in JackConstants.h, correct synchro primitives BuildName method.
12 years ago
Stephane Letz
d3589cbc3c
Use JackTools::DefaultServerName() everywhere needed.
12 years ago
Stephane Letz
17e94e178e
Fix stupid typo.
12 years ago
Stephane Letz
e111f2ac8f
Protect shared fSynchroTable access with a mutex.
12 years ago
Adrian Knoth
aa5593229d
[cosmetics] Sanitise systemdeps.h
12 years ago
Adrian Knoth
2f7d512b41
Fix bus error on ARM platforms
With the current code, packed structs lead to unaligned memory access,
thus causing SIGBUS on ARM.
Let's disable packing on ARM for now. Since it's only used for mixed
32/64bit jackd installations and we're not facing such a scenario on
ARM, there's little use to worry more atm.
12 years ago
Basil Nutmeg
c5352804af
Delete some redundant macros and typedefs.
A few internal source files were redeclaring types and macros also
declared in the external jack/types.h and jack/systemdeps.h headers.
Since the external header needs them, delete them from the internal
headers.
13 years ago
Stephane Letz
8623ae4063
Version 1.9.10 started.
12 years ago
Nedko Arnaudov
ce50e5b0ed
waf: configure option for enforcing autostart method
12 years ago
Stephane Letz
2d8992ab62
Correct JackPortAudioDriver.
12 years ago
Stephane Letz
e577581de8
Correct JackEngine::NotifyGraphReorder : graph-order callback now notified after port latencies update.
12 years ago
Stephane Letz
994423f8b5
Update Syst V shared memory implementation.
12 years ago
Stephane Letz
1241541b62
Remove uneeded log in JackMidiDriver.
12 years ago
Stephane Letz
700489b429
Move NotifyQuit in JackServer::Stop.
12 years ago
Stephane Letz
aa02feeacf
No lock needed in JackLockedEngine::NotifyQuit.
12 years ago
Robin Gareus
51bffbf379
netjack/opus: don't re-init en/decoders
12 years ago
Stephane Letz
50e793e74e
Remove warning, renaming.
12 years ago
Nedko Arnaudov
ee845d4633
controlapi: fix double free on master switch
Thanks to Robin Gareus.
https://github.com/jackaudio/jack2/issues/17
12 years ago
Robin Gareus
3085ae19e9
netjack1/2 Opus: use only 2bytes for encoded-length
12 years ago
Robin Gareus
d94f5edb03
netjack1/netone opus support
12 years ago
Robin Gareus
a0dd08c32e
pass Opus encoded-length along with payload
Eventually unused data should not be transmitted. That will require
dynamic package lengths which are not yet supported by netjack2
12 years ago
Stephane Letz
373e6ea95b
Minor version numbering.
12 years ago
Robin Gareus
33bef4fcb0
add opus support to NetJack2
12 years ago
Stephane Letz
bdd16d2846
Make netjack2 network packets 23/64 bits clean.
12 years ago
Stephane Letz
186bae41b5
Correct netjack2 components help.
12 years ago
Stephane Letz
a750131fba
Use of jack_free instead of free, cleanup.
13 years ago
Stephane Letz
aa6c0a9fa9
Audioadapter factory code moved back in JackAudioAdapterFactory.cpp file.
13 years ago