Commit Graph

34 Commits

Author SHA1 Message Date
luz.paz a93b210134 FIx doxygen and user facing and non-facing typos
Found via `codespell -q 3`
2019-09-11 19:17:07 +01:00
Thomas Brand 007220d0b1 remove double #define 2019-02-02 18:16:39 +01:00
Karl Linden 45f9332f54 Handle alloca properly
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
2018-10-07 16:24:59 +02:00
Adrian Knoth 6ccfdc1058 Mass-fix spelling errors
Flagged by the Debian QA tool.

Mostly automatic search-n-replace of the mistakes flagged.
2018-02-25 18:47:52 +01:00
Markus Seeber 275357080c fix warning for unsigned/signed pointer target
- use unsigned int instead of int (socklen_t is supposed to be unsigned)
- converted inconsistent line Ending to UNIX line ending
2014-12-18 18:54:21 +01:00
Robin Gareus 3085ae19e9 netjack1/2 Opus: use only 2bytes for encoded-length 2012-09-10 15:25:12 +02:00
Robin Gareus d94f5edb03 netjack1/netone opus support 2012-09-10 15:24:37 +02:00
sletz 9e61347090 Patch for ticket #264.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4703 0c269be4-1314-0410-8aa9-9f06e86f4224
2012-01-17 15:42:49 +00:00
sletz 9c6afc5157 Compiles again on Windows.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4678 0c269be4-1314-0410-8aa9-9f06e86f4224
2012-01-07 20:02:23 +00:00
sletz 8a7ab8db14 Compiles again on Windows.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4667 0c269be4-1314-0410-8aa9-9f06e86f4224
2012-01-05 11:09:39 +00:00
sletz 2d12663fda Format netjack1 C files.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4374 0c269be4-1314-0410-8aa9-9f06e86f4224
2011-05-03 18:36:03 +00:00
nedko 08876bd6eb fix compile warnings
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
2011-04-30 08:05:09 +00:00
sletz 13724d8244 Cleanup.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4308 0c269be4-1314-0410-8aa9-9f06e86f4224
2011-04-15 09:40:06 +00:00
sletz 3ddcd74be0 Cleanup, remove warning.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4305 0c269be4-1314-0410-8aa9-9f06e86f4224
2011-04-14 15:52:35 +00:00
sletz 79a5f3a537 Correct warning.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4304 0c269be4-1314-0410-8aa9-9f06e86f4224
2011-04-14 15:38:31 +00:00
sletz fcde502ab6 Change intermediate compilation names on Windows.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4286 0c269be4-1314-0410-8aa9-9f06e86f4224
2011-04-08 07:42:34 +00:00
sletz 172555c9a0 Windows 32 bits targets now compile.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4285 0c269be4-1314-0410-8aa9-9f06e86f4224
2011-04-07 14:11:37 +00:00
sletz 98fc075356 Typos.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4231 0c269be4-1314-0410-8aa9-9f06e86f4224
2011-03-29 09:46:19 +00:00
sletz ed52540600 Beautifull code.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4230 0c269be4-1314-0410-8aa9-9f06e86f4224
2011-03-28 20:48:28 +00:00
sletz 5b9c3e9712 Fix for CELT and netjack1.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4228 0c269be4-1314-0410-8aa9-9f06e86f4224
2011-03-28 14:16:20 +00:00
sletz dda1354aba Fix for CELT and netjack1 in progress.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4227 0c269be4-1314-0410-8aa9-9f06e86f4224
2011-03-28 14:10:13 +00:00
sletz 8b2ddf4f3e Synchronize netjack1 with JACK1 version.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4171 0c269be4-1314-0410-8aa9-9f06e86f4224
2011-03-10 15:10:47 +00:00
sletz d3c1703a8c Compiles on OSX.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3874 0c269be4-1314-0410-8aa9-9f06e86f4224
2010-01-14 10:06:13 +00:00
sletz 910fd826cb Compiles in Windows again.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3873 0c269be4-1314-0410-8aa9-9f06e86f4224
2010-01-14 09:46:18 +00:00
unknown 7059609392 socklen_t fix 2010-01-13 22:54:58 +01:00
Torben Hohn 724237589b remove HAVE_CELT 1 define and include config.h 2010-01-12 06:43:25 +01:00
sletz dab4e3446e Peter L Jones patch for NetJack1 compilation on Windows.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3827 0c269be4-1314-0410-8aa9-9f06e86f4224
2009-11-23 13:17:09 +00:00
Torben Hohn 09c53ca95b sync jack1 netjack back to netone 2009-11-12 20:06:25 +01:00
Stephane Letz 854f650da0 Move exception handling in libjackserver, solve the exeption issue in JackNetOneDriver. 2009-11-09 16:59:24 +01:00
Torben Hohn 00cfb9b604 fix packet_cache_get_next_available_framecnt reporting old packets 2009-11-06 15:49:31 +01:00
Torben Hohn ac1853a422 prevent deadlines which are a second in the future.
unlikely to happen with the new code... but still.
2009-11-05 14:49:25 +01:00
Jörn Nettingsmeier 114a9a72c6 semi-pointless finger exercise: port type conditional factored out 2009-10-29 21:27:49 +01:00
Jörn Nettingsmeier 2ac9617a97 convert bitdepth magic number into global constant for CELT_MODE, no functional changes 2009-10-29 21:27:34 +01:00
Torben Hohn 38f5f4f7f2 Pure Add netone driver 2009-10-25 19:57:19 +01:00