Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prepare v4.5.0v4.5.0 | Matthias P. Braendli | 2024-05-05 | 4 | -4/+17 |
| | |||||
* | Update common: make remotecontrol optional | Matthias P. Braendli | 2024-05-05 | 4 | -3/+18 |
| | |||||
* | Handle int32 and int64 explicitly in Json | Matthias P. Braendli | 2024-05-01 | 2 | -6/+14 |
| | |||||
* | Increase repetition rate for labels | Matthias P. Braendli | 2024-04-08 | 1 | -2/+7 |
| | |||||
* | Clean up FIG carousel a bit | Matthias P. Braendli | 2024-04-08 | 15 | -65/+70 |
| | |||||
* | Mention v2.3.2 in ChangeLog | Matthias P. Braendli | 2024-04-08 | 1 | -0/+5 |
| | |||||
* | Add uatype journaline to config | Matthias P. Braendli | 2024-02-21 | 4 | -4/+21 |
| | |||||
* | Add ZMQ output to odr-zmq2edi | Matthias P. Braendli | 2024-01-29 | 4 | -55/+127 |
| | |||||
* | Merge clocktai changes | Matthias P. Braendli | 2024-01-18 | 1 | -5/+8 |
|\ | |||||
| * | Merge pull request #68 from colisee/issue-67 | Matthias P. Braendli | 2023-09-04 | 1 | -5/+8 |
| |\ | | | | | | | Fix issue 67 | ||||
| | * | Fix issue 67 | Robin Alexander | 2023-09-02 | 1 | -5/+8 |
| |/ | | | | | | | Update debian-package-related instructions | ||||
* | | Update doc for TAI bulletin handling | Matthias P. Braendli | 2024-01-18 | 2 | -7/+13 |
| | | |||||
* | | Remove ZMQ output print to cerr | Matthias P. Braendli | 2024-01-18 | 1 | -1/+0 |
| | | |||||
* | | ClockTAI: Fix #if for debugging | Matthias P. Braendli | 2024-01-18 | 1 | -1/+1 |
| | | |||||
* | | Adapt doc/zmq_remote.py for showjson | Matthias P. Braendli | 2024-01-18 | 1 | -9/+13 |
| | | |||||
* | | ManagementServer: handle zmq sock recv returning failure | Matthias P. Braendli | 2024-01-17 | 1 | -2/+4 |
| | | |||||
* | | Update ClockTAI and RemoteControl | Matthias P. Braendli | 2024-01-17 | 23 | -399/+1458 |
| | | |||||
* | | Switch project to C++17 | Matthias P. Braendli | 2024-01-17 | 4 | -8/+8 |
|/ | |||||
* | Prepare v4.4.1v4.4.1 | Matthias P. Braendli | 2023-08-12 | 3 | -2/+6 |
| | |||||
* | Reconcile with Common 2a455ba | Matthias P. Braendli | 2023-08-12 | 2 | -5/+51 |
| | |||||
* | Suppress maybe-uninitialised warning due to false positives | Matthias P. Braendli | 2023-05-30 | 1 | -0/+1 |
| | |||||
* | Common 323ed23: Include cstdint in ReedSolomon.cpp | Matthias P. Braendli | 2023-05-30 | 2 | -3/+4 |
| | |||||
* | Prepare v4.4.0v4.4.0 | Matthias P. Braendli | 2023-05-09 | 4 | -4/+11 |
| | |||||
* | Ensure EDI inserts ESTn tags in the config file order | Matthias P. Braendli | 2023-05-03 | 1 | -7/+7 |
| | | | | | Even though the spec says EDI decoders shall not assume any particular ordering, we've seen some that misbehave | ||||
* | Align CIF Count and timestamp on startup | Matthias P. Braendli | 2023-03-04 | 2 | -24/+56 |
| | |||||
* | EDI: do not fill logs with size mismatch entries | Matthias P. Braendli | 2022-11-22 | 2 | -4/+16 |
| | |||||
* | Prepare v4.3.0v4.3.0 | Matthias P. Braendli | 2022-10-18 | 3 | -2/+10 |
| | |||||
* | load_entire_file: display Loaded X bytes from Y message when the content changes | Matthias P. Braendli | 2022-10-14 | 1 | -1/+2 |
| | |||||
* | load_entire_file: stop playing loop if file disappears | Matthias P. Braendli | 2022-10-11 | 1 | -6/+14 |
| | |||||
* | 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 | 4 | -27/+159 |
| | |||||
* | Common 21f8507: default id to 1 for ESTn and SSm tags | Matthias P. Braendli | 2022-09-19 | 1 | -2/+4 |
| | |||||
* | Support reading mux config in JSON | Matthias P. Braendli | 2022-08-24 | 6 | -17/+124 |
| | |||||
* | Add pre-roll burst config setting | Matthias P. Braendli | 2022-08-22 | 4 | -13/+18 |
| | | | | This includes Common 306b5fc | ||||
* | Common e1b296e: Check for HAVE_ZEROMQ before including zmq.hpp | Matthias P. Braendli | 2022-08-21 | 1 | -1/+3 |
| | |||||
* | Support EDI TCP server pre-roll on client connect | Matthias P. Braendli | 2022-08-19 | 8 | -15/+89 |
| | | | | Includes common code changes: socket changes for keepalive and preroll | ||||
* | Update INSTALL.md | Robin ALEXANDER | 2022-06-09 | 1 | -1/+1 |
| | | | Fix incorrect directory | ||||
* | Add 2 installation options | Robin ALEXANDER | 2022-06-09 | 1 | -64/+77 |
| | |||||
* | Common aee1b27: Include cstring in ClockTai.cpp | Matthias P. Braendli | 2022-06-09 | 1 | -0/+1 |
| | |||||
* | Prepare v4.2.1v4.2.1 | Matthias P. Braendli | 2022-04-19 | 3 | -2/+6 |
| | |||||
* | Merge branch 'Opendigitalradio:next' into next | colisee | 2022-04-19 | 5 | -594/+19 |
|\ | |||||
| * | Prepare v4.2.0v4.2.0 | Matthias P. Braendli | 2022-04-19 | 3 | -2/+9 |
| | | |||||
| * | Delete old manpage, tweak new ones | Matthias P. Braendli | 2022-04-19 | 3 | -592/+10 |
| | | |||||
* | | Fix errors preventing execution of "make dist" | Robin ALEXANDER | 2022-04-19 | 1 | -6/+6 |
|/ | |||||
* | Add manpages | Robin ALEXANDER | 2022-04-19 | 3 | -0/+90 |
| | |||||
* | Common: log timestamps, socket changes and frame_timestamp_t | Matthias P. Braendli | 2022-03-29 | 4 | -2/+44 |
| | |||||
* | 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 | 4 | -5/+33 |
| | |||||
* | 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. |