ecdafd82
JackSocket: Continue read/write if only partly done by
2018-10-23 15:16:15 +0200
a7973801
(refs/pull/546/head)
alsa: fix define conflict with std algorithm by
2020-01-28 15:44:06 +0100
e60f3b13
jack: remove unnecessary GPL include from LGPL code by
2020-01-27 15:20:04 +0100
54db84d9
jackrequest: add missing comma by
2019-09-27 15:47:02 +0200
b641aec5
(refs/pull/545/head)
JackClient : Workaround for vsnprintf issue by
2020-01-20 10:58:29 +0530
9f850506
Install cross-compiled QNX binaries & libraries to correct staging dirs by
2019-10-30 17:57:07 +0100
946d2960
Workaround: Format: Implement own S16 converter by
2019-09-25 12:41:32 +0200
781304c9
Workaround: Implement own S32 format converter by
2019-09-25 12:38:07 +0200
2f6e3324
inprocess: Add example for S32 audio format by
2019-07-16 14:21:38 +0530
b727e5e2
JackAPI: Export interface form Jack to support S32 and S16 by
2019-07-11 10:06:29 +0530
dddcfaa4
Jack : Fixed the fifo name in the jack_error log by
2019-07-23 11:52:08 +0530
7c50b4a5
oss_driver: Use float to S32 conversion if requested by
2018-11-20 15:53:39 +0100
7cf849bf
alsa_in/out: Use float to S32 conversion if requested by
2018-11-20 15:51:42 +0100
fc5275dd
alsa_driver: Use float to S32 conversion if requested by
2018-11-20 15:46:43 +0100
58d38c5a
memops: Provide function for float to S32 conversion by
2018-11-20 17:02:28 +0100
dafbc205
memops: Align S24LE and S32LE to float conversion by
2018-11-20 16:47:37 +0100
e14fec50
memops: Provide function for S32 to float conversion by
2018-11-20 15:40:26 +0100
820198d8
memops: Align float to S24LE and S32LE conversion by
2018-11-16 17:08:20 +0100
c78fa560
memops: Remove not used conversion macros by
2018-11-16 16:54:06 +0100
e80d26e7
memops: Use right-aligned S24LE to float conversion by
2018-11-16 11:42:18 +0100
9d07820c
memops: Use right-aligned float to S24LE conversion by
2018-11-16 09:26:05 +0100
54ed6a94
JackControlAPI: Jack threads to notify failure to jackd by posting an event by
2019-05-22 14:17:08 +0530
c06299b5
JackControlAPI: Replacing sigwait with signalfd and poll by
2019-05-15 11:57:52 +0530
5d098b09
Support QNX build with WAF by
2019-05-07 16:59:08 +0200
c9592b56
alsa backend for qnx by
2020-02-04 15:08:39 +0100
6f99137d
alsa: Extract snd_pcm_start/poll_descriptors/avail_update by
2019-09-06 10:10:26 +0200
7065bfa3
shm: Add semget() and semop() replacement for QNX by
2019-05-22 10:45:07 +0200
af34af8b
qnx: shm: Include right header by
2019-05-07 17:39:41 +0200
e5f3f797
qnx: sigaction: do not set SA_RESTART flag by
2019-05-07 17:31:33 +0200
02465924
AudioAdapter: Use empty Adapter also for QNX by
2019-05-07 16:59:16 +0200
618d9395
Add QNX platform specific implementations by
2019-05-07 16:59:08 +0200
2e7c50b6
posix: socket: Add missing time header include by
2019-05-07 17:21:29 +0200
ff258bcb
posix: fifo: use right prototype by
2019-05-07 17:10:02 +0200
b43b17a5
(refs/pull/547/head)
TODO unresolved cases due to added changes by
2020-01-31 10:04:51 +0100
f183879c
jack_client: add client context by
2020-01-31 11:13:48 +0100
9399d31c
jackapi: create a helper function to get port id from port by
2020-01-23 14:29:58 +0100
62f58539
JackGlobals: whitespace fix, no functional change by
2020-01-24 09:56:54 +0100
fadd691a
shm: Remove not used JackMem class by
2020-01-09 09:51:49 +0100
22d00ce6
shm: Make registry_id constant by
2020-01-10 09:46:41 +0100
ba287600
port: Make PORT_TYPES_MAX constant by
2020-01-10 09:49:35 +0100
fb3d2a4c
alsa: fix define conflict with std algorithm by
2020-01-28 15:44:06 +0100
3c7d23f0
Bump maximum default number of clients and ports by
2020-02-04 20:53:40 +0000
0081d181
Allow to costumize pkg-config dir via --pkgconfigdir by
2020-01-29 23:17:00 +0000
4c5126e5
(refs/pull/543/head)
One should avoid gettimeofday for purposes of timestamping, cause it is possible to mis calculate time between timestamps if something/user changes system date. The monotonic time is much more safer to use for timestamp purposes. by
2020-01-28 01:55:34 +0200
c30c182f
Fix compilation error caused widechar/singlechar mixup in 52786902d6 by
2020-01-27 16:38:40 +0100
ed5ab069
(refs/pull/542/head)
Fix compilation error caused widechar/singlechar mixup in 52786902d6 by
2020-01-27 16:38:40 +0100
52786902
Windows: Use widechar instead of char when loading drivers. by
2020-01-24 14:10:57 +0100
3c20da38
(refs/pull/540/head)
Windows: Use widechar instead of char when loading drivers. by
2020-01-24 14:10:57 +0100
ab427fa3
Merge branch 'master' of https://github.com/jackaudio/jack2 into develop by
2020-01-10 08:47:40 +0000
aa0d0b19
Remove any explicit mention of mingw_64 compiler ID from the CodeBlocks config files, in order to better allow auto config and/or user config by
2020-01-05 21:55:36 +0000
9451f11d
(refs/pull/495/head)
Include limits.h in JackMetadata.h by
2019-12-17 02:42:54 +0100
c66b5fcb
Replace MAX_PATH with PATH_MAX (win32) by
2019-12-17 02:29:18 +0100
3a17c67d
Query system temp path for Win32 in JackMetadata by
2019-12-17 02:14:42 +0100
9acc98a9
Update MinGW build guide by
2019-12-16 23:56:29 +0100
608cfbe7
Fix freedesktop specification link by
2019-12-10 18:44:06 +0000
af6c00ab
Fix compilation of documentation by
2019-12-05 15:19:23 +0100
95e98efe
(refs/pull/529/head)
Fix compilation of documentation by
2019-12-05 15:19:23 +0100
a39d2df1
Force fix for libdb mixed mode build by
2019-12-03 12:31:06 +0000
1b10d4c8
Always use -Wl,--no-undefined (unless macOS) by
2019-12-03 12:22:02 +0000
9b61092f
(refs/pull/528/head)
Edited root .gitignore by
2019-12-01 16:50:22 -0500
46d5c995
Commit .xcuserdatad changes because of testing Xcode 8.3.3 & 9.2 by
2019-11-30 15:08:15 -0500
d356bd3f
Added JackAC3Encoder.cpp to folder Driver/Audio by
2019-11-30 14:58:48 -0500
9bcfe4b8
Deleted pteeson.xcuserdatad before doing push by
2019-11-29 21:41:06 -0500
477f8e62
Add *.xcuserdatad to root .gitignore by
2019-11-29 15:51:39 -0500
2f402f22
Fixed macosx xcode targets to use .mm extn vs .cpp for OBJC++ by
2019-11-28 18:29:25 -0500
b54a09bf
(tag: v1.9.14)
Merge branch 'develop' by
2019-11-17 21:44:23 +0000
003f2deb
Proper fix for mixed mode by
2019-11-17 21:18:17 +0000
a0de623b
Fix typo in changelog by
2019-10-28 12:15:21 +0100
6007fe0b
Update Changelog by
2019-10-28 12:03:02 +0100
f55b9754
Small fix on code style by
2019-10-28 11:47:39 +0100
3009d7d6
Make sure we use python3 (another patch from Fedora) by
2019-10-28 11:36:35 +0100
7b33292a
Adjust doxygen config (import patch from Fedora) by
2019-10-28 11:35:38 +0100
89c36934
Fix warning: catching polymorphic type ‘class std::exception’ by value by
2019-10-10 11:35:13 +0200
02528686
Rename PortSetDeviceMetadata to PortSetDefaultMetadata by
2019-10-12 16:31:30 +0200
9bf420dc
Fix build under mixed mode Closes #508 by
2019-10-28 11:19:44 +0100
0e04a682
Fix blocking DBus device reservation, so it plays nice with others by
2019-10-28 11:16:09 +0100
266a3188
Fix compilation on ARM by
2019-10-10 14:56:21 +0200
577cc64b
Start of 1.9.14 development by
2019-10-06 20:26:14 +0100
9b1c4e2c
(refs/pull/520/head)
Fix typo in changelog by
2019-10-28 12:15:21 +0100
9590c198
Update Changelog by
2019-10-28 12:03:02 +0100
f100fcb6
Small fix on code style by
2019-10-28 11:47:39 +0100
93619ed0
Make sure we use python3 (another patch from Fedora) by
2019-10-28 11:36:35 +0100
aeb68878
Adjust doxygen config (import patch from Fedora) by
2019-10-28 11:35:38 +0100
a71bc0b7
Fix warning: catching polymorphic type ‘class std::exception’ by value by
2019-10-10 11:35:13 +0200
a5093f06
Rename PortSetDeviceMetadata to PortSetDefaultMetadata by
2019-10-12 16:31:30 +0200
0fefdf8b
Fix build under mixed mode Closes #508 by
2019-10-28 11:19:44 +0100
f1917665
Fix blocking DBus device reservation, so it plays nice with others by
2019-10-28 11:16:09 +0100
8b3ea052
(refs/pull/484/head)
alsa: Delay xrun recovery if first xrun recovery does not heal the xruns by
2019-07-03 15:34:55 +0530
8a129a26
alsa: Exit JackAlsaDriver::Read if the XRUN recovery is not recovering the device by
2019-07-01 12:55:12 +0530
a73a5779
(refs/pull/517/head)
Rename JackMidiPort to JackMessagePort by
2019-10-13 22:11:23 +0200
dc104618
Add metadata helper method to retrieve port content type by
2019-10-13 12:38:55 +0200
0193c285
Update jack_connect client by
2019-10-12 21:57:34 +0200
ffa8b855
Doc + Deprecate some metadata properties by
2019-10-12 21:55:11 +0200
31eaa3e9
Add helper method to create message ports by
2019-10-12 17:53:51 +0200
3ed1dd1b
Add generic event port type by
2019-10-12 16:23:37 +0200
44f04d0f
Add OSC namespace property by
2019-10-11 15:42:52 +0200
6d2dba2a
Rename midi functions to message by
2019-10-12 16:15:54 +0200
77da2627
(refs/pull/516/head)
Rename PortSetDeviceMetadata to PortSetDefaultMetadata by
2019-10-12 16:31:30 +0200
03409192
Copy Midi API to Message API by
2019-10-12 15:44:06 +0200
613174dd
(refs/pull/514/head)
Update jack_connect client by
2019-10-12 14:38:44 +0200