aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Increment/Decrement deadline correctlyMatthias P. Braendli2015-07-194-5/+13
|
* Use new FIG carousel for FIB0 in DabMultiplexerMatthias P. Braendli2015-07-185-24/+46
|
* Minor cleanup in FIG0Matthias P. Braendli2015-07-181-21/+31
|
* Add FIG0/17 to FIB0Matthias P. Braendli2015-07-184-96/+96
|
* Add FIG0/3 to FIB0Matthias P. Braendli2015-07-185-73/+116
|
* Combine FIG0/2 Data and ProgMatthias P. Braendli2015-07-183-133/+49
|
* Add FIG0/2, fib0 schedulerMatthias P. Braendli2015-07-187-224/+319
|
* Start work on new FIG carouselMatthias P. Braendli2015-07-177-1/+848
|
* EDI: add options, fix AF sequence, revisionMatthias P. Braendli2015-07-179-25/+35
|
* Merge branch 'master' into nextMatthias P. Braendli2015-07-033-4/+11
|\
| * Prepare release v0.7.4v0.7.4Matthias P. Braendli2015-07-032-1/+6
| |
| * update zmq.hpp to support zmq 4.1.xMatthias P. Braendli2015-07-031-3/+39
| |
| * Allow empty component labelsMatthias P. Braendli2015-07-031-3/+5
| |
* | Move some EDI things aroundMatthias P. Braendli2015-07-037-50/+72
| |
* | Add EDI option to ./configureMatthias P. Braendli2015-07-033-7/+12
| |
* | Add dumb reconfigure to DabMultiplexerMatthias P. Braendli2015-07-032-12/+20
| |
* | update zmq.hpp to support zmq 4.1.xMatthias P. Braendli2015-07-031-3/+39
| |
* | Add correct C++11 autotools checkMatthias P. Braendli2015-06-213-2/+169
| |
* | Replace MGMT socket by ZMQ, make services shared_ptrMatthias P. Braendli2015-06-2114-189/+276
| |
* | remove warning due to signedness of comparisonMatthias P. Braendli2015-06-191-1/+1
| |
* | Correct usage of json parser buffersMatthias P. Braendli2015-06-191-5/+6
| |
* | Use boost::asio in Management ServerMatthias P. Braendli2015-06-193-152/+126
| |
* | Start big refactoringMatthias P. Braendli2015-06-1916-2423/+2634
| | | | | | | | | | | | Multiplexer in separate object Replace pointers by shared_ptr Switch to C++11
* | Add ptree upload to mgmt server (incomplete)Matthias P. Braendli2015-06-193-20/+88
| |
* | 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.