summaryrefslogtreecommitdiff
path: root/gr-dtv/lib/atsc/atsc_sync_impl.cc
Commit message (Collapse)AuthorAgeFilesLines
* dtv/atsc: structs to stream tagsJosh Morman2021-03-061-8/+7
| | | | Signed-off-by: Josh Morman <jmorman@perspectalabs.com>
* Replace all calls to `get_initial_sptr` with `make_block_sptr`Thomas Habets2020-07-301-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 formatdevnulling2020-01-271-13/+1
|
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-138/+144
|
* dtv: Fix ATSC data field sync for ARM architecture.Ron Economos2019-01-101-2/+2
|
* Clean-up: Remove unused private variables (Issue #1621, #1622, #1624)andriy gelman2018-04-281-1/+1
|
* Comment typo fixing.luz.paz2018-02-031-2/+2
| | | | Luzpaz went ahead and found typos using `codespell -q 3`.
* dtv: fixed usage of uninitialized memory for data_size.Johnathan Corgan2016-09-191-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 Dickens2015-04-021-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/atscJohnathan Corgan2014-07-211-0/+196