summaryrefslogtreecommitdiff
path: root/gr-vocoder/lib/codec2
Commit message (Collapse)AuthorAgeFilesLines
* gr-vocoder: remove embedded codec2A. Maitland Bottoms2016-06-2591-32378/+0
|
* MSVC-specific fixes for compatibilitygnieboer2016-05-301-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 errorMarcus Müller2014-07-241-7/+7
|
* Merge branch 'maint'Johnathan Corgan2014-07-081-0/+4
|\
| * Windows compatibility fixesNicholas Corgan2014-07-071-0/+4
| | | | | | | | | | * Fixed usage of Windows thread-naming API, changed minimum Windows version * Fixed MSVC usage of isnan, round
* | vocoder: merge final codec2 updateA. Maitland Bottoms2014-05-2712-72/+217
|/
* codec2 library updateA. Maitland Bottoms2014-04-1677-1670/+26465
|
* vocoder: Fixed packing problem with Codec2, + GRC bindings, added exampleMartin Braun2014-03-071-0/+1
|
* vocoder: Fixes CID 1043299. Simple unitialized variable.Moritz Fischer2013-10-231-0/+1
| | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
* Fixing CID 1043296: Trivial UNINIT.Moritz Fischer2013-10-061-3/+3
| | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
* Fixing CID 1043300. Trivial UNINIT fix.Moritz Fischer2013-10-061-1/+1
| | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
* Fix header include directory orderingMichael Dickens2013-05-171-1/+1
|
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-1338-658/+658
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* Merge branch 'master' into nextJohnathan Corgan2011-12-112-2/+3
|\ | | | | | | | | | | Conflicts: config/lf_warnings.m4 volk/config/lf_warnings.m4
| * vocoder: fixed some unused vars warnings.Tom Rondeau2011-12-112-2/+3
| |
* | Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-082-127/+0
|/ | | | Nick Foster owes Nick Corgan a six-pack of beer!
* gr: the CMakeLists.txt took a chill pillJosh Blum2011-10-081-13/+13
|
* cmake: support for importing executables when doing cross buildJosh Blum2011-09-111-3/+7
|
* gr: tweaks to build cmake branch on osxJosh Blum2011-07-231-1/+0
|
* vocoder: added symbol visibility defines to gr-vocoder, builds on MSVC and linuxJosh Blum2011-07-211-3/+3
|
* vocoder: added cmake support for gr-vocoder (unix only)Josh Blum2011-07-211-0/+109
|
* gr-vocoder: distcheck fixesJohnathan Corgan2011-07-181-0/+5
|
* gr-vocoder: re-implemented gr-codec2-vocoder inside gr-vocoderJohnathan Corgan2011-07-1863-0/+7441