2009-11-07 |
torben | [netjack] on slave send outgoing packets from listen...
|
commit | commitdiff | tree |
2009-11-07 |
torben | add jack_samplerate which prints the current samplerate
|
commit | commitdiff | tree |
2009-11-07 |
torben | activate jack_bufsize and make it report, when started...
|
commit | commitdiff | tree |
2009-11-06 |
torben | [netjack] improved xrun reporting
|
commit | commitdiff | tree |
2009-11-06 |
torben | stop automake trying to install all manpages 2 times.
|
commit | commitdiff | tree |
2009-11-06 |
torben | improve startup behaviour. retrieves the highest framecount.
|
commit | commitdiff | tree |
2009-11-06 |
torben | fix packet_cache_get_next_available_framecnt returning...
|
commit | commitdiff | tree |
2009-11-06 |
torben | make -dnet report xruns.
|
commit | commitdiff | tree |
2009-11-06 |
torben | fix stuff the old merge broke.
|
commit | commitdiff | tree |
2009-11-06 |
torben | include jack/internal.h for jack1
|
commit | commitdiff | tree |
2009-11-06 |
torben | include "config.h"
|
commit | commitdiff | tree |
2009-11-06 |
torben | copy netjack_packet.{c,h} from jack2
|
commit | commitdiff | tree |
2009-11-06 |
torben | fix missing always deadline driver param
|
commit | commitdiff | tree |
2009-11-06 |
torben | copy over netjack.{c,h} from jack2
|
commit | commitdiff | tree |
2009-11-06 |
torben | [netjack] code reuse part2: move non driver specific...
|
commit | commitdiff | tree |
2009-11-06 |
torben | [netjack] code-reuse part1: move most driver state...
|
commit | commitdiff | tree |
2009-11-06 |
torben | factor out poll error. (by nettings)
|
commit | commitdiff | tree |
2009-11-06 |
torben | sweet porttype conditionals (by nettings)
|
commit | commitdiff | tree |
2009-11-06 |
torben | remove celt magic bitdepth number... (by nettings)
|
commit | commitdiff | tree |
2009-11-04 |
torben | make configure check for different celt api, already...
|
commit | commitdiff | tree |
2009-11-04 |
torben | update celt code to celt-0.7.0 api (fixes #139)
|
commit | commitdiff | tree |
2009-11-04 |
torben | whitespace squelching in netsource.c
|
commit | commitdiff | tree |
2009-11-04 |
torben | apply fixes for message buffer thread destruction ...
|
commit | commitdiff | tree |
2009-11-04 |
torben | fix back the controlloop inversion.
|
commit | commitdiff | tree |
2009-05-24 |
torben | [alsa_in] dont fail, when samplerate does not match
|
commit | commitdiff | tree |
2009-05-23 |
torben | [alsa_out] make ports physical, so portaudio finds em
|
commit | commitdiff | tree |
2009-05-23 |
torben | [netjack] deadline_goodness fix
|
commit | commitdiff | tree |
2009-05-01 |
torben | [netjack] improve high jitter behaviour and add jitter...
|
commit | commitdiff | tree |
2009-05-01 |
torben | [alsa_out] make latency constant. subtract frames_since...
|
commit | commitdiff | tree |
2009-03-30 |
torben | [netjack] fix MSG_CONFIRM
|
commit | commitdiff | tree |
2009-03-29 |
torben | fix jack_connect to close jack_client in case of error...
|
commit | commitdiff | tree |
2009-03-29 |
torben | fix segfault, with -f option in jack_impulse_grabber
|
commit | commitdiff | tree |
2009-03-29 |
torben | fix building when PATH_MAX is not defined. (should...
|
commit | commitdiff | tree |
2009-03-22 |
torben | on gentoo64 /usr/lib is just a softlink. find wants...
|
commit | commitdiff | tree |
2009-03-22 |
torben | [jackd] fix sanitycheck setting clocksource to broken.
|
commit | commitdiff | tree |
2009-03-07 |
torben | [alsa-io] fix signal termination
|
commit | commitdiff | tree |
2009-03-07 |
torben | [alsa-io] update manpage
|
commit | commitdiff | tree |
2009-03-07 |
torben | [alsa-io] make libsamplerate quality configurable
|
commit | commitdiff | tree |
2009-03-07 |
torben | [alsa-io] make size of smooth array configurable. put...
|
commit | commitdiff | tree |
2009-03-07 |
torben | [alsa-io] add handler for SIGTERM
|
commit | commitdiff | tree |
2009-03-07 |
torben | [alsa-io] print out sample format and small fixes.
|
commit | commitdiff | tree |
2009-03-07 |
torben | [alsa-io] add support for float LE
|
commit | commitdiff | tree |
2009-03-07 |
torben | [alsa-io] update man page
|
commit | commitdiff | tree |
2009-03-07 |
torben | [alsa-io] remove ALSASAMPLE and syncup alsa-in
|
commit | commitdiff | tree |
2009-03-07 |
torben | [alsa-out] add support for memops and S32, S24, S16...
|
commit | commitdiff | tree |
2009-03-04 |
torben | [netjack] execute send code after recv code when latency...
|
commit | commitdiff | tree |
2009-03-03 |
torben | [alsa-io] make pclamp and control out quantization...
|
commit | commitdiff | tree |
2009-03-03 |
torben | [netjack] add -D mode alsa_io friend, also change initial...
|
commit | commitdiff | tree |
2009-03-03 |
torben | [alsa-io] fix defaults for -t and -m
|
commit | commitdiff | tree |
2009-03-03 |
torben | [alsa-io] fixup one cleanup error, and bring alsa_in...
|
commit | commitdiff | tree |
2009-03-03 |
torben | [alsa-out] cleanup
|
commit | commitdiff | tree |
2009-03-03 |
torben | [alsa-out] quantize PI controller output around resample_mean
|
commit | commitdiff | tree |
2009-03-03 |
torben | [alsa-out] safety commit (somethings wrong)
|
commit | commitdiff | tree |
2009-03-03 |
torben | [alsa-out] use correct PI-control... clamps P to remove...
|
commit | commitdiff | tree |
2009-03-03 |
torben | [alsa-out] lol its even more easier than i thought...
|
commit | commitdiff | tree |
2009-03-03 |
torben | [alsa-out] this seems okish.
|
commit | commitdiff | tree |
2009-03-03 |
torben | [alsa-out] some changes again.
|
commit | commitdiff | tree |
2009-03-03 |
torben | [alsa-out] intermediate commit
|
commit | commitdiff | tree |
2009-03-03 |
torben | [alsa_out] omg !!! now its becoming academic :)
|
commit | commitdiff | tree |
2009-03-03 |
torben | [alsa_out] dont set xfer align, deprecated
|
commit | commitdiff | tree |
2009-03-03 |
torben | [alsa_out] change xrun handling... gonna revert.
|
commit | commitdiff | tree |
2009-03-03 |
torben | [alsa_io] add plottable output instrumenation
|
commit | commitdiff | tree |
2009-03-03 |
torben | [alsa_io] Add some sanity measures to max_diff and...
|
commit | commitdiff | tree |
2009-03-03 |
torben | [alsa_io] even more comment syncing.
|
commit | commitdiff | tree |
2009-03-03 |
torben | [alsa_io] remove rememnants of time_smoother
|
commit | commitdiff | tree |
2009-03-03 |
torben | [alsa_io] cleanup old cruft code.
|
commit | commitdiff | tree |
2009-02-24 |
torben | [alsa_io] add linear component to the dll and some...
|
commit | commitdiff | tree |
2009-02-24 |
torben | [alsa_io] add a linear component to the cubic dll
|
commit | commitdiff | tree |
2009-02-24 |
torben | [alsa_io] dont compare sample_rate with error and bail...
|
commit | commitdiff | tree |
2009-02-20 |
torben | [core] still poll zombified client fd for HUP, so it...
|
commit | commitdiff | tree |
2009-02-18 |
torben | Fix doxygen confusion with POST_PACKED_STRUCTURE
|
commit | commitdiff | tree |
2009-02-16 |
torben | switch to using jack_get_time instead of jack_get_microseconds
|
commit | commitdiff | tree |
2009-02-15 |
torben | [alsa-io] port to new hwparams.
|
commit | commitdiff | tree |
2009-02-15 |
torben | Remove false message about not building NetJack. we...
|
commit | commitdiff | tree |
2009-02-15 |
torben | [netjack] fix warnings about unused variables without...
|
commit | commitdiff | tree |
2009-02-15 |
torben | [netjack] build jack_netsource even without libsamplerate
|
commit | commitdiff | tree |
2009-02-15 |
torben | [alsa-out] another fix for alsa out. now it really...
|
commit | commitdiff | tree |
2009-02-12 |
torben | [alsa_out] fix behaviour when output samplerate does...
|
commit | commitdiff | tree |
2009-02-12 |
torben | [netjack] Fix number packet_cache for 0 payload case.
|
commit | commitdiff | tree |
2009-01-31 |
torben | fixes for jack-midi 32bit interop. (to be reviewed...
|
commit | commitdiff | tree |
2008-12-14 |
torben | Fix alpha compilation error. Debian Bug #508114.
|
commit | commitdiff | tree |
2008-12-09 |
torben | [netjack] Fix Redundancy mode.
|
commit | commitdiff | tree |
2008-12-09 |
torben | [netjack] Add -H option to turn off ntoh of payload...
|
commit | commitdiff | tree |
2008-12-09 |
torben | [netjack] Compensate transport also for codec latency...
|
commit | commitdiff | tree |
2008-12-09 |
torben | [netjack] support building without libsamplerate
|
commit | commitdiff | tree |
2008-12-06 |
torben | [netjack] improve deadline handling, to recover from...
|
commit | commitdiff | tree |
2008-12-05 |
torben | [netjack] Reduce dynamic deadline adjustement speed...
|
commit | commitdiff | tree |
2008-12-05 |
torben | [netjack] fix master verification.... doh.
|
commit | commitdiff | tree |
2008-12-05 |
torben | [alsa_io] man page
|
commit | commitdiff | tree |
2008-12-05 |
torben | [alsa_in] fix bug, causing noise. change back to using...
|
commit | commitdiff | tree |
2008-12-05 |
torben | [netjack] Adjust deadline faster.
|
commit | commitdiff | tree |
2008-12-05 |
torben | Add Gitignore
|
commit | commitdiff | tree |