falkTX
f3a6b3e44a
1.9.11-RC1 release
8 years ago
Markus Seeber
64a56049c1
Avoid side effects from parsing of "version" option in jackd ( #245 )
* detect version option before all other oprion parsing
jackd now checks its arguments for "-V" and "--version" before all other
option parsing happens.
* remove some dead code from option parsing
Version options are detected before optparse runs, the removed code
paths thus became obsolete.
* remove rest of version option from optparse
Detection of the version option is now handled outside of optparse, thus
left over stings and variables are removed.
* switch to string comparison for detection version option
Demanding an exact match for the option strings reflects the original
behavior more closely than a search for substrings.
8 years ago
Stephane Letz
6fb2dfc080
Update copyright date.
9 years ago
Stephane Letz
af94a45d2b
Correct VERSION.
9 years ago
Adrian Knoth
dea38860a8
Use cstdlib instead of stdlib.h
No biggie, but since this is C++, let's use the C++ includes.
10 years ago
Cédric Schieli
a450cdcc48
Allow skipping of audio reservation API
Setting the JACK_NO_AUDIO_RESERVATION environment variable let one skip the
audio reservation bits.
The main use case is a system-wide jackd promiscuous instance launched at boot
time. In such a case no session bus is available, and reservation doesn't
really makes sense anyway.
10 years ago
Adrian Knoth
2b829044df
Drop (c)ycle) from the list of allowed clock sources.
11 years ago
Adrian Knoth
c52f751b73
Make -c c an alias for -c s
The cycle counting clock is no longer supported. For backwards
compatibility with scripts, allow the user to request the cycle clock on
the command line, but use the system clock instead.
Cross-ported from jackd1.
11 years ago
Nedko Arnaudov
ca69e2936f
jackd: describe the -a option in the help text
11 years ago
KimJeongYeon
1f73394531
additional code cleanup for jack android
11 years ago
Stephane Letz
a13b1f411f
Cleanup.
11 years ago
KimJeongYeon
4a94e12986
jack2 supports android devices & rebase current changes to master
11 years ago
Stephane Letz
851413589a
Reinstate mlock parameters (for compatibility purpose).
11 years ago
Stephane Letz
2d7d1ecdb6
Use JACK_DEFAULT_SERVER_NAME constant.
12 years ago
Nedko Arnaudov
0ffb8337d8
Fix compile error
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
50e793e74e
Remove warning, renaming.
12 years ago
sletz
a6a2d8f0e6
In control API, UNIX like sigset_t replaced by more abstract jackctl_sigmask_t * opaque struct.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4775 0c269be4-1314-0410-8aa9-9f06e86f4224
13 years ago
sletz
5d7fbdc066
Cleanup.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4701 0c269be4-1314-0410-8aa9-9f06e86f4224
13 years ago
sletz
3949b7a3c8
jackctl_driver_params_parse API moved in public control.h.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4673 0c269be4-1314-0410-8aa9-9f06e86f4224
13 years ago
sletz
aabbb62282
Correct export settings(2).
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4663 0c269be4-1314-0410-8aa9-9f06e86f4224
13 years ago
sletz
6803149c41
Cleanup Windows CodeBlock projects.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4588 0c269be4-1314-0410-8aa9-9f06e86f4224
13 years ago
sletz
b086607cd3
Special main for Windows in Jackdmp.cpp.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4584 0c269be4-1314-0410-8aa9-9f06e86f4224
13 years ago
sletz
389a9a572d
Correct Start/Stop for Control API.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4536 0c269be4-1314-0410-8aa9-9f06e86f4224
13 years ago
sletz
a6b78ded57
Check driver type in jackdmp.cpp.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4535 0c269be4-1314-0410-8aa9-9f06e86f4224
13 years ago
sletz
9d3a0ab4d4
Correct RenderFromNetwork.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4490 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
nedko
1d83004356
make jackdbus default realtime
jackd and jackdbus defaults values for parameters should match
realtime mode became default for jackd
in svn r3791 (git commit 2cbaece993
)
this changeset moves the default to control api
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4461 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
269c99034e
Cleanup.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4358 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
ad34703368
rebase from trunk 4306:4323
git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@4324 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
fd4fd01765
Correct jackdmp.cpp.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4311 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
ecb84b5f9f
rebase from trunk 4238:4306
git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@4307 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
0269b3deb2
Improve handling of loopback driver.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4272 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
4f5e3ecd37
Correct driver lifetime management.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4266 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
fdcb49c063
Correction in jackdmp.cpp: notify_server_stop should be done after server destruction.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4248 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
7254ce1ebc
rebase from trunk 4180:4238
git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@4239 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
Stephane Letz
bdde2d110b
CoreMidi driver starting to work.
14 years ago
Stephane Letz
810ec14d11
Improve error handling.
14 years ago
Devin Anderson
db132e1974
Update server control API with jackctl_server_open and jackctl_server_close (see http://trac.jackaudio.org/ticket/219 for rationale). Update drivers to support Start/Stop of slave drivers. Update dbus to use new jackctl_server_* functions. Freewheel driver is no longer an implicit slave of the master audio driver. Haven't tested freewheeling, and didn't update Solaris OSS driver. Tested slave addition by adding loopback driver, but don't have a slave driver in this branch on Linux platform to test with.
14 years ago
sletz
e27f815216
Rework internal slave driver management, JackServerGlobals now handle same parameters as jackdmp.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4184 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
e64c819a6d
-X now allows to add several slave backends, add -I to load several internal clients.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4183 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
a7e8377441
rebase from trunk 4083:4180
git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@4181 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
2d043e58b8
Latency callback must always be activated.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4168 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
4828d0c835
rebase from trunk 4041:4083
git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@4084 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
221c51ff37
In jackdmp.cpp, jackctl_setup_signals moved before jackctl_server_start. Correct symbols export in backends on OSX.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4082 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
541b074bca
Fix ticket #194
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4055 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
7a2863cf55
rebase from trunk 4004:4041
git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@4042 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
836f0b2996
Commit jackd2-manpages.patch, ticket #166 .
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4014 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
5f68a6557a
rebase from trunk 3813:3899
git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@3900 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
a4604f7c78
Use a QUIT notification to properly quit the server channel, the server channel thread can then be 'stopped' instead of 'canceled'
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3853 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago