summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add a statistics page to guiMatthias P. Braendli2015-06-194-1/+71
|
* Remove confusing CRC in ensemble graphMatthias P. Braendli2015-06-141-4/+4
|
* Slightly nicer error print on init failureMatthias P. Braendli2015-06-141-11/+5
|
* Re-enable real-time priority for the multiplexer threadMatthias P. Braendli2015-06-051-9/+7
|
* Simplify DAB label handlingMatthias P. Braendli2015-05-253-17/+30
| | | | | The DabLabel object only save the label in the unpadded form, and handle padding with spaces at the time of usage.
* Labels: use spaces instead of NULs for trailing paddingStefan Pöschel2015-05-244-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 parserMatthias P. Braendli2015-05-221-1/+1
|
* zmqinput-keygen: do not write files if generation failedMatthias P. Braendli2015-05-221-0/+1
|
* Add libfec check to configure.acMatthias P. Braendli2015-05-031-0/+6
|
* Remove zeromq download instructions from INSTALL.mdMatthias P. Braendli2015-05-031-12/+3
|
* Enable and take care of some warningsMatthias P. Braendli2015-04-2311-27/+31
|
* Prepare release v0.7.3v0.7.3Matthias P. Braendli2015-04-102-1/+10
|
* Fix -e optionMatthias P. Braendli2015-03-211-3/+4
|
* Add tabbed interface to guiMatthias P. Braendli2015-03-157-30/+162
|
* GUI: create a second page with a service tableMatthias P. Braendli2015-03-144-71/+165
|
* Add web gui work in progressMatthias P. Braendli2015-03-074-0/+3915
|
* Merge Stats and Config server, config is also JSONMatthias P. Braendli2015-03-0711-378/+121
|
* Publish ptree on port 8001Matthias P. Braendli2015-03-066-19/+341
|
* Remove char* from dabSubchannelMatthias P. Braendli2015-03-026-120/+133
|
* Set more sensible default compile optionsMatthias P. Braendli2015-03-023-31/+41
|
* Fix incorrect inputoperations for DAB file inputMatthias P. Braendli2015-02-211-4/+5
|
* EDI: write transport header in PFTMatthias P. Braendli2015-01-265-18/+51
|
* Replace signal() by sigaction()Matthias P. Braendli2015-01-231-13/+13
|
* Remove confusing and useless error messageMatthias P. Braendli2015-01-231-2/+0
|
* Fix lto indication in startup screenMatthias P. Braendli2015-01-231-1/+10
|
* Use CLOCK_MONOTONIC instead of gettimeofdayMatthias P. Braendli2015-01-232-12/+12
| | | | | gettimeofday is not a suitable clock for measuring intervals, because it can jump.
* Quick hack to fix autoconf on some systemsMatthias P. Braendli2015-01-231-1/+1
|
* Security: Telnet only accessible from localhostMatthias P. Braendli2015-01-232-4/+4
|
* Change FIG0 repetition rateMatthias P. Braendli2015-01-161-1/+10
|
* Define User Application Type in configuration fileMatthias P. Braendli2015-01-125-35/+94
|
* Remove union, set defaults for DabComponent fieldsMatthias P. Braendli2015-01-121-6/+15
|
* Add datagroup option to config fileMatthias P. Braendli2014-12-252-2/+16
|
* Fix shortlabel parsing when it's numericMatthias P. Braendli2014-12-191-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.muxMatthias P. Braendli2014-11-271-1/+1
|
* Fix -h flagMatthias P. Braendli2014-11-231-1/+6
|
* typoMatthias P. Braendli2014-11-171-1/+1
|
* Make -e optionalMatthias P. Braendli2014-11-172-2/+15
|
* Add double quotes to all labels in example.muxMatthias P. Braendli2014-11-141-4/+4
|
* Remove compile warningsMatthias P. Braendli2014-11-141-3/+3
|
* Refactor StatsServer to be a bit more genericMatthias P. Braendli2014-10-244-57/+71
|
* Correct PFT RS encodingMatthias P. Braendli2014-10-172-6/+24
|
* Improve PFT from EDI outputMatthias P. Braendli2014-10-034-40/+90
| | | | | Mainly correct usage of Reed-Solomon and Fragmentation. Not proven to work yet.
* Prepare v0.7.2v0.7.2Matthias P. Braendli2014-09-263-1/+13
|
* Fix TIST transmission over ZMQ outputMatthias P. Braendli2014-09-262-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. Braendli2014-08-311-5/+0
| | | | It seems to fail on some systems. It brings more pain than benefit.
* Fix memory leak in ZMQ inputMatthias P. Braendli2014-08-261-5/+5
|
* Add experimental EDI to configuration fileMatthias P. Braendli2014-08-2211-103/+190
|
* Reindent InetAddress.cppMatthias P. Braendli2014-08-221-137/+138
|
* Add support for new ZMQ frame for MPEG inputMatthias P. Braendli2014-08-151-2/+18
|
* Add the possibility to specify protection profileMatthias P. Braendli2014-08-026-14/+50
|