summaryrefslogtreecommitdiff
path: root/common/JackNetOneDriver.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Handle alloca properlycompatKarl Linden2018-10-071-3/+2
| | | | | | | | | | This adds missing includes for alloca. The man page of alloca(3) states that alloca.h should be #include'd to use alloca. Also work around missing alloca.h header on Windows by adding a compatibility module. Closes: #197
* Revert "Fix unused{,-but-set}-variable compiler warnings."Karl Linden2018-10-061-0/+12
| | | | | | | | | | | This reverts commit dde9f29a8ef94c72f83a1e4881158dc537d24fce. The commit introduced the following compiler error: [100/255] Compiling posix/JackNetUnixSocket.cpp ../posix/JackNetUnixSocket.cpp: In member function 'int Jack::JackNetUnixSocket::NewSocket()': ../posix/JackNetUnixSocket.cpp:126:32: error: 'tos' was not declared in this scope socklen_t len = sizeof(tos);
* Fix unused{,-but-set}-variable compiler warnings.Karl Linden2018-10-061-12/+0
|
* More spelling fixes from Debian QAAdrian Knoth2018-02-251-1/+1
|
* Correct netjack2 latency code.Stephane Letz2013-06-031-1/+1
|
* netjack/opus: don't re-init en/decodersRobin Gareus2012-09-231-2/+0
|
* netjack1/2 Opus: use only 2bytes for encoded-lengthRobin Gareus2012-09-101-6/+6
|
* netjack1/netone opus supportRobin Gareus2012-09-101-0/+167
|
* Compiles again on Windows.sletz2012-01-071-1/+1
| | | | git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4678 0c269be4-1314-0410-8aa9-9f06e86f4224
* Correct export settings(2).sletz2012-01-041-0/+1
| | | | git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4663 0c269be4-1314-0410-8aa9-9f06e86f4224
* NetJack2 code cleanup.Stephane Letz2011-11-041-124/+119
|
* Add jackctl_driver_get_type in Control API.sletz2011-08-261-3/+3
| | | | git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4529 0c269be4-1314-0410-8aa9-9f06e86f4224
* New JackTimedDriver class to be used by JackDummyDriver, JackNetDriver and ↵sletz2011-07-291-27/+15
| | | | | | JackNetOneDriver classes. git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4522 0c269be4-1314-0410-8aa9-9f06e86f4224
* Fix symbols export.sletz2011-07-241-2/+1
| | | | git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4506 0c269be4-1314-0410-8aa9-9f06e86f4224
* Cleanup.sletz2011-07-081-1/+1
| | | | git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4482 0c269be4-1314-0410-8aa9-9f06e86f4224
* Correct OSX real-time thread setup.sletz2011-05-161-10/+2
| | | | git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4391 0c269be4-1314-0410-8aa9-9f06e86f4224
* Use of PortRegister/PortUnRegister in drivers.Stephane Letz2011-04-271-40/+35
|
* Port registration notifications on SwitchMasterNedko Arnaudov2011-04-241-0/+7
|
* Cleanup.sletz2011-04-231-5/+5
| | | | git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4356 0c269be4-1314-0410-8aa9-9f06e86f4224
* helper functions for jack_driver_desc_t constructionNedko Arnaudov2011-04-221-165/+53
| | | | | The main goal is to reduce risk of mismatch between allocated and initialized parameter numbers.
* don't access uninitialized memorynedko2011-04-221-2/+3
| | | | | | | | When CELT is not available, there are less parameters however, desc->nparams must contain the actual number of parameters. git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4351 0c269be4-1314-0410-8aa9-9f06e86f4224
* Correct CELT conditional compilation.sletz2011-04-211-1/+2
| | | | git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4347 0c269be4-1314-0410-8aa9-9f06e86f4224
* Correct JackNetMasterManager::InitMaster.sletz2011-04-191-1/+1
| | | | git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4331 0c269be4-1314-0410-8aa9-9f06e86f4224
* Beautiful JackNetOneDriver code.sletz2011-04-011-824/+778
| | | | git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4247 0c269be4-1314-0410-8aa9-9f06e86f4224
* Correct JackNetOneDriver::Close.sletz2011-04-011-2/+5
| | | | git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4245 0c269be4-1314-0410-8aa9-9f06e86f4224
* Typos.sletz2011-03-291-2/+2
| | | | git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4231 0c269be4-1314-0410-8aa9-9f06e86f4224
* Fix for CELT and netjack1.sletz2011-03-281-2/+2
| | | | git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4228 0c269be4-1314-0410-8aa9-9f06e86f4224
* Fix for CELT and netjack1 in progress.sletz2011-03-281-4/+9
| | | | git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4227 0c269be4-1314-0410-8aa9-9f06e86f4224
* Correction of JackNetOneDriver for latest CELT API.sletz2011-03-281-7/+20
| | | | git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4224 0c269be4-1314-0410-8aa9-9f06e86f4224
* Correction of jack_connect/jack_disconnect: use of jack_activate and ↵sletz2011-03-281-4/+2
| | | | | | volatile keyword for thread shared variable. git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4223 0c269be4-1314-0410-8aa9-9f06e86f4224
* Fix CELT code in JackNetOneDriver.cpp.sletz2011-03-231-2/+2
| | | | git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4218 0c269be4-1314-0410-8aa9-9f06e86f4224
* Use jack_default_audio_sample_t instead of float consistently, fix ticket #201.sletz2011-03-111-2/+2
| | | | git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4182 0c269be4-1314-0410-8aa9-9f06e86f4224
* Cleanup.sletz2011-03-111-683/+684
| | | | git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4179 0c269be4-1314-0410-8aa9-9f06e86f4224
* Correct JackNetMaster::SetBufferSize.sletz2011-03-111-11/+2
| | | | git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4178 0c269be4-1314-0410-8aa9-9f06e86f4224
* Synchronize netjack1 with JACK1 version.sletz2011-03-101-2/+6
| | | | git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4171 0c269be4-1314-0410-8aa9-9f06e86f4224
* fix compile errors. which showed up from the rebase.Torben Hohn2010-05-051-0/+1
|
* Multi-platform mkdir, cleanup.Stéphane LETZ2010-05-051-306/+295
|
* Fix merge conflicts.Stéphane Letz2010-02-101-2/+0
|\
| * remove HAVE_CELT 1 define and include config.hTorben Hohn2010-01-121-2/+0
| |
* | Implement new JackPortIsActive flag for ports, ports have this status ↵Stéphane LETZ2009-12-061-10/+4
|/ | | | between client "activate" and "deactivate".
* Fix merge conflicts.sletz2009-11-181-48/+63
|\ | | | | | | git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3805 0c269be4-1314-0410-8aa9-9f06e86f4224
| * sync jack1 netjack back to netoneTorben Hohn2009-11-121-24/+39
| |
| * Move exception handling in libjackserver, solve the exeption issue in ↵Stephane Letz2009-11-091-23/+23
| | | | | | | | JackNetOneDriver.
| * [netone] send packets from listenport in slaveTorben Hohn2009-11-071-1/+1
| |
* | Correct JackCoreAudio driver when empty strings are given as -C, -P or -d ↵sletz2009-11-111-1/+1
|/ | | | | | parameter. git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3748 0c269be4-1314-0410-8aa9-9f06e86f4224
* improve xrun reporting in netoneTorben Hohn2009-11-061-2/+6
|
* cosmetics and faster stopping of driver.Torben Hohn2009-11-061-7/+5
|
* report xruns on slaveTorben Hohn2009-11-061-1/+2
|
* forgot some occurences of celt initilisation... doh.Torben Hohn2009-11-051-10/+18
|
* CELT_MODE, part2Jörn Nettingsmeier2009-10-291-6/+6
|