summaryrefslogtreecommitdiff
path: root/jack
Commit message (Collapse)AuthorAgeFilesLines
* Fixed submodule commit hash referencesJosh de Kock2016-03-271-0/+0
|
* uncrustification of jack source codePaul Davis2016-02-231-0/+0
|
* bump submodule refsPaul Davis2016-02-161-0/+0
|
* update jack (headers) submodulePaul Davis2015-07-021-0/+0
|
* submodule upatePaul Davis2014-04-151-0/+0
|
* fix for double-fork still leaving zombies around (from Uli Franke ↵Paul Davis2014-03-141-0/+0
| | | | uli.franke@weiss.ch)
* update jack and tools submodule referencePeter Nelson2014-03-051-0/+0
|
* Update jack/ to include the newly added fix for ARM.Adrian Knoth2014-01-271-0/+0
|
* Drop formerly duplicated POST_PACKED_STRUCTURE code.Adrian Knoth2014-01-271-0/+0
| | | | This code is now part of <jack/types.h>
* update headers (jack/) submodulePaul Davis2014-01-211-0/+0
|
* update jack submodulePaul Davis2014-01-191-0/+0
|
* update jack submodulePaul Davis2014-01-181-0/+0
|
* update tools & jackPaul Davis2014-01-181-0/+0
|
* update submodulesPaul Davis2013-11-301-0/+0
|
* update jack headers submodulePaul Davis2013-10-121-0/+0
|
* update jack header submodulePaul Davis2013-10-061-0/+0
|
* update example-clients submodulePaul Davis2013-10-051-0/+0
|
* wrap UUID generationPaul Davis2013-10-031-0/+0
|
* add code to remove metadata for ports and clients when ports and clients are ↵Paul Davis2013-10-021-0/+0
| | | | deleted/cleaned up
* update submodulesPaul Davis2013-10-011-0/+0
|
* update submodulesPaul Davis2013-09-301-0/+0
|
* update submodulesPaul Davis2013-09-301-0/+0
|
* update submodulesPaul Davis2013-09-301-0/+0
|
* first pass at working UUID-based clients and ports. many JACK clients work ↵Paul Davis2013-09-241-0/+0
| | | | correctly without recompilation
* update branches for uuid workPaul Davis2013-09-241-0/+0
|
* add a latency callback to the ALSA backend, and ensure that the backend's ↵Paul Davis2012-11-041-0/+0
| | | | latency callback, if it exists, is called after a buffer size change
* remove timestamps code - not used for years, and the kernel provides better ↵Paul Davis2012-02-081-0/+0
| | | | instrumentation these days
* catch with public headersPaul Davis2012-02-081-0/+0
|
* put header-install stuff into top-level Makefile, after removing it from ↵Paul Davis2012-02-081-0/+0
| | | | public headers
* don't build version.hPaul Davis2012-02-081-0/+0
|
* switch headers, tools and example clients to git submodulesNedko Arnaudov2012-02-0237-6917/+0
|
* fairly drastic and deep cleanup of client thread code in an effort to fix ↵paul2012-02-021-1/+1
| | | | | | inconsistent handling of the return value from a process() callback; actually deprecate jack_thread_wait() in the same way jack2 does git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4766 0c269be4-1314-0410-8aa9-9f06e86f4224
* install jslist.h since its now used by control.hpaul2011-11-232-6/+6
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4598 0c269be4-1314-0410-8aa9-9f06e86f4224
* fix the types of a few function parameterspaul2011-09-282-3/+3
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4544 0c269be4-1314-0410-8aa9-9f06e86f4224
* use correct gcc attribute on OS X for weak linkage; reformat overly-wide commentpaul2011-09-222-12/+36
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4539 0c269be4-1314-0410-8aa9-9f06e86f4224
* changes required for 0.121.[12]paul2011-06-291-4/+4
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4474 0c269be4-1314-0410-8aa9-9f06e86f4224
* fix errors for distfiletorben2011-06-231-4/+5
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4471 0c269be4-1314-0410-8aa9-9f06e86f4224
* bump version to 0.121.0 ; doc tweaks to include control APIpaul2011-06-231-1/+1
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4467 0c269be4-1314-0410-8aa9-9f06e86f4224
* remove the dreaded client->control->nframes which is initialized too latetorben2011-06-191-1/+0
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4464 0c269be4-1314-0410-8aa9-9f06e86f4224
* add doxygen close group to session.hpaul2011-06-081-0/+4
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4449 0c269be4-1314-0410-8aa9-9f06e86f4224
* [core] fix error path for driver removal.torben2011-05-291-1/+2
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4447 0c269be4-1314-0410-8aa9-9f06e86f4224
* [engine] rename continuous_stream to timeout_count and make threshold ↵torben2011-05-291-1/+3
| | | | | | configurable git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4432 0c269be4-1314-0410-8aa9-9f06e86f4224
* [engine] in case of a continous stream of timeouts, we suspend the execution ↵torben2011-05-291-0/+1
| | | | | | of the processing graph. git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4429 0c269be4-1314-0410-8aa9-9f06e86f4224
* [controlAPI] factor out jack_stop_watchdog, and use it during switch_mastertorben2011-05-291-0/+2
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4425 0c269be4-1314-0410-8aa9-9f06e86f4224
* fix broken jack_get_microseconds in drivers when libjackserver is RTLD_LOCALtorben2011-05-291-1/+1
| | | | | | | | | | | | for python loading libjackserver and using controlAPI. drivers are linked to a second instance of libjackserver.so and the global symbol _jack_get_microseconds showed up uninitialised. by providing a function pointer to right instance in the engine struct, we can fix this problem. since _jack_get_microseconds is a in systemdeps, we need a generic way to get the right function pointer. git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4421 0c269be4-1314-0410-8aa9-9f06e86f4224
* [controlAPI] dont include jack/systemdeps.h which doesnt exist in jack1torben2011-05-291-1/+1
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4414 0c269be4-1314-0410-8aa9-9f06e86f4224
* [controlAPI] initital commit of files from jack2. (c++ doesnt compile)torben2011-05-291-0/+565
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4403 0c269be4-1314-0410-8aa9-9f06e86f4224
* [controlAPI] add constraints to driver interfacetorben2011-05-291-0/+26
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4402 0c269be4-1314-0410-8aa9-9f06e86f4224
* enable proper removal of slave drivers which fail to starttorben2011-05-291-0/+2
| | | | | | some comments fixed up. git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4401 0c269be4-1314-0410-8aa9-9f06e86f4224
* [core] add basic support for slave drivers to enginetorben2011-05-291-0/+9
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4398 0c269be4-1314-0410-8aa9-9f06e86f4224