summaryrefslogtreecommitdiff
path: root/gr-dtv
Commit message (Expand)AuthorAgeFilesLines
* 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: 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
* dtv: enhance ATSC RX exampledevnulling2020-02-102-33/+72
* gr-dtv: Optimize DVB-T transmitter by consolidating blocks.Ron Economos2020-02-094-297/+136
* gr-dtv: Detect missing data field syncs and reset pipeline.Ron Economos2020-02-081-2/+9
* Fix ATSC Flowgraphs and Allow Realtime Viewingghostop142020-02-044-329/+456
* Update license header to SPDX formatdevnulling2020-01-27194-2523/+194
* gr-dtv: add missing std::nothrowValerii Zapodovnikov2020-01-261-1/+1
* examples: fixup cmake files to include all examplesdevnulling2020-01-221-17/+18
* dtv: fix chooser default value for uhd_atsc exampleJosh Morman2020-01-211-8/+118
* gr-dtv: atsc_equalizer_impl: bool not intValerii Zapodovnikov2020-01-171-1/+1
* Fix all formatting issuesMartin Braun2020-01-104-10/+12
* Replace many `const` variables with `constexpr`Thomas Habets2020-01-0413-56/+56
* 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-09103-113/+113
* Tree: clang-format without the include sortingMarcus Müller2019-08-09181-27931/+34112
* 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
* gitignore: ignore autogen files in example foldersJohannes Demel2019-03-241-0/+1
* cmake: Update to modern CMake usageAndrej Rode2019-03-043-45/+18
* 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
* dtv: Expand LDPC lut array size for worst case table generation.Ron Economos2019-02-172-1/+17
* dtv: Differential encode all parity bits.Ron Economos2019-01-191-1/+1
* dtv: Reduce RRC filter gain for new 16APSK constellation.Ron Economos2019-01-171-1/+1
* dtv: Move VL-SNR puncturing from before to after differential encoding.Ron Economos2019-01-171-5/+5
* dtv: Use alternate constellation amplitude for 16 and 32-APSK.Ron Economos2019-01-171-2/+9
* dtv: Update all DTV example flow graphs to YAML.Ron Economos2019-01-1442-130268/+30324
* dtv: Fix remaining DTV GRC bindings.Ron Economos2019-01-1416-36/+12
* dtv: Fix gcc8 -Wclass-memaccess warnings/errors.Ron Economos2019-01-114-16/+20
* dtv: Fix ATSC equalizer uninitialized data that can prevent decoding.Ron Economos2019-01-101-0/+2
* dtv: Fix ATSC data field sync for ARM architecture.Ron Economos2019-01-101-2/+2
* dtv: cmake: Minor whitespace and formatting fixesMartin Braun2019-01-041-19/+22