aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Prepare v4.5.0HEADv4.5.0nextmasterMatthias P. Braendli14 days4-4/+17
|
* Update common: make remotecontrol optionalMatthias P. Braendli14 days4-3/+18
|
* Handle int32 and int64 explicitly in JsonMatthias P. Braendli2024-05-012-6/+14
|
* Increase repetition rate for labelsMatthias P. Braendli2024-04-081-2/+7
|
* Clean up FIG carousel a bitMatthias P. Braendli2024-04-0815-65/+70
|
* Mention v2.3.2 in ChangeLogMatthias P. Braendli2024-04-081-0/+5
|
* Add uatype journaline to configMatthias P. Braendli2024-02-214-4/+21
|
* Add ZMQ output to odr-zmq2ediMatthias P. Braendli2024-01-294-55/+127
|
* Merge clocktai changesMatthias P. Braendli2024-01-181-5/+8
|\
| * Merge pull request #68 from colisee/issue-67Matthias P. Braendli2023-09-041-5/+8
| |\ | | | | | | Fix issue 67
| | * Fix issue 67Robin Alexander2023-09-021-5/+8
| |/ | | | | | | Update debian-package-related instructions
* | Update doc for TAI bulletin handlingMatthias P. Braendli2024-01-182-7/+13
| |
* | Remove ZMQ output print to cerrMatthias P. Braendli2024-01-181-1/+0
| |
* | ClockTAI: Fix #if for debuggingMatthias P. Braendli2024-01-181-1/+1
| |
* | Adapt doc/zmq_remote.py for showjsonMatthias P. Braendli2024-01-181-9/+13
| |
* | ManagementServer: handle zmq sock recv returning failureMatthias P. Braendli2024-01-171-2/+4
| |
* | Update ClockTAI and RemoteControlMatthias P. Braendli2024-01-1723-399/+1458
| |
* | Switch project to C++17Matthias P. Braendli2024-01-174-8/+8
|/
* Prepare v4.4.1v4.4.1Matthias P. Braendli2023-08-123-2/+6
|
* Reconcile with Common 2a455baMatthias P. Braendli2023-08-122-5/+51
|
* Suppress maybe-uninitialised warning due to false positivesMatthias P. Braendli2023-05-301-0/+1
|
* Common 323ed23: Include cstdint in ReedSolomon.cppMatthias P. Braendli2023-05-302-3/+4
|
* Prepare v4.4.0v4.4.0Matthias P. Braendli2023-05-094-4/+11
|
* Ensure EDI inserts ESTn tags in the config file orderMatthias P. Braendli2023-05-031-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 startupMatthias P. Braendli2023-03-042-24/+56
|
* EDI: do not fill logs with size mismatch entriesMatthias P. Braendli2022-11-222-4/+16
|
* Prepare v4.3.0v4.3.0Matthias P. Braendli2022-10-183-2/+10
|
* load_entire_file: display Loaded X bytes from Y message when the content changesMatthias P. Braendli2022-10-141-1/+2
|
* load_entire_file: stop playing loop if file disappearsMatthias P. Braendli2022-10-111-6/+14
|
* Make hexparse return unsignedMatthias P. Braendli2022-10-072-9/+8
| | | | This fixes the definition of long service IDs on 32-bit systems
* Add load_entire_file option for file inputsMatthias P. Braendli2022-10-054-27/+159
|
* Common 21f8507: default id to 1 for ESTn and SSm tagsMatthias P. Braendli2022-09-191-2/+4
|
* Support reading mux config in JSONMatthias P. Braendli2022-08-246-17/+124
|
* Add pre-roll burst config settingMatthias P. Braendli2022-08-224-13/+18
| | | | This includes Common 306b5fc
* Common e1b296e: Check for HAVE_ZEROMQ before including zmq.hppMatthias P. Braendli2022-08-211-1/+3
|
* Support EDI TCP server pre-roll on client connectMatthias P. Braendli2022-08-198-15/+89
| | | | Includes common code changes: socket changes for keepalive and preroll
* Update INSTALL.mdRobin ALEXANDER2022-06-091-1/+1
| | | Fix incorrect directory
* Add 2 installation optionsRobin ALEXANDER2022-06-091-64/+77
|
* Common aee1b27: Include cstring in ClockTai.cppMatthias P. Braendli2022-06-091-0/+1
|
* Prepare v4.2.1v4.2.1Matthias P. Braendli2022-04-193-2/+6
|
* Merge branch 'Opendigitalradio:next' into nextcolisee2022-04-195-594/+19
|\
| * Prepare v4.2.0v4.2.0Matthias P. Braendli2022-04-193-2/+9
| |
| * Delete old manpage, tweak new onesMatthias P. Braendli2022-04-193-592/+10
| |
* | Fix errors preventing execution of "make dist"Robin ALEXANDER2022-04-191-6/+6
|/
* Add manpagesRobin ALEXANDER2022-04-193-0/+90
|
* Common: log timestamps, socket changes and frame_timestamp_tMatthias P. Braendli2022-03-294-2/+44
|
* Fix FIG0/13 length calculationMatthias P. Braendli2022-03-231-1/+4
|
* Remove xpadAppType_valid and handle Broadcast Website like MOT slideshowMatthias P. Braendli2022-03-173-8/+2
|
* Setup FIG0/13 for Broadcast Website with profiles 01 FFMatthias P. Braendli2022-03-174-5/+33
|
* FIG0/13: do not send list terminatorMatthias P. Braendli2022-03-171-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.