summaryrefslogtreecommitdiff
path: root/gr-atsc
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'argilo/atscfixes2'Johnathan Corgan2013-07-222-12/+17
|\
| * Fix bugs in atsc_field_sync_mux.Clayton Smith2013-07-172-12/+17
| | | | | | | | | | | | | | | | | | | | 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.
* | 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-0313-13/+18
|
* build: move from using runtime_swig.i to gnuradio.i to reduce memory load ↵Tom Rondeau2013-05-231-1/+1
| | | | | | while building. py_feval destructor issue needs fixing.
* atsc: fixed bug in swig to new gr namespace for blocks.Tom Rondeau2013-04-301-21/+17
|
* atsc: moved include dir to gnuradio/atscJohnathan Corgan2013-04-30160-277/+277
|
* filter: moved include dir to gnuradio/filterJohnathan Corgan2013-04-298-11/+11
|
* fec: moved include dir to gnuradio/fecJohnathan Corgan2013-04-291-1/+1
|
* analog: update include dir to gnuradio/analogJohnathan Corgan2013-04-292-2/+2
|
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-2946-131/+135
|
* atsc: Updating atsc python folder to new style. Was missing __init__.pyBen Reynwar2013-04-062-0/+35
|
* build: uniform handling of controlport vars in swig.Tom Rondeau2013-04-051-0/+5
|
* cmake: fix packaging categories to use runtime vs. coreJohnathan Corgan2013-04-031-4/+4
|
* docs: updated CMakeLists files to point to include dirs for docstrings.Tom Rondeau2013-04-011-1/+1
|
* build: parallel build handling of runtime swig and swig docs.Tom Rondeau2013-04-011-0/+1
|
* gruel: moved gruel into subdirs of gnuradio-runtime.Tom Rondeau2013-04-013-3/+1
| | | | 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
|
* build: setting .pc files to require new gnuradio-runtime.Tom Rondeau2013-03-271-1/+1
|
* runtime: migrate remaining gnuradio-core contents into gnuradio-runtimeJohnathan Corgan2013-03-264-6/+6
|
* atsc: missing dep on gr-fec.Tom Rondeau2013-03-261-0/+1
|
* Revert "blocks: removed all nco/vco and fxpt stuff from core; now in gr-blocks."Tom Rondeau2013-03-182-4/+2
| | | | | | | | | | 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
* 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: installing all gr-atsc headers in gnuradio/atsc.Tom Rondeau2013-03-161-27/+50
|
* atsc: adjustments to atsc to start to conform to v3.7 structure.Tom Rondeau2013-03-15196-424/+481
| | | | Not going to comply completely with the new structure; just wanted to get it so that it looked more consistent once installed.
* Merge branch 'master' into nextTom Rondeau2013-03-131-3/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-audio/lib/CMakeLists.txt gr-blocks/include/blocks/CMakeLists.txt gr-blocks/include/blocks/socket_pdu.h gr-blocks/lib/CMakeLists.txt gr-blocks/swig/blocks_swig.i gr-comedi/src/CMakeLists.txt gr-howto-write-a-block/lib/CMakeLists.txt gr-noaa/lib/CMakeLists.txt gr-qtgui/lib/CMakeLists.txt gr-uhd/lib/CMakeLists.txt gr-vocoder/lib/CMakeLists.txt gr-wavelet/lib/CMakeLists.txt
| * log: replacing log4cxx with log4cpp.Tom Rondeau2013-03-131-3/+3
| |
* | blocks: removing file_sink/source file_descriptor_sink/source form core and ↵Tom Rondeau2013-03-107-16/+19
| | | | | | | | moved all refs to gr-blocks.
* | blocks: removed all nco/vco and fxpt stuff from core; now in gr-blocks.Tom Rondeau2013-03-082-2/+4
| | | | | | | | Moved the nco/vco tests to gr-blocks/test and enabled them.
* | core: cleaning up remez and firdes in gnuradio-core; now in gr-filter.Tom Rondeau2013-03-062-13/+14
| |
* | core: removed all complex_to_<type> blocks from core; using gr-blocks.Tom Rondeau2013-03-062-23/+27
| |
* | Merge branch 'master' into nextTom Rondeau2013-03-052-1/+70
|\| | | | | | | | | | | | | | | Conflicts: gr-atsc/src/lib/CMakeLists.txt gr-noaa/lib/CMakeLists.txt gr-trellis/src/lib/CMakeLists.txt gr-video-sdl/src/CMakeLists.txt
| * Added Windows DLL resource filesNicholas Corgan2013-03-052-1/+70
| |
* | atsc: rs.h include dir fixTim O'Shea2013-03-041-1/+1
| |
* | Merge branch 'master' into nextTom Rondeau2013-03-031-1/+5
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/CMakeLists.txt gnuradio-core/gnuradio-core.conf gnuradio-core/src/lib/filter/gr_fir_sysconfig_x86.cc gnuradio-core/src/lib/runtime/runtime.i gr-atsc/src/lib/CMakeLists.txt gr-audio/lib/CMakeLists.txt gr-comedi/src/CMakeLists.txt gr-digital/lib/CMakeLists.txt gr-howto-write-a-block/CMakeLists.txt gr-howto-write-a-block/lib/CMakeLists.txt gr-noaa/lib/CMakeLists.txt gr-qtgui/lib/CMakeLists.txt gr-trellis/src/lib/CMakeLists.txt gr-uhd/lib/CMakeLists.txt gr-video-sdl/src/CMakeLists.txt gr-vocoder/lib/CMakeLists.txt gr-wavelet/lib/CMakeLists.txt
| * Merge branch 'master' into gr_logTom Rondeau2013-03-0110-16/+181
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cmake/Modules/GrMiscUtils.cmake docs/doxygen/other/main_page.dox gnuradio-core/gnuradio-core.conf.in gnuradio-core/src/lib/swig/CMakeLists.txt gr-digital/lib/CMakeLists.txt gr-howto-write-a-block/CMakeLists.txt gr-qtgui/lib/CMakeLists.txt gr-video-sdl/src/CMakeLists.txt
| * \ Merge branch 'master' into gr_logTom Rondeau2012-09-061-0/+2
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CMakeLists.txt cmake/Modules/GrMiscUtils.cmake docs/doxygen/other/build_guide.dox gnuradio-core/CMakeLists.txt gr-digital/lib/CMakeLists.txt
| * | | Fixing up the gr-log capabilities.Tom Rondeau2012-06-081-0/+4
| | | | | | | | | | | | | | | | Better handling of enable/disable function, easier integration with all components if log4cxx is or is not there. All components have been updated to be able to use logging. Docs update, too.
* | | | Merge branch 'master' into nextJohnathan Corgan2013-01-117-3/+167
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'atsc'Johnathan Corgan2013-01-117-3/+167
| |\ \ \
| | * | | atsc: commented out debug codeJohnathan Corgan2013-01-111-1/+1
| | | | |
| | * | | atsc: Make equililzer taps accessible in python.Ben Reynwar2012-12-194-0/+14
| | | | |
| | * | | atsc: Fixed bug I made in last commit.Ben Reynwar2012-12-191-0/+2
| | | | |
| | * | | atsc: Minor changes to atsc.Ben Reynwar2012-12-193-3/+151
| | | | |
* | | | | Merge master/fix_build_dir_order into next, then fix conflicts and redo come ↵Michael L Dickens2013-01-041-4/+9
|\| | | | | | | | | | | | | | | | | | | of the INCLUDE_DIRS order
| * | | | Tweak INCLUDE dirs such that INCLUDE_DIRECTORIES and LINK_DIRECTORIES are ↵Michael L Dickens2013-01-011-3/+6
| |/ / / | | | | | | | | | | | | ordered as: internal build and source for this component, other components (internal build and source, or already installed), non-project non-system dependencies (e.g., Qt, Boost, Python), system dependencies (e.g., CoreAudio).