3 Commits (40675225295958c8735d7e8b3af2c08901b460e0)

Author SHA1 Message Date
  KimJeongYeon 695bbaeb57 up-to-date jack2_android from OSRC(SM-G9008W_CHN). 11 years ago
  KimJeongYeon 5ae1bfd301 sync latest jack2_android branch 11 years ago
  KimJeongYeon 4a94e12986 jack2 supports android devices & rebase current changes to master 11 years ago
  sletz 0d08aa4d72 More robust server/client protocol. 13 years ago
  sletz ecb84b5f9f rebase from trunk 4238:4306 14 years ago
  sletz a49f53c5bf More messages in verbose mode. 14 years ago
  sletz a7e8377441 rebase from trunk 4083:4180 14 years ago
  sletz 48b51efd9d Synchronize jack.h with JACK1, use jack_native_thread_t type in POSIX and OSX thread implementation. 14 years ago
  sletz 4828d0c835 rebase from trunk 4041:4083 14 years ago
  Torben Hohn 1a44ede470 fix tabs and convert em to spaces. 15 years ago
  Torben Hohn b57d07ddd0 another step for jack-session... 15 years ago
  sletz 6b765f0168 rebase from trunk 3684:3813 15 years ago
  sletz 04668c12f7 Correct JackPosixThread::StartImp : thread priority setting now done in the RT case only. 15 years ago
  sletz a5c27894e5 Fix AcquireRealTime and DropRealTime: now distinguish when called from another thread (AcquireRealTime/DropRealTime) and from the thread itself (AcquireSelfRealTime/DropSelfRealTime). 15 years ago
  sletz 1ff726f3f5 Thread AcquireRealTime and DropRealTime were (incorrectly) using fThread field. Use pthread_self()) (or GetCurrentThread() on Windows) to get the calling thread. 15 years ago
  sletz 224c41eb59 rebase from trunk 3638:3684 15 years ago
  sletz 05d5411dd4 JACK_SCHED_POLICY switched to SCHED_FIFO. 15 years ago
  sletz 51fbf0cf71 rebase from trunk 3420:3447 16 years ago
  sletz 4086b3ca90 Virtualize and allow overriding of thread creation function, to allow Wine support (from JACK1). 16 years ago
  sletz 004016f2e9 Rework the mutex/signal classes. Use them in JackMessageBuffer. 16 years ago
  sletz 8a7739e0d6 Support for BIG_ENDIAN machines in NetJack2. 16 years ago
  nedko 606609f9b5 range constraint for realtime-priority engine parameter 16 years ago
  sletz f19b74f904 Header cleanup, add --clients and --ports options in configure. 16 years ago
  sletz bfdf50d52d Better symbols export for server and client side libraries. 16 years ago
  sletz cdadd34637 Add missing EXPORT. 16 years ago
  sletz 713e8dfdb2 Ugly temporary fix for netmanager deadlock. 16 years ago
  sletz 3e01068967 Merge Michael Voigt drops branch after reorganization step. 16 years ago
  sletz 0375f9023e Revert some changes incorrecly commited at rev 2860 on JackThread and JackPosixThread classes. 16 years ago
  sletz 7a635969f8 Cleanup JackEngine::PortRename. 16 years ago
  sletz 8b5911a983 Add new jack_client_stop_thread and jack_client_kill_thread API. 17 years ago
  sletz 0a1f18f323 Correct JackPosixThread::ThreadHandler termination, do not set buffer size if same value is used. 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 3861dc6efe Revert unwanted change in thread classes 17 years ago
  sletz e3115e72fc Correction in Readme_NetJack2 17 years ago
  nedko b5bd3afb28 Add conditional includes for config.h, for use with waf 17 years ago
  sletz d7470105d7 Correct thread init phase 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 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 327c590c9a Cleanup 17 years ago
  sletz e33da413b4 Correct JackPosixThread::StartImp 17 years ago
  sletz 97a38fc21d Cleanup 17 years ago
  sletz 86d4bdd66f Cleanup 17 years ago
  sletz a888803871 Fix JackPosixThread::StartImp and JackWinThread::StartImp. 17 years ago
  sletz 931148f75e Better handling of init and run state in JackThread. 17 years ago
  sletz b047c2672d All library side files become LGPL 17 years ago
  sletz d2f7053ecc Nedko Arnaudov log patch(2). 17 years ago
  sletz ecb8da58c7 Beautifull code 17 years ago
  sletz a333a9ed5e Cleanup 17 years ago
  sletz a36c07393f Cleanup 17 years ago