| Commit message (Expand) | Author | Age | Files | Lines |
* | pybind: add hash check to binding file creation (#3472) | mormj | 2020-06-04 | 59 | -59/+523 |
* | dtv: add pybind11 bindings | Josh Morman | 2020-06-04 | 121 | -10/+4206 |
* | pybind: removal of swig components | Josh Morman | 2020-06-04 | 6 | -313/+0 |
* | gr-dtv: Align DVB scrambler lookup table for 64-bit access. | Ron Economos | 2020-04-27 | 1 | -1/+1 |
* | gr-dtv: added GRC C++ generation | Nicholas Corgan | 2020-04-21 | 52 | -0/+766 |
* | gr-dtv: Split dtv_swig.i file for less compiler memory usage. | Ron Economos | 2020-04-20 | 6 | -198/+289 |
* | dtv: replace stderr logging by calls to GR's logging facilties | Marcus Müller | 2020-04-13 | 4 | -29/+28 |
* | Remove VOLK as a submodule | Martin Braun | 2020-04-11 | 2 | -2/+1 |
* | global: remove boost ptr headers not needed | Thomas Habets | 2020-04-09 | 1 | -2/+0 |
* | Switch from boost pointers to std C++11 pointers | Thomas Habets | 2020-04-01 | 52 | -52/+52 |
* | Change assert to static_assert, where possible | Thomas Habets | 2020-03-20 | 1 | -3/+4 |
* | dtv: change const to constexpr | Thomas Habets | 2020-03-20 | 1 | -1/+1 |
* | gr-dtv: Add QA test for DVB and DVB-T2 blocks. | Ron Economos | 2020-03-10 | 3 | -1/+147 |
* | gr-digital: Improve PLL Loops and Clock Recovery | ghostop14 | 2020-02-15 | 1 | -6/+1 |
* | gr-dtv: Use new FFT allocation scheme for DVB-T2 blocks. | Ron Economos | 2020-02-13 | 6 | -93/+66 |
* | dtv: enhance ATSC RX example | devnulling | 2020-02-10 | 2 | -33/+72 |
* | gr-dtv: Optimize DVB-T transmitter by consolidating blocks. | Ron Economos | 2020-02-09 | 4 | -297/+136 |
* | gr-dtv: Detect missing data field syncs and reset pipeline. | Ron Economos | 2020-02-08 | 1 | -2/+9 |
* | Fix ATSC Flowgraphs and Allow Realtime Viewing | ghostop14 | 2020-02-04 | 4 | -329/+456 |
* | Update license header to SPDX format | devnulling | 2020-01-27 | 194 | -2523/+194 |
* | gr-dtv: add missing std::nothrow | Valerii Zapodovnikov | 2020-01-26 | 1 | -1/+1 |
* | examples: fixup cmake files to include all examples | devnulling | 2020-01-22 | 1 | -17/+18 |
* | dtv: fix chooser default value for uhd_atsc example | Josh Morman | 2020-01-21 | 1 | -8/+118 |
* | gr-dtv: atsc_equalizer_impl: bool not int | Valerii Zapodovnikov | 2020-01-17 | 1 | -1/+1 |
* | Fix all formatting issues | Martin Braun | 2020-01-10 | 4 | -10/+12 |
* | Replace many `const` variables with `constexpr` | Thomas Habets | 2020-01-04 | 13 | -56/+56 |
* | DTV: LDPC encoder: refactoring | Marcus Müller | 2019-09-29 | 2 | -235/+240 |
* | delete unused variables | Bastian Bloessl | 2019-09-05 | 3 | -5/+1 |
* | clang-tidy in gnuradio-runtime: use empty() instead of size()!=0 | Marcus Müller | 2019-08-22 | 3 | -3/+3 |
* | Fix for more misc typos | luz.paz | 2019-08-10 | 3 | -4/+4 |
* | clang-format: Ordering all the includes | Marcus Müller | 2019-08-09 | 103 | -113/+113 |
* | Tree: clang-format without the include sorting | Marcus Müller | 2019-08-09 | 181 | -27931/+34112 |
* | dtv: Remove superfluous set_relative_rate() in DVB-T inner coder. | Ron Economos | 2019-07-05 | 1 | -6/+1 |
* | dtv: Fix scrambler and BCH encoder for MEDIUM size frames. | Ron Economos | 2019-04-19 | 4 | -32/+104 |
* | dtv: Fix DVB-S2X 64APSK constellation. | Ron Economos | 2019-04-19 | 1 | -32/+32 |
* | gitignore: ignore autogen files in example folders | Johannes Demel | 2019-03-24 | 1 | -0/+1 |
* | cmake: Update to modern CMake usage | Andrej Rode | 2019-03-04 | 3 | -45/+18 |
* | dtv: use relative include for dvb_defines.h | Andrej Rode | 2019-03-04 | 13 | -76/+76 |
* | dtv: Prevent out of bounds array access in DVB-T2 interleaver. | Ron Economos | 2019-03-04 | 2 | -11/+17 |
* | dtv: Expand LDPC lut array size for worst case table generation. | Ron Economos | 2019-02-17 | 2 | -1/+17 |
* | dtv: Differential encode all parity bits. | Ron Economos | 2019-01-19 | 1 | -1/+1 |
* | dtv: Reduce RRC filter gain for new 16APSK constellation. | Ron Economos | 2019-01-17 | 1 | -1/+1 |
* | dtv: Move VL-SNR puncturing from before to after differential encoding. | Ron Economos | 2019-01-17 | 1 | -5/+5 |
* | dtv: Use alternate constellation amplitude for 16 and 32-APSK. | Ron Economos | 2019-01-17 | 1 | -2/+9 |
* | dtv: Update all DTV example flow graphs to YAML. | Ron Economos | 2019-01-14 | 42 | -130268/+30324 |
* | dtv: Fix remaining DTV GRC bindings. | Ron Economos | 2019-01-14 | 16 | -36/+12 |
* | dtv: Fix gcc8 -Wclass-memaccess warnings/errors. | Ron Economos | 2019-01-11 | 4 | -16/+20 |
* | dtv: Fix ATSC equalizer uninitialized data that can prevent decoding. | Ron Economos | 2019-01-10 | 1 | -0/+2 |
* | dtv: Fix ATSC data field sync for ARM architecture. | Ron Economos | 2019-01-10 | 1 | -2/+2 |
* | dtv: cmake: Minor whitespace and formatting fixes | Martin Braun | 2019-01-04 | 1 | -19/+22 |