Stéphane Letz
7477bc2b01
Merge pull request #83 from mseeber/unused-label-warn-1
Fix compiler warning about unused label on non Win32
11 years ago
Markus Seeber
f67f7b0fdb
Add curly brackets
11 years ago
Markus Seeber
1f1478c263
better error messages
- separated two causes of an error
- gave the win32 "lost signal" case a more descriptive message
11 years ago
Markus Seeber
a66fe88a34
fix warning about unused label on non win32 build
- moved platform dependend code into scope its respective #ifdef
- killed one useless 'goto' with great pleasure
- introduced duplicate code to preserve behavior (fallthrough case)
11 years ago
Nedko Arnaudov
9087f53edf
Merge pull request #79 from mseeber/linebreaks
Changed inconsistent lineendings to UNIX format
11 years ago
Markus Seeber
1122d37324
Changed inconsistent lineendings to UNIX format
- used dos2unix
- this also cleaned some whitespaces
11 years ago
Stephane Letz
2cd233537a
Improve documentation.
11 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.
11 years ago
Stéphane Letz
55219a488d
Merge pull request #76 from ricardocrudo/master
including S24_LE/BE formats to linux alsa driver
11 years ago
Ricardo Crudo
9e70b86c65
including S24_LE/BE formats to linux alsa driver
11 years ago
Nedko Arnaudov
c298113078
Merge pull request #75 from mseeber/build
fix bug on building under path with whitespaces
11 years ago
Markus Seeber
d6db80c936
fix bug on building under path with whitespaces
- wrapping the path strings in quotes prevents interpretation as multiple files
or paths if there are whitespaces in the path.
11 years ago
Stephane Letz
9159e9f85f
Merge remote-tracking branch 'upstream/master'
11 years ago
Stephane Letz
3260d467e0
Robin Gareus patch for Windows JackRouter.
11 years ago
Adrian Knoth
d3c8e2d8d7
Fix FTBFS with clang++
Forwarded from http://bugs.debian.org/757820
11 years ago
Stephane Letz
a9a2ad16e1
Improve net.h documentation(2).
11 years ago
Stephane Letz
7e9ef34f79
Improve net.h documentation.
11 years ago
Stephane Letz
54ada6e545
Correct NetJack2 SyncSend.
11 years ago
Stephane Letz
450745678c
Correct NetJack2 init code.
11 years ago
Michał Szymański
a0c47206ce
Fix indentation
11 years ago
Michał Szymański
ab603e4333
Fix indentation
11 years ago
Stephane Letz
ce825c6a6b
Version 1.9.11 started.
11 years ago
Stephane Letz
3eb0ae6aff
Update changelog.
11 years ago
Stéphane Letz
d5973baf07
Merge pull request #67 from Igevorse/jack_transport_reposition_fix
jack_transport_reposition linkage fix
11 years ago
Igevorse
4e8101ebc7
jack_transport_reposition linkage fix
11 years ago
Stephane Letz
a48fea3c01
Correct JackWinMMEDriver and JackALSARawMidiDriver creation.
11 years ago
Stephane Letz
e24717e3ed
README updated.
11 years ago
Stéphane Letz
16c810d60c
Merge pull request #66 from KimJeongYeon/master
up-to-date jack2_android from OSRC(SM-G9008W_CHN).
11 years ago
KimJeongYeon
695bbaeb57
up-to-date jack2_android from OSRC(SM-G9008W_CHN).
11 years ago
Stéphane Letz
97e0e80bba
Merge pull request #65 from falkTX/master
Fix jack_port_uuid
11 years ago
falkTX
5fb7e2a191
Fix jack_port_uuid
11 years ago
Stéphane Letz
eb860f55dd
Merge pull request #64 from mojofunk/fixmingw
Add missing version of windows wscript file
11 years ago
Tim Mayberry
9e415ea8d5
Add missing version of windows wscript file
This file was supposed to be added quite some time ago to support
compiling jack with mingw.
11 years ago
Stephane Letz
dd97d19124
Fix for KillServer.
11 years ago
Stephane Letz
2e6344a32b
Use jack_free instead of free in inprocess.c.
11 years ago
Stéphane Letz
4813f1b5c3
Merge pull request #63 from valentindavid/master
Fix sample_move_d24_sS when using SSE4.1
11 years ago
Valentin David
967e913896
Fix sample_move_d24_sS when using SSE4.1
11 years ago
Stephane Letz
314e5f7d09
Pawel patch for MidiBufferMixdown.
11 years ago
Stéphane Letz
1fcdfed3ae
Merge pull request #62 from falkTX/master
stub/empty implementation of jack meta-data API
11 years ago
falkTX
f7543f05db
Missing jack_port_uuid. stub/empty implementation complete
11 years ago
falkTX
e49378dcb8
Fix last commit
11 years ago
falkTX
986d306275
Fix meta keys visibility
11 years ago
falkTX
619f1ebdb0
Missing constant define
11 years ago
falkTX
f1f40a0dc9
stub/empty implementation of metadata
11 years ago
falkTX
b214e1427f
Add uuid.h file
11 years ago
falkTX
84431c3748
Add jack_uuid_t type
11 years ago
falkTX
d0932a8f21
main header changes needed for uuid
11 years ago
falkTX
3cdf7071a5
Add metadata.h file
11 years ago
Stephane Letz
ae81d3cb41
Cleanup.
11 years ago
Stephane Letz
f90f76fb65
Correct jack_get_descriptor.
11 years ago