373 Commits (3c19d53f14dfc87efdb58074b6c88500043cb4bb)

Author SHA1 Message Date
  sletz ec44d8e4f1 Typo. 17 years ago
  sletz 478b718aa8 Add mixed 32/64 mode (off by default). 17 years ago
  sletz 719b244d18 New JackBoomerDriver class for Boomer driver on Solaris. 17 years ago
  sletz 934c9b7afe Version 1.9.3 started. 17 years ago
  sletz 164a71e806 Tim Blechmann optimization patch (inlining some heavy used methods). 17 years ago
  sletz 4086b3ca90 Virtualize and allow overriding of thread creation function, to allow Wine support (from JACK1). 17 years ago
  sletz 6d3b3633a6 Try automatic adaptative mode in adapters. 17 years ago
  sletz 18dd612f04 Client incorrect re-naming fixed: now done at socket level also. 17 years ago
  sletz 0ce4b47215 Automatic adaptative ringbuffer size mode when -g = 0. 17 years ago
  sletz 74c74ac6fd Add -g (ring-buffer) parameter to netadapter. 17 years ago
  sletz d55eddb4e2 Use Torben Hohn PI controler code for adapters (in progress). 17 years ago
  sletz a979d06e2f Add auto_connect parameter in netmanager and netadapter. 17 years ago
  sletz 6000d23de9 Support for BIG_ENDIAN machines in NetJack2 for transport data. 17 years ago
  sletz 829c954810 More robust profiling tools when clients come and go. 17 years ago
  sletz 03f536673c Raise default port number to 1024. 17 years ago
  sletz bf1723b98a Improve generated gnuplot files for adapting code. 17 years ago
  sletz 5d8b564ad7 Major cleanup in adapter code. 17 years ago
  sletz b8bd5805e3 Fix JackAlsaAdapter.h for 64 bits compilation. 17 years ago
  sletz 8902893408 Add control for adapter ringbuffer size. 17 years ago
  sletz 1f1f74ebd7 Fix buffer size and sample rate handling in JackAlsaAdapter. 17 years ago
  sletz b822633846 For audio device reservation, add card_to_num function. 17 years ago
  sletz 319a95c629 Fix JackNetDriver::Close method. 17 years ago
  sletz abf1b2bca8 First version of D-Bus based audio device rerservation. 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