summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* add suport for celt-0.8.xtorben2010-10-062-3/+14
* documentation tweaks (OR->AND, and comments on MIDI event ordering)paul2010-09-131-1/+0
* remove deprecated functions from netjack.ctorben2010-06-241-4/+0
* remove global packet cache... thanks to vokimontorben2010-06-245-81/+25
* remove the pkt_buf field, which is obsoleted by the packet_cachetorben2010-06-242-2/+0
* use a single celt_mode in the netj struct.torben2010-06-242-13/+32
* fix src/celt memory leaks by David García Garzóntorben2010-06-241-1/+44
* initialise jitter_val. thanks to David David García Garzóntorben2010-06-241-0/+1
* - Include a2j headers for `make dist`.rncbc2010-05-181-0/+2
* remove cruft that should never have been added, againpaul2010-04-132-1152/+0
* remove cruft that should never have been addedpaul2010-04-136-881/+0
* here is the a2j stuff just mentionedpaul2010-04-1319-0/+4481
* fix a possible race/deadlock when jack is quitting and clients try to connect...paul2010-04-132-17/+15
* fix alsa driver null cycle.torben2010-03-131-5/+2
* correct big-endian 24bit->float conversion in ALSA backend (#135)paul2010-03-051-1/+1
* check return result of engine->set_buffer_size() in all backends, so that if ...paul2010-01-289-24/+82
* [netjack] use old incremental deadline scheme againtorben2010-01-121-9/+9
* changes to make distcheck work correctly on linux & OS X0.117.0paul2009-11-131-1/+1
* cleanups and removal of \n from jack_error calls mainlytorben2009-11-124-9/+8
* this seems to be unnecesary. las... check on osx please.torben2009-11-121-3/+0
* remove occurences of alloca and remove some unused vars.torben2009-11-121-2/+1
* call netjack_release during driver destructiontorben2009-11-121-0/+2
* change help text to celt kbitstorben2009-11-121-1/+1
* joerns commandline parameter sanity patchtorben2009-11-121-22/+21
* massage celt value, so it represents bandwidth in kbitstorben2009-11-121-0/+3
* check samplerate in autoconfig packet.torben2009-11-121-0/+5
* check sanity of autoconfig packet values.torben2009-11-111-0/+16
* make jitter val configurable... the connectscript will use this soon.torben2009-11-113-7/+27
* cleanup...torben2009-11-111-2/+0
* meh... inverse retval...torben2009-11-111-1/+1
* upss... need to evaluate netjack_poll return valuetorben2009-11-111-1/+4
* remove unnecessary messing with signals from netjack_poll_deadlinetorben2009-11-111-22/+1
* add netjack_poll back, easiest way to get ctrl-c autoconf packet wait.torben2009-11-111-0/+1
* make want_deadline even more negative. the offset machinery seems to need that.torben2009-11-111-1/+1
* for all latencies below 4 we need negative deadline goodness.torben2009-11-111-1/+1
* sort of giving up :) ... set want_deadline to (- period/4 )torben2009-11-111-1/+1
* special want_deadline goodness for -l1torben2009-11-111-1/+6
* want_deadline extracttorben2009-11-111-2/+3
* drop old filetorben2009-11-111-595/+0
* set driver->period_usecs... fixes the zombification issues.torben2009-11-101-0/+2
* comment out jack_error messages again.torben2009-11-101-3/+3
* fix signedness issues with deadline_goodness compares.torben2009-11-101-5/+11
* calling delay doesnt work. deactivate for now.torben2009-11-091-1/+1
* [netjack] on slave send outgoing packets from listen porttorben2009-11-071-1/+1
* [netjack] improved xrun reportingtorben2009-11-062-10/+18
* improve startup behaviour. retrieves the highest framecount.torben2009-11-061-1/+15
* fix packet_cache_get_next_available_framecnt returning old packets.torben2009-11-061-0/+3
* make -dnet report xruns.torben2009-11-063-7/+14
* fix stuff the old merge broke.torben2009-11-061-3/+126
* include jack/internal.h for jack1torben2009-11-062-3/+8