97 Commits (a7e8377441852d675a8c26bdbf3ae9d847a5ca91)

Author SHA1 Message Date
  sletz 32987ca1d2 Merge Solaris branch back on trunk. 16 years ago
  sletz bb7b377860 Implement jack_client_real_time_priority and jack_client_max_real_time_priority API. 16 years ago
  sletz 171a3c4a0d Client and library global context cleanup in case of incorrect shutdown handling (that is applications not correctly closing client after server has shutdown). 16 years ago
  sletz ac45532d64 Use open/close mutex for jack_client_new API. 16 years ago
  sletz 28ef03b879 Use a mutex to make jack_client_open/jack_client_close thread safe, remove use of jack_init/jack_uninit. 16 years ago
  sletz f19b74f904 Header cleanup, add --clients and --ports options in configure. 16 years ago
  sletz e291f37568 Define a JackShutdownCallback type, various callback related cleanup. 16 years ago
  sletz 7628f71f59 Cleanup jack_port_id_t/jack_port_t mess, should work again on 64 bits machines. 16 years ago
  sletz 183b591a9b Michael Voigt JackAPI cleanup patch. 16 years ago
  sletz 3e01068967 Merge Michael Voigt drops branch after reorganization step. 16 years ago
  sletz 31925d51c0 Fix jack_port_set_name when used with already unregistered clients. 16 years ago
  sletz 1274ff1da2 Add new jack_set_port_rename_callback API, jack_port_set_name is now a server request that call port rename callbacks. 16 years ago
  sletz a280d1f368 Update JackTransportEngine for NetJack2 needs. 16 years ago
  sletz 64928200f8 Cleanup in JackTransportEngine, move some code that was in JackClient class. 17 years ago
  sletz 2e5fb249df Compiles again with VC++ 17 years ago
  sletz dcbaa4ed70 Merge windows branch back to trunk. 17 years ago
  sletz 0c3ed3f8dc More cleanup 17 years ago
  sletz 5349284639 Netioadapter now adapts for buffer size and sample rate changes. 17 years ago
  sletz 8b5911a983 Add new jack_client_stop_thread and jack_client_kill_thread API. 17 years ago
  sletz 7bfa336f7d Correct GetPortTypeId, various cleanup. 17 years ago
  nedko b5bd3afb28 Add conditional includes for config.h, for use with waf 17 years ago
  sletz c0f0fd7cc9 Merge control branch. 17 years ago
  sletz a74f1a586e Better handling of graph state read functions : never wait when used in the real-time thread, current state is used. 17 years ago
  sletz 7f0d31f951 Implementation of jack_get_max_delayed_usecs, jack_get_xrun_delayed_usecs and jack_reset_max_delayed_usecs. 17 years ago
  sletz 7837cc8315 Remove header 17 years ago
  sletz b047c2672d All library side files become LGPL 17 years ago
  sletz e3ce8807cf Cleanup 17 years ago
  sletz 8cd79f74be Correct JackClient::Activate so that first kGraphOrderCallback can be received by the client notification thread. 17 years ago
  sletz 294bd9fdc6 Correct jack_port_get_total_latency. 17 years ago
  sletz 2f7db97fb6 Correct all backend playback port latency in case of asynchronous mode (1 buffer more). 17 years ago
  sletz 8eb09e3d59 Correct jack_internal_client_load for wrapper layer. 17 years ago
  sletz ebe8cc2dbe Correct jack_client_open_aux, jack_client_open and jack_client_new. 17 years ago
  sletz d8ae529839 Correct jack_set_error_function, add jack_set_info_function 17 years ago
  sletz d2f7053ecc Nedko Arnaudov log patch(2). 17 years ago
  sletz 4c5d14403f Remove uneeded jack_port_connect API. 17 years ago
  sletz 66dfd6932e Define an internal jack_client_open_aux needed for wrapper feature. 17 years ago
  sletz ecb8da58c7 Beautifull code 17 years ago
  sletz 078444c717 tw1.c example added (new thread model). 17 years ago
  sletz 8be4ce2820 Correct jack_get_time propotype. 17 years ago
  sletz 2ab1465913 New experimental alternate threading model 17 years ago
  sletz 809c2097fb Add missing include 17 years ago
  sletz c3972fc4d6 Cleanup 17 years ago
  sletz 4c5a520390 Cleanup 17 years ago
  sletz b15a3e3467 More robust external API. 17 years ago
  sletz c1cec90f6f Reduce WaitGraphChange wait value. 17 years ago
  sletz 254f765c4f Update date 17 years ago
  sletz f259824b93 Correct jack_thread_wait 17 years ago
  sletz 82bdd90277 Remove checking thread in CoreAudio driver, better device state change recovery strategy: the driver is stopped and restarted. jack_thread_wait implementation. Add jack_thread_wait client example. 17 years ago
  sletz d3c96cf0fb Implement jack_recompute_total_latency and jack_recompute_total_latencies. Remove fBufferSize field in JackGraphManager object. 17 years ago
  sletz 2310f8d7ac Cleanup jack_port_connected_to implementation. 17 years ago