summaryrefslogtreecommitdiff
path: root/gr-vocoder/include/gnuradio/vocoder/codec2.h
Commit message (Collapse)AuthorAgeFilesLines
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-20/+19
|
* gr-vocoder: update codec2 and freedv blocks.A. Maitland Bottoms2019-03-241-1/+7
| | | | | Update to add support for newer modes in codec2 0.8.1. Fixup grc blocks yml templates, update examples.
* gr-vocoder: codec2 subcomponent using external codec2 libraryA. Maitland Bottoms2016-06-251-2/+8
|
* Revert "Fixes for ABI compliance checker"Johnathan Corgan2015-12-111-1/+1
| | | | This reverts commit 578fcb99217bdbc4501e620ade7665242f793c71.
* Fixes for ABI compliance checkerA. Maitland Bottoms2015-12-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | do not install obsolete headers Some header files in atsc and qtgui are installed, but have references to obsolete paths and are therefore uncompilable. These files should probably be removed from the checked-out source trees to complete the refactoring, but this patch merely omits them from the install step. This allows the abi-compliance-checker to run over the installed header files. codec2 embedding fixups Only use and install the embedded copy of codec2.h when using an embedded copy of the codec2 library. Use cmake to propagate conditional paths from lib directory to swig directory. make acc happy The abi-compliance-checker operates in installed headers. So sys_pri.h needs to look for gnuradio/realtime.h and be explicit about structure definitions. py_feval.h needs to explicitly include Python.h.
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-2/+2
| | | | 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).
* Bring codec2 up to the latest version, and add support for all six bit rates.Clayton Smith2014-04-161-0/+54