Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gr-vocoder: remove embedded codec2 | A. Maitland Bottoms | 2016-06-25 | 91 | -32378/+0 |
| | |||||
* | MSVC-specific fixes for compatibility | gnieboer | 2016-05-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | * Changed dtv_viterbi_decoder to use __GR_ATTR_ALIGNED macro for cross-compiler compatibility * Replace usleep() with boost equivalent for cross-compiler compatibility * Includes windows-specific headers for portaudio * Added macro to handle use of VLAs on non-C99 compilers (MSVC) using alloca to declare variable length arrays * Remove setting SO_LINGER option for the UDP source. SO_LINGER is not an applicable option for a UDP socket. Windows will throw an exception if set. Linux allows it to be set but does not use it. * VS 2013+ supports round() | ||||
* | coverity 1207185: vocoder: unitialized summed squared error | Marcus Müller | 2014-07-24 | 1 | -7/+7 |
| | |||||
* | Merge branch 'maint' | Johnathan Corgan | 2014-07-08 | 1 | -0/+4 |
|\ | |||||
| * | Windows compatibility fixes | Nicholas Corgan | 2014-07-07 | 1 | -0/+4 |
| | | | | | | | | | | * Fixed usage of Windows thread-naming API, changed minimum Windows version * Fixed MSVC usage of isnan, round | ||||
* | | vocoder: merge final codec2 update | A. Maitland Bottoms | 2014-05-27 | 12 | -72/+217 |
|/ | |||||
* | codec2 library update | A. Maitland Bottoms | 2014-04-16 | 77 | -1670/+26465 |
| | |||||
* | vocoder: Fixed packing problem with Codec2, + GRC bindings, added example | Martin Braun | 2014-03-07 | 1 | -0/+1 |
| | |||||
* | vocoder: Fixes CID 1043299. Simple unitialized variable. | Moritz Fischer | 2013-10-23 | 1 | -0/+1 |
| | | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | ||||
* | Fixing CID 1043296: Trivial UNINIT. | Moritz Fischer | 2013-10-06 | 1 | -3/+3 |
| | | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | ||||
* | Fixing CID 1043300. Trivial UNINIT fix. | Moritz Fischer | 2013-10-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | ||||
* | Fix header include directory ordering | Michael Dickens | 2013-05-17 | 1 | -1/+1 |
| | |||||
* | Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵ | Tom Rondeau | 2012-04-13 | 38 | -658/+658 |
| | | | | | | this in the future. The sed script was provided by Moritz Fischer. | ||||
* | Merge branch 'master' into next | Johnathan Corgan | 2011-12-11 | 2 | -2/+3 |
|\ | | | | | | | | | | | Conflicts: config/lf_warnings.m4 volk/config/lf_warnings.m4 | ||||
| * | vocoder: fixed some unused vars warnings. | Tom Rondeau | 2011-12-11 | 2 | -2/+3 |
| | | |||||
* | | Removed autotools, gr-waveform, some cleanup | Johnathan Corgan | 2011-12-08 | 2 | -127/+0 |
|/ | | | | Nick Foster owes Nick Corgan a six-pack of beer! | ||||
* | gr: the CMakeLists.txt took a chill pill | Josh Blum | 2011-10-08 | 1 | -13/+13 |
| | |||||
* | cmake: support for importing executables when doing cross build | Josh Blum | 2011-09-11 | 1 | -3/+7 |
| | |||||
* | gr: tweaks to build cmake branch on osx | Josh Blum | 2011-07-23 | 1 | -1/+0 |
| | |||||
* | vocoder: added symbol visibility defines to gr-vocoder, builds on MSVC and linux | Josh Blum | 2011-07-21 | 1 | -3/+3 |
| | |||||
* | vocoder: added cmake support for gr-vocoder (unix only) | Josh Blum | 2011-07-21 | 1 | -0/+109 |
| | |||||
* | gr-vocoder: distcheck fixes | Johnathan Corgan | 2011-07-18 | 1 | -0/+5 |
| | |||||
* | gr-vocoder: re-implemented gr-codec2-vocoder inside gr-vocoder | Johnathan Corgan | 2011-07-18 | 63 | -0/+7441 |