Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dtv/atsc: structs to stream tags | Josh Morman | 2021-03-06 | 1 | -8/+7 |
| | | | | Signed-off-by: Josh Morman <jmorman@perspectalabs.com> | ||||
* | Replace all calls to `get_initial_sptr` with `make_block_sptr` | Thomas Habets | 2020-07-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | First batch of changes: ``` find […] -print0 | xargs -0 sed -i -r '/get_initial_sptr/{:nxt N;/;/!b nxt;s/get_initial_sptr\(\s*new ([^(]+)(.*)\)\)/make_block_sptr<\1>\2)/}' ``` Then: * Back out `sptr_magic.h` edits * Change some `friend` clauses * clang-format the whole thing * Update checksums in the pybind11 bindings files | ||||
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+1 |
| | |||||
* | Tree: clang-format without the include sorting | Marcus Müller | 2019-08-09 | 1 | -138/+144 |
| | |||||
* | dtv: Fix ATSC data field sync for ARM architecture. | Ron Economos | 2019-01-10 | 1 | -2/+2 |
| | |||||
* | Clean-up: Remove unused private variables (Issue #1621, #1622, #1624) | andriy gelman | 2018-04-28 | 1 | -1/+1 |
| | |||||
* | Comment typo fixing. | luz.paz | 2018-02-03 | 1 | -2/+2 |
| | | | | Luzpaz went ahead and found typos using `codespell -q 3`. | ||||
* | dtv: fixed usage of uninitialized memory for data_size. | Johnathan Corgan | 2016-09-19 | 1 | -22/+20 |
| | | | | | | | * Renamed three member variables to be prefixed by d_ (as is the convention). * Type fixes for int/char mixing. | ||||
* | dtv: move "static const" variables from header / class into the main code. ↵ | Michael Dickens | 2015-04-02 | 1 | -0/+7 |
| | | | | The original code is not necessary to have in the class, and causes issues when compiling using c++11 compliance. | ||||
* | dtv: move ATSC blocks into lib/atsc | Johnathan Corgan | 2014-07-21 | 1 | -0/+196 |