aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Correct build instructionsHEADmasterMatthias P. Braendli2016-02-081-2/+3
|
* Travis: trustyMatthias P. Braendli2015-12-181-7/+7
|
* Minor fixesMatthias P. Braendli2015-12-181-7/+8
|
* Fix out-of-bounds memory access for peak calculationMatthias P. Braendli2015-12-181-2/+2
|
* Add Travis image to READMEMatthias P. Braendli2015-12-131-0/+1
|
* Travis: add libsodium PPAMatthias P. Braendli2015-12-131-0/+1
|
* Travis: typoMatthias P. Braendli2015-12-131-1/+1
|
* Travis: Add PPA for libzmq5Matthias P. Braendli2015-12-131-1/+2
|
* Travis: debuggingMatthias P. Braendli2015-12-131-2/+3
|
* Travis: revert to apt-getMatthias P. Braendli2015-12-131-10/+2
|
* Travis: switch back to VMsMatthias P. Braendli2015-12-131-1/+0
|
* Travis: check version of libzmq3 package, switch to containersMatthias P. Braendli2015-12-131-14/+12
|
* Travis: use specific libsodium and zeromq versionsMatthias P. Braendli2015-12-131-6/+6
|
* Travis: typoMatthias P. Braendli2015-12-131-1/+1
|
* Travis: compile zeromq from sourcesMatthias P. Braendli2015-12-131-2/+14
|
* Add Travis CI config fileMatthias P. Braendli2015-12-131-0/+16
|
* Change README to describe installation using CMakeMatthias P. Braendli2015-11-241-4/+5
|
* Merge JACK compilation fixes with XPAD fixesMatthias P. Braendli2015-11-241-14/+18
|\
| * Fix wrong X-PAD location at 48khz and bitrates < 56kbps per channelStefan Pöschel2015-11-211-14/+10
| |
| * XPAD: additional len assertion + optional debug outputStefan Pöschel2015-09-101-0/+8
| |
* | Merge 'smallscaledab/master'Matthias P. Braendli2015-11-241-0/+2
|\ \
| * | Include required type libraries if jack not being includedNick Piggott2015-11-221-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 screenMatthias P. Braendli2015-11-241-0/+11
| | |
* | | Improve compilation without JACKMatthias P. Braendli2015-11-243-4/+12
| |/ |/|
* | Fix cosmetic errors in CMake messagesMatthias P. Braendli2015-09-101-3/+3
| |
* | Fix CMake conditional for VLC_FOUNDMatthias P. Braendli2015-09-101-1/+1
| |
* | GCC 5.x inline function semantics fixMartin Hauke2015-09-031-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 supportMartin Hauke2015-08-303-12/+265
|/
* Add experimental CMakeListsMatthias P. Braendli2015-07-241-0/+39
|
* Move some includes in the VLC inputMatthias P. Braendli2015-07-221-3/+3
|
* Move JACK-specific includes into #ifdefMatthias P. Braendli2015-07-221-0/+2
|
* Update READMEMatthias P. Braendli2015-07-221-4/+4
|
* Add compile-time option for JACK inputMatthias P. Braendli2015-07-223-5/+32
|
* Add compile-time option for libvlc inputMatthias P. Braendli2015-07-225-3/+35
|
* Remove ICY Text writer warningsMatthias P. Braendli2015-07-141-2/+8
|
* Disable usage of inline functions, wrong usageMatthias P. Braendli2015-07-141-1/+1
|
* Merge basicmaster's PAD improvementsMatthias P. Braendli2015-07-144-6/+108
|\
| * Add write ICY text into fileMatthias Braendli2015-06-184-6/+108
| |
* | PAD: removed upper limit of PAD lenStefan Pöschel2015-07-131-2/+1
|/
* accept a list of ZMQ endpoints, separated by semicolonsMatthias P. Braendli2015-06-054-8/+34
|
* Fix strtok_r usageMatthias P. Braendli2015-05-041-1/+1
|
* Autodetect callback signature for VLCMatthias P. Braendli2015-05-042-26/+95
|
* Add some asserts in vlc_inputMatthias P. Braendli2015-04-231-0/+7
|
* Show git version in usage screenMatthias P. Braendli2015-04-233-6/+16
|
* vlc_input: also check buffer sizeMatthias P. Braendli2015-04-231-1/+1
|
* MOT encoder protocol change: transmit used PAD bytesStefan Pöschel2015-04-181-11/+15
|
* Give padding bytes back to audioStefan Pöschel2015-04-181-16/+5
|
* Request PAD at single locationStefan Pöschel2015-04-111-25/+21
|
* Remove unneeded ifStefan Pöschel2015-04-111-47/+47
|
* VLC input: add support for monoMatthias P. Braendli2015-04-103-4/+15
|