968 Commits (de24916a4e129c8d0222372f266cee1e86cd4444)
 

Author SHA1 Message Date
  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
  paul cc0f5a221a use stdint types, not long long or int, for the intermediate holder of float->int sample type conversion 17 years ago
  paul 7a8979e059 remove unnecessary casts from return value of llrintf to long long 17 years ago
  paul 71c5bbc396 use llrintf instead of lrintf when rounding to long long; use llrintf when converting to 24bit, rather than a cast; document the structure of the names in memops.c since they are rather mysterious 17 years ago
  paul 6b54a5937e add documentation to the jackd man page on -X ALSA backend option 17 years ago
  paul f9107702cf include post_process() call when freewheeling, to make transport state changes work; make internal client use system: not alsa_pcm: port names; do not munge backend MIDI port names into system: ; bump to 0.114.3 17 years ago
  paul 5fd92f3f92 initial, potential fix for ringbuffer issues; fix some compiler warnings; clarify situation with const char** ports; member of request structure vis-a-vis 64/32 issues; stop autogen.sh from running ./configure by default (copying most other projects approach to reduce suprises); fix a couple of doxygen warnings 17 years ago
  sonarnerd 4e6f8a0aa5 Add function prototypes 17 years ago
  sonarnerd f4f1e214f0 Fix indentation and clobber list 17 years ago
  sonarnerd 05a54d67b1 Added SSE versions of float->int and int->float conversions 17 years ago
  paul b912519147 more consistent naming of MIDI ports (vs. audio); drop use of ALSA seq client ID in names since it is not reliable or repeatable 17 years ago
  paul d7bc1b397f bump version: 17 years ago
  paul e78a19dafc alsa sequencer bridge work: correctly label only HW/PORT sequencer ports as Physical|Terminal (fixes renaming as system); change naming scheme of ports to show client names and not silly duplicate alsa-seq info; add port aliases so that connection via recognizable names is possible. Long term, a change to the client name would be appropriate - these are not alsa_pcm ports 17 years ago
  paul 1d8db4d3c4 bump version 17 years ago
  paul 69039cae1c fix export of pointers into JACK API headers, thus allowing a 64 bit JACK server to support 32 bit clients and vice versa (work done primarily by Torben, with a few cleanups from Paul) 17 years ago
  paul f235681089 small FreeBSD patch from Erik dCL 17 years ago
  paul 0facd0eb77 backout torben's transport start-at-zero patch, after testing reveals that it is (a) unnecessary and (b) breaks by causing zero to be reported twice while rolling 17 years ago
  paul e59a8a829b bump version 17 years ago
  paul 337b7de172 torben's patch for transport-start-at-zero, from ticket #40 17 years ago
  sletz 82f40b25d1 micu patch for driver.c 17 years ago
  sletz 49e55b7223 Fix alsa driver, compiles again. 17 years ago
  sletz f1c2c51b1a Sync memops.h file with the one found in alsa driver. 17 years ago
  sletz c17e21ee12 Florian Faber native 32 bits float patch for alsa driver. 17 years ago
  rncbc d1399bb358 [RPM SPEC] refactored packaging to accomodate libjack0 and libjack-devel. 17 years ago
  paul 758adf2f17 minor fix for --enable-debug builds 17 years ago
  paul 9421db1ffb bump version 17 years ago
  paul 780722f196 compilation fixes for OS X; remove "no message buffer overruns" message 17 years ago
  paul ac56070514 remove default -march optimization flag, add --with-cpu-target=FOO configure time argument to permit specifying which Intel architecture to use with -march= 17 years ago
  paul cedf146c03 fixes for detecting and cleaning up problematic clients 17 years ago
  marco d850d8e207 * Add a --server switch and make the --help output prettier on jack_connect 17 years ago
  marco 502ef55a71 * Add a --server command line switch to jack_lsp to handle multiple servers running on one machine 17 years ago