Stephane Letz
cd1f3ba5f0
Correct Windows installer files.
12 years ago
Stephane Letz
73ca80060a
Correct Windows resource files.
12 years ago
Stéphane Letz
95a1162d6a
Merge pull request #24 from eliotb/build_dox
Fix doxygen build and install
12 years ago
Eliot Blennerhassett
b35f024de0
Fix doxygen build and install
Signed-off-by: Eliot Blennerhassett <Eliot@Blennerhassett.gen.nz>
12 years ago
Stephane Letz
fc7a8f77b0
Undeeded error messages removed.
12 years ago
Stephane Letz
8623ae4063
Version 1.9.10 started.
12 years ago
Nedko Arnaudov
760e5477a4
Merge commit '1.9.9.5' into no-self-connect
Conflicts:
common/JackControlAPI.cpp
12 years ago
Stéphane Letz
e814e508d5
Merge pull request #23 from jackaudio/device_reservation_fixes
Device reservation fixes
12 years ago
Nedko Arnaudov
ce50e5b0ed
waf: configure option for enforcing autostart method
12 years ago
Nedko Arnaudov
b3394f4dce
Improve computation of the alsa control device name
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.
12 years ago
Nedko Arnaudov
6afe197889
Fixes for alsa device reservation
* 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
12 years ago
Nedko Arnaudov
6414cd9dbf
Improved error reporting in device reservation code
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.
12 years ago
Stéphane Letz
6f7f96a8b5
Correct JackCoreAudioAdapter and JackCoreAudioDriver.
12 years ago
Stephane Letz
3cb7d5c726
Fix typo in JackPortAudioDriver::Attach.
12 years ago
Stephane Letz
5744ae7ee1
Merge remote-tracking branch 'upstream/master'
12 years ago
Stephane Letz
335da63e26
Cleanup in JackPortAudioDriver.
12 years ago
Adrian Knoth
4818025739
[wscript] Even more -Wl,--as-needed fixes
12 years ago
Stephane Letz
2d8992ab62
Correct JackPortAudioDriver.
12 years ago
Stephane Letz
510f62d81c
Correct Changelog.
12 years ago
Stephane Letz
8d250263ac
Raise sub-version number.
12 years ago
Stephane Letz
b2d3e88904
Correct JackPortAudioDriver::Open : special case for ASIO drivers.
12 years ago
Stephane Letz
298cef7835
New PortAudioDevices::GetPreferredBufferSize.
12 years ago
Stephane Letz
67ac44402f
merge new MTDM code from Fons' latest release.
12 years ago
Adrian Knoth
93c5159118
[wscript] Build jack_transport
jack_transport requires libreadline but not libncurses, so drop the latter.
12 years ago
Adrian Knoth
89c359eee0
[wscript] More fixes for -Wl,--as-needed
Reportedly, f28523ff54
was incomplete.
12 years ago
Adrian Knoth
2f35141267
[wscript] Use CFLAGS, not CCFLAGS
CCFLAGS isn't honoured at all, the proper name is CFLAGS.
12 years ago
Stephane Letz
e577581de8
Correct JackEngine::NotifyGraphReorder : graph-order callback now notified after port latencies update.
12 years ago
Adrian Knoth
ad01143310
wscript: Fix FTBFS with --mixed
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
12 years ago
Stephane Letz
994423f8b5
Update Syst V shared memory implementation.
12 years ago
Stephane Letz
1241541b62
Remove uneeded log in JackMidiDriver.
12 years ago
Stephane Letz
700489b429
Move NotifyQuit in JackServer::Stop.
12 years ago
Stephane Letz
aa02feeacf
No lock needed in JackLockedEngine::NotifyQuit.
12 years ago
Stephane Letz
57e5daac1f
Fix ALSA driver inchannels/outchannels types.
12 years ago
Stephane Letz
9b44eff09a
Update README.
12 years ago
Stephane Letz
adb0273481
Most important commit described in Changelog.
12 years ago
Nedko Arnaudov
b4349a570f
fix jack_netsource build
ceilf() is used in netsource.c
Fix for trac ticket #291
12 years ago
Stéphane Letz
f204e7f73c
Merge pull request #20 from x42/master
Opus Netjack fixes
12 years ago
Robin Gareus
51bffbf379
netjack/opus: don't re-init en/decoders
12 years ago
Nedko Arnaudov
7c6d11160f
Use string ids in the alsa device list
We recommend this at http://jackaudio.org/device_naming
fixes #18
12 years ago
Adrian Knoth
f28523ff54
[wscript] Fix FTBFS with -Wl,--as-needed
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
12 years ago
Stephane Letz
50e793e74e
Remove warning, renaming.
12 years ago
Stéphane Letz
d3d49455b2
Merge pull request #16 from x42/master
Opus Netjack integration
12 years ago
Nedko Arnaudov
ee845d4633
controlapi: fix double free on master switch
Thanks to Robin Gareus.
https://github.com/jackaudio/jack2/issues/17
12 years ago
Robin Gareus
ce83a13893
fix duplicate prog.includes
12 years ago
Robin Gareus
abc1cab6aa
wscript: add header defines and libs for example-clients/netsource
Thanks to nedko - closes #15
12 years ago
Robin Gareus
3085ae19e9
netjack1/2 Opus: use only 2bytes for encoded-length
12 years ago
Robin Gareus
d94f5edb03
netjack1/netone opus support
12 years ago
Robin Gareus
a0dd08c32e
pass Opus encoded-length along with payload
Eventually unused data should not be transmitted. That will require
dynamic package lengths which are not yet supported by netjack2
13 years ago
Stephane Letz
7c4f49d7ef
More robust channel mapping handling in JackCoreAudioDriver.
13 years ago
Stéphane Letz
ec499f4cc6
Merge pull request #13 from x42/master
add libopus support to netjack2
13 years ago