aboutsummaryrefslogtreecommitdiffstats
path: root/gr-dtv/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* gr-dtv: Add energy normalization for DVB-S2X constellations.masw2021-12-141-0/+53
* classic modules: use common precompiled headersMarcus Müller2021-07-191-0/+4
* dtv: include boost/format where usedMarcus Müller2021-06-223-0/+6
* global: remove iostream from all files not use cout|cerr|cin|clogMarcus Müller2021-06-171-1/+0
* gr-dtv: Fix VL-SNR bugs based on verification with DVB-S2X test vectors.Ron Economos2021-05-072-24/+24
* dtv/atsc: remove plinfo tag methodsJosh Morman2021-03-161-12/+0
* dtv/atsc: create separate plinfo stream portsJosh Morman2021-03-167-122/+54
* dtv/atsc: fix indexing error / replace magic numJosh Morman2021-03-081-5/+6
* dtv/atsc: structs to stream tagsJosh Morman2021-03-0619-267/+324
* dtv: Remove manual memory managementThomas Habets2021-03-032-9/+13
* Fix typosluz paz2021-02-081-1/+1
* clang-tidy: run full .clang-tidy on C++17 codebaseMarcus Müller2021-01-197-7/+7
* build: Remove clang unused variable warnings.Ron Economos2020-12-076-9/+0
* Move FFT functions and blocks to templates (#3903)mormj2020-11-038-10/+9
* modernization: `override` instead of virtual in all compilation unitsMarcus Müller2020-11-0350-77/+77
* Add `override` for common virtual function overridesThomas Habets2020-11-0352-83/+83
* dtv: Remove manual memory managementThomas Habets2020-10-2326-791/+368
* dtv/atsc: Remove manual memory managementThomas Habets2020-10-236-61/+35
* Replace all calls to `get_initial_sptr` with `make_block_sptr`Thomas Habets2020-07-3052-146/+139
* gr-dtv: Move costly integer divides out of loops in DVB-T2 interleaver.Ron Economos2020-06-111-5/+9
* gr-dtv: Take advantage of data cache with memcpy() in BCH encoder.Ron Economos2020-06-111-2/+4
* gr-dtv: Remove unnecessary memset() in LDPC encoder.Ron Economos2020-06-111-2/+0
* gr-dtv: Align DVB scrambler lookup table for 64-bit access.Ron Economos2020-04-271-1/+1
* dtv: replace stderr logging by calls to GR's logging faciltiesMarcus Müller2020-04-134-29/+28
* Remove VOLK as a submoduleMartin Braun2020-04-111-1/+1
* global: remove boost ptr headers not neededThomas Habets2020-04-091-2/+0
* Change assert to static_assert, where possibleThomas Habets2020-03-201-3/+4
* dtv: change const to constexprThomas Habets2020-03-201-1/+1
* gr-digital: Improve PLL Loops and Clock Recoveryghostop142020-02-151-6/+1
* gr-dtv: Use new FFT allocation scheme for DVB-T2 blocks.Ron Economos2020-02-136-93/+66
* gr-dtv: Optimize DVB-T transmitter by consolidating blocks.Ron Economos2020-02-092-5/+24
* gr-dtv: Detect missing data field syncs and reset pipeline.Ron Economos2020-02-081-2/+9
* Fix ATSC Flowgraphs and Allow Realtime Viewingghostop142020-02-041-13/+20
* Update license header to SPDX formatdevnulling2020-01-27123-1599/+123
* gr-dtv: add missing std::nothrowValerii Zapodovnikov2020-01-261-1/+1
* gr-dtv: atsc_equalizer_impl: bool not intValerii Zapodovnikov2020-01-171-1/+1
* Fix all formatting issuesMartin Braun2020-01-103-8/+9
* Replace many `const` variables with `constexpr`Thomas Habets2020-01-0412-47/+47
* DTV: LDPC encoder: refactoringMarcus Müller2019-09-292-235/+240
* delete unused variablesBastian Bloessl2019-09-053-5/+1
* clang-tidy in gnuradio-runtime: use empty() instead of size()!=0Marcus Müller2019-08-223-3/+3
* Fix for more misc typosluz.paz2019-08-103-4/+4
* clang-format: Ordering all the includesMarcus Müller2019-08-0970-79/+79
* Tree: clang-format without the include sortingMarcus Müller2019-08-09122-26267/+32375
* dtv: Remove superfluous set_relative_rate() in DVB-T inner coder.Ron Economos2019-07-051-6/+1
* dtv: Fix scrambler and BCH encoder for MEDIUM size frames.Ron Economos2019-04-194-32/+104
* dtv: Fix DVB-S2X 64APSK constellation.Ron Economos2019-04-191-32/+32
* cmake: Update to modern CMake usageAndrej Rode2019-03-041-29/+15
* dtv: use relative include for dvb_defines.hAndrej Rode2019-03-0413-76/+76
* dtv: Prevent out of bounds array access in DVB-T2 interleaver.Ron Economos2019-03-042-11/+17