Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make hexparse return unsigned | Matthias P. Braendli | 2022-10-07 | 2 | -9/+8 |
| | | | | This fixes the definition of long service IDs on 32-bit systems | ||||
* | Add load_entire_file option for file inputs | Matthias P. Braendli | 2022-10-05 | 3 | -27/+144 |
| | |||||
* | Support reading mux config in JSON | Matthias P. Braendli | 2022-08-24 | 3 | -16/+26 |
| | |||||
* | Add pre-roll burst config setting | Matthias P. Braendli | 2022-08-22 | 1 | -5/+3 |
| | | | | This includes Common 306b5fc | ||||
* | Support EDI TCP server pre-roll on client connect | Matthias P. Braendli | 2022-08-19 | 2 | -2/+7 |
| | | | | Includes common code changes: socket changes for keepalive and preroll | ||||
* | Fix FIG0/13 length calculation | Matthias P. Braendli | 2022-03-23 | 1 | -1/+4 |
| | |||||
* | Remove xpadAppType_valid and handle Broadcast Website like MOT slideshow | Matthias P. Braendli | 2022-03-17 | 3 | -8/+2 |
| | |||||
* | Setup FIG0/13 for Broadcast Website with profiles 01 FF | Matthias P. Braendli | 2022-03-17 | 3 | -2/+22 |
| | |||||
* | FIG0/13: do not send list terminator | Matthias P. Braendli | 2022-03-17 | 1 | -6/+5 |
| | | | | | ETSI TS 102 371 clause 7.1.1 says it's only necessary if the list contains other information besides the profile ids. | ||||
* | Send FIG0/14 only for enhancedpacket subchannels | Matthias P. Braendli | 2022-03-17 | 4 | -27/+23 |
| | |||||
* | Forgot to commit the changes to the Carousel generator | Nick Piggott | 2022-03-17 | 2 | -0/+3 |
| | |||||
* | Corrected the bit order in the data field | Nick Piggott | 2022-03-17 | 1 | -1/+1 |
| | |||||
* | Marked O/E and P/D bytes as Rfu (as per EN 300 401 s5.2.2.5). | Nick Piggott | 2022-03-17 | 1 | -2/+2 |
| | |||||
* | Added additional comments about the P/D flag and data field length | Nick Piggott | 2022-03-17 | 1 | -2/+2 |
| | |||||
* | Added FIG 0/14 for FEC scheme defintion, when a packet model channel is ↵ | Nick Piggott | 2022-03-17 | 3 | -0/+177 |
| | | | | | | | | | | using FEC error correction (enhancedpacket) Needs another pair of eyes to check it. FIG0_14.cpp, line 37 - the data field is a single byte, top 6 bits are SubChanID, bottom 2 bits are FEC type; is this how you organise the bits in the right order? FIG0_14.cpp, line 78 - there needs to be a test here if the packet channel is enhanced or not, but it looks like that attribute is only held on the file input, and not easily readable from the services configuration? FIG0_14.cpp, lines 101-106 - is this writing the entire FIC into the stack correctly? The usual preamble bytes for the service identifier followed by the 1 byte data field | ||||
* | EDI input: fix warning with number of packets invalid timestamp | Matthias P. Braendli | 2022-03-15 | 1 | -1/+1 |
| | |||||
* | Fix FIG0/6 database continuation for service linking | Matthias P. Braendli | 2022-01-05 | 1 | -61/+70 |
| | |||||
* | Silence FIG0/9 debugging print | Matthias P. Braendli | 2022-01-04 | 1 | -0/+2 |
| | |||||
* | Fix unaligned memory write in FIG0/9 | Matthias P. Braendli | 2022-01-04 | 1 | -2/+2 |
| | |||||
* | FIC rate_increment_ms: fail instead of using randomly chosen default value | Matthias P. Braendli | 2021-07-30 | 1 | -1/+2 |
| | |||||
* | Declutter repetition rate warnings in logs | Matthias P. Braendli | 2021-06-22 | 2 | -6/+17 |
| | |||||
* | Fix crash when FIG0/7 doesn't have enough space | Matthias P. Braendli | 2021-06-22 | 1 | -0/+6 |
| | |||||
* | Avoid a few copies in loops | Matthias P. Braendli | 2021-06-15 | 2 | -2/+2 |
| | |||||
* | EDI input: flush state on exception | Matthias P. Braendli | 2021-06-15 | 1 | -2/+4 |
| | |||||
* | Handle invalid_argument in EDI input | Matthias P. Braendli | 2021-06-07 | 1 | -40/+39 |
| | |||||
* | Update header message | Matthias P. Braendli | 2021-06-03 | 1 | -27/+12 |
| | |||||
* | Simplify FIG0/9 and remove transmission of empty lists | Matthias P. Braendli | 2021-05-17 | 2 | -31/+31 |
| | |||||
* | Add EDI UDP multicast support | Matthias P. Braendli | 2021-05-14 | 1 | -1/+9 |
| | |||||
* | Make EDI input URI parse error more verbose | Matthias P. Braendli | 2021-05-05 | 1 | -1/+1 |
| | |||||
* | Suppress boost deprecation warning | Matthias P. Braendli | 2021-05-05 | 1 | -0/+4 |
| | |||||
* | Allow setting EDI UDP fragment spreading to 0 | Matthias P. Braendli | 2021-02-22 | 2 | -18/+12 |
| | |||||
* | Update configuration and compilation for new EDI UDP packet interleaver | Matthias P. Braendli | 2021-02-22 | 2 | -15/+14 |
| | |||||
* | Common fc2902b and 4ad00b8: Update EDI output interleaver and spreading | Matthias P. Braendli | 2021-02-22 | 1 | -9/+7 |
| | |||||
* | Add timestamp offset to management server for EDI input | Matthias P. Braendli | 2021-02-10 | 3 | -3/+19 |
| | |||||
* | Fix warning due to zmq.hpp update | Matthias P. Braendli | 2021-01-18 | 1 | -1/+1 |
| | |||||
* | Common 6b5db53: Update zmq.hpp, TCPReceiveServer, EDI decoder and output | Matthias P. Braendli | 2021-01-18 | 4 | -27/+41 |
| | |||||
* | Add EDI transport addressing to config | Matthias P. Braendli | 2020-11-16 | 1 | -6/+7 |
| | |||||
* | FIG0/13 fix user application data length for packet subchannels | Matthias P. Braendli | 2020-11-02 | 1 | -8/+5 |
| | |||||
* | Fix a couple of static check warnings | Matthias P. Braendli | 2020-11-02 | 5 | -10/+11 |
| | |||||
* | UDP fix url parsing when rtp:// present | Matthias P. Braendli | 2020-11-02 | 1 | -2/+2 |
| | |||||
* | Rework FIG0/13, combine programme and data code paths | Matthias P. Braendli | 2020-11-02 | 1 | -91/+67 |
| | |||||
* | Add --version to zmq2edi and zmq2farsync | Matthias P. Braendli | 2020-11-02 | 2 | -0/+24 |
| | |||||
* | Rename variables edi_time and tist_offset | Matthias P. Braendli | 2020-10-14 | 2 | -16/+18 |
| | |||||
* | EDI input: fix timestamps ignored when switching from prebuffering to ↵ | Matthias P. Braendli | 2020-08-12 | 1 | -10/+10 |
| | | | | timestamped | ||||
* | Add --version option | Matthias P. Braendli | 2020-07-21 | 1 | -0/+12 |
| | |||||
* | Improve print for user-application type at startup | Matthias P. Braendli | 2020-07-15 | 1 | -33/+40 |
| | |||||
* | Fix FIG0/13 for packet services | Matthias P. Braendli | 2020-07-15 | 1 | -1/+6 |
| | |||||
* | Set basic profile in FIG0/13 SPI user application | Matthias P. Braendli | 2020-07-13 | 1 | -3/+20 |
| | |||||
* | Add possibility to set several user application types in FIG0/13 | Matthias P. Braendli | 2020-07-13 | 9 | -143/+207 |
| | |||||
* | Rework timestamped EDI input and adapt to new API | Matthias P. Braendli | 2020-05-11 | 1 | -50/+60 |
| |