aboutsummaryrefslogtreecommitdiffstats
path: root/gr-dtv (follow)
Commit message (Expand)AuthorAgeFilesLines
* classic modules: use common precompiled headersMarcus Müller2021-07-191-0/+4
* dtv: include boost/format where usedMarcus Müller2021-06-223-0/+6
* rebaseVolker Schroer2021-06-2152-52/+52
* global: remove iostream from all files not use cout|cerr|cin|clogMarcus Müller2021-06-171-1/+0
* gr-dtv: Use Soapy instead of UHD sink/source blocks for flow graph testing.Ron Economos2021-06-0139-2998/+3157
* 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-162-27/+1
* dtv/atsc: update examples/hier with new connsJosh Morman2021-03-162-5/+21
* dtv/atsc: create separate plinfo stream portsJosh Morman2021-03-1613-123/+96
* dtv/atsc: fix indexing error / replace magic numJosh Morman2021-03-081-5/+6
* dtv/atsc: structs to stream tagsJosh Morman2021-03-0629-287/+464
* dtv: Remove manual memory managementThomas Habets2021-03-032-9/+13
* numpy: Fix fftpack referencesChristophe Seguinot2021-02-181-2/+1
* Fix typosluz paz2021-02-081-1/+1
* clang-tidy: run full .clang-tidy on C++17 codebaseMarcus Müller2021-01-197-7/+7
* replace fft.window.WIN_ with window.win_ and include in grc default importJosh Morman2020-12-189-9/+9
* global replace of firdes.WIN_ with fft.window.WIN_Josh Morman2020-12-189-9/+9
* 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
* qa: run autopep8 formatting on qa python filesmormj2020-10-301-9/+13
* qa: remove xml file parameter causing deprecation warningsmormj2020-10-301-1/+1
* pybind: add implicit conversion from int to enummormj2020-10-285-0/+34
* dtv: Remove manual memory managementThomas Habets2020-10-2326-791/+368
* dtv/atsc: Remove manual memory managementThomas Habets2020-10-236-61/+35
* gr-dtv: Repair UHD example with normalized gain.Ron Economos2020-10-081-33/+34
* add an option to enable/disable examplesGwenhael Goavec-Merou2020-09-021-1/+3
* python: Remove unnecessary 'from __future__ import'Oleksandr Kravchuk2020-08-034-9/+0
* Replace all calls to `get_initial_sptr` with `make_block_sptr`Thomas Habets2020-07-3052-146/+139
* Move from SWIG to Pybind11Marcus Müller2020-06-19127-323/+4670
|\
| * pybind: add hash check to binding file creation (#3472)mormj2020-06-0459-59/+523
| * dtv: add pybind11 bindingsJosh Morman2020-06-04121-10/+4206
| * pybind: removal of swig componentsJosh Morman2020-06-046-313/+0
* | gr-dtv: Decrease send_frame_size in all examples with a UHD sink block.Ron Economos2020-06-1137-444/+2847
* | 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
* gr-dtv: added GRC C++ generationNicholas Corgan2020-04-2152-0/+766
* gr-dtv: Split dtv_swig.i file for less compiler memory usage.Ron Economos2020-04-206-198/+289
* dtv: replace stderr logging by calls to GR's logging faciltiesMarcus Müller2020-04-134-29/+28
* Remove VOLK as a submoduleMartin Braun2020-04-112-2/+1
* global: remove boost ptr headers not neededThomas Habets2020-04-091-2/+0
* Switch from boost pointers to std C++11 pointersThomas Habets2020-04-0152-52/+52
* Change assert to static_assert, where possibleThomas Habets2020-03-201-3/+4
* dtv: change const to constexprThomas Habets2020-03-201-1/+1
* gr-dtv: Add QA test for DVB and DVB-T2 blocks.Ron Economos2020-03-103-1/+147
* 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