summaryrefslogtreecommitdiff
path: root/libjack
Commit message (Expand)AuthorAgeFilesLines
* take care of buffer_scale_factor < 0 in jack_port_get_buffer()torben2010-01-281-1/+6
* make MIDI port buffer size variable with -M cmdline argument; reduce size of ...paul2010-01-281-8/+11
* commit serious design flaw that left jackd in freewheeling mode if the client...paul2010-01-261-0/+1
* eliminate inadvertent use of client->graph_wait_fd (client->pollfd[WAIT].fd) ...paul2010-01-261-3/+4
* ensure that client-side message buffer thread calls thread_init callback if/w...paul2009-12-022-0/+38
* remove stray "x" char that appeared in a DEBUG() macro call (prevents --enabl...paul2009-11-211-1/+1
* unchecked malloc return cases in libjack fixed; add info on -L option ; diffe...paul2009-11-125-201/+243
* test malloc return value in jack_get_ports()paul2009-11-111-0/+4
* correct callback prototype for info shutdownpaul2009-11-112-3/+3
* add jack_on_info_shutdown() callback, which provides an code and a string des...paul2009-11-102-4/+26
* apply fixes for message buffer thread destruction (fixes #140)torben2009-11-041-0/+5
* move jack capture into example clients (its not a finished tool) ; update emb...paul2009-07-091-8/+7
* first pass at integrating sanity/system checks into jack1paul2009-03-132-0/+2
* "virtualize" and allow overriding of thread creation function, to allow Wine ...paul2009-03-132-4/+12
* fixes for jack-midi 32bit interop. (to be reviewed by paul)torben2009-01-311-4/+4
* Fix alpha compilation error. Debian Bug #508114.torben2008-12-141-4/+1
* fixup removal of sysv SHM registry @ make install time (packagers take note);...paul2008-12-042-3/+2
* fix dynamic SIMD for OS X ; add config.h to netjack driver code ; make a conf...paul2008-12-042-4/+12
* bump to 0.116.0; torben's re-pushed changes to make 32/64 compatibility reall...paul2008-12-011-1/+1
* fix up cflags for --disable-optimize case; remove unnecessary SHM remove erro...paul2008-11-281-3/+6
* SIMD support build fixes, mainly for libjackserversonarnerd2008-11-231-1/+1
* Fix a typo in clobber listsonarnerd2008-11-231-1/+1
* put back inadvertently removed local variable declarationpaul2008-11-231-0/+2
* oops, paul should remember to try an OSX build before releasing a tarball; fi...paul2008-11-231-12/+10
* print error msgs if shm removal fails; properly handle out-of-tree builds in ...paul2008-11-231-2/+6
* Fix out-of-tree buildssonarnerd2008-11-231-1/+1
* Make constants static constsonarnerd2008-11-121-2/+2
* Add scaling and clipping to SSE float-int and int-float conversionssonarnerd2008-10-261-13/+46
* add 2 new API functions: jack_client_real_time_priority() and jack_client_max...paul2008-10-251-0/+21
* initial, potential fix for ringbuffer issues; fix some compiler warnings; cla...paul2008-10-195-24/+17
* Fix indentation and clobber listsonarnerd2008-10-171-48/+48
* Added SSE versions of float->int and int->float conversionssonarnerd2008-10-171-1/+62
* fix export of pointers into JACK API headers, thus allowing a 64 bit JACK ser...paul2008-10-153-82/+132
* micu patch for driver.csletz2008-07-251-2/+2
* Florian Faber native 32 bits float patch for alsa driver.sletz2008-07-231-12/+30
* compilation fixes for OS X; remove "no message buffer overruns" messagepaul2008-06-051-2/+0
* make default jack_error() callback use DEBUG if DEBUG_ENABLED is set to corre...paul2008-05-121-0/+4
* make clients call jack_messagebuffer_init() and jack_messagebuffer_exit()paul2008-05-121-5/+8
* ensure proper cleanup if run_cycle failspieterpalmers2008-05-121-2/+8
* fix failure handling on NT driver startpieterpalmers2008-05-111-2/+4
* mark clients Finished after process has been called; remove clients that do n...paul2008-05-092-8/+28
* Embed small MIDI messages (4 bytes or less) into event structure.dsbaikov2008-03-311-15/+37
* Fix build of SIMD supportsonarnerd2008-03-211-3/+5
* Fix varargs handlingsletz2008-03-171-3/+5
* Four patches from Jacob Meuser for OpenBSDsletz2008-03-142-0/+8
* Version 0.109.9 : Jacob Meuser sun backendsletz2008-03-131-1/+1
* Version 0.109.8 : new thread modelsletz2008-03-121-3/+109
* Correct jack_internal_client_load for wrapper layer.sletz2008-03-111-5/+15
* Export jack_client_open_aux functionsletz2008-03-111-1/+1
* Correct jack_client_open_aux(2)sletz2008-03-111-7/+3