summaryrefslogtreecommitdiff
path: root/gr-dtv/lib/dvbt
Commit message (Expand)AuthorAgeFilesLines
* dtv: include boost/format where usedMarcus Müller2021-06-222-0/+4
* global: remove iostream from all files not use cout|cerr|cin|clogMarcus Müller2021-06-171-1/+0
* Fix typosluz paz2021-02-081-1/+1
* clang-tidy: run full .clang-tidy on C++17 codebaseMarcus Müller2021-01-192-2/+2
* build: Remove clang unused variable warnings.Ron Economos2020-12-076-9/+0
* Move FFT functions and blocks to templates (#3903)mormj2020-11-032-2/+2
* modernization: `override` instead of virtual in all compilation unitsMarcus Müller2020-11-0316-16/+16
* Add `override` for common virtual function overridesThomas Habets2020-11-0316-31/+31
* dtv: Remove manual memory managementThomas Habets2020-10-2322-561/+209
* Replace all calls to `get_initial_sptr` with `make_block_sptr`Thomas Habets2020-07-3016-49/+46
* dtv: replace stderr logging by calls to GR's logging faciltiesMarcus Müller2020-04-132-24/+17
* gr-dtv: Optimize DVB-T transmitter by consolidating blocks.Ron Economos2020-02-092-5/+24
* Update license header to SPDX formatdevnulling2020-01-2734-442/+34
* gr-dtv: add missing std::nothrowValerii Zapodovnikov2020-01-261-1/+1
* Replace many `const` variables with `constexpr`Thomas Habets2020-01-041-8/+8
* clang-tidy in gnuradio-runtime: use empty() instead of size()!=0Marcus Müller2019-08-223-3/+3
* Fix for more misc typosluz.paz2019-08-102-2/+2
* clang-format: Ordering all the includesMarcus Müller2019-08-0927-30/+30
* Tree: clang-format without the include sortingMarcus Müller2019-08-0934-4471/+4443
* dtv: Remove superfluous set_relative_rate() in DVB-T inner coder.Ron Economos2019-07-051-6/+1
* dtv: Fix gcc8 -Wclass-memaccess warnings/errors.Ron Economos2019-01-111-3/+4
* Merge remote-tracking branch 'origin/next' into merge_nextMarcus Müller2018-08-318-29/+21
|\
| * Clean-up: Remove unused private variables (Issue #1621, #1622, #1624)andriy gelman2018-04-287-11/+3
| * math: replace M_PI and derivatives with GR_M_PI definesAndrej Rode2018-02-172-18/+18
* | Convert set_relative_rate(double) to the new integer or receiprocal callAndy Walls2018-08-235-5/+6
|/
* Comment typo fixing.luz.paz2018-02-034-4/+4
* dtv: Send DVB-T Cell identifier (cell_id) correctly.Ron Economos2017-08-281-1/+6
* gr-dtv: Fix hardcoded parameter in dvbt_reed_solomon_encFlamewires2017-07-201-6/+7
* dtv: use numeric_limits for min/max valuesBastian Bloessl2017-01-291-4/+5
* Merge branch 'maint'Johnathan Corgan2016-09-021-2/+0
|\
| * gr-dtv: Delete incorrect assert() and useless set_relative_rate().Ron Economos2016-09-021-3/+1
* | gr-dtv: Use std::cerr instead of GR_LOG for non-block class.Ron Economos2016-08-241-12/+12
* | gr-dtv: Remove all exit(1) calls and replace with exception.Ron Economos2016-08-1916-145/+230
* | gr-dtv: Reduce DVB-T transmitter CPU usage.Ron Economos2016-08-194-46/+163
* | gr-dtv: Replace DVB-T Reed-Solomon with existing implementation in gr-fec.Ron Economos2016-08-106-602/+105
|/
* gr-dtv: Fix segfault in DVB-T interleaver and deinterleaver.Ron Economos2016-08-032-7/+11
* Update dvbt_bit_inner_interleaver_impl.ccArtem Pisarenko2016-07-301-2/+3
* Merge branch 'maint'Johnathan Corgan2016-05-305-24/+26
|\
| * MSVC-specific fixes for compatibilitygnieboer2016-05-305-24/+26
* | dtv: Fix usage of volk_32f_index_max*, first argument, to be uint16_t* as req...Michael Dickens2016-05-281-1/+1
* | Merge branch 'maint'Johnathan Corgan2016-05-012-4/+3
|\|
| * Fix assertions in DVBT blocks.Clayton Smith2016-05-012-4/+3
* | gr-dtv: Vastly improved OFDM symbol acquisition for DVB-T receiver.flarroca2015-12-092-97/+102
|/
* dtv: fix segfault in DVB-T demod OFDM symbol acquisitionJohnathan Corgan2015-12-052-48/+10
* gr-dtv: Fix Coverity issue #1327847.Ron Economos2015-11-152-4/+2
* gr-dtv: Fix Coverity issue #1327535.Ron Economos2015-11-151-1/+2
* Merge branch 'maint'Johnathan Corgan2015-11-081-1/+1
|\
| * dtv: fix coverity issue #1327836Head4che2015-11-081-1/+1
* | gr-dtv: Add generic version of DVB-T Viterbi decoder for non-x86 platforms.Ron Economos2015-10-132-1/+297
* | Add DVB-T receiver updated files.Ron Economos2015-09-052-10/+11