1151 Commits (a60448b0a36e227cf11b1d40a93e0ee3d8eaba6c)
 

Author SHA1 Message Date
  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 16 years ago
  paul 898f36b317 next iteration of a cleanup of sample conversions. SUBJECT TO REVIEW. TEST. DO NOT USE FOR IMPORTANT INSTALLATIONS 16 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 16 years ago
  paul cc0f5a221a use stdint types, not long long or int, for the intermediate holder of float->int sample type conversion 16 years ago
  paul 7a8979e059 remove unnecessary casts from return value of llrintf to long long 16 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 16 years ago
  paul 6b54a5937e add documentation to the jackd man page on -X ALSA backend option 16 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 16 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 16 years ago
  sonarnerd 4e6f8a0aa5 Add function prototypes 16 years ago
  sonarnerd f4f1e214f0 Fix indentation and clobber list 16 years ago
  sonarnerd 05a54d67b1 Added SSE versions of float->int and int->float conversions 16 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 16 years ago
  paul d7bc1b397f bump version: 16 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 16 years ago
  paul 1d8db4d3c4 bump version 16 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) 16 years ago
  paul f235681089 small FreeBSD patch from Erik dCL 16 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 16 years ago
  paul e59a8a829b bump version 16 years ago
  paul 337b7de172 torben's patch for transport-start-at-zero, from ticket #40 16 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
  marco af5f2eb7e3 * Fix 4 bad characters in jack.h that were preventing doxygen to generate good latex code 17 years ago
  pieterpalmers 3b7d4ed948 implement a slightly more clean fix for the linux poll bug 17 years ago
  pieterpalmers 4939ec0317 printf field length fix 17 years ago
  pieterpalmers b95cb85b80 remove leftover reference code chunk 17 years ago
  paul 2cc32e191a karsten's mutex -> rwlock patch; fix up driver attach ordering so that we still get "system" port names 17 years ago
  pieterpalmers 5502124910 revert r1179 since it broke port alias stuff. Not needed anymore since we init the engine correctly since r1182. 17 years ago
  paul 52b8d53d41 fix up linux-poll-bug detection code, and change poll timeout for client event waiting to its own, distinct and significantly more realistic value (was 1+period msecs, is now 5 seconds) 17 years ago
  paul 7060774546 make default jack_error() callback use DEBUG if DEBUG_ENABLED is set to correctly order debug/error output; handle "false wakeups" from process/graph poll(2) calls 17 years ago
  paul 35f1cc8dbd make clients call jack_messagebuffer_init() and jack_messagebuffer_exit() 17 years ago
  pieterpalmers 40b18f4fd2 use messagebuffer for debug messages. might save us some embarrassing moments in the future. 17 years ago
  pieterpalmers 0cdd073dc7 properly initialize engine (thx nedko) 17 years ago
  pieterpalmers b72e4f2da7 Fix powerpc64 issues (patch by Heikki Lindholm). closes ticket #51 17 years ago
  pieterpalmers 9f619ce390 ensure proper cleanup if run_cycle fails 17 years ago
  pieterpalmers 286a17d28f fixes #49 17 years ago
  pieterpalmers 2cf4a791ee fix failure handling on NT driver start 17 years ago
  paul 91c1333742 mark clients Finished after process has been called; remove clients that do not respond to events et al; use poll&read to wait for event responses, not just read; add -r to remove/replace JACK SHM registry at startup 17 years ago
  pieterpalmers 60532cf545 make dummy backend use clock_nanosleep when available. gives much better timing accuracy 17 years ago