summaryrefslogtreecommitdiff
path: root/libjack
Commit message (Expand)AuthorAgeFilesLines
...
* implement jack_get_all_properties() and cleanup a few other implementation de...Paul Davis2013-10-011-13/+134
* differentiate between property changed/created in PropertyChange notification...Paul Davis2013-10-011-1/+8
* add property change notificationsPaul Davis2013-09-303-4/+65
* set up property change notification structures and callsPaul Davis2013-09-302-4/+14
* add jack_client_t* to metadata calls that need to contact the server to initi...Paul Davis2013-09-301-4/+5
* update submodulesPaul Davis2013-09-302-1/+479
* miscellaneous fixes to prepare the way for usable metadataPaul Davis2013-09-303-3/+8
* fix screw up caused by attempting to uuid_parse() a null string UUID in jack ...Paul Davis2013-09-251-2/+4
* first pass at working UUID-based clients and ports. many JACK clients work co...Paul Davis2013-09-245-85/+95
* add UUID to port typePaul Davis2013-09-241-0/+8
* patch from Pawel X to implement jack_get_uuid_for_client_name()Paul Davis2013-01-291-4/+20
* add a latency callback to the ALSA backend, and ensure that the backend's lat...Paul Davis2012-11-041-4/+5
* add internal function jack_event_type_name() for prettier error messages conc...Paul Davis2012-10-111-0/+41
* new jack_get_cycle_times() implementation from Fons Adriennsen, and improveme...Paul Davis2012-03-191-21/+49
* remove timestamps code - not used for years, and the kernel provides better i...Paul Davis2012-02-082-81/+0
* #include changes to reflect separation of public and private headersPaul Davis2012-02-0814-36/+46
* redesign thread calls and so forth to actually get this stuff right on OS X (...paul2012-02-021-152/+99
* compilation fixes for client.cpaul2012-02-021-6/+7
* fairly drastic and deep cleanup of client thread code in an effort to fix inc...paul2012-02-021-218/+101
* default error callback no longer calls DEBUG, which was (a) silly and (b) bre...paul2012-02-011-4/+0
* fix the types of a few function parameterspaul2011-09-282-7/+7
* remove SSE messagespaul2011-09-281-3/+5
* compile fixes for OS X: remove double linkages to libjack + libjackserver, re...paul2011-09-281-1/+1
* remove SSE-related messages during startup unless run with -vpaul2011-08-311-3/+3
* remove the dreaded client->control->nframes which is initialized too latetorben2011-06-193-10/+10
* fix array overrun when jack_get_ports() returns the full set of all possible ...paul2011-06-081-4/+4
* substantive rearrangement of OSX code so that async API (jack_cycle_wait/jack...paul2011-04-151-176/+280
* [libjack] fix warning about volatile return type, by typedeftorben2011-03-151-1/+2
* [libjack] fix stack touching for RT threads created.torben2011-03-151-7/+15
* return null if jack_port_get_buffer() is used before jack_activate()0.120.1paul2011-03-021-0/+9
* [core] add jack_port_type_get_buffer_size()torben2011-02-281-0/+16
* check requested buffer size and limit to 1..16384 - avoids wierd behaviour ca...paul2011-02-221-0/+4
* [core] pass client->engine->buffer_size to bufsize callback, not client->nframestorben2011-02-161-1/+1
* add jack_client_has_session_callback() ...torben2011-02-131-0/+15
* [latency api] switch JackLatencyCallback to return voidtorben2011-01-121-1/+2
* [latency api] also invoke latency callback for the driver client.torben2011-01-121-2/+8
* [latency api] add hack to jack_port_set_latency_range() to set old latencytorben2011-01-121-2/+16
* [latency api] Add the new latency api.torben2011-01-123-0/+172
* dont call jack_attach_port_segment() in jack_client_open_aux()torben2010-10-081-1/+3
* add --enable-valgrind-clean and associated code to permit building a version ...paul2010-09-264-6/+49
* documentation tweaks (OR->AND, and comments on MIDI event ordering)paul2010-09-131-0/+1
* remove comment from the already removed stack scribbletorben2010-06-241-5/+0
* move stack touching into jack_thread_proxytorben2010-04-302-6/+7
* propely zero out the command terminatortorben2010-04-261-0/+2
* Merge branch 'jack-session2' into session-rebasetorben2010-03-261-0/+11
|\
| * add future field to event struct, and JackSessionNeedTerminalTorben Hohn2010-03-231-0/+1
| * add jack_client_get_uuid() and fix stuff for multiclientTorben Hohn2010-03-111-0/+10
| * remove jack_rename_clientTorben Hohn2010-03-021-13/+0
| * add jack_session_event_free() and dont free it in jack_session_reply()Torben Hohn2010-03-021-3/+9
| * add flags to jack_session_event_t and session_command_tTorben Hohn2010-02-281-0/+9