Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Labels: use spaces instead of NULs for trailing padding | Stefan Pöschel | 2015-05-24 | 4 | -31/+32 |
| | | | | | | The NULs ATM used for trailing label padding are not defined in the EBU Latin based charset we use. As all 16 label bytes must be used, use spaces instead, like real-world broadcasters do. | ||||
* | ManagementServer: missing else in command parser | Matthias P. Braendli | 2015-05-22 | 1 | -1/+1 |
| | |||||
* | zmqinput-keygen: do not write files if generation failed | Matthias P. Braendli | 2015-05-22 | 1 | -0/+1 |
| | |||||
* | Enable and take care of some warnings | Matthias P. Braendli | 2015-04-23 | 11 | -27/+31 |
| | |||||
* | Fix -e option | Matthias P. Braendli | 2015-03-21 | 1 | -3/+4 |
| | |||||
* | Merge Stats and Config server, config is also JSON | Matthias P. Braendli | 2015-03-07 | 10 | -376/+119 |
| | |||||
* | Publish ptree on port 8001 | Matthias P. Braendli | 2015-03-06 | 6 | -19/+341 |
| | |||||
* | Remove char* from dabSubchannel | Matthias P. Braendli | 2015-03-02 | 6 | -120/+133 |
| | |||||
* | Set more sensible default compile options | Matthias P. Braendli | 2015-03-02 | 2 | -0/+9 |
| | |||||
* | Fix incorrect inputoperations for DAB file input | Matthias P. Braendli | 2015-02-21 | 1 | -4/+5 |
| | |||||
* | EDI: write transport header in PFT | Matthias P. Braendli | 2015-01-26 | 5 | -18/+51 |
| | |||||
* | Replace signal() by sigaction() | Matthias P. Braendli | 2015-01-23 | 1 | -13/+13 |
| | |||||
* | Remove confusing and useless error message | Matthias P. Braendli | 2015-01-23 | 1 | -2/+0 |
| | |||||
* | Fix lto indication in startup screen | Matthias P. Braendli | 2015-01-23 | 1 | -1/+10 |
| | |||||
* | Use CLOCK_MONOTONIC instead of gettimeofday | Matthias P. Braendli | 2015-01-23 | 2 | -12/+12 |
| | | | | | gettimeofday is not a suitable clock for measuring intervals, because it can jump. | ||||
* | Security: Telnet only accessible from localhost | Matthias P. Braendli | 2015-01-23 | 1 | -3/+3 |
| | |||||
* | Change FIG0 repetition rate | Matthias P. Braendli | 2015-01-16 | 1 | -1/+10 |
| | |||||
* | Define User Application Type in configuration file | Matthias P. Braendli | 2015-01-12 | 4 | -34/+75 |
| | |||||
* | Remove union, set defaults for DabComponent fields | Matthias P. Braendli | 2015-01-12 | 1 | -6/+15 |
| | |||||
* | Add datagroup option to config file | Matthias P. Braendli | 2014-12-25 | 1 | -0/+11 |
| | |||||
* | Fix shortlabel parsing when it's numeric | Matthias P. Braendli | 2014-12-19 | 1 | -16/+21 |
| | | | | | Short labels that were numeric were directly interpreted as a flag, which was undocumented, inconsistent and not very useful. | ||||
* | Fix -h flag | Matthias P. Braendli | 2014-11-23 | 1 | -1/+6 |
| | |||||
* | typo | Matthias P. Braendli | 2014-11-17 | 1 | -1/+1 |
| | |||||
* | Make -e optional | Matthias P. Braendli | 2014-11-17 | 2 | -2/+15 |
| | |||||
* | 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 | 4 | -57/+71 |
| | |||||
* | Correct PFT RS encoding | Matthias P. Braendli | 2014-10-17 | 2 | -6/+24 |
| | |||||
* | Improve PFT from EDI output | Matthias P. Braendli | 2014-10-03 | 4 | -40/+90 |
| | | | | | Mainly correct usage of Reed-Solomon and Fragmentation. Not proven to work yet. | ||||
* | Fix TIST transmission over ZMQ output | Matthias P. Braendli | 2014-09-26 | 2 | -2/+13 |
| | | | | | The last ETI frame in each ZMQ message was truncated, which inadvertedly zeroed the its TIST field. | ||||
* | Fix memory leak in ZMQ input | Matthias P. Braendli | 2014-08-26 | 1 | -5/+5 |
| | |||||
* | Add experimental EDI to configuration file | Matthias P. Braendli | 2014-08-22 | 10 | -103/+172 |
| | |||||
* | Reindent InetAddress.cpp | Matthias P. Braendli | 2014-08-22 | 1 | -137/+138 |
| | |||||
* | Add support for new ZMQ frame for MPEG input | Matthias P. Braendli | 2014-08-15 | 1 | -2/+18 |
| | |||||
* | Add the possibility to specify protection profile | Matthias P. Braendli | 2014-08-02 | 5 | -13/+36 |
| | |||||
* | Add explanation comment about UEP usage | Matthias P. Braendli | 2014-08-02 | 1 | -1/+7 |
| | |||||
* | improve autoconfigure | Matthias P. Braendli | 2014-08-01 | 1 | -1/+1 |
| | |||||
* | Refactor protection handling for better readability | Matthias P. Braendli | 2014-08-01 | 6 | -65/+79 |
| | |||||
* | Remove some warnings, correct minor error message text | Matthias P. Braendli | 2014-08-01 | 2 | -2/+17 |
| | |||||
* | Set LTO=auto and TM=1 as default when using cmdline options | Matthias P. Braendli | 2014-07-21 | 1 | -0/+6 |
| | |||||
* | Add zmq to list of supported input URLs | Matthias P. Braendli | 2014-07-18 | 1 | -0/+3 |
| | | | | fixes #2 | ||||
* | Remove DabMux.cpp.patch | Matthias P. Braendli | 2014-07-09 | 1 | -58/+0 |
| | |||||
* | Update farsync.h to newer version | Matthias P. Braendli | 2014-07-06 | 1 | -1/+2 |
| | |||||
* | EDI PFT corrections | Matthias P. Braendli | 2014-06-13 | 3 | -16/+25 |
| | |||||
* | Fix several EDI bugs | Matthias P. Braendli | 2014-06-06 | 5 | -19/+68 |
| | |||||
* | Update copyright header for EDI | Matthias P. Braendli | 2014-06-06 | 8 | -40/+40 |
| | |||||
* | 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 |
| |