aboutsummaryrefslogtreecommitdiffstats
path: root/zmqoutput.c
Commit message (Collapse)AuthorAgeFilesLines
* accept a list of ZMQ endpoints, separated by semicolonsMatthias P. Braendli2015-06-051-5/+23
|
* Fix memory leak in zmq outputMatthias P. Braendli2015-03-291-0/+3
|
* Add peak audio information to zmq headerMatthias P. Braendli2015-01-261-2/+2
|
* Fixed missing header data in the zmq layer.Fredrik Landberg2015-01-261-1/+1
| | | | | The header information was missing due to using the wrong pointer in zmq_send. It also added 12 undefined bytes at the end of the payload. Because it is an optional header on the receiving end in the ODR-DabMux, I guess it goes fairly un-noticed, except possibly for the 12 extra bytes at the end. I don't use the ODR-DabMux at the moment, so I don't know if it causes any audible glitches.
* Add -L option to print levelMatthias P. Braendli2014-09-221-0/+8
|
* Switch to new ZMQ frame formatMatthias P. Braendli2014-08-151-1/+17
|
* Add return value to zmqoutput_write_byteMatthias P. Braendli2014-03-221-0/+4
|
* keep bs->buf as is, create zmq specific buffer insteadMatthias P. Braendli2014-02-111-0/+71