summaryrefslogtreecommitdiff
path: root/example-clients
Commit message (Expand)AuthorAgeFilesLines
* ALSA: convert properly S24_LECamille Gonnet2021-10-011-1/+22
* example-clients: Use c++ compiler for jack_simdtestsKhem Raj2021-07-281-2/+7
* Use static pthread for windows static buildsfalkTX2020-09-201-0/+6
* Split example-clients and tools, as done for jack1falkTX2020-09-2021-6175/+9
* jack_control: return a proper exit status on DBus exceptionhttp://jneen.net/2020-09-131-19/+22
* Fix jack_control handling of dbus bytesJoshua Rubin2020-08-151-1/+1
* jack_connect: fix off-by-one error in allocating space for the server name st...fps2020-07-091-1/+1
* jack_wait: add client name option -n/--namefps2020-07-091-3/+15
* property.c: Fix whitespacefalkTX2020-06-171-29/+29
* jack_property: Fix possible crash on "-l ..."falkTX2020-06-171-3/+2
* Fix wrong error message and few typosBruno Vernay2020-03-171-4/+4
* Make sure we use python3 (another patch from Fedora)falkTX2019-10-282-2/+2
* Fix blocking DBus device reservation, so it plays nice with othersfalkTX2019-10-281-1/+1
* evmon.c: fix function prototypefalkTX2019-09-251-3/+3
* Add port rename and property change to evmon (sync with jack1)falkTX2019-09-251-0/+49
* FIx doxygen and user facing and non-facing typosluz.paz2019-09-116-16/+14
* Fix client UUID gen, and some warnings (#440)Filipe Coelho2019-03-182-6/+10
* Sync example-clients/bufsize.c with jack1falkTX2019-02-211-10/+13
* Sync example-clients/lsp.c with jack1falkTX2019-02-211-25/+57
* Sync example-clients/connect.c with jack1falkTX2019-02-211-18/+4
* Add option JackNoStartServerThomas Brand2019-02-201-1/+2
* NO-OP: tabs vs. spaces indent., trailing wsThomas Brand2019-02-201-4/+4
* NO-OP: tabs vs. spaces indentationThomas Brand2019-02-201-18/+18
* NO-OP: remove trailing whitespaceThomas Brand2019-02-201-2/+2
* NO-OP: remove trailing whitespaceThomas Brand2019-02-201-17/+17
* NO-OP: tabs vs. spaces indentation.Thomas Brand2019-02-201-5/+5
* Unify jack_client_open(), add error_handlerThomas Brand2019-02-202-6/+24
* NO-OP: tabs vs. spaces indentation.Thomas Brand2019-02-202-38/+38
* memops-alsa_bad_sound-fix-1 (#426)Rui Nuno Capela2019-02-082-4/+4
* Use PRIu64 to print jack_time_tThomas Brand2019-02-071-1/+1
* Remove undocumented -a/--all flag (not implemented, same as -l).Thomas Brand2019-02-071-9/+0
* Check early if jack_midi_event_get() was successful.Thomas Brand2019-01-221-4/+5
* Ignore MIDI messages > MSG_BUFFER_SIZEThomas Brand2019-01-221-9/+12
* Increase buffer sizes in jack_midi_dump.Thomas Brand2019-01-221-2/+2
* alsa_in/out: Use float to S32 conversion if requestedTimo Wischer2019-01-172-4/+4
* arm64: Enable simd implementations (#398)twischer-adit2019-01-161-1/+5
* Fix indentationThomas Brand2019-01-162-5/+5
* Merge pull request #265 from fjapinteric/master78902019-01-162-4/+17
|\
| * alsa_in.c alsa_out.c Francis Pinteric2017-04-272-4/+17
* | Cleanup some warningsfalkTX2018-11-131-0/+2
* | Add jack_property tool from jack1falkTX2018-10-102-1/+338
* | Use JACK_LIB_EXPORT for inprocess examplefalkTX2018-10-101-0/+2
* | Handle alloca properlyKarl Linden2018-10-072-0/+3
* | Revert "Fix unused{,-but-set}-variable compiler warnings."Karl Linden2018-10-062-0/+7
* | Fix unused{,-but-set}-variable compiler warnings.Karl Linden2018-10-062-7/+0
* | Make jack_control python2/3 compatible.Charalampos Stratakis2018-06-271-91/+92
* | typos fixes (#333)Olivier Humbert2018-03-172-2/+2
* | More spelling fixes from Debian QAAdrian Knoth2018-02-251-1/+1
* | Mass-fix spelling errorsAdrian Knoth2018-02-253-3/+3
* | jack_wait: Fix indentationTimo Wischer2017-08-161-4/+4