Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | 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 | 4 | -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.0 | Matthias P. Braendli | 2022-03-15 | 3 | -11/+24 |
| | |||||
* | EDI input: fix warning with number of packets invalid timestamp | Matthias P. Braendli | 2022-03-15 | 1 | -1/+1 |
| | |||||
* | Switch to cherrypy from bottle | Robin ALEXANDER | 2022-02-11 | 2 | -3859/+134 |
| | |||||
* | Remove links to javascripts when not needed | Robin ALEXANDER | 2022-02-11 | 3 | -7/+2 |
| | |||||
* | Improve visual aspect of configeditor | Robin ALEXANDER | 2022-02-06 | 2 | -2/+2 |
| | |||||
* | Extend W3.CSS and Jinja2 to secondary templates | Robin ALEXANDER | 2022-02-06 | 3 | -53/+59 |
| | |||||
* | Switch to Jinja2 from SimpleTemplate | Robin ALEXANDER | 2022-02-05 | 3 | -22/+23 |
| | |||||
* | Introduce selectable values for ad-hoc parameters | Robin ALEXANDER | 2022-02-03 | 3 | -10/+85 |
| | |||||
* | Return to "/" when parameter modified | Robin ALEXANDER | 2022-02-03 | 1 | -2/+3 |
| | |||||
* | index.tpl: incremental design improvements | Robin ALEXANDER | 2022-02-03 | 1 | -27/+57 |
| | |||||
* | web design review | Robin ALEXANDER | 2022-01-31 | 2 | -81/+112 |
| | | | | | | Switching from static/style.css to W3.CSS for templates: + index.tpl + rcparam.tpl | ||||
* | Merge pull request #50 from colisee/armv7l | Matthias P. Braendli | 2022-01-26 | 2 | -4/+1 |
|\ | | | | | Improves Armv7l autoconf support | ||||
| * | Raspberry Pi no longer needs --with-boost-libdir | Robin ALEXANDER | 2022-01-23 | 1 | -4/+0 |
| | | |||||
| * | Add armv7l on multi-arch paths | Robin ALEXANDER | 2022-01-23 | 1 | -0/+1 |
|/ | |||||
* | Fix FIG0/6 database continuation for service linking | Matthias P. Braendli | 2022-01-05 | 2 | -62/+71 |
| | |||||
* | 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 |
| | |||||
* | Common 5a0689a and c63fb05 | Matthias P. Braendli | 2021-11-17 | 3 | -1/+127 |
| | |||||
* | Common ba7f317: Improve EDI TCP receive | Matthias P. Braendli | 2021-10-02 | 3 | -46/+65 |
| | |||||
* | 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 |
| | |||||
* | Common e8d7277, bf60e06: EDI PFT input CRC and ClockTAI string copy | Matthias P. Braendli | 2021-06-15 | 2 | -6/+6 |
| | |||||
* | 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 |
| | |||||
* | Prepare v4.0.0v4.0.0 | Matthias P. Braendli | 2021-06-03 | 2 | -1/+12 |
| | |||||
* | Update header message | Matthias P. Braendli | 2021-06-03 | 1 | -27/+12 |
| | |||||
* | show_dabmux_stats: sort output | Matthias P. Braendli | 2021-06-01 | 1 | -1/+1 |
| |