Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge Stats and Config server, config is also JSON | Matthias P. Braendli | 2015-03-07 | 1 | -1/+1 |
| | |||||
* | Remove compile warnings | Matthias P. Braendli | 2014-11-14 | 1 | -3/+3 |
| | |||||
* | Refactor StatsServer to be a bit more generic | Matthias P. Braendli | 2014-10-24 | 1 | -0/+3 |
| | |||||
* | fix some comments in dabInputZmq | Matthias P. Braendli | 2014-05-09 | 1 | -1/+2 |
| | |||||
* | Add support for new zmq frame format | Matthias P. Braendli | 2014-04-25 | 1 | -1/+29 |
| | |||||
* | Add zmq encryption parameters to remotecontrol | Matthias P. Braendli | 2014-04-17 | 1 | -0/+13 |
| | |||||
* | Add CURVE authentification support for dabInputZMQ | Matthias P. Braendli | 2014-04-17 | 1 | -0/+38 |
| | |||||
* | Move dabInputZMQ configuration into struct | Matthias P. Braendli | 2014-04-17 | 1 | -10/+45 |
| | |||||
* | Remove using directives from .h files | Matthias P. Braendli | 2014-04-17 | 1 | -4/+6 |
| | |||||
* | Add zmq buffer options to config file | Matthias P. Braendli | 2014-04-11 | 1 | -7/+11 |
| | |||||
* | Make ZMQ prebuffering configurable | Matthias P. Braendli | 2014-04-11 | 1 | -7/+15 |
| | |||||
* | Remove some compilation warnings | Matthias P. Braendli | 2014-04-04 | 1 | -3/+3 |
| | |||||
* | improve RC constness | Matthias P. Braendli | 2014-02-14 | 1 | -2/+3 |
| | |||||
* | Add more ZMQ RC parameters | Matthias P. Braendli | 2014-02-14 | 1 | -6/+25 |
| | |||||
* | correct RC mistakes | Matthias P. Braendli | 2014-02-14 | 1 | -2/+2 |
| | |||||
* | inputZMQ readframe can be common to MPEG and AAC+ | Matthias P. Braendli | 2014-02-11 | 1 | -9/+25 |
| | |||||
* | create base class for ZMQ inputs, put AAC+ ZMQ into child class | Matthias P. Braendli | 2014-02-11 | 1 | -13/+21 |
| | |||||
* | Add zmq.hpp locally, prefer it over the system one. Fix usage of zmq.recv | Matthias P. Braendli | 2014-02-11 | 1 | -1/+1 |
| | |||||
* | rename CRC-DabMux to ODR-DabMux | Matthias P. Braendli | 2014-02-07 | 1 | -4/+4 |
| | |||||
* | Merge branch 'master' into next | Matthias P. Braendli | 2014-01-31 | 1 | -2/+3 |
|\ | | | | | | | | | | | Conflicts: src/dabInputZmq.cpp src/dabInputZmq.h | ||||
| * | fix zmq.h include error when ZMQ disabled | Matthias P. Braendli | 2014-01-31 | 1 | -2/+3 |
| | | |||||
* | | add RemoteControl, make the ZMQ input inherit from it | Matthias P. Braendli | 2014-01-21 | 1 | -3/+13 |
| | | |||||
* | | fix some cppcheck errors | Matthias P. Braendli | 2014-01-20 | 1 | -1/+2 |
| | | |||||
* | | make DabInputZMQ a new-style input | Matthias P. Braendli | 2014-01-19 | 1 | -19/+20 |
|/ | |||||
* | change zmqInput buffering handling | Matthias P. Braendli | 2014-01-19 | 1 | -3/+8 |
| | |||||
* | Make inputZMQ use the statistics, add munin script | Matthias P. Braendli | 2014-01-17 | 1 | -1/+1 |
| | |||||
* | Add ZeroMQ dabplus input | Matthias P. Braendli | 2013-12-15 | 1 | -0/+82 |
For use in combination with fdk-aac-dabplus-zmq |