Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed top-level component gr-atsc. | Johnathan Corgan | 2015-03-22 | 76 | -5132/+0 |
| | | | | | This functionality has been migrated to the new gr-dtv top-level component. | ||||
* | Fix bugs in atsc_field_sync_mux. | Clayton Smith | 2013-07-17 | 1 | -4/+7 |
| | | | | | | | | | | Since this block inserts field syncs into the data stream, clearly it needs to be a gr_block rather than a gr_sync_block. Also, the d_already_output_field_sync variable needs to be initialized and the d_current_index variable is unusued and thus can be deleted. With these fixes in place, I've successfully transmitted an MPEG transport stream with a USRP N210 and received it on my television. | ||||
* | atsc: moved include dir to gnuradio/atsc | Johnathan Corgan | 2013-04-30 | 76 | -0/+5129 |