aboutsummaryrefslogtreecommitdiffstats
path: root/gr-dtv (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix: out-of-bounds memsetMarcus Müller2015-04-061-1/+1
* Merge remote-tracking branch 'michaelld/fixes_for_std_complex'Johnathan Corgan2015-04-0210-3696/+1860
|\
| * dtv: redo c++0x complaint std::complex to be c++11 compliant; works on OSX with GCC (4.2 and 4.8, using listdc++) and Clang (LLVM 3.4 and 3.6, using libc++), with and without -std=c++11.Michael Dickens2015-04-0210-3696/+1860
* | dtv: move "static const" variables from header / class into the main code. The original code is not necessary to have in the class, and causes issues when compiling using c++11 compliance.Michael Dickens2015-04-022-7/+7
|/
* cmake: reorder VOLK library to be after all other internal ones, and before boost.Michael Dickens2015-03-311-1/+1
* cmake: abs path for external volkSebastian Koslowski2015-03-301-1/+1
* Merge remote-tracking branch 'drmpeg/atsc-fix'Johnathan Corgan2015-03-281-0/+1
|\
| * gr-dtv: Fix ATSC compile issue as reported on mailing list.Ron Economos2015-03-241-0/+1
* | gr-dtv: Add DVB-S2 transmitter update.Ron Economos2015-03-242-4/+4
* | gr-dtv: Add DVB-S2 transmitter.Ron Economos2015-03-2319-0/+7548
|/
* gr-dtv: Add DVB-T2 transmitter.Ron Economos2015-03-1045-0/+20826
* Rename block tree from Common to DVB.Ron Economos2015-02-211-1/+1
* gr-dtv: Add code review updates.Ron Economos2015-02-2015-46/+110
* gr-dtv: Add common blocks for DVB-S2 and DVB-T2.Ron Economos2015-02-1924-0/+9308
* Fix Coverity Scan issues in gr-dtv.Ron Economos2015-01-262-2/+4
* dtv: cleanup for mergeJohnathan Corgan2015-01-2122-619/+491
* Add ATSC transmitter blocks and flow graph to gr-dtv.Ron Economos2015-01-2032-5/+2871
* cmake: gr-dtv: fix internal GR component dependenciesMichael Dickens2014-10-131-0/+3
* cmake: follow-up to previous mergeTom Rondeau2014-08-082-2/+0
* dtv: remove stray include file from viterbi decoderJohnathan Corgan2014-07-221-1/+0
* dtv: update ATSC receiver examplesJohnathan Corgan2014-07-223-2041/+583
* dtv: update ATSC receive PLL gain to accomodate lower OTA numerical rangeJohnathan Corgan2014-07-221-1/+1
* dtv: added some example receiversJohnathan Corgan2014-07-223-0/+4995
* dtv: lowered nfilts for ATSC receiver filter for performance reasonsJohnathan Corgan2014-07-211-1/+1
* dtv: minor cleanupsJohnathan Corgan2014-07-213-2/+4
* dtv: move ATSC blocks into lib/atscJohnathan Corgan2014-07-2131-13/+13
* Fixed an algorithmic problem with the Viterbi decoderAndrew F. Davis2014-07-217-66/+57
* dtv: misc. stylistic cleanup, add missing blocks to GRC block treeJohnathan Corgan2014-07-2111-76/+73
* dtv: adds remainder of atsc receive pipelineAndrew Davis2014-07-2125-4/+1262
* dtv: wip, porting gr-atsc blocks into new gr-dtvJohnathan Corgan2014-07-2151-0/+3526