Christoph Kuhr
cb0385df19
debug driver initialization
7 years ago
Christoph Kuhr
1d4c05b94f
debug driver initialization
7 years ago
Christoph Kuhr
c92c4a7aa2
debug driver initialization
7 years ago
Christoph Kuhr
c47c523cbf
debug driver initialization
7 years ago
Christoph Kuhr
318900e239
debug driver initialization
7 years ago
Christoph Kuhr
5fdefc88dd
debug driver initialization
7 years ago
Christoph Kuhr
a8dddd6517
debug driver initialization
7 years ago
Christoph Kuhr
de9c56f6e2
debug driver initialization
7 years ago
Christoph Kuhr
e9452c2483
debug driver initialization
7 years ago
Christoph Kuhr
7aaef9e7a4
debug driver initialization
7 years ago
Christoph Kuhr
2b314126d8
debug driver initialization
7 years ago
Christoph Kuhr
da9f74145b
extern c in all c header files
7 years ago
Christoph Kuhr
a94f3dcaf8
extern c in all c header files
7 years ago
Christoph Kuhr
e1260860f3
extern c in all c header files
7 years ago
Christoph Kuhr
2d023d9b99
added avb mediaclock backend
7 years ago
Christoph Kuhr
3107ef4eb3
added avb mediaclock backend
7 years ago
Christoph Kuhr
d0e3749595
added avb mediaclock backend
7 years ago
Christoph Kuhr
f9d102a820
added avb mediaclock backend
7 years ago
Christoph Kuhr
776ac72123
added avb mediaclock backend
7 years ago
falkTX
cf3f8205c4
Stupid attempt at updating waf
7 years ago
falkTX
21f67b38df
Update copyright year in jackd
A bit late...
7 years ago
falkTX
fb87a14b3e
Do not assert/crash when bad clients send unordered events
7 years ago
falkTX
341f54ff79
Fix a typo in the previous commit
7 years ago
Bruno Vernay
0daba5bf22
Add the autoconnect option
It is in the --help but not in the man page.
8 years ago
7890
8edf698259
Update manpage: Add Firewire backend options & more ( #300 )
* update manpage: add Firewire backend options
additions:
-firewire backend options
-note about JACK name
-links to JACK github page, mailinglist, ffado.org
-manpage author
-note about how to create pdf from manpage
removals:
-dead/unavailable links
formatting:
-remove double spaces after '.'
-all urls are bold, enclosed in <>, ending with / if it's not a file
-(non-printable) empty lines between sections for better overview
other:
-partial rewording of main paragraph. misc small changes (see diff).
* typo
* use ',' everywhere to list short/long options
* Unify indication of default values.
* More backend unification (remove 'specify ..')
* -1 typo
7 years ago
Timo Wischer
9fe6486c6e
jackdmp: Signal to systemd when ready
With this patch it is possibly to start the JACK daemon with a systemd
service file of type notify. The following provides an example service
file:
[Service]
Type=notify
ExecStart=/usr/bin/jackd -d alsa
[Install]
WantedBy=multi-user.target
Signed-off-by: Timo Wischer <twischer@de.adit-jv.com>
8 years ago
Timo Wischer
67e4b4368e
alsa driver: Provide option to enable time stamp mode
for all devices.
This is required for example for some adaptive sample rate converters
which are executed on top of JACK. These SRCs are using the time stamp to
calculate the buffer fill level between playback application and sound
card.
Signed-off-by: Timo Wischer <twischer@de.adit-jv.com>
8 years ago
Alba Mendez
63269497fd
Set ToS octet on netjack packets
7 years ago
James Thomas
d80de6c81a
Use PTHREAD_EXPLICIT_SCHED for non RT threads
This prevents jack control threads from inheriting RT priorities from
other applications that may be using this in another RT thread
7 years ago
Charalampos Stratakis
950d36d728
Make jack_control python2/3 compatible.
7 years ago
falkTX
cc8576a7ab
Check mmap() against MAP_FAILED
Fixes #338
8 years ago
Olivier Humbert
1aeb656a67
typos fixes ( #333 )
* Update alsa_in.c
* Update alsa_out.c
8 years ago
Adrian Knoth
c5dac6270e
More spelling fixes from Debian QA
8 years ago
Adrian Knoth
6ccfdc1058
Mass-fix spelling errors
Flagged by the Debian QA tool.
Mostly automatic search-n-replace of the mistakes flagged.
8 years ago
Filipe Coelho
a5e6585dd3
Merge pull request #325 from trebmuh/patch-1
Update jack_lsp manpage (1 typo)
8 years ago
Olivier Humbert
cccbfecd3d
Update jack_lsp.0
8 years ago
m-grabner
f6f7f11b38
fixed potential copy&paste style bugs ( #317 )
8 years ago
Filipe Coelho
c1647819ee
Update ChangeLog
8 years ago
Filipe Coelho
8837122efd
Merge pull request #302 from sdrik/pull/promiscuous-doc
Add a note about the promiscuous mode
8 years ago
Karl Linden
d4fdd6ac26
waf: lilrc -> karllinden
8 years ago
Cédric Schieli
134bff1dc0
Add a note about the promiscuous mode
8 years ago
Filipe Coelho
c44a220fbe
Merge pull request #257 from sdrik/pull/promiscuous-v2
Secure promiscuous mode
8 years ago
Filipe Coelho
929009dd39
Merge pull request #289 from twischer-adit/adit_devel_jack_wait_return_failure_on_timeout
jack_wait: return exit code failure on timeout
8 years ago
Timo Wischer
b7372cb046
jack_wait: Fix indentation
Signed-off-by: Timo Wischer <twischer@de.adit-jv.com>
8 years ago
Timo Wischer
b31a4a2f31
jack_wait: On timeout fail with exit code 1
Signed-off-by: Timo Wischer <twischer@de.adit-jv.com>
8 years ago
falkTX
4bbfaa9c62
Fix typo in previous internal-session-file commit
Fixes #288
8 years ago
falkTX
288df203f5
Prepare 1.9.12 release
8 years ago
falkTX
d6e1584361
Fix typo in wscript, leading to an error with --autostart=dbus
8 years ago
falkTX
8092c758f9
ipload.c: flush stdout when client is ready
8 years ago
falkTX
2ad48419a7
Add support for internal session files
Thanks to Timo Wischer for the initial work
8 years ago