summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Set flag in FIG0_9, add new FIC allocation helperMatthias P. Braendli2015-08-073-13/+38
|
* Add FIG0/8 and 0/9Matthias P. Braendli2015-08-076-3/+169
|
* Add FIG0/13Matthias P. Braendli2015-08-072-2/+157
|
* Add FIG1/0Matthias P. Braendli2015-08-075-2/+131
|
* Start FIB1, add FIG0/8Matthias P. Braendli2015-08-075-12/+175
|
* Move FIG0/17 to rate A_BMatthias P. Braendli2015-08-072-6/+8
|
* Correct deadline handling according to fillstatusMatthias P. Braendli2015-08-071-7/+8
|
* Use nonblocking management server ZMQ recvMatthias P. Braendli2015-08-071-4/+6
|
* Create namespace for FIC stuffMatthias P. Braendli2015-08-076-1/+21
|
* Add FIG FillStatusMatthias P. Braendli2015-08-075-30/+77
|
* Add odr-zmq2farsync utilityMatthias P. Braendli2015-08-043-1/+152
|
* Add option to pad TAGPacket in different waysMatthias P. Braendli2015-08-017-14/+67
|
* Merge remote-tracking branch 'basicmaster/next' into nextMatthias P. Braendli2015-07-302-4/+3
|\
| * FIG 0/13: fixed wrongly set DG flag + removed CAOrg (as already indicated)Stefan Pöschel2015-07-262-4/+3
| |
* | Merge branch 'master' into nextMatthias P. Braendli2015-07-271-1/+1
|\ \
| * | Fix segmentation fault in short label checkMatthias P. Braendli2015-07-271-2/+2
| | |
* | | TAGPacket: remove packet_lengthMatthias P. Braendli2015-07-271-5/+2
| |/ |/|
* | Add default return for rate_increment_msMatthias P. Braendli2015-07-221-0/+1
| |
* | Fix FIB0 padding, FIG init and deadline handlingMatthias P. Braendli2015-07-195-31/+77
| |
* | 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-178-25/+28
| |
* | Merge branch 'master' into nextMatthias P. Braendli2015-07-031-3/+5
|\|
| * 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-032-6/+6
| |
* | 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-211-2/+2
| |
* | Replace MGMT socket by ZMQ, make services shared_ptrMatthias P. Braendli2015-06-2110-159/+175
| |
* | 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
| |
* | 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
| |
* | Enable and take care of some warningsMatthias P. Braendli2015-04-2311-27/+31
|/