1348 Commits (27ea8647fa6a1d399c4620278bdece6c20caec2c)
 

Author SHA1 Message Date
  paul f41f4fc241 fix debug message when acquiring the "problem" lock 17 years ago
  sonarnerd 3371b5cbcb Sync with libjack/Makefile.am for simd.c rules 17 years ago
  paul 50909fbbe9 bump protocol version to reflect recent changes in protocol data structures because of 64/32 support, and note that static linkage against libjack is a bad idea. 17 years ago
  rncbc f6775b17d9 [RPM.SPEC] added jack_transport_client to example-clients package. 17 years ago
  paul 3a32daefc7 mo'better handling of CFLAGS and all that nonsense 17 years ago
  paul 6ae5c7e60d bump to 0.116.0; torben's re-pushed changes to make 32/64 compatibility really work, which change the size of a couple of protocol structures (hence the minor version change); use CFLAGS from environment; export JACK_CORE_CFLAGS to makefiles so that simd.c can use it and not JACK_CFLAGS which includes optimization flags; don't use MMX for math if we're using SSE; torben's patch to add better (ALSA memops-based) scaling for float->int16 conversion 17 years ago
  sonarnerd fcd460c22e Put in suitable optimization level for simd.c 17 years ago
  paul 216c706262 bump to 0.115.7 17 years ago
  paul 9c62615486 "zero-latency" patch for netjack from torben 17 years ago
  paul 71a512249f more netjack driver compilation tweaks 17 years ago
  paul ac1f7aedcb compile and configuration fixes from OSX but useful everywhere 17 years ago
  paul ae0ea1f84a support OS X with new netjack code, plus a small netjack fix/improvement 17 years ago
  paul 66ec6fb249 support older versions of ALSA API in the ALSA MIDI backend 17 years ago
  paul a5d43acf13 added new files from torben 17 years ago
  paul 9368b5f40c fix up cflags for --disable-optimize case; remove unnecessary SHM remove error message 17 years ago
  paul 3e37bb16ad bump version to 0.115.6 17 years ago
  paul de8dba1ff6 netjack changes from torben (packet loss handling leads to "dummy" backend-like behaviour; jitter buffer), along with smaller mods to alsa_{in,out} 17 years ago
  paul 0135995afd bump to 0.115.5 17 years ago
  paul 0abc695b0e optional CELT support in netjack; fixes for a resampling issue in alsa_in and alsa_out; remove debug output from alsa_{in,out} 17 years ago
  paul e700090da7 cast float values to uint16_t before passing to htons() in netjack 17 years ago
  paul fb75680f71 non-semantic changes to configure.ac to tidy up --help output, show default settings clearly, update TODO (hah!) clean up and rename QUICK-INSTALL as BUILDING_FOR_LINUX_2.4_KERNEL since that is all it really is 17 years ago
  paul e0eeb7cd91 bump to 0.115.4 17 years ago
  paul 065b6cacf8 mark jack_port_{,un}tie() as deprecated in docs 17 years ago
  paul faa0e2dbb2 split transport functionality out of simple client, to make it really SIMPLE; copy old simple client to "transport client"; update commentary in both files; use $(top_builddir) rather than .. to refer to libjack 17 years ago
  paul 0db46a95d4 more main page text fixups 17 years ago
  paul e12da76f54 update copyright range on main doc page 17 years ago
  paul 6e832670a0 reorganize jack/jack.h to group related functions; add @defgroup to several headers files; update main ref doc page and use groups to provide an alternate way of exploring the API 17 years ago
  joq e34eb55d49 r11470@florine: joq | 2008-11-23 19:34:39 -0600 17 years ago
  joq b27fa97aee r11468@florine: joq | 2008-11-23 19:22:03 -0600 17 years ago
  sonarnerd 4e0d747f82 SIMD support build fixes, mainly for libjackserver 17 years ago
  sonarnerd de24916a4e Fix a typo in clobber list 17 years ago
  paul 4519493411 put back inadvertently removed local variable declaration 17 years ago
  paul 83c6e0ff36 bump to 0.115.3 17 years ago
  paul c2266d01fb oops, paul should remember to try an OSX build before releasing a tarball; fixed up new 64/32 handling even on OS X 17 years ago
  paul 61f2b2ddac print error msgs if shm removal fails; properly handle out-of-tree builds in tools subdir; bump to 0.115.2 17 years ago
  sonarnerd 0b2e70b53a Fix out-of-tree builds 17 years ago
  pieterpalmers 71674f0cc1 clean up the firewire backend a bit 17 years ago
  paul b43a97f961 simon jenkin's fix for float->16bit dithering 17 years ago
  pieterpalmers e6b3c05524 adapt the firewire driver for the thread prio changes from r3051 17 years ago
  sonarnerd 85e17528c6 Make constants static const 17 years ago
  paul 12dc1a6c66 shift all possible 24-in-32 values right, not just scaled ones 17 years ago
  paul 0c13c3f77c provide support for 24bit, not just 24-in-32 format 17 years ago
  sonarnerd c49ed40f27 Add scaling and clipping to SSE float-int and int-float conversions 17 years ago
  paul a27a920f7c add 2 new API functions: jack_client_real_time_priority() and jack_client_max_real_time_priority(); client threads now run *5* below the engine to allow for the possibility of other client-specific threads to have priorities above the normal client thread but below the server; bump to 0.115.0 to reflect this change 17 years ago
  paul bf5acc20a2 macro-ize the core conversions and fix mistakes in dithering cases 17 years ago
  paul ecd674e315 machete-technique at its finest: rather than think about merge functions, just remove them all because they are never used 17 years ago
  paul 2e10e088d0 finish what i started with earlier transformations - several functions were missed; fix up merge functions to avoid overflow; follow fons' advice and make min/max values symmetrical 17 years ago
  paul d66301b86c no more dither when converting from float to 24 bit values - i am not sure how this was added to JACK but it was a mistake 17 years ago
  paul 898f36b317 next iteration of a cleanup of sample conversions. SUBJECT TO REVIEW. TEST. DO NOT USE FOR IMPORTANT INSTALLATIONS 17 years ago
  paul b5b34c4403 no more dither when converting from float to 24 bit values - i am not sure how this was added to JACK but it was a mistake 17 years ago