summaryrefslogtreecommitdiff
path: root/gr-atsc/lib
Commit message (Collapse)AuthorAgeFilesLines
* Removed top-level component gr-atsc.Johnathan Corgan2015-03-22106-36162/+0
| | | | | This functionality has been migrated to the new gr-dtv top-level component.
* cmake: follow-up to previous mergeTom Rondeau2014-08-081-1/+0
|
* Merge branch 'maint'Tom Rondeau2014-07-251-0/+1
|\
| * build: adding fstream include files for pedantic compilers.Tom Rondeau2014-07-251-0/+1
| |
* | build: better support for static libs.Tom Rondeau2014-07-181-0/+12
|/ | | | | | Now builds shared libraries with ControlPort (if ControlPort is enableed). Static libs still without ControlPort. Added proper Option and output message in cmake for Static Libs on/off.
* Merge branch 'maint'Tom Rondeau2014-07-071-1/+1
|\
| * Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-1/+1
| | | | | | | | We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace).
* | build: adds an ENABLE_STATIC_LIB option to cmake to build static (.a) ↵Tom Rondeau2014-06-281-0/+13
|/ | | | versions of the libraries.
* build: fixing various warning from clang.Julien Olivain2014-01-102-4/+4
| | | | Addresses iss #586; adapted for current set of warnings after patches since this issue was posted.
* Fixing issue CID 1046354.Moritz Fischer2013-10-051-0/+1
|
* Fix bugs in atsc_field_sync_mux.Clayton Smith2013-07-171-8/+10
| | | | | | | | | | 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/atscJohnathan Corgan2013-04-3081-146/+146
|
* filter: moved include dir to gnuradio/filterJohnathan Corgan2013-04-291-1/+1
|
* fec: moved include dir to gnuradio/fecJohnathan Corgan2013-04-291-1/+1
|
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-2923-85/+85
|
* gruel: moved gruel into subdirs of gnuradio-runtime.Tom Rondeau2013-04-011-1/+0
| | | | PMTs are handled slightly different and are installed into their own module and include dir.
* build: remove config.h from any header files; only use it in source files.Tom Rondeau2013-03-271-0/+4
|
* runtime: migrate remaining gnuradio-core contents into gnuradio-runtimeJohnathan Corgan2013-03-261-3/+3
|
* Revert "blocks: removed all nco/vco and fxpt stuff from core; now in gr-blocks."Tom Rondeau2013-03-181-2/+0
| | | | | | | | | | This reverts commit fe70fa72ea22a133874337da2d03d30611e5ab1c. Conflicts: gnuradio-core/src/lib/general/CMakeLists.txt gnuradio-core/src/lib/general/general.i gnuradio-core/src/tests/CMakeLists.txt
* atsc: adjustments to atsc to start to conform to v3.7 structure.Tom Rondeau2013-03-15106-0/+36133
Not going to comply completely with the new structure; just wanted to get it so that it looked more consistent once installed.