Paul Davis
c758cdf4f6
uncrustification of jack source code
10 years ago
Hanspeter Portner
1703672214
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.
10 years ago
Paul Davis
d094819df4
#include changes to reflect separation of public and private headers
14 years ago
torben
639a9363da
[netjack] fix occurences of jack_get_time which were hiding below driver
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4445 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
torben
190640f851
add suport for celt-0.8.x
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4058 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
torben
89243cc360
remove global packet cache... thanks to vokimon
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4030 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
torben
7246fa61e6
cleanups and removal of \n from jack_error calls mainly
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3770 0c269be4-1314-0410-8aa9-9f06e86f4224
16 years ago
torben
e51acbe00d
this seems to be unnecesary. las... check on osx please.
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3766 0c269be4-1314-0410-8aa9-9f06e86f4224
16 years ago
torben
7a34991749
remove occurences of alloca and remove some unused vars.
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3765 0c269be4-1314-0410-8aa9-9f06e86f4224
16 years ago
torben
05892a251e
remove unnecessary messing with signals from netjack_poll_deadline
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3744 0c269be4-1314-0410-8aa9-9f06e86f4224
16 years ago
torben
43db3b191e
fix packet_cache_get_next_available_framecnt returning old packets.
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3710 0c269be4-1314-0410-8aa9-9f06e86f4224
16 years ago
torben
550b65510f
include jack/internal.h for jack1
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3707 0c269be4-1314-0410-8aa9-9f06e86f4224
16 years ago
torben
e49e1846ea
include "config.h"
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3706 0c269be4-1314-0410-8aa9-9f06e86f4224
16 years ago
torben
60bba680a8
copy netjack_packet.{c,h} from jack2
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3705 0c269be4-1314-0410-8aa9-9f06e86f4224
16 years ago
torben
4a1b4d0220
factor out poll error. (by nettings)
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3698 0c269be4-1314-0410-8aa9-9f06e86f4224
16 years ago
torben
e4ac839c21
sweet porttype conditionals (by nettings)
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3697 0c269be4-1314-0410-8aa9-9f06e86f4224
16 years ago
torben
cd0573ac07
remove celt magic bitdepth number... (by nettings)
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3696 0c269be4-1314-0410-8aa9-9f06e86f4224
16 years ago
torben
93cec3f0f7
switch to using jack_get_time instead of jack_get_microseconds
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3318 0c269be4-1314-0410-8aa9-9f06e86f4224
17 years ago
torben
5d0523107b
[netjack] fix warnings about unused variables without libsamplerate
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3315 0c269be4-1314-0410-8aa9-9f06e86f4224
17 years ago
torben
643385081d
[netjack] Fix number packet_cache for 0 payload case.
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3309 0c269be4-1314-0410-8aa9-9f06e86f4224
17 years ago
torben
055826a2f2
[netjack] Fix Redundancy mode.
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3199 0c269be4-1314-0410-8aa9-9f06e86f4224
17 years ago
torben
3f9efbad42
[netjack] Add -H option to turn off ntoh of payload data. reduces CPU load.
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3198 0c269be4-1314-0410-8aa9-9f06e86f4224
17 years ago
torben
9643ffbb40
[netjack] support building without libsamplerate
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3196 0c269be4-1314-0410-8aa9-9f06e86f4224
17 years ago
torben
157a656703
[netjack] fix master verification.... doh.
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3187 0c269be4-1314-0410-8aa9-9f06e86f4224
17 years ago
paul
dc837ebbd6
netjack-to-compile fixes for OS X
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3184 0c269be4-1314-0410-8aa9-9f06e86f4224
17 years ago
paul
606ab3652d
torben's latest netjack code: dynamic deadline handling for packet loss; redundancy mode; fix memory corruption with celt; dont poll, when packet we want is already there; remove old framecnts from cache. works ... osort of :)
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3163 0c269be4-1314-0410-8aa9-9f06e86f4224
17 years ago
paul
71a512249f
more netjack driver compilation tweaks
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3138 0c269be4-1314-0410-8aa9-9f06e86f4224
17 years ago
paul
ac1f7aedcb
compile and configuration fixes from OSX but useful everywhere
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3137 0c269be4-1314-0410-8aa9-9f06e86f4224
17 years ago
paul
ae0ea1f84a
support OS X with new netjack code, plus a small netjack fix/improvement
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3135 0c269be4-1314-0410-8aa9-9f06e86f4224
17 years ago
paul
de8dba1ff6
netjack changes from torben (packet loss handling leads to "dummy" backend-like behaviour; jitter buffer), along with smaller mods to alsa_{in,out}
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3127 0c269be4-1314-0410-8aa9-9f06e86f4224
17 years ago
paul
0abc695b0e
optional CELT support in netjack; fixes for a resampling issue in alsa_in and alsa_out; remove debug output from alsa_{in,out}
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3121 0c269be4-1314-0410-8aa9-9f06e86f4224
17 years ago
paul
e700090da7
cast float values to uint16_t before passing to htons() in netjack
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3118 0c269be4-1314-0410-8aa9-9f06e86f4224
17 years ago
marco
b4eaca6563
* An attempt to restore default signal behavior while inside netjack_poll()
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@1169 0c269be4-1314-0410-8aa9-9f06e86f4224
18 years ago
marco
4c45c54c5b
* Unblock some signals during the poll() in netjack_poll()
* Have net_driver_new() use netjack_poll()
* Some code cleanup
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@1168 0c269be4-1314-0410-8aa9-9f06e86f4224
18 years ago
marco
94c1421995
* First attempt at a netjack_poll() function !
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@1167 0c269be4-1314-0410-8aa9-9f06e86f4224
18 years ago
marco
e5d63d74e2
* Code cleanup in netjack_packet.c
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@1164 0c269be4-1314-0410-8aa9-9f06e86f4224
18 years ago
marco
4f7038517f
* Get rid of the goto in netjack_recv() and netjack_recvfrom()
* Clarify the code a bit
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@1158 0c269be4-1314-0410-8aa9-9f06e86f4224
18 years ago
pieterpalmers
72d1002e21
- Add jackmidi support to netjack
- Fix jackmidi autoconfig: the net backend will now self-configure
it's ports according to the first packet received by the jacknet
client.
- Bump version to 0.111.0 since some config params were added.
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@1152 0c269be4-1314-0410-8aa9-9f06e86f4224
18 years ago
sletz
38aaeb9920
Version 0.109.6: add NetJack code in source tree
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@1095 0c269be4-1314-0410-8aa9-9f06e86f4224
18 years ago