summaryrefslogtreecommitdiff
path: root/libjack/port.c
Commit message (Expand)AuthorAgeFilesLines
* manually-updated version of Tim Real's fix for client-side port object manage...Paul Davis2016-03-021-8/+13
* uncrustification of jack source codePaul Davis2016-02-231-168/+175
* Fix for -Wformat-securityfalkTX2016-02-111-2/+2
* add support for port rename callback.Paul Davis2015-07-021-1/+30
* remove inclusion of <uuid/uuid.h> since it is not actually used any morePaul Davis2014-05-271-1/+0
* switch to 2048 bytes for default MIDI buffer size, 8192 is a bit large to be ...Paul Davis2013-12-151-1/+1
* use a fixed 8192 byte buffer for MIDI ports, like jack2Paul Davis2013-12-151-1/+2
* increase default MIDI port buffer size to 8 times the audio buffer sizePaul Davis2013-12-131-1/+1
* change UUID implementation to use integers and serial counters; remove -L opt...Paul Davis2013-11-301-6/+6
* basics for a hypothetical PortRename callbackPaul Davis2013-10-111-1/+1
* miscellaneous fixes to prepare the way for usable metadataPaul Davis2013-09-301-1/+0
* first pass at working UUID-based clients and ports. many JACK clients work co...Paul Davis2013-09-241-6/+7
* add UUID to port typePaul Davis2013-09-241-0/+8
* #include changes to reflect separation of public and private headersPaul Davis2012-02-081-5/+7
* remove the dreaded client->control->nframes which is initialized too latetorben2011-06-191-1/+1
* return null if jack_port_get_buffer() is used before jack_activate()0.120.1paul2011-03-021-0/+9
* [core] add jack_port_type_get_buffer_size()torben2011-02-281-0/+16
* [latency api] add hack to jack_port_set_latency_range() to set old latencytorben2011-01-121-2/+16
* [latency api] Add the new latency api.torben2011-01-121-0/+29
* add --enable-valgrind-clean and associated code to permit building a version ...paul2010-09-261-0/+7
* documentation tweaks (OR->AND, and comments on MIDI event ordering)paul2010-09-131-0/+1
* remove the mixbuffer allocaton in jack_port_get_buffer and just bomb out.torben2010-01-281-3/+2
* define jack_port_type_get_buffer_size() to abstract computation of buffer siz...paul2010-01-281-9/+12
* take care of buffer_scale_factor < 0 in jack_port_get_buffer()torben2010-01-281-1/+6
* unchecked malloc return cases in libjack fixed; add info on -L option ; diffe...paul2009-11-121-3/+13
* initial, potential fix for ringbuffer issues; fix some compiler warnings; cla...paul2008-10-191-1/+1
* * revert name of ALSA audio backend to "alsa_pcm" so that pre-0.109paul2008-01-301-1/+15
* - Add support for proper triggering in OSS driver when in full duplex modesonarnerd2007-06-121-210/+0
* Merged MIDI branch into the trunk.dsbaikov2007-05-061-4/+5
* first pass at implementing port aliases (2 port port, 1 set by jackd) plus st...paul2007-04-271-6/+61
* remove all CVS Id lines from source and headerspaul2007-04-181-1/+0
* remove port_(un)lock functions; add dmitry's new time APIs (jack_get_time, ja...paul2007-04-161-20/+0
* implement fons' jack_thread_wait API along with internal design changes to su...paul2007-04-151-1/+1
* r5333@lithium: joq | 2006-11-22 13:53:19 -0600joq2006-11-221-26/+40
* name fix for hw monitoring function plus fix for RME "mixer" control (from ni...paul2006-08-291-1/+1
* * JACK MIDI patch from Ian Estenpbd2006-05-041-2/+23
* - Generic improvements for --enable-dynsimd frameworksonarnerd2006-01-031-36/+51
* SSE and E3DNow! mixing support with new config option --enable-dynsimdsonarnerd2005-09-041-1/+263
* [0.99.54] fix jack_port_by_name() memory leakjoq2005-03-221-2/+24
* remove const attribute from client argument of jack_port_by_id()joq2004-12-091-2/+2
* [0.99.25] fix for port memory leakagejoq2004-12-081-6/+37
* fix ordering of ALSA driver startup operations, drop driver detach from shutd...pbd2004-10-201-0/+2
* [0.94.4] add *_name_size functionsjoq2004-02-201-3/+3
* [0.89.0] merge of EXP branch into HEADjoq2003-10-311-3/+5
* [0.83.1] more port buffer changesjoq2003-09-271-26/+22
* [0.83.0] partial changes for buffer resizing; bug fixesjoq2003-09-261-114/+56
* Removed get/set power/peak functionstrutkin2003-09-261-34/+0
* readability improvements; no binary changesjoq2003-09-181-19/+39
* readability improvements; no binary changesjoq2003-09-161-24/+47
* removed error.h, moved declarations into jack.h, fixed problem with sending e...pbd2003-07-171-1/+0