351 Commits (f40ead1ba0394aedd97b237df2be4e9bbb4beb37)

Author SHA1 Message Date
  sletz 926a25f6c6 New libjacknet library with net.h and JackNetAPI.cpp files. New netmaster.c and netmaster.c examples. 17 years ago
  sletz 3e1864c4d0 Move generic code and data in JackNetInterface and JackNetMasterInterface classes. 17 years ago
  sletz 0e86ff0648 Another fix in systemdeps.h and types.h: jack_time_t now uniquely defined in types.h. 17 years ago
  sletz ba6128e426 Cleanup systemdeps.h on Windows. 17 years ago
  sletz 5bbc8e99c8 Change fMulticastIP handling in JackNetInterface. 17 years ago
  sletz 8b0e453d73 Add InitConnection and InitRendering methods in JackNetSlaveInterface, better packet type checking in JackNetSlaveInterface::SyncRecv. 17 years ago
  sletz ab6574f221 Client incorrect re-naming fixed: now done at fifo level only. 17 years ago
  sletz c75b495df5 Fix the mutex/signal classes on Windows. 17 years ago
  sletz 004016f2e9 Rework the mutex/signal classes. Use them in JackMessageBuffer. 17 years ago
  sletz af6820789c Equality of input and output buffer size removed (for now) in JackOSSDriver. 17 years ago
  sletz 32987ca1d2 Merge Solaris branch back on trunk. 17 years ago
  sletz a0528fa224 Add a resample quality parameter in netadapter. 17 years ago
  sletz af0d827db8 Now correctly return an error if JackServer::SetBufferSize could not change the buffer size (and was just restoring the current one). 17 years ago
  sletz 6c84cceffd Use PRIu32 kind of macro in JackAlsaDriver again. 17 years ago
  sletz 41baa7f8d9 Add a resample quality parameter in audioadapter. 17 years ago
  sletz 34e7e2a6ef Define a JACK_INTERNAL_DIR environment variable to be used for internal clients. 17 years ago
  sletz ce38e47ed8 In NetJack2, fix a bug when capture or playback only channels are used. 17 years ago
  sletz 3d08431fe9 Support for BIG_ENDIAN machines in NetJack2 for MIDI ports. 17 years ago
  sletz ad0ca0971e Support for -h option in internal clients to print the parameters. 17 years ago
  sletz 8a7739e0d6 Support for BIG_ENDIAN machines in NetJack2. 17 years ago
  sletz 4e2ed9ed68 Better recovery of network overload situations, now resynchronize by skipping cycles. 17 years ago
  sletz cff54b1d7b Set default mode to 'slow' in JackNetDriver and JackNetAdapter. 17 years ago
  sletz 96376a0f80 Simplify audio packet order verification. 17 years ago
  sletz b3abd3f4e1 Fix JackNetInterface::SetNetBufferSize for socket buffer size computation and JackNetMasterInterface::DataRecv if synch packet is received, various cleanup. 17 years ago
  sletz f0ee87367e Synchronize ALSA backend code with JACK1 one. 17 years ago
  sletz 92f8656142 JackMessageBuffer was using thread Stop scheme in destructor, now use the safer thread Kill way. 17 years ago
  sletz 32a83a3df7 Cleanup server starting code for clients directly linked with libjackserver.so. 17 years ago
  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