Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'next' of gnuradio.org:gnuradio into next | Josh Blum | 2011-07-23 | 31 | -5/+1233 |
|\ | | | | | | | | | Conflicts: gr-trellis/src/lib/trellis_constellation_metrics_cf.cc | ||||
| * | gr-vocoder: added G.723 40K ADPCM encoder, decoder, and audio loopback example | Johnathan Corgan | 2011-07-22 | 14 | -0/+415 |
| | | |||||
| * | gr-vocoder: added G.723 24K ADPCM encoder, decoder, and audio loopback example | Johnathan Corgan | 2011-07-22 | 12 | -0/+407 |
| | | |||||
| * | gr-vocoder: added G.721 32K ADPCM encoder, decoder, and audio loopback example | Johnathan Corgan | 2011-07-22 | 13 | -3/+411 |
| | | |||||
| * | Merge branch 'next' of gnuradio.org:gnuradio into next | Tom Rondeau | 2011-07-20 | 39 | -16/+823 |
| |\ | |||||
| * | | trellis: fixed bug in trellis constellation metrics on when to include config.h. | Tom Rondeau | 2011-07-20 | 1 | -3/+1 |
| | | | |||||
* | | | gr: tweaks to build cmake branch on osx | Josh Blum | 2011-07-23 | 4 | -6/+12 |
| | | | |||||
* | | | volk: make volk a gr component in the top level | Josh Blum | 2011-07-22 | 3 | -6/+31 |
| | | | |||||
* | | | uhd: also setup uhd library linking for swig | Josh Blum | 2011-07-22 | 1 | -2/+2 |
| | | | |||||
* | | | trellis: added symbol visibility defines to gr-trellis, builds on MSVC and linux | Josh Blum | 2011-07-22 | 20 | -47/+95 |
| | | | |||||
* | | | cmake: generate shell script for each test because its nicer to diagnose ↵ | Josh Blum | 2011-07-22 | 1 | -3/+22 |
| | | | | | | | | | | | | problems | ||||
* | | | volk: fix bug in finding machines by using absolute path | Josh Blum | 2011-07-22 | 1 | -1/+1 |
| | | | |||||
* | | | volk: modified cmake pkgconfig to look for Orc > 0.4.11 | Nick Foster | 2011-07-22 | 1 | -1/+1 |
| | | | |||||
* | | | Volk: add in mutex capability to archs.xml. Turns out some compilers can do ↵ | Nick Foster | 2011-07-22 | 3 | -1/+23 |
| | | | | | | | | | | | | both 32-bit and 64-bit compilations, and this breaks Volk. Only works in CMake right now. | ||||
* | | | gr: added API macros for noaa and pager, also renamed the ones for digital ↵ | Josh Blum | 2011-07-22 | 42 | -142/+202 |
| | | | | | | | | | | | | and vocoder to be consistent | ||||
* | | | vocoder: added symbol visibility defines to gr-vocoder, builds on MSVC and linux | Josh Blum | 2011-07-21 | 16 | -37/+78 |
| | | | |||||
* | | | digital: added symbol visibility defines to gr-digital, builds on MSVC and linux | Josh Blum | 2011-07-21 | 12 | -43/+96 |
| | | | |||||
* | | | vocoder: added cmake support for gr-vocoder (unix only) | Josh Blum | 2011-07-21 | 10 | -0/+502 |
| | | | |||||
* | | | digital: added cmake support for gr-digital (unix only) | Josh Blum | 2011-07-20 | 8 | -2/+342 |
| | | | |||||
* | | | gr: squashed cmakelists.txt into one commit | Josh Blum | 2011-07-20 | 110 | -3/+8127 |
| | | | |||||
* | | | core: API declaration macros for core class and function symbols | Josh Blum | 2011-07-20 | 334 | -851/+1238 |
| | | | |||||
* | | | core: declare erf in case it was missing in math.h and provided for by the ↵ | Josh Blum | 2011-07-20 | 1 | -0/+3 |
| | | | | | | | | | | | | build system | ||||
* | | | gr: replaced uses of snprintf with boost format in common code build by MSVC | Josh Blum | 2011-07-20 | 1 | -3/+3 |
| | | | |||||
* | | | core: removed files that included <strings.h> | Josh Blum | 2011-07-20 | 3 | -3/+0 |
| | | | |||||
* | | | gruel: support for windows API set realtime scheduling | Josh Blum | 2011-07-20 | 1 | -0/+32 |
| | | | |||||
* | | | gruel: API declaration macros for gruel class and function symbols | Josh Blum | 2011-07-20 | 19 | -226/+286 |
| | | | |||||
* | | | volk: snagged the volk changes from cmake branch | Josh Blum | 2011-07-20 | 4 | -2/+12 |
| | | | |||||
* | | | core: removed uses of c99 dynamic arrays for MSVC compile | Josh Blum | 2011-07-20 | 3 | -8/+11 |
| | | | |||||
* | | | gr: replaced uses of snprintf with boost format in common code build by MSVC | Josh Blum | 2011-07-20 | 4 | -28/+27 |
| | | | |||||
* | | | core: hack needed for gri wisdom on windows because you cant pass file ↵ | Josh Blum | 2011-07-20 | 1 | -0/+13 |
| | | | | | | | | | | | | descriptors across library boundaries | ||||
* | | | core: use gendir envvar to optionally generate makfile.gen into the build dir | Josh Blum | 2011-07-20 | 1 | -1/+1 |
| | | | |||||
* | | | core: added missing io.h includes on cc files | Josh Blum | 2011-07-20 | 4 | -0/+14 |
| | | | | | | | | | | | | | | | | | | Added to the cc files which were missing io.h and required compatibility declarations in io.h to compile. Applies to compiling under MSVC with cmake work branch. | ||||
* | | | core: added missing config.h includes on cc files | Josh Blum | 2011-07-20 | 8 | -0/+30 |
| |/ |/| | | | | | | | | | Added to the cc files which were missing config.h and required compatibility functions defined in config.h. Applies to compiling under MSVC with cmake work branch. | ||||
* | | gr-vocoder: adds alaw encoder, decoder, and audio loopback example | Johnathan Corgan | 2011-07-19 | 14 | -0/+401 |
| | | |||||
* | | gr-vocoder: adds ulaw encoder, decoder, and audio loopback example | Johnathan Corgan | 2011-07-19 | 14 | -5/+406 |
| | | |||||
* | | gr-vocoder: moved g72x out of gnuradio-core, renamed g7xx | Johnathan Corgan | 2011-07-19 | 15 | -7/+7 |
| | | |||||
* | | Merge branch 'master' into next | Johnathan Corgan | 2011-07-19 | 3 | -4/+9 |
|\ \ | |/ |/| | |||||
| * | volk: fix whitespace in Python script | Moritz Fischer | 2011-07-19 | 1 | -2/+2 |
| | | |||||
| * | audio: fixing alsa source like we did for alsa sink before. | Tom Rondeau | 2011-07-10 | 1 | -1/+7 |
| | | |||||
| * | Merge branch 'master' of gnuradio.org:gnuradio | Tom Rondeau | 2011-07-10 | 184 | -2473/+3574 |
| |\ | |||||
| * | | qtgui: missed this when updating time info. | Tom Rondeau | 2011-07-10 | 1 | -1/+0 |
| | | | |||||
* | | | gr-vocoder: distcheck fixes | Johnathan Corgan | 2011-07-18 | 1 | -0/+5 |
| | | | |||||
* | | | gnuradio-examples: removed digital_voice examples | Johnathan Corgan | 2011-07-18 | 6 | -161/+0 |
| | | | |||||
* | | | gr-vocoder: removed gr-codec2-vocoder | Johnathan Corgan | 2011-07-18 | 82 | -8724/+0 |
| | | | |||||
* | | | gr-vocoder: re-implemented gr-codec2-vocoder inside gr-vocoder | Johnathan Corgan | 2011-07-18 | 78 | -3/+7855 |
| | | | |||||
* | | | Merge remote branch 'ttsou/codec2' into wip/vocoders | Johnathan Corgan | 2011-07-18 | 82 | -0/+8724 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: config/Makefile.am configure.ac | ||||
| * | | | vocoder: codec2: add block for David Rowe's Codec2 | Thomas Tsou | 2011-07-07 | 82 | -0/+8724 |
| | | | | |||||
* | | | | gr-cvsd-vocoder: removed from tree | Johnathan Corgan | 2011-07-18 | 21 | -1458/+0 |
| | | | | |||||
* | | | | gr-vocoder: re-implemented gr-cvsd-vocoder in gr-vocoder | Johnathan Corgan | 2011-07-18 | 19 | -7/+1113 |
| | | | | |||||
* | | | | gr-gsm-fr-vocoder: removed from tree | Johnathan Corgan | 2011-07-18 | 49 | -6303/+0 |
| | | | |