- 27 Sep, 2015 1 commit
-
-
Karl Linden authored
This moves the celt parts of JackNetTool into JackNetCelt so celt headers are not undeliberately included from JackNetDriver (which is compiled without celt).
-
- 26 Sep, 2015 5 commits
-
-
Karl Linden authored
This moves the opus parts of JackNetTool into JackNetOpus so opus headers are not undeliberately included from JackNetDriver (which is compiled without opus). All opus includes has got the opus/ prefix removed since it is added by the pkg-config opus file. Also the netone driver has to be compiled with opus. Lastly JackNetTool.h needed a header guard.
-
Karl Linden authored
This assures that the header can be found in a non-standard prefix, since the leading opus/ is added to the include path by the opus pkg-config file.
-
Karl Linden authored
This makes sure header checks work when the third party package is installed in a non-standard location, as long as a pkg-config file is found.
-
Karl Linden authored
-
Karl Linden authored
-
- 20 Sep, 2015 1 commit
-
-
Karl Linden authored
It is maintained independently at: https://gitlab.com/lilrc/wafupdate
-
- 03 Sep, 2015 2 commits
-
-
Stephane Letz authored
-
Stephane Letz authored
-
- 25 Aug, 2015 1 commit
-
-
Adrian Knoth authored
Forwarded from <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=728710>
-
- 19 Jul, 2015 6 commits
-
-
Stéphane Letz authored
Use _WIN32 instead of WIN32 in header files since WIN32 might not alw…
-
Stéphane Letz authored
Implement new jack_port_rename API
-
falkTX authored
-
falkTX authored
JACK2 added this function first, but the int return has been always wrong. When JACK1 added JackPortRenameCallback it used the proper return. Now that JACK1 supports port renames, devs will start to use it. (previously it didn't work properly because of the missing jack_client_t* arg) Some code might be broken because of this, but it's a very simple change, and existing code would have been broken when changing JACK1 to JACK2. Finally, JACK2 code never uses the int return value of this callback. So there's no real reason to NOT change this.
-
falkTX authored
-
Kjetil Matheussen authored
For instance, if compiling with gcc and the option --stc=c++11, WIN32 is not defined. See http://webcache.googleusercontent.com/search?q=cache:amvfgAUCdsgJ:sourceforge.net/p/mingw-w64/mailman/message/31850993/+&cd=4&hl=en&ct=clnk&gl=no http://sourceforge.net/p/mingw-w64/mailman/message/31850993/
-
- 17 Jul, 2015 2 commits
-
-
Stéphane Letz authored
Correct netmanager latency reporting
-
Xavier Mendez authored
-
- 26 Jun, 2015 2 commits
-
-
Stéphane Letz authored
Fix buf nullptr dereferencing in jack_midi_event_write()
-
Maks Naumov authored
-
- 02 Jun, 2015 4 commits
-
-
Stéphane Letz authored
[jack_bufsize] Fix off by 10 error
-
Markus Seeber authored
Since help and error messages suggest, that 8192 samples is a valid buffer size, this fixes the value in the check to 8192 instead of 8182.
-
Stéphane Letz authored
Fix return value of SetTimebaseCallback()
-
Julien Acroute authored
return value of JackGenericClientChannel->SetTimebaseCallback() instead of -1 where there is a conditional request
-
- 02 May, 2015 14 commits
-
-
Karl Lindén authored
-
Karl Lindén authored
-
Karl Lindén authored
-
Karl Lindén authored
-
Karl Lindén authored
-
Karl Lindén authored
-
Karl Lindén authored
-
Karl Lindén authored
-
Karl Lindén authored
-
Karl Lindén authored
-
Karl Lindén authored
-
Karl Lindén authored
-
Karl Lindén authored
-
Karl Lindén authored
-
- 01 May, 2015 2 commits
-
-
Nedko Arnaudov authored
Fix svnversion.h generation
-
Karl Lindén authored
look prettier
-