273 Commits (3df0c2bc4667f6bdf4e3ee2fc83bbd729e7dfd61)

Author SHA1 Message Date
  sletz 71ad2dad2c Fix JackFreewheelDriver::Process() in case if client time-out : continue processing until a better recovery strategy is chosen. 17 years ago
  sletz 0566470580 Add jack_get_descriptor in internal clients API. 17 years ago
  sletz dcbaa4ed70 Merge windows branch back to trunk. 17 years ago
  sletz 5349284639 Netioadapter now adapts for buffer size and sample rate changes. 17 years ago
  sletz e5bcc3068a Add IsFixedBufferSize method in all drivers. 17 years ago
  sletz 271fbfe3ce New netioadapter in server client. 17 years ago
  sletz 0a0860fcb1 New generic BuildClientPath for internal clients loading. 17 years ago
  sletz 8b5911a983 Add new jack_client_stop_thread and jack_client_kill_thread API. 17 years ago
  sletz 8f3e986c02 Embed JackEngineControl in JackDriver (starting from Tim Blechmann idea). 17 years ago
  sletz 3f0c87526c On OSX waf now compiles Universal Binaries. 17 years ago
  sletz f49f2c72ac Update waf for compilation on OSX. 17 years ago
  sletz 81a50f285f Driver class hierarchy simplification. 17 years ago
  sletz 318ecc889d Another Tim Blechmann cleanup patch + do no allocate JackClientControl in shared memory for server internal clients. 17 years ago
  sletz 0a1f18f323 Correct JackPosixThread::ThreadHandler termination, do not set buffer size if same value is used. 17 years ago
  sletz 2b0a516f73 Another Tim Blechmann patch to remove unnecessary virtual methods. 17 years ago
  sletz 2f4e02bc1d Improve net driver so that jack clients can be registered even if driver has not yet started. 17 years ago
  sletz 56241c7166 Add a missing EXPORT for JackException class. 17 years ago
  sletz d1540fe501 Better error checking in JackGraphManager::RemoveAllPorts. 17 years ago
  sletz f1cccee1b5 Fix a bug in backend parameter parsing. 17 years ago
  sletz a20801bf58 Better control of exported symbols. 17 years ago
  sletz b44e22de0e Use of set_threaded_log_function only when needed in RT threads. 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 d37f95f398 Add a test for coherent freewheel state in JackDebugClient. Cleanup JackMutex class. 17 years ago
  sletz 1cb8d31cbb Cleanup and correct wscript for example-clients. 17 years ago
  sletz afccd5104c Add missing include for proper compilation when jack headers are not installed. 17 years ago
  sletz 3f0ea566d8 Avoid using Terminate when quitting in RT thread. Cleanup JackEngineInterface. 17 years ago
  sletz c93b4ebe29 Correct JackWinThread::Terminate. 17 years ago
  sletz 1a56f6256d Tim Blechmann patch for JackPosixSemaphore (still to test...). 17 years ago
  sletz 18cad3d339 New testMutex test, correct timing in drivers. 17 years ago
  sletz f786e83108 Correct timing in drivers : frame time has to be incremented before Read. 17 years ago
  sletz 6919780fbc Cleanup example clients : use jack_client_open and install a proper 'quit' signal handler. 17 years ago
  sletz c0f0fd7cc9 Merge control branch. 17 years ago
  sletz 4d78df880e Tim Blechmann RAII idiom patch for JackServer ressource initialization. 17 years ago
  sletz ae0a1ebd28 Call init callback in notification thread also. 17 years ago
  sletz b004d83a3e Tim Blechmann JackEngine cleanup patch. 17 years ago
  sletz ef8bdde12c Use StartSync to start the client notification thread, otherwise initial notifications from the server may be lost. 17 years ago
  sletz 505d4f1dc3 Correct JackPort::ClearBuffer. 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 152a1711ce New jack_get_client_pid API, implemented on server side. 17 years ago
  sletz 8a2e1e2e91 Correct JackEngine::PortUnRegister, JackEngine::ClientCloseAux and JackEngine::ClientDeactivate to correctly send notifications. 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 0a0ede0768 Package number bumped to 1.90 everywhere. 17 years ago
  sletz 600877ee86 JackAudioDriver::ProcessAsync and JackAudioDriver::ProcessSync were broken at some point : 0 has to be returned in all cases. 17 years ago
  sletz 536c0b5476 Use of placement new for dynamic port allocation is possibly not safe... so avoid that until a definitive answer is found. 17 years ago
  sletz 7b5eafc311 Activate now connect to FW driver and start the realtime thread only if clients are actually realtime, that is have setup any of the RT callback. 17 years ago
  sletz 5993705fa5 Fix JackEngine::Close to only delete loadable clients. 18 years ago
  sletz dd0ee61a02 Fix JackMutex constructor. 18 years ago
  sletz 409c6c3abe Fix exception handling in JackShmMem::operator new. 18 years ago
  sletz 5917a2c76b Allows wrapper library to log in a file (using JACK_WRAPPER_DEBUG=file). 18 years ago
  sletz bdea33a178 Mike Taht's fix for proper alsa xrun duration measurement. 18 years ago