Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MPEG zmq input bugfix | Matthias P. Braendli | 2016-03-06 | 1 | -3/+3 |
| | |||||
* | Fix error handling in zmq readkey | Matthias P. Braendli | 2015-12-18 | 1 | -2/+3 |
| | |||||
* | Enable and take care of some warnings | Matthias P. Braendli | 2015-04-23 | 1 | -7/+4 |
| | |||||
* | Merge Stats and Config server, config is also JSON | Matthias P. Braendli | 2015-03-07 | 1 | -3/+0 |
| | |||||
* | Refactor StatsServer to be a bit more generic | Matthias P. Braendli | 2014-10-24 | 1 | -7/+7 |
| | |||||
* | Fix memory leak in ZMQ input | Matthias P. Braendli | 2014-08-26 | 1 | -5/+5 |
| | |||||
* | Add support for new ZMQ frame for MPEG input | Matthias P. Braendli | 2014-08-15 | 1 | -2/+18 |
| | |||||
* | improve autoconfigure | Matthias P. Braendli | 2014-08-01 | 1 | -1/+1 |
| | |||||
* | Correct dabInputZMQ messageReceived flag handling | Matthias P. Braendli | 2014-05-14 | 1 | -4/+5 |
| | |||||
* | fix some comments in dabInputZmq | Matthias P. Braendli | 2014-05-09 | 1 | -2/+3 |
| | |||||
* | Add peak audio levels to statistics | Matthias P. Braendli | 2014-04-25 | 1 | -0/+3 |
| | |||||
* | Add support for new zmq frame format | Matthias P. Braendli | 2014-04-25 | 1 | -23/+46 |
| | |||||
* | non libsodium zeromq crash on ZMQ_CURVE_SERVER set to 0 | Matthias P. Braendli | 2014-04-19 | 1 | -4/+2 |
| | |||||
* | Report zmq error in exception | Matthias P. Braendli | 2014-04-19 | 1 | -6/+12 |
| | |||||
* | Add zmq encryption parameters to remotecontrol | Matthias P. Braendli | 2014-04-17 | 1 | -1/+46 |
| | |||||
* | Add CURVE authentification support for dabInputZMQ | Matthias P. Braendli | 2014-04-17 | 1 | -2/+139 |
| | |||||
* | Move dabInputZMQ configuration into struct | Matthias P. Braendli | 2014-04-17 | 1 | -10/+10 |
| | |||||
* | Remove using directives from .h files | Matthias P. Braendli | 2014-04-17 | 1 | -1/+5 |
| | |||||
* | Make ZMQ prebuffering configurable | Matthias P. Braendli | 2014-04-11 | 1 | -5/+22 |
| | |||||
* | Remove some compilation warnings | Matthias P. Braendli | 2014-04-04 | 1 | -2/+2 |
| | |||||
* | Remove unused variables | Matthias P. Braendli | 2014-03-17 | 1 | -2/+0 |
| | |||||
* | improve RC constness | Matthias P. Braendli | 2014-02-14 | 1 | -2/+3 |
| | |||||
* | Add more ZMQ RC parameters | Matthias P. Braendli | 2014-02-14 | 1 | -11/+47 |
| | |||||
* | DabService labels can now be changed through the remote control | Matthias P. Braendli | 2014-02-14 | 1 | -1/+1 |
| | |||||
* | inputZMQ readframe can be common to MPEG and AAC+ | Matthias P. Braendli | 2014-02-11 | 1 | -6/+65 |
| | |||||
* | create base class for ZMQ inputs, put AAC+ ZMQ into child class | Matthias P. Braendli | 2014-02-11 | 1 | -17/+21 |
| | |||||
* | Add zmq.hpp locally, prefer it over the system one. Fix usage of zmq.recv | Matthias P. Braendli | 2014-02-11 | 1 | -11/+10 |
| | |||||
* | 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 | -1/+7 |
|\ | | | | | | | | | | | Conflicts: src/dabInputZmq.cpp src/dabInputZmq.h | ||||
| * | fix zmq.h include error when ZMQ disabled | Matthias P. Braendli | 2014-01-31 | 1 | -2/+6 |
| | | |||||
* | | Implement remote control and global_stats, and add to configuration | Matthias P. Braendli | 2014-01-24 | 1 | -7/+5 |
| | | |||||
* | | add RemoteControl, make the ZMQ input inherit from it | Matthias P. Braendli | 2014-01-21 | 1 | -0/+33 |
| | | |||||
* | | make DabInputZMQ a new-style input | Matthias P. Braendli | 2014-01-19 | 1 | -113/+76 |
|/ | |||||
* | change zmqInput buffering handling | Matthias P. Braendli | 2014-01-19 | 1 | -14/+52 |
| | |||||
* | Make inputZMQ use the statistics, add munin script | Matthias P. Braendli | 2014-01-17 | 1 | -2/+11 |
| | |||||
* | replace all occurrencies of TcpLog and old etiLog | Matthias P. Braendli | 2014-01-12 | 1 | -10/+10 |
| | |||||
* | remove some references to tcplog | Matthias P. Braendli | 2014-01-12 | 1 | -2/+0 |
| | |||||
* | better handing when ZMQ input buffer is full | Matthias P. Braendli | 2014-01-10 | 1 | -3/+9 |
| | |||||
* | invert ZMQ input direction (encoders connect to mux) | Matthias P. Braendli | 2014-01-05 | 1 | -1/+1 |
| | |||||
* | remove useless ZMQ input messages | Matthias P. Braendli | 2014-01-03 | 1 | -3/+0 |
| | |||||
* | zmq input, fix memory leak | Matthias P. Braendli | 2013-12-17 | 1 | -1/+3 |
| | |||||
* | Add ZeroMQ dabplus input | Matthias P. Braendli | 2013-12-15 | 1 | -0/+226 |
For use in combination with fdk-aac-dabplus-zmq |