summaryrefslogtreecommitdiff
path: root/common/netjack.c
Commit message (Collapse)AuthorAgeFilesLines
* FIx doxygen and user facing and non-facing typosluz.paz2019-09-111-2/+2
| | | Found via `codespell -q 3`
* Use winsock2.h like everywhere else.Thomas Brand2019-02-021-1/+1
|
* Handle alloca properlyKarl Linden2018-10-071-0/+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
* Mass-fix spelling errorsAdrian Knoth2018-02-251-6/+6
| | | | | | Flagged by the Debian QA tool. Mostly automatic search-n-replace of the mistakes flagged.
* Fix in netjack_init.Stephane Letz2013-09-051-5/+5
|
* netjack/opus: don't re-init en/decodersRobin Gareus2012-09-231-2/+0
|
* netjack1/netone opus supportRobin Gareus2012-09-101-1/+47
|
* Patch for ticket #264.sletz2012-01-171-1/+1
| | | | git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4703 0c269be4-1314-0410-8aa9-9f06e86f4224
* Format netjack1 C files.sletz2011-05-031-298/+276
| | | | git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4374 0c269be4-1314-0410-8aa9-9f06e86f4224
* fix compile warningsnedko2011-04-301-0/+1
| | | | | | gcc (Gentoo 4.4.5 p1.2, pie-0.4.5) 4.4.5 git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4363 0c269be4-1314-0410-8aa9-9f06e86f4224
* Cleanup.sletz2011-04-151-2/+0
| | | | git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4308 0c269be4-1314-0410-8aa9-9f06e86f4224
* Cleanup, remove warning.sletz2011-04-141-2/+2
| | | | git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4305 0c269be4-1314-0410-8aa9-9f06e86f4224
* Correct warning.sletz2011-04-141-0/+2
| | | | git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4304 0c269be4-1314-0410-8aa9-9f06e86f4224
* Change intermediate compilation names on Windows.sletz2011-04-081-3/+0
| | | | git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4286 0c269be4-1314-0410-8aa9-9f06e86f4224
* Windows 32 bits targets now compile.sletz2011-04-071-1/+1
| | | | git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4285 0c269be4-1314-0410-8aa9-9f06e86f4224
* Fix for CELT and netjack1 in progress.sletz2011-03-281-3/+8
| | | | git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4227 0c269be4-1314-0410-8aa9-9f06e86f4224
* Use jack_default_audio_sample_t instead of float consistently, fix ticket #201.sletz2011-03-111-90/+90
| | | | git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4182 0c269be4-1314-0410-8aa9-9f06e86f4224
* Compile on Linux again.sletz2011-03-101-7/+0
| | | | git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4174 0c269be4-1314-0410-8aa9-9f06e86f4224
* Synchronize netjack1 with JACK1 version.sletz2011-03-101-35/+87
| | | | git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4171 0c269be4-1314-0410-8aa9-9f06e86f4224
* David Garcia Garzon unused_pkt_buf_field_jack2 netone patch.sletz2010-06-161-1/+0
| | | | git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4024 0c269be4-1314-0410-8aa9-9f06e86f4224
* David Garcia Garzon netone patch.sletz2010-05-301-0/+1
| | | | git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4021 0c269be4-1314-0410-8aa9-9f06e86f4224
* Compiles on OSX.sletz2010-01-141-3/+3
| | | | git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3874 0c269be4-1314-0410-8aa9-9f06e86f4224
* Compiles in Windows again.sletz2010-01-141-5/+7
| | | | git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3873 0c269be4-1314-0410-8aa9-9f06e86f4224
* use big socketbuffers on win32unknown2010-01-131-0/+6
|
* socklen_t fixunknown2010-01-131-0/+1
|
* [netone] switch to old deadline algo again.Torben Hohn2010-01-121-9/+9
|
* remove HAVE_CELT 1 define and include config.hTorben Hohn2010-01-121-1/+1
|
* sync jack1 netjack back to netoneTorben Hohn2009-11-121-3/+36
|
* [netone] fix deadline goodness unsigned compareTorben Hohn2009-11-101-3/+9
|
* Move exception handling in libjackserver, solve the exeption issue in ↵Stephane Letz2009-11-091-2/+2
| | | | JackNetOneDriver.
* improve xrun reporting in netoneTorben Hohn2009-11-061-8/+14
|
* add some logic to cope with slow startup times.Torben Hohn2009-11-061-1/+15
|
* report xruns on slaveTorben Hohn2009-11-061-3/+8
|
* check the deadline offset. dont let it get too small.Torben Hohn2009-11-061-11/+4
|
* make celt api version flexible.Torben Hohn2009-11-051-6/+12
| | | | | | Conflicts: example-clients/wscript
* remove deadline_offset logging.Torben Hohn2009-11-051-2/+0
|
* rework of deadline machinery and support for freewheelingTorben Hohn2009-11-051-22/+20
| | | | | | Conflicts: common/netjack_packet.h
* convert bitdepth magic number into global constant for CELT_MODE, no ↵Jörn Nettingsmeier2009-10-291-4/+4
| | | | functional changes
* make netxrun an errorTorben Hohn2009-10-291-1/+1
|
* inversion of deadline control feedback. this should have been fixedTorben Hohn2009-10-291-2/+2
|
* Pure Add netone driverTorben Hohn2009-10-251-0/+687