- 10 Jan, 2013 1 commit
-
-
Stephane Letz authored
-
- 09 Jan, 2013 4 commits
-
-
Stephane Letz authored
-
Stephane Letz authored
-
Adrian Knoth authored
-
Adrian Knoth authored
With the current code, packed structs lead to unaligned memory access, thus causing SIGBUS on ARM. Let's disable packing on ARM for now. Since it's only used for mixed 32/64bit jackd installations and we're not facing such a scenario on ARM, there's little use to worry more atm.
-
- 08 Jan, 2013 1 commit
-
-
Basil Nutmeg authored
A few internal source files were redeclaring types and macros also declared in the external jack/types.h and jack/systemdeps.h headers. Since the external header needs them, delete them from the internal headers.
-
- 07 Jan, 2013 1 commit
-
-
Stephane Letz authored
-
- 06 Jan, 2013 1 commit
-
-
Adrian Knoth authored
As reported by Peter Nelson, waf's check_cfg sets HAVE_OPUS=1 if the pkg-config check is successful, however, the code requires OPUS custom headers. So if a dev package without custom headers is installed, explicitly reset HAVE_OPUS to 0 to fix the FTBFS.
-
- 04 Jan, 2013 2 commits
-
-
Stephane Letz authored
-
Stephane Letz authored
-
- 12 Dec, 2012 1 commit
-
-
Stéphane Letz authored
Fix doxygen build and install
-
- 11 Dec, 2012 1 commit
-
-
Eliot Blennerhassett authored
Signed-off-by:
Eliot Blennerhassett <Eliot@Blennerhassett.gen.nz>
-
- 10 Dec, 2012 2 commits
-
-
Stephane Letz authored
-
Stephane Letz authored
-
- 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 4 commits
-
-
Stephane Letz authored
-
Stephane Letz authored
-
Stephane Letz authored
-
Stephane Letz authored
-