aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Send FIG0/14 only for enhancedpacket subchannelsMatthias P. Braendli2022-03-174-27/+23
|
* Forgot to commit the changes to the Carousel generatorNick Piggott2022-03-172-0/+3
|
* Corrected the bit order in the data fieldNick Piggott2022-03-171-1/+1
|
* Marked O/E and P/D bytes as Rfu (as per EN 300 401 s5.2.2.5).Nick Piggott2022-03-171-2/+2
|
* Added additional comments about the P/D flag and data field lengthNick Piggott2022-03-171-2/+2
|
* Added FIG 0/14 for FEC scheme defintion, when a packet model channel is ↵Nick Piggott2022-03-174-0/+179
| | | | | | | | | | 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
* Prepare v4.1.0v4.1.0Matthias P. Braendli2022-03-153-11/+24
|
* EDI input: fix warning with number of packets invalid timestampMatthias P. Braendli2022-03-151-1/+1
|
* Switch to cherrypy from bottleRobin ALEXANDER2022-02-112-3859/+134
|
* Remove links to javascripts when not neededRobin ALEXANDER2022-02-113-7/+2
|
* Improve visual aspect of configeditorRobin ALEXANDER2022-02-062-2/+2
|
* Extend W3.CSS and Jinja2 to secondary templatesRobin ALEXANDER2022-02-063-53/+59
|
* Switch to Jinja2 from SimpleTemplateRobin ALEXANDER2022-02-053-22/+23
|
* Introduce selectable values for ad-hoc parametersRobin ALEXANDER2022-02-033-10/+85
|
* Return to "/" when parameter modifiedRobin ALEXANDER2022-02-031-2/+3
|
* index.tpl: incremental design improvementsRobin ALEXANDER2022-02-031-27/+57
|
* web design reviewRobin ALEXANDER2022-01-312-81/+112
| | | | | | Switching from static/style.css to W3.CSS for templates: + index.tpl + rcparam.tpl
* Merge pull request #50 from colisee/armv7lMatthias P. Braendli2022-01-262-4/+1
|\ | | | | Improves Armv7l autoconf support