- 26 Nov, 2012 1 commit
-
-
Stéphane Letz authored
Device reservation fixes
-
- 24 Nov, 2012 4 commits
-
-
Nedko Arnaudov authored
-
Nedko Arnaudov authored
We recommend using symbolic names like hw:Live but when subdevices are used regcomp() was failing to parse them. This changeset improves the algorithm by using less assumptions.
-
Nedko Arnaudov authored
* Don't attempt to use device reservation when card_to_num() mapping has failed. In case of card_to_num() failures, "Audio-1" device was reserved on start but not released on stop. This was causing next start to fail with out of memory error, and since previous commit, with "A handler is already registered for /org/freedesktop/ReserveDevice1/Audio-1" error. * In case of playback device reservation failure, release the capture device * Remove unused fReservedCaptureDevice and fReservedPlaybackDevice data members of the JackAlsaDriver class
-
Nedko Arnaudov authored
rd_acquire() error handling is adjusted to match libdbus error handling convention: * Initialize error before calling rd_acquire() * Free dbus error on rd_acquire() failures * Always set dbus error on rd_acquire failures, except for detected programming errors that now cause taboo assert.
-
- 22 Nov, 2012 1 commit
-
-
Stéphane Letz authored
-
- 14 Nov, 2012 4 commits
-
-
Stephane Letz authored
-
Stephane Letz authored
-
Stephane Letz authored
-
Adrian Knoth authored
-
- 12 Nov, 2012 1 commit
-
-
Stephane Letz authored
-
- 11 Nov, 2012 4 commits
-
-
Stephane Letz authored
-
Stephane Letz authored
-
Stephane Letz authored
-
Stephane Letz authored
-
- 08 Nov, 2012 1 commit
-
-
Stephane Letz authored
-
- 07 Nov, 2012 2 commits
-
-
Adrian Knoth authored
jack_transport requires libreadline but not libncurses, so drop the latter.
-
Adrian Knoth authored
Reportedly, f28523ff was incomplete.
-
- 05 Nov, 2012 1 commit
-
-
Adrian Knoth authored
CCFLAGS isn't honoured at all, the proper name is CFLAGS.
-
- 29 Oct, 2012 1 commit
-
-
Stephane Letz authored
Correct JackEngine::NotifyGraphReorder : graph-order callback now notified after port latencies update.
-
- 28 Oct, 2012 2 commits
-
-
Adrian Knoth authored
conf.write_config_header() defaults to remove=True, so conf.defines() is empty afterwards. Consequently, config.h is empty, too. Set remove to False, so calling it another time for 32_64 builds works. Closes: #21
-
Stephane Letz authored
-
- 24 Oct, 2012 6 commits
-
-
Stephane Letz authored
-
Stephane Letz authored
-
Stephane Letz authored
-
Stephane Letz authored
-
Stephane Letz authored
-
Stephane Letz authored
-
- 25 Sep, 2012 1 commit
-
-
Nedko Arnaudov authored
ceilf() is used in netsource.c Fix for trac ticket #291
-
- 24 Sep, 2012 1 commit
-
-
Stéphane Letz authored
Opus Netjack fixes
-
- 23 Sep, 2012 1 commit
-
-
Robin Gareus authored
-
- 18 Sep, 2012 1 commit
-
-
Nedko Arnaudov authored
We recommend this at http://jackaudio.org/device_naming fixes #18
-
- 12 Sep, 2012 1 commit
-
-
Adrian Knoth authored
Patch by Adam Conrad <adconrad@canonical.com>, taken from Ubuntu's jackd2 package. Fixes linkage errors as described in http://permalink.gmane.org/gmane.comp.audio.jackit/25841
-
- 10 Sep, 2012 7 commits
-
-
Stephane Letz authored
-
Stéphane Letz authored
Opus Netjack integration
-
Nedko Arnaudov authored
Thanks to Robin Gareus. https://github.com/jackaudio/jack2/issues/17
-
Robin Gareus authored
-
Robin Gareus authored
Thanks to nedko - closes #15
-
Robin Gareus authored
-
Robin Gareus authored
-