summaryrefslogtreecommitdiff
path: root/common/netjack.c
Commit message (Expand)AuthorAgeFilesLines
* FIx doxygen and user facing and non-facing typosluz.paz2019-09-111-2/+2
* Use winsock2.h like everywhere else.Thomas Brand2019-02-021-1/+1
* Handle alloca properlyKarl Linden2018-10-071-0/+2
* Mass-fix spelling errorsAdrian Knoth2018-02-251-6/+6
* 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
* Format netjack1 C files.sletz2011-05-031-298/+276
* fix compile warningsnedko2011-04-301-0/+1
* Cleanup.sletz2011-04-151-2/+0
* Cleanup, remove warning.sletz2011-04-141-2/+2
* Correct warning.sletz2011-04-141-0/+2
* Change intermediate compilation names on Windows.sletz2011-04-081-3/+0
* Windows 32 bits targets now compile.sletz2011-04-071-1/+1
* Fix for CELT and netjack1 in progress.sletz2011-03-281-3/+8
* Use jack_default_audio_sample_t instead of float consistently, fix ticket #201.sletz2011-03-111-90/+90
* Compile on Linux again.sletz2011-03-101-7/+0
* Synchronize netjack1 with JACK1 version.sletz2011-03-101-35/+87
* David Garcia Garzon unused_pkt_buf_field_jack2 netone patch.sletz2010-06-161-1/+0
* David Garcia Garzon netone patch.sletz2010-05-301-0/+1
* Compiles on OSX.sletz2010-01-141-3/+3
* Compiles in Windows again.sletz2010-01-141-5/+7
* 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 JackNet...Stephane Letz2009-11-091-2/+2
* 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
* remove deadline_offset logging.Torben Hohn2009-11-051-2/+0
* rework of deadline machinery and support for freewheelingTorben Hohn2009-11-051-22/+20
* convert bitdepth magic number into global constant for CELT_MODE, no function...Jörn Nettingsmeier2009-10-291-4/+4
* 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