1010 Commits (5d86ff3cd2beea50a2ccceedc9d4fad82f182cb4)
 

Author SHA1 Message Date
  torben 5d86ff3cd2 Add Gitignore 17 years ago
  paul 4b3980870d better integration of man page build system into overall autofoo nonsense 17 years ago
  paul 6699d5fd64 jack_{,dis}connect should be silent in the event of failure 17 years ago
  paul 59263ef27a fix reversed naming of ALSA seq MIDI ports 17 years ago
  paul 6a05eee80a template-ized tools man pages and add Makefile for them (still to do - edit contents, because they are pretty useless) 17 years ago
  paul fe434c3eb5 make jack_connect agnostic about the order of its port arguments (duh!) 17 years ago
  paul 606ab3652d torben's latest netjack code: dynamic deadline handling for packet loss; redundancy mode; fix memory corruption with celt; dont poll, when packet we want is already there; remove old framecnts from cache. works ... osort of :) 17 years ago
  paul 6bd18ab2da add --enable-ancient-libc for compiling on systems (like debian stable as of Dec 2008) that need -D_XOPEN_SOURCE=600 -D_BSD_SOURCE to access PThread r/w locks and other modern stuff 17 years ago
  paul 1878898b2b fixup removal of sysv SHM registry @ make install time (packagers take note); remove port delete/create messages from ALSA MIDI backend code 17 years ago
  paul b578ea2f0e fix dynamic SIMD for OS X ; add config.h to netjack driver code ; make a configure.ac comment about our inability to determine an -mFOO argument for gcc on OS X 17 years ago
  rncbc 9d9ed699c3 [RPM.SPEC] - enable dynamic SIMD optimizations by default; 17 years ago
  paul 22edbbbd7b fix deadlock in jackd caused by graph/problem lock ordering 17 years ago
  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