aboutsummaryrefslogtreecommitdiffstats
path: root/gr-dtv (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* dtv: Make SSE2 check clang compatible on ARMRon Economos2019-01-041-1/+6
* dtv: Fix indentation and white space.Ron Economos2018-12-281-105/+105
* dtv: Fix Coverity Scan issue.Ron Economos2018-12-281-1/+1
* dtv: Update copyright date.Ron Economos2018-12-231-1/+1
* dtv: Fix optimized BCH encoder for N=8 codes.Ron Economos2018-12-231-4/+8
* cmake: Only go into grc/ subdirs when ENABLE_GRC=ONMartin Braun2018-12-171-1/+3
* gr-dtv: add explaining comment to bbscrambler optimizationJoshua Schueler2018-12-131-0/+1
* gr-dtv: optimize bbscrambler to 8byte datatypeKristian Maier2018-12-132-5/+8
* gr-dtv: Generalize BCH speed improvmentsJoshua Schueler2018-12-132-283/+128
* gr-dtv: Implement the dvb bch encoder using an improved algorithmJulius Durst2018-12-132-18/+55
* gr-dtv: implement the bitinterleaver optimization for all configurationsJoshua Schueler2018-12-132-302/+212
* gr-dtv: implement a bitinterleaver lookup tableKristian Maier2018-12-132-59/+163
* gr-dtv: Change the layout of the ldpc tableJoshua Schueler2018-12-132-26/+49
* gr-dtv: cleanup the pilot generatorJoshua Schueler2018-12-131-326/+328
* gr-dtv: move init_pilots from work to initAndrej Rode2018-12-132-335/+343
* dtv: Fix GRC bindings in the dvbt2, dvbs2, and dvb blocksRon Economos2018-12-1114-68/+68
* Fix compiler warnings about unsigned / signed comparisonsVolker Schroer2018-11-241-2/+2
* gr-runtime: Properly handle optional support for thrift RPC TransportBrennan Ashton2018-11-151-2/+4
* Replace scipy/pylab where numpy/pyplot is sufficientMarcus Müller2018-11-021-8/+8
* Change vector length variables to unsigned typeSebastian Müller2018-11-016-8/+8
* Merge remote-tracking branch 'origin/next' into merge_nextMarcus Müller2018-08-31142-8952/+4049
|\
| * Cleaned up lots of blocksHåkon Vågsether2018-08-2515-75/+294
| * Merge branch 'next_python3' into nextMarcus Müller2018-06-25117-8117/+3045
| |\
| | * Merge branch 'python3_fix' into nextAndrej Rode2018-06-24117-8117/+3045
| | |\
| | | * dtv/vocoder: remove stray *block_tree.ymlAndrej Rode2017-12-031-1/+0
| | | * Added auto-generated YAML blocksHåkon Vågsether2017-10-10111-8096/+3013
| | | * Merge branch 'next' into python3Johnathan Corgan2017-09-221-1/+6
| | | |\