Branch: refs/heads/master
Home: https://github.com/jackaudio/jack1
Commit: 7c004dac4cb1ed7755d8feebd71b9285cc932337
https://github.com/jackaudio/jack1/commit/7c004dac4cb1ed7755d8feebd71b9285c…
Author: Erik de Castro Lopo <erikd(a)mega-nerd.com>
Date: 2016-02-12 (Fri, 12 Feb 2016)
Changed paths:
M autogen.sh
M configure.ac
Log Message:
-----------
Whitespace only
Commit: 22ff0a5176ac039cc5351873e5d8a1f68cd3e212
https://github.com/jackaudio/jack1/commit/22ff0a5176ac039cc5351873e5d8a1f68…
Author: Erik de Castro Lopo <erikd(a)mega-nerd.com>
Date: 2016-02-16 (Tue, 16 Feb 2016)
Changed paths:
M .gitignore
M Makefile.am
M autogen.sh
M configure.ac
M drivers/alsa/Makefile.am
M drivers/netjack/Makefile.am
M jackd/Makefile.am
M libjack/Makefile.am
Log Message:
-----------
Autotool fixes
* Fix usage of `AC_INIT`.
* Extract JACK version numbers from `AC_INIT` version number.
* Newer versions of automake insists on the `subdir-objects` option
when using C files from outside the current directory.
* Need to use generate `noinst_LTLIBRARIES` rather than just adding
and out-of-dir C file to the `*_SOURCES`.
Commit: dbd8ac5d40391c105a9e6acee5ee0b4a31c649b3
https://github.com/jackaudio/jack1/commit/dbd8ac5d40391c105a9e6acee5ee0b4a3…
Author: Paul Davis <paul(a)linuxaudiosystems.com>
Date: 2016-02-16 (Tue, 16 Feb 2016)
Changed paths:
M .gitignore
M Makefile.am
M autogen.sh
M configure.ac
M drivers/alsa/Makefile.am
M drivers/netjack/Makefile.am
M jackd/Makefile.am
M libjack/Makefile.am
Log Message:
-----------
Merge pull request #31 from erikd/master
Autotool fixes
Compare: https://github.com/jackaudio/jack1/compare/7ae3b2be3c4f...dbd8ac5d4039
Branch: refs/heads/master
Home: https://github.com/jackaudio/jack1
Commit: 7ae3b2be3c4f77f023f79f67430cf45fb97cab8d
https://github.com/jackaudio/jack1/commit/7ae3b2be3c4f77f023f79f67430cf45fb…
Author: Paul Davis <paul(a)linuxaudiosystems.com>
Date: 2016-02-11 (Thu, 11 Feb 2016)
Changed paths:
M jackd/engine.c
M libjack/client.c
Log Message:
-----------
Revert "Set driver port order metadata".
The "client" argument being passed to jack_set_property() is
jack_client_internal_t*, not jack_client_t* as expected, which leads
to a crash. Using client->private_client (which is a jack_client_t*)
causes deadlock because do_request() is called recursively.
The goal here is good, but it can't be accomplished in this way.
This reverts commit 439e47da1a179f62ce9e6601851b4f90381da0de.
Branch: refs/heads/master
Home: https://github.com/jackaudio/jack1
Commit: 93bc884bb0c1da54fa6ec410848ddc8319b3a9a1
https://github.com/jackaudio/jack1/commit/93bc884bb0c1da54fa6ec410848ddc831…
Author: Hanspeter Portner <dev(a)open-music-kontrollers.ch>
Date: 2016-01-14 (Thu, 14 Jan 2016)
Changed paths:
M drivers/netjack/net_driver.c
Log Message:
-----------
clear unused slave netjack header fields.
As most NetJACK header fields are not set by the slave and thus may
contain anything (which looks weird on the wire), it makes sense to
actively clear the unused fields.
Commit: a3d5a753c1a6b11de76a06a74780d3edfbbfd6b6
https://github.com/jackaudio/jack1/commit/a3d5a753c1a6b11de76a06a74780d3edf…
Author: Paul Davis <paul(a)linuxaudiosystems.com>
Date: 2016-02-11 (Thu, 11 Feb 2016)
Changed paths:
M drivers/netjack/net_driver.c
Log Message:
-----------
Merge pull request #33 from ventosus/netjack_clear_packet_heder
clear unused slave netjack header fields.
Compare: https://github.com/jackaudio/jack1/compare/cb4b719361c2...a3d5a753c1a6
Branch: refs/heads/master
Home: https://github.com/jackaudio/jack1
Commit: 170367221462adf548f6469881c6bae4e504670c
https://github.com/jackaudio/jack1/commit/170367221462adf548f6469881c6bae4e…
Author: Hanspeter Portner <dev(a)open-music-kontrollers.ch>
Date: 2016-01-14 (Thu, 14 Jan 2016)
Changed paths:
M drivers/netjack/netjack_packet.c
Log Message:
-----------
fix 8bit netjack MIDI payload size.
MIDI payload size in 8bit netjack MIDI mode is calculated wrongly
(assumes 16bit sample size).
This bug sits at the decoding end and seems to be without concequences, as the
MIDI payload size in 8bit netjack MIDI mode at the encoding end is done
right and the decoding buffer thus cannot overflow even with a wrongly
calculated MIDI payload size.
Commit: cb4b719361c239658997e736e4bae3552cc669d0
https://github.com/jackaudio/jack1/commit/cb4b719361c239658997e736e4bae3552…
Author: Paul Davis <paul(a)linuxaudiosystems.com>
Date: 2016-02-11 (Thu, 11 Feb 2016)
Changed paths:
M drivers/netjack/netjack_packet.c
Log Message:
-----------
Merge pull request #32 from ventosus/netjack_fix_8bit_midi_payload_size
fix 8bit netjack MIDI payload size.
Compare: https://github.com/jackaudio/jack1/compare/b1fca754142f...cb4b719361c2
Branch: refs/heads/master
Home: https://github.com/jackaudio/jack1
Commit: 6a629716f0f43a5a1e310f9f66035f175702afd5
https://github.com/jackaudio/jack1/commit/6a629716f0f43a5a1e310f9f66035f175…
Author: Hanspeter Portner <dev(a)open-music-kontrollers.ch>
Date: 2015-11-25 (Wed, 25 Nov 2015)
Changed paths:
M jackd/engine.c
M libjack/client.c
Log Message:
-----------
fix garbage keys in JackPropertyChangeCallback.
Issue
-----
JackPropertyChangeCallback returns a carbage key when removing all keys of
a given uuid, e.g. triggered by 'jack_remove_properties(...)'.
Expected
--------
JackPropertyChangeCallback should return a (NULL) key when removing all
keys of a given uuid.
Culprit
-------
'malloc' is called with key_size==0, which MAY NOT return a (NULL) pointer.
Fix
---
Do not call 'malloc' for key_size==0.
Commit: b1fca754142f221313ece84a7b458f8c0261345d
https://github.com/jackaudio/jack1/commit/b1fca754142f221313ece84a7b458f8c0…
Author: Paul Davis <paul(a)linuxaudiosystems.com>
Date: 2016-02-11 (Thu, 11 Feb 2016)
Changed paths:
M jackd/engine.c
M libjack/client.c
Log Message:
-----------
Merge pull request #29 from ventosus/fix_garbage_keys_in_JackPropertyChangeCallback
fix garbage keys in JackPropertyChangeCallback.
Compare: https://github.com/jackaudio/jack1/compare/310e3f99ded0...b1fca754142f