summaryrefslogtreecommitdiff
path: root/src/modules/jack
Commit message (Expand)AuthorAgeFilesLines
* jackdbus-detect: Allow to configure multiple sinks/sourcesMathy Vanvoorden2021-12-161-1/+1
* jackdbus-detect: Make it possible to disable sink or sourceMathy Vanvoorden2021-12-091-1/+11
* Add port order metadata to JACK sink / source portsChristopher Arndt2021-05-032-0/+34
* Capitalize jack in module-jack-sink.cDavid2020-12-201-1/+1
* Capitalize jack in module-jack-source.cDavid2020-12-201-1/+1
* jackdbus-detect: Passthrough more arguments to sink and sourceBen Buchwald2020-12-091-21/+148
* module-jackdbus-detect: Separate sink/source channels argumentsBen Buchwald2020-01-021-5/+23
* module-jackdbus-detect: Allow omitting channels argumentBen Buchwald2020-01-021-1/+1
* core: Expose API to elevate a thread to realtime priorityArun Raghavan2018-06-212-4/+6
* build-sys: Stop using symdef headers for modulesArun Raghavan2017-12-123-6/+0
* cli-command: don't exit on "module already loaded" errorsColin Leroy2017-09-051-1/+1
* jack-sink: fix latency calculationTanu Kaskinen2017-05-021-3/+3
* source/sink: Allow pa_{source, sink}_get_latency_within_thread() to return ne...Georg Chini2017-04-172-4/+10
* don't assume that pa_asyncq_new() always succeedsTanu Kaskinen2016-12-202-2/+19
* update FSF addresses to FSF web pageOndrej Holecek2015-01-143-9/+3
* rtpoll: Fixup pa_rtpoll_runDavid Henningsson2014-11-102-2/+2
* jack: made it possible to use multiple jack sources and sinksLukas Peleska2014-09-012-2/+2
* Add pa_channels_valid()Tanu Kaskinen2013-12-153-5/+3
* Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)2013-07-043-20/+20
* Whitespace cleanup: Remove all multiple newlinespoljar (Damir Jelić)2013-06-241-3/+0
* Whitespace cleanup: Fix broken indentation by handpoljar (Damir Jelić)2013-06-241-12/+12
* Whitespace cleanup: Remove tabspoljar (Damir Jelić)2013-06-241-12/+12
* jack: Don't fail module-jackdbus-detect loading if the channels argument is n...Tanu Kaskinen2013-01-221-3/+1
* jackdbus-detect: Add channel count override.Peter Nelson2012-12-301-2/+18
* modules: Micro-optimisation for rewind_requested pathsArun Raghavan2012-11-161-1/+1
* sink: Process rewind requests also when suspended.Tanu Kaskinen2012-11-161-3/+2
* memblock: Add pa_memblock_acquire_chunk().Tanu Kaskinen2012-08-221-1/+1
* modules: Use pa_streq instead of strcmp.Arti Trivedi Bora2012-06-091-1/+1
* module-jack-sink/source: Set fixed latency correctly on creationMaarten Lankhorst2012-03-282-2/+16
* module-jackdbus-detect: Avoid double-free of modargsDavid Henningsson2011-10-051-1/+1
* More spelling fixesMaarten Bosmans2011-08-251-1/+1
* Plug some memory leaksMaarten Bosmans2011-08-151-0/+1
* Remove unnecessary #includesMaarten Bosmans2011-06-223-8/+2
* module-jack-sink/source: protect against null return in jack_get_portsDavid Henningsson2011-03-282-10/+16
* Fix up some double spacesMaarten Bosmans2011-03-181-1/+1
* Fix up according to Coding StyleMaarten Bosmans2011-03-111-19/+11
* build: Don't include empty Makefile.am in subdirsMaarten Bosmans2011-01-311-20/+0
* jack: Add module-jackdbus-detectDavid Henningsson2010-12-051-0/+304
* build-sys: Replace dummy Makefiles with proper Makefile.am'sColin Guthrie2010-12-051-0/+20
* jack: Prevent crash on jack server shutdownDavid Henningsson2010-05-082-6/+7
* thread: name all threads so that the names appear in /proc/$PID/task/$TID/commLennart Poettering2010-05-072-2/+7
* jack: never try to autoconnect to MIDI portsLennart Poettering2009-11-052-2/+2
* core: get rid of rt sig/timer handling since modern Linux' ppooll() is finall...Lennart Poettering2009-06-192-2/+0
* modules: add {sink|source|card}_properties argument to all modulesLennart Poettering2009-05-282-8/+24
* build-system: move x11 and jack modules into subdirectoriesLennart Poettering2009-04-282-0/+944