Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct build instructionsHEADmaster | Matthias P. Braendli | 2016-02-08 | 1 | -2/+3 |
| | |||||
* | Travis: trusty | Matthias P. Braendli | 2015-12-18 | 1 | -7/+7 |
| | |||||
* | Minor fixes | Matthias P. Braendli | 2015-12-18 | 1 | -7/+8 |
| | |||||
* | Fix out-of-bounds memory access for peak calculation | Matthias P. Braendli | 2015-12-18 | 1 | -2/+2 |
| | |||||
* | Add Travis image to README | Matthias P. Braendli | 2015-12-13 | 1 | -0/+1 |
| | |||||
* | Travis: add libsodium PPA | Matthias P. Braendli | 2015-12-13 | 1 | -0/+1 |
| | |||||
* | Travis: typo | Matthias P. Braendli | 2015-12-13 | 1 | -1/+1 |
| | |||||
* | Travis: Add PPA for libzmq5 | Matthias P. Braendli | 2015-12-13 | 1 | -1/+2 |
| | |||||
* | Travis: debugging | Matthias P. Braendli | 2015-12-13 | 1 | -2/+3 |
| | |||||
* | Travis: revert to apt-get | Matthias P. Braendli | 2015-12-13 | 1 | -10/+2 |
| | |||||
* | Travis: switch back to VMs | Matthias P. Braendli | 2015-12-13 | 1 | -1/+0 |
| | |||||
* | Travis: check version of libzmq3 package, switch to containers | Matthias P. Braendli | 2015-12-13 | 1 | -14/+12 |
| | |||||
* | Travis: use specific libsodium and zeromq versions | Matthias P. Braendli | 2015-12-13 | 1 | -6/+6 |
| | |||||
* | Travis: typo | Matthias P. Braendli | 2015-12-13 | 1 | -1/+1 |
| | |||||
* | Travis: compile zeromq from sources | Matthias P. Braendli | 2015-12-13 | 1 | -2/+14 |
| | |||||
* | Add Travis CI config file | Matthias P. Braendli | 2015-12-13 | 1 | -0/+16 |
| | |||||
* | Change README to describe installation using CMake | Matthias P. Braendli | 2015-11-24 | 1 | -4/+5 |
| | |||||
* | Merge JACK compilation fixes with XPAD fixes | Matthias P. Braendli | 2015-11-24 | 1 | -14/+18 |
|\ | |||||
| * | Fix wrong X-PAD location at 48khz and bitrates < 56kbps per channel | Stefan Pöschel | 2015-11-21 | 1 | -14/+10 |
| | | |||||
| * | XPAD: additional len assertion + optional debug output | Stefan Pöschel | 2015-09-10 | 1 | -0/+8 |
| | | |||||
* | | Merge 'smallscaledab/master' | Matthias P. Braendli | 2015-11-24 | 1 | -0/+2 |
|\ \ | |||||
| * | | Include required type libraries if jack not being included | Nick Piggott | 2015-11-22 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | If jack libraries are not being compiled into toolame, then inclusion of stddef.h and sys/types.h libraries is required to get vlc_input.h to compile | ||||
* | | | Improve usage screen | Matthias P. Braendli | 2015-11-24 | 1 | -0/+11 |
| | | | |||||
* | | | Improve compilation without JACK | Matthias P. Braendli | 2015-11-24 | 3 | -4/+12 |
| |/ |/| | |||||
* | | Fix cosmetic errors in CMake messages | Matthias P. Braendli | 2015-09-10 | 1 | -3/+3 |
| | | |||||
* | | Fix CMake conditional for VLC_FOUND | Matthias P. Braendli | 2015-09-10 | 1 | -1/+1 |
| | | |||||
* | | GCC 5.x inline function semantics fix | Martin Hauke | 2015-09-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | The compiler will warn and the linker will fail if an inline function is declared but not defined in the same translation unit. This fixes the problem by prepending 'extern' to the declaration in the header file. For a proper explanation see: https://gcc.gnu.org/gcc-5/porting_to.html | ||||
* | | Rewrote CMake support | Martin Hauke | 2015-08-30 | 3 | -12/+265 |
|/ | |||||
* | Add experimental CMakeLists | Matthias P. Braendli | 2015-07-24 | 1 | -0/+39 |
| | |||||
* | Move some includes in the VLC input | Matthias P. Braendli | 2015-07-22 | 1 | -3/+3 |
| | |||||
* | Move JACK-specific includes into #ifdef | Matthias P. Braendli | 2015-07-22 | 1 | -0/+2 |
| | |||||
* | Update README | Matthias P. Braendli | 2015-07-22 | 1 | -4/+4 |
| | |||||
* | Add compile-time option for JACK input | Matthias P. Braendli | 2015-07-22 | 3 | -5/+32 |
| | |||||
* | Add compile-time option for libvlc input | Matthias P. Braendli | 2015-07-22 | 5 | -3/+35 |
| | |||||
* | Remove ICY Text writer warnings | Matthias P. Braendli | 2015-07-14 | 1 | -2/+8 |
| | |||||
* | Disable usage of inline functions, wrong usage | Matthias P. Braendli | 2015-07-14 | 1 | -1/+1 |
| | |||||
* | Merge basicmaster's PAD improvements | Matthias P. Braendli | 2015-07-14 | 4 | -6/+108 |
|\ | |||||
| * | Add write ICY text into file | Matthias Braendli | 2015-06-18 | 4 | -6/+108 |
| | | |||||
* | | PAD: removed upper limit of PAD len | Stefan Pöschel | 2015-07-13 | 1 | -2/+1 |
|/ | |||||
* | accept a list of ZMQ endpoints, separated by semicolons | Matthias P. Braendli | 2015-06-05 | 4 | -8/+34 |
| | |||||
* | Fix strtok_r usage | Matthias P. Braendli | 2015-05-04 | 1 | -1/+1 |
| | |||||
* | Autodetect callback signature for VLC | Matthias P. Braendli | 2015-05-04 | 2 | -26/+95 |
| | |||||
* | Add some asserts in vlc_input | Matthias P. Braendli | 2015-04-23 | 1 | -0/+7 |
| | |||||
* | Show git version in usage screen | Matthias P. Braendli | 2015-04-23 | 3 | -6/+16 |
| | |||||
* | vlc_input: also check buffer size | Matthias P. Braendli | 2015-04-23 | 1 | -1/+1 |
| | |||||
* | MOT encoder protocol change: transmit used PAD bytes | Stefan Pöschel | 2015-04-18 | 1 | -11/+15 |
| | |||||
* | Give padding bytes back to audio | Stefan Pöschel | 2015-04-18 | 1 | -16/+5 |
| | |||||
* | Request PAD at single location | Stefan Pöschel | 2015-04-11 | 1 | -25/+21 |
| | |||||
* | Remove unneeded if | Stefan Pöschel | 2015-04-11 | 1 | -47/+47 |
| | |||||
* | VLC input: add support for mono | Matthias P. Braendli | 2015-04-10 | 3 | -4/+15 |
| |