summaryrefslogtreecommitdiff
path: root/common/JackNetOneDriver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Handle alloca properlycompatKarl Linden2018-10-071-3/+2
* Revert "Fix unused{,-but-set}-variable compiler warnings."Karl Linden2018-10-061-0/+12
* 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
* Correct export settings(2).sletz2012-01-041-0/+1
* NetJack2 code cleanup.Stephane Letz2011-11-041-124/+119
* Add jackctl_driver_get_type in Control API.sletz2011-08-261-3/+3
* New JackTimedDriver class to be used by JackDummyDriver, JackNetDriver and Ja...sletz2011-07-291-27/+15
* Fix symbols export.sletz2011-07-241-2/+1
* Cleanup.sletz2011-07-081-1/+1
* Correct OSX real-time thread setup.sletz2011-05-161-10/+2
* 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
* helper functions for jack_driver_desc_t constructionNedko Arnaudov2011-04-221-165/+53
* don't access uninitialized memorynedko2011-04-221-2/+3
* Correct CELT conditional compilation.sletz2011-04-211-1/+2
* Correct JackNetMasterManager::InitMaster.sletz2011-04-191-1/+1
* Beautiful JackNetOneDriver code.sletz2011-04-011-824/+778
* Correct JackNetOneDriver::Close.sletz2011-04-011-2/+5
* Typos.sletz2011-03-291-2/+2
* Fix for CELT and netjack1.sletz2011-03-281-2/+2
* Fix for CELT and netjack1 in progress.sletz2011-03-281-4/+9
* Correction of JackNetOneDriver for latest CELT API.sletz2011-03-281-7/+20
* Correction of jack_connect/jack_disconnect: use of jack_activate and volatile...sletz2011-03-281-4/+2
* Fix CELT code in JackNetOneDriver.cpp.sletz2011-03-231-2/+2
* Use jack_default_audio_sample_t instead of float consistently, fix ticket #201.sletz2011-03-111-2/+2
* Cleanup.sletz2011-03-111-683/+684
* Correct JackNetMaster::SetBufferSize.sletz2011-03-111-11/+2
* Synchronize netjack1 with JACK1 version.sletz2011-03-101-2/+6
* 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 between...Stéphane LETZ2009-12-061-10/+4
|/
* Fix merge conflicts.sletz2009-11-181-48/+63
|\
| * sync jack1 netjack back to netoneTorben Hohn2009-11-121-24/+39
| * Move exception handling in libjackserver, solve the exeption issue in JackNet...Stephane Letz2009-11-091-23/+23
| * [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 par...sletz2009-11-111-1/+1
|/
* 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