aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* FIC rate_increment_ms: fail instead of using randomly chosen default valueMatthias P. Braendli2021-07-301-1/+2
|
* Declutter repetition rate warnings in logsMatthias P. Braendli2021-06-222-6/+17
|
* Fix crash when FIG0/7 doesn't have enough spaceMatthias P. Braendli2021-06-221-0/+6
|
* Avoid a few copies in loopsMatthias P. Braendli2021-06-152-2/+2
|
* EDI input: flush state on exceptionMatthias P. Braendli2021-06-151-2/+4
|
* Handle invalid_argument in EDI inputMatthias P. Braendli2021-06-071-40/+39
|
* Update header messageMatthias P. Braendli2021-06-031-27/+12
|
* Simplify FIG0/9 and remove transmission of empty listsMatthias P. Braendli2021-05-172-31/+31
|
* Add EDI UDP multicast supportMatthias P. Braendli2021-05-141-1/+9
|
* Make EDI input URI parse error more verboseMatthias P. Braendli2021-05-051-1/+1
|
* Suppress boost deprecation warningMatthias P. Braendli2021-05-051-0/+4
|
* Allow setting EDI UDP fragment spreading to 0Matthias P. Braendli2021-02-222-18/+12
|
* Update configuration and compilation for new EDI UDP packet interleaverMatthias P. Braendli2021-02-222-15/+14
|
* Common fc2902b and 4ad00b8: Update EDI output interleaver and spreadingMatthias P. Braendli2021-02-221-9/+7
|
* Add timestamp offset to management server for EDI inputMatthias P. Braendli2021-02-103-3/+19
|
* Fix warning due to zmq.hpp updateMatthias P. Braendli2021-01-181-1/+1
|
* Common 6b5db53: Update zmq.hpp, TCPReceiveServer, EDI decoder and outputMatthias P. Braendli2021-01-184-27/+41
|
* Add EDI transport addressing to configMatthias P. Braendli2020-11-161-6/+7
|
* FIG0/13 fix user application data length for packet subchannelsMatthias P. Braendli2020-11-021-8/+5
|
* Fix a couple of static check warningsMatthias P. Braendli2020-11-025-10/+11
|
* UDP fix url parsing when rtp:// presentMatthias P. Braendli2020-11-021-2/+2
|
* Rework FIG0/13, combine programme and data code pathsMatthias P. Braendli2020-11-021-91/+67
|
* Add --version to zmq2edi and zmq2farsyncMatthias P. Braendli2020-11-022-0/+24
|
* Rename variables edi_time and tist_offsetMatthias P. Braendli2020-10-142-16/+18
|
* EDI input: fix timestamps ignored when switching from prebuffering to ↵Matthias P. Braendli2020-08-121-10/+10
| | | | timestamped
* Add --version optionMatthias P. Braendli2020-07-211-0/+12
|
* Improve print for user-application type at startupMatthias P. Braendli2020-07-151-33/+40
|
* Fix FIG0/13 for packet servicesMatthias P. Braendli2020-07-151-1/+6
|
* Set basic profile in FIG0/13 SPI user applicationMatthias P. Braendli2020-07-131-3/+20
|
* Add possibility to set several user application types in FIG0/13Matthias P. Braendli2020-07-139-143/+207
|
* Rework timestamped EDI input and adapt to new APIMatthias P. Braendli2020-05-111-50/+60
|
* Fix FIG2 config parsing and segment count issueMatthias P. Braendli2020-04-272-14/+7
| | | | Thanks to Maik for his patch
* Merge PR 45 with Alarm HandlingMatthias P. Braendli2020-04-013-3/+18
|\
| * Revert "add linkage set activator flag to remote controllable"KuntzeM2020-03-283-68/+16
| | | | | | | | This reverts commit fc1f1640278e7eb228ec1a6290d30b95f1b6a476.
| * change FIG 0/0 alarm flag if an alarm cluster available in muxKuntzeM2020-03-173-1/+10
| |
| * add Alarm Announcement Workaround to set Cluster ID 0xFF in FIG 0/18KuntzeM2020-03-151-3/+9
| |
| * add linkage set activator flag to remote controllableKuntzeM2020-03-153-17/+69
| |
* | zmq2edi: detect FCT discontinuityMatthias P. Braendli2020-03-301-55/+68
| |
* | zmq2edi: add startupcheckMatthias P. Braendli2020-03-261-3/+33
| |
* | Show total buffering time statistics in odr-zmq2ediMatthias P. Braendli2020-03-263-55/+86
| |
* | Rename ZMQ_ENCODER_XYZ constantsMatthias P. Braendli2020-03-252-4/+4
| |
* | zmq2edi: also catch logic errors in main()Matthias P. Braendli2020-03-181-2/+5
|/
* Implement a hash function to calculate FIG 0/7 Count fieldMatthias P. Braendli2020-03-114-48/+117
| | | | | | This might not be strictly standards compliant, but it avoids having to save state across mux restarts and doesn't place the burden of incrementing the number on the operator.
* Handle errors in EDI inputMatthias P. Braendli2020-03-111-2/+14
|
* Make FIG 0/7 optional and documentMatthias P. Braendli2020-03-115-13/+16
|
* Simplify special FIG0/0 and 0/7 carousel handlingMatthias P. Braendli2020-03-111-59/+36
|
* Merge KuntzeM's FIG0/7Matthias P. Braendli2020-03-117-5/+183
|\
| * add special FIG 0/7 handling to send directly after FIG 0/0Mathias Kuntze2020-03-101-1/+48
| |
| * fixed FIG 0/7 dependencyMathias Kuntze2020-03-061-0/+1
| |
| * add FIG 0/7Mathias Kuntze2020-03-067-4/+134
| |