89 Commits (6f9ee03099a450a79b51dfe7d2533e83131d83c7)

Author SHA1 Message Date
  sletz 6f9ee03099 weakjack.h stuff backported from jack1. 15 years ago
  sletz 19ffdb6f5a Windows JackRouter sources and project added. 15 years ago
  sletz f1ccdba05a Correct documentation in jack.h 15 years ago
  sletz f1631119f2 Fix port_rename callback : now both old name and new name are given as parameters. 15 years ago
  sletz 5914cf5115 Better memory allocation error checking in ringbuffer.c, weak import improvements. 15 years ago
  sletz ea9de08398 Better memory allocation error checking on client (library) side. 15 years ago
  sletz 7a39e868e7 Sync jack.h with jack1 one. 15 years ago
  sletz 92c8fa6dee Sync info shutdown callback code with jack1 one. 15 years ago
  sletz 0bf1580f03 Correct JackInfoShutdownCallback prototype, two new JackClientProcessFailure and JackClientZombie JackStatus code. 15 years ago
  sletz eb20a1ae47 No reason to make jack_on_shutdown deprecated, so revert the incorrect change. 15 years ago
  sletz ae57b1d033 CoreAudio backend now issue a JackInfoShutdownCallback when an unrecoverable error is detected (sampling rate change, stream configuration change…) 15 years ago
  sletz d09d8c3c82 Add a string parameter to server ==> client notification, add a new InfoShutdown callback. 15 years ago
  sletz 4d64f8e232 Correct control.h again. 16 years ago
  sletz fc5ba1689b Fix control.h for proper compilation on Solaris. 16 years ago
  sletz 9fb3dfbfb2 Report some cleanup and documentation improvements done on JACK1 timing functions. 16 years ago
  sletz 1f357b86f4 Correct jackd.h for doxygen groups definition. 16 years ago
  sletz 5ef23d06c3 Use __attribute__((__packed__)) again, more fixes for 64/32 mixed mode. Torben Hohn changes for 64/32 mixed mode in wscripts. 16 years ago
  sletz cddaebdad5 Correct documentation generation and readme files. 16 years ago
  sletz 347c6b874b Correct 64/32 mixed compilation again. 16 years ago
  nedko 3aa9b525c3 Move dbus device reservation code to jackdbus 16 years ago
  sletz 0ed5750f7c Correct jack_set_error_function, jack_set_info_function and jack_set_thread_creator functions. 16 years ago
  sletz e9e9621ad3 Remove unneeded include, reorganize control.h 16 years ago
  sletz e9fc6c6267 Correct control.h header. 16 years ago
  sletz cd97d11135 New jack_free function added in jack.h. 16 years ago
  sletz 8146837a13 First working version of native MIDI backend (JackCoreMidiDriver, JackWinMMEDriver). 16 years ago
  sletz 078ff07e94 Add documentation for jackctl_server_add_slave, jackctl_server_remove_slave and jackctl_server_switch_master functions. 16 years ago
  sletz 4a637d218a jackctl_server_load_master renamed to jackctl_server_switch_master, jackctl_server_unload_master is removed. 16 years ago
  sletz 909c161638 Add jackctl_server_load_master/jackctl_server_unload_master API. 16 years ago
  sletz 34ff05a8ca Native MIDI backend (JackCoreMidiDriver, JackWinMMEDriver) in progress. 16 years ago
  sletz b1be660bef Compiles on Windows again. 16 years ago
  sletz 4086b3ca90 Virtualize and allow overriding of thread creation function, to allow Wine support (from JACK1). 16 years ago
  sletz 0ce4b47215 Automatic adaptative ringbuffer size mode when -g = 0. 16 years ago
  sletz 0e86ff0648 Another fix in systemdeps.h and types.h: jack_time_t now uniquely defined in types.h. 16 years ago
  sletz ba6128e426 Cleanup systemdeps.h on Windows. 16 years ago
  sletz 32987ca1d2 Merge Solaris branch back on trunk. 16 years ago
  sletz d2aeec4beb Correct systemdeps.h public header licence. 16 years ago
  sletz e3ea4bb8ae Fix error in JackPortConnectCallback documentation. 16 years ago
  sletz c2a484cdc9 Synchronize jack2 public headers with jack1 ones. 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
  moret f4065881b3 Change jack/systemdeps.h include file (windows part) : recent MSVC compiler don't need vsnprintf() to be redefined anymore. 16 years ago
  nedko 5d586603df Doxygen documentation for new functions of control API 16 years ago
  nedko bfaf8988f0 Transform range bool into flags 16 years ago
  nedko bd40d3225f Expose jackctl_parameter_get_enum_constraint_description() in control API 16 years ago
  nedko 2eeaa3b8a5 Expose parameter constraints in control API 16 years ago
  sletz e291f37568 Define a JackShutdownCallback type, various callback related cleanup. 16 years ago
  sletz 7628f71f59 Cleanup jack_port_id_t/jack_port_t mess, should work again on 64 bits machines. 16 years ago
  sletz 819463b3b3 Change libraries name on Windows, update installer. 16 years ago
  sletz f051b3c6d3 Correct headers for Windows compilation. 16 years ago
  sletz 3e01068967 Merge Michael Voigt drops branch after reorganization step. 16 years ago
  sletz 31925d51c0 Fix jack_port_set_name when used with already unregistered clients. 16 years ago