Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix -e option | Matthias P. Braendli | 2015-03-21 | 1 | -3/+4 | |
| | ||||||
* | Add tabbed interface to gui | Matthias P. Braendli | 2015-03-15 | 7 | -30/+162 | |
| | ||||||
* | GUI: create a second page with a service table | Matthias P. Braendli | 2015-03-14 | 4 | -71/+165 | |
| | ||||||
* | Add web gui work in progress | Matthias P. Braendli | 2015-03-07 | 4 | -0/+3915 | |
| | ||||||
* | Merge Stats and Config server, config is also JSON | Matthias P. Braendli | 2015-03-07 | 11 | -378/+121 | |
| | ||||||
* | 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 | 3 | -31/+41 | |
| | ||||||
* | 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. | |||||
* | Quick hack to fix autoconf on some systems | Matthias P. Braendli | 2015-01-23 | 1 | -1/+1 | |
| | ||||||
* | Security: Telnet only accessible from localhost | Matthias P. Braendli | 2015-01-23 | 2 | -4/+4 | |
| | ||||||
* | 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 | 5 | -35/+94 | |
| | ||||||
* | 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 | 2 | -2/+16 | |
| | ||||||
* | 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. | |||||
* | Always set protection in example.mux | Matthias P. Braendli | 2014-11-27 | 1 | -1/+1 | |
| | ||||||
* | 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 | |
| | ||||||
* | Add double quotes to all labels in example.mux | Matthias P. Braendli | 2014-11-14 | 1 | -4/+4 | |
| | ||||||
* | 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. | |||||
* | Prepare v0.7.2v0.7.2 | Matthias P. Braendli | 2014-09-26 | 3 | -1/+13 | |
| | ||||||
* | 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. | |||||
* | Remove libfec autotools check. | Matthias P. Braendli | 2014-08-31 | 1 | -5/+0 | |
| | | | | It seems to fail on some systems. It brings more pain than benefit. | |||||
* | 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 | 11 | -103/+190 | |
| | ||||||
* | 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 | 6 | -14/+50 | |
| | ||||||
* | Add explanation comment about UEP usage | Matthias P. Braendli | 2014-08-02 | 1 | -1/+7 | |
| | ||||||
* | improve autoconfigure | Matthias P. Braendli | 2014-08-01 | 2 | -1/+6 | |
| | ||||||
* | 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 | 2 | -33/+279 | |
| | ||||||
* | Delete old CVS folders | Matthias P. Braendli | 2014-07-06 | 6 | -10/+0 | |
| | ||||||
* | 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 | |
| |