Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Code esthetics and translation from french | Matthias P. Braendli | 2014-05-21 | 1 | -59/+103 |
| | |||||
* | Replace subchannel id by enum | Matthias P. Braendli | 2014-05-21 | 6 | -51/+52 |
| | |||||
* | Add PFT Fragment header | Matthias P. Braendli | 2014-05-21 | 3 | -6/+79 |
| | |||||
* | Place EDI output in #ifdefedi | Matthias P. Braendli | 2014-05-20 | 1 | -10/+36 |
| | |||||
* | Make ReedSolomon exception more verbose | Matthias P. Braendli | 2014-05-20 | 1 | -1/+5 |
| | |||||
* | Fix exception handing | Matthias P. Braendli | 2014-05-20 | 1 | -5/+5 |
| | |||||
* | Add EDI TCP Server | Matthias P. Braendli | 2014-05-20 | 1 | -0/+11 |
| | |||||
* | fix segfault with EDI | Matthias P. Braendli | 2014-05-20 | 4 | -14/+42 |
| | |||||
* | add non-working PFT layer | Matthias P. Braendli | 2014-05-20 | 4 | -3/+179 |
| | |||||
* | rename AFPacket to AFPacketiser | Matthias P. Braendli | 2014-05-20 | 3 | -5/+7 |
| | |||||
* | fix suspicious magic constant in ReedSolomon.c | Matthias P. Braendli | 2014-05-20 | 1 | -1/+1 |
| | |||||
* | remove useless stuff | Matthias P. Braendli | 2014-05-20 | 4 | -19/+0 |
| | |||||
* | fix subchannel to tag map | Matthias P. Braendli | 2014-05-20 | 1 | -2/+2 |
| | |||||
* | Replace goto EXIT by new exception | Matthias P. Braendli | 2014-05-20 | 3 | -1379/+1396 |
| | |||||
* | add TagPacket, add to DabMux.cpp. Must fix the goto EXIT now | Matthias P. Braendli | 2014-05-20 | 7 | -14/+204 |
| | |||||
* | corrections for DETI Tag | Matthias P. Braendli | 2014-05-20 | 2 | -11/+18 |
| | |||||
* | add AFPacket generator | Matthias P. Braendli | 2014-05-20 | 2 | -8/+44 |
| | |||||
* | Add AFPacket and a few TagItems | Matthias P. Braendli | 2014-05-20 | 4 | -0/+353 |
| | |||||
* | Prepare v0.7.1v0.7.1 | Matthias P. Braendli | 2014-05-20 | 2 | -1/+11 |
| | |||||
* | Add check on ptr in dabInputUdp | Matthias P. Braendli | 2014-05-14 | 1 | -2/+5 |
| | |||||
* | Correct dabInputZMQ messageReceived flag handling | Matthias P. Braendli | 2014-05-14 | 1 | -4/+5 |
| | |||||
* | StatsServer coding style | Matthias P. Braendli | 2014-05-14 | 1 | -10/+5 |
| | |||||
* | Correct error handling in StatsServer | Matthias P. Braendli | 2014-05-14 | 1 | -7/+4 |
| | |||||
* | Correct ensemble deallocation | Matthias P. Braendli | 2014-05-14 | 1 | -1/+1 |
| | | | | | ensemble is allocated with 'new', and must be deallocated with 'delete', not 'free()' | ||||
* | Fix syslog option | Matthias P. Braendli | 2014-05-11 | 1 | -1/+1 |
| | | | | The syslog option had to be used with 0 or 1, instead of true/false | ||||
* | Add silence detection | Matthias P. Braendli | 2014-05-11 | 2 | -3/+56 |
| | |||||
* | Add input state monitoring, change munin graphs | Matthias P. Braendli | 2014-05-09 | 4 | -143/+443 |
| | | | | | | | StatsServer now determines the input states. Also, the underruns and overruns are counters in munin now, they are not reset anymore. | ||||
* | fix some comments in dabInputZmq | Matthias P. Braendli | 2014-05-09 | 2 | -3/+5 |
| | |||||
* | Fix -r command line option | Matthias P. Braendli | 2014-05-06 | 1 | -1/+1 |
| | |||||
* | Add explanation of output formats | Matthias P. Braendli | 2014-05-06 | 2 | -2/+61 |
| | |||||
* | Create 'encoder' munin category | Matthias P. Braendli | 2014-04-30 | 1 | -3/+5 |
| | |||||
* | correct munin script for audio levels | Matthias P. Braendli | 2014-04-25 | 1 | -0/+3 |
| | |||||
* | Change munin graph_args base to 1000 | Matthias P. Braendli | 2014-04-25 | 1 | -1/+1 |
| | |||||
* | Prepare v0.7.0v0.7.0 | Matthias P. Braendli | 2014-04-25 | 3 | -4/+25 |
| | |||||
* | Use limits instead of stdint.h | Matthias P. Braendli | 2014-04-25 | 1 | -2/+5 |
| | | | | C++, sometimes you bother me | ||||
* | Add missing stdint include | Matthias P. Braendli | 2014-04-25 | 1 | -0/+1 |
| | |||||
* | Add audio level to munin script | Matthias P. Braendli | 2014-04-25 | 1 | -1/+19 |
| | |||||
* | Add peak audio levels to statistics | Matthias P. Braendli | 2014-04-25 | 3 | -2/+43 |
| | |||||
* | Add support for new zmq frame format | Matthias P. Braendli | 2014-04-25 | 2 | -24/+75 |
| | |||||
* | fix statistics script | Matthias P. Braendli | 2014-04-21 | 1 | -1/+1 |
| | |||||
* | Fix string formatting | Matthias P. Braendli | 2014-04-21 | 1 | -3/+3 |
| | |||||
* | Remove get_ident_from_uri from munin stats script | Matthias P. Braendli | 2014-04-21 | 1 | -7/+3 |
| | |||||
* | Increase stats_dabmux socket size | Matthias P. Braendli | 2014-04-21 | 1 | -3/+5 |
| | |||||
* | 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 support for automatic local-time-offset | Matthias P. Braendli | 2014-04-19 | 5 | -25/+64 |
| | |||||
* | Add zmq encryption parameters to remotecontrol | Matthias P. Braendli | 2014-04-17 | 3 | -2/+60 |
| | |||||
* | Add CURVE authentification support for dabInputZMQ | Matthias P. Braendli | 2014-04-17 | 6 | -5/+323 |
| | |||||
* | 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 |
| |