Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add support for automatic local-time-offset | Matthias P. Braendli | 2014-04-19 | 4 | -24/+59 | |
* | Add zmq encryption parameters to remotecontrol | Matthias P. Braendli | 2014-04-17 | 2 | -1/+59 | |
* | Add CURVE authentification support for dabInputZMQ | Matthias P. Braendli | 2014-04-17 | 5 | -5/+298 | |
* | Move dabInputZMQ configuration into struct | Matthias P. Braendli | 2014-04-17 | 3 | -30/+71 | |
* | Remove using directives from .h files | Matthias P. Braendli | 2014-04-17 | 9 | -43/+45 | |
* | Update Remotecontrol with changes from ODR-DabMod | Matthias P. Braendli | 2014-04-17 | 2 | -31/+33 | |
* | Add zmq buffer options to config file | Matthias P. Braendli | 2014-04-11 | 2 | -43/+77 | |
* | Make ZMQ prebuffering configurable | Matthias P. Braendli | 2014-04-11 | 2 | -12/+37 | |
* | Add local-time-offset to remote control | Matthias P. Braendli | 2014-04-11 | 4 | -16/+80 | |
* | Remove some compilation warnings | Matthias P. Braendli | 2014-04-04 | 14 | -37/+103 | |
* | Change ZMQ output message format | Matthias P. Braendli | 2014-03-26 | 2 | -12/+88 | |
* | Fix correct FIG0/13 encoding | Matthias P. Braendli | 2014-03-25 | 1 | -3/+3 | |
* | Correct FIG0/13 figSize check | Matthias P. Braendli | 2014-03-23 | 1 | -1/+1 | |
* | Send correct FIC0/13 for data vs programme subchannels | Matthias P. Braendli | 2014-03-22 | 1 | -17/+17 | |
* | Add local-time-offset and intl. table options | Matthias P. Braendli | 2014-03-22 | 4 | -3/+28 | |
* | Add component iterator for FIG0/13 insertion | Matthias P. Braendli | 2014-03-17 | 1 | -11/+26 | |
* | Explain the usage of these iterators | Matthias P. Braendli | 2014-03-17 | 1 | -7/+9 | |
* | Rename componentIndicatorData to componentDataFIG0_8 | Matthias P. Braendli | 2014-03-17 | 1 | -16/+16 | |
* | Rename componentIndicatorProgram to componentProgFIG0_8 | Matthias P. Braendli | 2014-03-17 | 1 | -16/+16 | |
* | Rename servicePty to serviceFIG0_17 | Matthias P. Braendli | 2014-03-17 | 1 | -14/+14 | |
* | Rename serviceDataInd to serviceDataFIG0_2 | Matthias P. Braendli | 2014-03-17 | 1 | -13/+13 | |
* | Rename serviceProgramInd to serviceProgFIG0_2 | Matthias P. Braendli | 2014-03-17 | 1 | -13/+13 | |
* | Remove unused variables | Matthias P. Braendli | 2014-03-17 | 3 | -15/+0 | |
* | Rename subchannelIndicator to subchannelFIG0_1 | Matthias P. Braendli | 2014-03-17 | 1 | -15/+19 | |
* | add assert for figSize to protect memcpy | Matthias P. Braendli | 2014-03-17 | 1 | -0/+5 | |
* | Fix compile warning in remote control | Matthias P. Braendli | 2014-03-14 | 1 | -2/+2 | |
* | Add -Wall compile flag | Matthias P. Braendli | 2014-03-14 | 1 | -1/+1 | |
* | Change FIG0/13 handling for MOT slideshow | Matthias P. Braendli | 2014-02-28 | 3 | -2/+59 | |
* | Translate some comments to english | Matthias P. Braendli | 2014-02-18 | 2 | -38/+41 | |
* | Fix faulty RemoteControl initialisation | Matthias P. Braendli | 2014-02-18 | 1 | -3/+3 | |
* | restart RC if it did a fault | Matthias P. Braendli | 2014-02-14 | 6 | -27/+89 | |
* | fix startup console printout | Matthias P. Braendli | 2014-02-14 | 2 | -122/+109 | |
* | improve RC constness | Matthias P. Braendli | 2014-02-14 | 5 | -18/+26 | |
* | Add more ZMQ RC parameters | Matthias P. Braendli | 2014-02-14 | 4 | -19/+76 | |
* | add STRINGIFY macro to PcDebug.h | Matthias P. Braendli | 2014-02-14 | 1 | -0/+3 | |
* | remove dabInputDabplusFifo warning | Matthias P. Braendli | 2014-02-14 | 1 | -0/+2 | |
* | correct RC mistakes | Matthias P. Braendli | 2014-02-14 | 4 | -7/+18 | |
* | make DabComponent a class and make its label RC controllable | Matthias P. Braendli | 2014-02-14 | 7 | -51/+137 | |
* | RemoteControl: make only one list command | Matthias P. Braendli | 2014-02-14 | 1 | -18/+9 | |
* | DabService labels can now be changed through the remote control | Matthias P. Braendli | 2014-02-14 | 8 | -52/+178 | |
* | improve handling of labels | Matthias P. Braendli | 2014-02-14 | 8 | -276/+278 | |
* | explanations about set_short_label | Matthias P. Braendli | 2014-02-14 | 1 | -2/+15 | |
* | add hexadecimal support for configuration entries | Matthias P. Braendli | 2014-02-12 | 2 | -22/+57 | |
* | add dabInputZmqMPEG to command line parser | Matthias P. Braendli | 2014-02-11 | 1 | -3/+54 | |
* | inputZMQ readframe can be common to MPEG and AAC+ | Matthias P. Braendli | 2014-02-11 | 2 | -15/+90 | |
* | create base class for ZMQ inputs, put AAC+ ZMQ into child class | Matthias P. Braendli | 2014-02-11 | 3 | -33/+45 | |
* | add zmq.hpp to Makefile.am, update configure.acv0.4.2 | Matthias P. Braendli | 2014-02-11 | 1 | -1/+2 | |
* | Add zmq.hpp locally, prefer it over the system one. Fix usage of zmq.recv | Matthias P. Braendli | 2014-02-11 | 4 | -13/+578 | |
* | nicer printout in utils.cpp | Matthias P. Braendli | 2014-02-11 | 1 | -3/+2 | |
* | Fix Log.cpp header | Matthias P. Braendli | 2014-02-07 | 1 | -4/+4 |