| Commit message (Expand) | Author | Age | Files | Lines |
* | dtv: include boost/format where used | Marcus Müller | 2021-06-22 | 2 | -0/+4 |
* | global: remove iostream from all files not use cout|cerr|cin|clog | Marcus Müller | 2021-06-17 | 1 | -1/+0 |
* | Fix typos | luz paz | 2021-02-08 | 1 | -1/+1 |
* | clang-tidy: run full .clang-tidy on C++17 codebase | Marcus Müller | 2021-01-19 | 2 | -2/+2 |
* | build: Remove clang unused variable warnings. | Ron Economos | 2020-12-07 | 6 | -9/+0 |
* | Move FFT functions and blocks to templates (#3903) | mormj | 2020-11-03 | 2 | -2/+2 |
* | modernization: `override` instead of virtual in all compilation units | Marcus Müller | 2020-11-03 | 16 | -16/+16 |
* | Add `override` for common virtual function overrides | Thomas Habets | 2020-11-03 | 16 | -31/+31 |
* | dtv: Remove manual memory management | Thomas Habets | 2020-10-23 | 22 | -561/+209 |
* | Replace all calls to `get_initial_sptr` with `make_block_sptr` | Thomas Habets | 2020-07-30 | 16 | -49/+46 |
* | dtv: replace stderr logging by calls to GR's logging facilties | Marcus Müller | 2020-04-13 | 2 | -24/+17 |
* | gr-dtv: Optimize DVB-T transmitter by consolidating blocks. | Ron Economos | 2020-02-09 | 2 | -5/+24 |
* | Update license header to SPDX format | devnulling | 2020-01-27 | 34 | -442/+34 |
* | gr-dtv: add missing std::nothrow | Valerii Zapodovnikov | 2020-01-26 | 1 | -1/+1 |
* | Replace many `const` variables with `constexpr` | Thomas Habets | 2020-01-04 | 1 | -8/+8 |
* | 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 | 2 | -2/+2 |
* | clang-format: Ordering all the includes | Marcus Müller | 2019-08-09 | 27 | -30/+30 |
* | Tree: clang-format without the include sorting | Marcus Müller | 2019-08-09 | 34 | -4471/+4443 |
* | dtv: Remove superfluous set_relative_rate() in DVB-T inner coder. | Ron Economos | 2019-07-05 | 1 | -6/+1 |
* | dtv: Fix gcc8 -Wclass-memaccess warnings/errors. | Ron Economos | 2019-01-11 | 1 | -3/+4 |
* | Merge remote-tracking branch 'origin/next' into merge_next | Marcus Müller | 2018-08-31 | 8 | -29/+21 |
|\ |
|
| * | Clean-up: Remove unused private variables (Issue #1621, #1622, #1624) | andriy gelman | 2018-04-28 | 7 | -11/+3 |
| * | math: replace M_PI and derivatives with GR_M_PI defines | Andrej Rode | 2018-02-17 | 2 | -18/+18 |
* | | Convert set_relative_rate(double) to the new integer or receiprocal call | Andy Walls | 2018-08-23 | 5 | -5/+6 |
|/ |
|
* | Comment typo fixing. | luz.paz | 2018-02-03 | 4 | -4/+4 |
* | dtv: Send DVB-T Cell identifier (cell_id) correctly. | Ron Economos | 2017-08-28 | 1 | -1/+6 |
* | gr-dtv: Fix hardcoded parameter in dvbt_reed_solomon_enc | Flamewires | 2017-07-20 | 1 | -6/+7 |
* | dtv: use numeric_limits for min/max values | Bastian Bloessl | 2017-01-29 | 1 | -4/+5 |
* | Merge branch 'maint' | Johnathan Corgan | 2016-09-02 | 1 | -2/+0 |
|\ |
|
| * | gr-dtv: Delete incorrect assert() and useless set_relative_rate(). | Ron Economos | 2016-09-02 | 1 | -3/+1 |
* | | gr-dtv: Use std::cerr instead of GR_LOG for non-block class. | Ron Economos | 2016-08-24 | 1 | -12/+12 |
* | | gr-dtv: Remove all exit(1) calls and replace with exception. | Ron Economos | 2016-08-19 | 16 | -145/+230 |
* | | gr-dtv: Reduce DVB-T transmitter CPU usage. | Ron Economos | 2016-08-19 | 4 | -46/+163 |
* | | gr-dtv: Replace DVB-T Reed-Solomon with existing implementation in gr-fec. | Ron Economos | 2016-08-10 | 6 | -602/+105 |
|/ |
|
* | gr-dtv: Fix segfault in DVB-T interleaver and deinterleaver. | Ron Economos | 2016-08-03 | 2 | -7/+11 |
* | Update dvbt_bit_inner_interleaver_impl.cc | Artem Pisarenko | 2016-07-30 | 1 | -2/+3 |
* | Merge branch 'maint' | Johnathan Corgan | 2016-05-30 | 5 | -24/+26 |
|\ |
|
| * | MSVC-specific fixes for compatibility | gnieboer | 2016-05-30 | 5 | -24/+26 |
* | | dtv: Fix usage of volk_32f_index_max*, first argument, to be uint16_t* as req... | Michael Dickens | 2016-05-28 | 1 | -1/+1 |
* | | Merge branch 'maint' | Johnathan Corgan | 2016-05-01 | 2 | -4/+3 |
|\| |
|
| * | Fix assertions in DVBT blocks. | Clayton Smith | 2016-05-01 | 2 | -4/+3 |
* | | gr-dtv: Vastly improved OFDM symbol acquisition for DVB-T receiver. | flarroca | 2015-12-09 | 2 | -97/+102 |
|/ |
|
* | dtv: fix segfault in DVB-T demod OFDM symbol acquisition | Johnathan Corgan | 2015-12-05 | 2 | -48/+10 |
* | gr-dtv: Fix Coverity issue #1327847. | Ron Economos | 2015-11-15 | 2 | -4/+2 |
* | gr-dtv: Fix Coverity issue #1327535. | Ron Economos | 2015-11-15 | 1 | -1/+2 |
* | Merge branch 'maint' | Johnathan Corgan | 2015-11-08 | 1 | -1/+1 |
|\ |
|
| * | dtv: fix coverity issue #1327836 | Head4che | 2015-11-08 | 1 | -1/+1 |
* | | gr-dtv: Add generic version of DVB-T Viterbi decoder for non-x86 platforms. | Ron Economos | 2015-10-13 | 2 | -1/+297 |
* | | Add DVB-T receiver updated files. | Ron Economos | 2015-09-05 | 2 | -10/+11 |