58 Commits (ae81d3cb41d81dd74988b1036fb148257bc4626c)

Author SHA1 Message Date
  Stephane Letz 3959a27499 Cleanup RT setup code in JackClient. 12 years ago
  Stephane Letz a4e319b753 Correctly pass code parameter in InfoShutdown callback. 12 years ago
  Stephane Letz 756027b040 Constant naming cleanup. 12 years ago
  Stephane Letz e32b0cd318 Improve server shutdown and stop. 12 years ago
  sletz f5fd13a2ca Naming of synchro primitive on Windows. 13 years ago
  sletz 9f4df15abb Factorize code the server/client request. 13 years ago
  sletz 7173037afc Fix the types of a few function parameters. 13 years ago
  Stephane Letz 299bc1bfe9 Cleanup. 14 years ago
  sletz ecb84b5f9f rebase from trunk 4238:4306 14 years ago
  sletz 8706763332 64 bits compilation on Windows. 14 years ago
  sletz acb9fe26b9 New internal JackSession.h file (for 64 bits compilation on Windows). 14 years ago
  sletz 7254ce1ebc rebase from trunk 4180:4238 14 years ago
  sletz 1ec2775bb4 Correct JackEngine::NotifyGraphReorder, update JackDebugClient with latest API. 14 years ago
  sletz 84879fe890 Correct visibility warnings. 14 years ago
  sletz a7e8377441 rebase from trunk 4083:4180 14 years ago
  sletz 2511bd8af2 Call buffer size callback in activate (actually this is done on client side in the RT thread Init method). 14 years ago
  sletz 5845be1374 jack_client_has_session_callback implementation. 14 years ago
  sletz 97c3a441f5 Use of latency range in all backends. ComputeTotalLatencies now a client/server call. 14 years ago
  sletz ae99359963 New latency API implementation (in progress). 14 years ago
  sletz f3252b4cca Remove unneeded include. 14 years ago
  sletz ab32fa70f0 Compile on Windows again. 14 years ago
  sletz 92c5da66da Revert r4119 (RT notification in the server). JackAudioDriver::ProcessSync now skip backend write in case of graph process failure. Fix incorrect error codes in alsa/usx2y.c and alsa/JackAlsaDriver.cpp. 14 years ago
  sletz 4828d0c835 rebase from trunk 4041:4083 14 years ago
  Stéphane LETZ 9bf10e24ab Correct InternalClientLoad. 15 years ago
  Torben Hohn 1a44ede470 fix tabs and convert em to spaces. 15 years ago
  Torben Hohn 5e7a792f42 add uuid parameter to jack_client_open... 15 years ago
  Torben Hohn 4e6b4f13bf uuid mapping and jack_reserve_client_name() 15 years ago
  Torben Hohn b57d07ddd0 another step for jack-session... 15 years ago
  Torben Hohn cffa5dfd8e add marshalling for jack_session_notify and session_event. not complete 15 years ago
  sletz 224c41eb59 rebase from trunk 3638:3684 15 years ago
  sletz d09d8c3c82 Add a string parameter to server ==> client notification, add a new InfoShutdown callback. 15 years ago
  sletz b4f737eb1b rebase from trunk 3502:3528 16 years ago
  sletz 23f85f9830 Fix transport callback (timebase master, sync) issue when used after jack_activate (RT thread was not running). 16 years ago
  sletz 416928c200 rebase from trunk 3455:3482 16 years ago
  sletz 4be0936d3e Simplify JackClient RT code, jack_thread_wait API marked deprecated. 16 years ago
  sletz f2a25b89cd Cleanup global function export. 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 c29ab689bf Libjack shutdown handler does not deactivate (fActive = false) the client anymore, so that jack_deactivate correctly does the job later on. 16 years ago
  sletz e291f37568 Define a JackShutdownCallback type, various callback related cleanup. 16 years ago
  sletz 27b17399e7 Correct PortRegister prototype. 16 years ago
  sletz 3e01068967 Merge Michael Voigt drops branch after reorganization step. 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 ce5d02b5d9 Correct JackClient::Close() to request server close only if server is running. 17 years ago
  sletz ade47bdc34 Remove transport_type.h file, move transport types in types.h file. 17 years ago
  sletz 64928200f8 Cleanup in JackTransportEngine, move some code that was in JackClient class. 17 years ago
  sletz 5349284639 Netioadapter now adapts for buffer size and sample rate changes. 17 years ago
  sletz 215dfdd97a Tim Blechmann patch to remove unnecessary virtual methods : choice of the appropriate platform version is now done at compilation time. 17 years ago
  sletz b047c2672d All library side files become LGPL 17 years ago
  sletz 85fc26ec4b Cleanup 17 years ago
  sletz 4c5d14403f Remove uneeded jack_port_connect API. 17 years ago