324 Commits (e3ea4bb8aee817b420784104f3a0eb020689aff0)

Author SHA1 Message Date
  sletz 90f58d65c5 Use up to BUFFER_SIZE_MAX frames in midi ports, fix for ticket #117. 17 years ago
  sletz bb7b377860 Implement jack_client_real_time_priority and jack_client_max_real_time_priority API. 17 years ago
  sletz c2a484cdc9 Synchronize jack2 public headers with jack1 ones. 17 years ago
  sletz 44440825fd Correct dates in ChangeLog. 17 years ago
  sletz 8ebf5c800c For ALSA driver, synchronize with latest jack1 memops functions. 17 years ago
  sletz 604fd21827 Use JACK_DRIVER_DIR variable in internal clients loader. 17 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). 17 years ago
  sletz cc8ec294ae Updated changelog. 17 years ago
  sletz 7f5f7dec44 Report ringbuffer.c fixes from jack1. Fix for ticket #102. 17 years ago
  sletz a7fd397819 Better isolation of server and clients system resources to allow starting the server in several user account at the same time. 17 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. 17 years ago
  sletz 82fb19ae07 Fix symbols export in ringbuffer.c. 17 years ago
  sletz 476a2b2111 Fix jackctl_server_unload_internal. 17 years ago
  sletz 7179398778 Correct JackClient::ShutDown. 17 years ago
  sletz f6c2f38b5e Fix Midi port initialization in JackNetDriver. 17 years ago
  sletz b9395c1fb0 Backport of latest Paul alsa_seqmidi changes. 17 years ago
  sletz b50078f968 Tim Blechmann optimization patch. 17 years ago
  sletz 86d4357b09 Fix a crash in JackEngine::Close when backend cannot be loaded. 17 years ago
  sletz a281046055 Fix a conflict with Audio Hijack in JackCoreAudioDriver. 17 years ago
  sletz 28ef03b879 Use a mutex to make jack_client_open/jack_client_close thread safe, remove use of jack_init/jack_uninit. 17 years ago
  sletz 23fab4f1bb Fix a SMP related bug introduced in rev 2957 : remove the __SMP__ flag and define LOCK for SMP in all cases. 17 years ago
  sletz f19b74f904 Header cleanup, add --clients and --ports options in configure. 17 years ago
  sletz f7cb7bb5d9 Checking for libsamplerate in waf, fix ticket #89. 17 years ago
  sletz 285b645723 Correct file permission for jack-shm-registry POSIX shared memory segment. 17 years ago
  sletz 7628f71f59 Cleanup jack_port_id_t/jack_port_t mess, should work again on 64 bits machines. 17 years ago
  sletz 183b591a9b Michael Voigt JackAPI cleanup patch. 17 years ago
  sletz 3b8e4f2c23 Michael Voigt JackTime patch. 17 years ago
  sletz 2097c37f35 New JackDriverInfo class to cleanup driver loading code. 17 years ago
  sletz bfdf50d52d Better symbols export for server and client side libraries. 17 years ago
  sletz dab6a3fc5c Correct driver hierarchy on macosx and windows targets. 17 years ago
  sletz 3e01068967 Merge Michael Voigt drops branch after reorganization step. 17 years ago
  sletz ceee0c4565 Correct JackNetDriver initialization. 17 years ago
  sletz d153fdee1b Add new desc (extended description) in jack_driver_desc_t, to be used by backends and internal clients. 17 years ago
  sletz 6642ea118d Implement DBUS entry points to handle internal clients, add new commands in jack_control. 17 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. 17 years ago
  sletz ebac956fc8 Implements internal clients management API. 17 years ago
  sletz 2bac738cde Fix memory leaks. 17 years ago
  sletz ea9f58723f Better parameter handling in JackCoreAudioAdapter. 17 years ago
  sletz a50961906f Add a fNetworkSync state in JackTransportEngine used in network. 17 years ago
  sletz 90aacb3b21 Move GetCurrentTransportFrame code from JackClient to JackTransportEngine. 17 years ago
  sletz c41c5f12b8 Fix JackFrameTimer::Time2Frames and JackTimer::Frames2Time, jack_cpu compiled again. 17 years ago
  sletz ce5d02b5d9 Correct JackClient::Close() to request server close only if server is running. 17 years ago
  sletz e822ddc370 Close remaining client sockets in JackSocketServerChannel::Close. 17 years ago
  sletz 774f25f574 Fix desallocation of remaining clients when server quits. 17 years ago
  sletz 653439c975 Fix a crash bug when desallocating a non completely created external client. 17 years ago
  sletz 2ad999fee6 Florian Faber patch for 32 bit float (LE only) support to jack's alsa driver. 17 years ago
  sletz aadded5a07 Fix server client OSX special notification mechanism, CoreAudio driver compilation back for 10.4. 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 99fc35a33c Correct audioadapter when a sample rate value different from jack server one is chosen. 17 years ago