summaryrefslogtreecommitdiff
path: root/gr-atsc/python
Commit message (Collapse)AuthorAgeFilesLines
* Removed top-level component gr-atsc.Johnathan Corgan2015-03-226-550/+0
| | | | | This functionality has been migrated to the new gr-dtv top-level component.
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-3/+3
| | | | 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).
* Add a QA_PYTHON_EXECUTABLE variable so QA code knows what python to use when ↵Philip Balister2013-12-051-1/+1
| | | | | | | | | | | | cross compiling. With this (and the prior) patch, you can mount the compile directory on the target and run the QA code (as long as the paths are the same). The qtgui tests fail if there is no X server. Volk seems to fail for hard float builds. We'll need to look at adding thes changes to gr_modtool. Signed-off-by: Philip Balister <philip@balister.org>
* Created atsc_rx.py and removed obsolete scriptsAndrew F. Davis2013-07-1410-563/+140
| | | | | | | | Several bug fixes and speedups rolled into one ATSC decoder script. The old method included separately launched scripts linked with named pipes, this was tedious and slowed down decoding, so I have moved their functionality into one flowgraph.
* atsc: fix typo in moved fileJohnathan Corgan2013-07-081-1/+1
| | | | This fixes Debian bug tracker #714987
* Removing gruel from QA python paths.Ben Reynwar2013-06-061-1/+0
|
* atsc: Fix QA to work with uninstalled imports.Ben Reynwar2013-06-042-7/+8
|
* uninstalled imports: Fixed gr-audio and gr-atsc.Ben Reynwar2013-06-0312-12/+17
|
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-5/+9
|
* atsc: Updating atsc python folder to new style. Was missing __init__.pyBen Reynwar2013-04-062-0/+35
|
* some more cleanup from past modifications.Tom Rondeau2013-03-172-3/+3
|
* blocks: converting references to vector source/sink, null source/sink, nop, ↵Tom Rondeau2013-03-171-3/+3
| | | | copy, head, skiphead, vector_map, and annotator blocks to use gr-blocks.
* atsc: adjustments to atsc to start to conform to v3.7 structure.Tom Rondeau2013-03-1511-0/+929
Not going to comply completely with the new structure; just wanted to get it so that it looked more consistent once installed.