summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'next' of gnuradio.org:gnuradio into nextJosh Blum2011-07-2331-5/+1233
|\ | | | | | | | | Conflicts: gr-trellis/src/lib/trellis_constellation_metrics_cf.cc
| * gr-vocoder: added G.723 40K ADPCM encoder, decoder, and audio loopback exampleJohnathan Corgan2011-07-2214-0/+415
| |
| * gr-vocoder: added G.723 24K ADPCM encoder, decoder, and audio loopback exampleJohnathan Corgan2011-07-2212-0/+407
| |
| * gr-vocoder: added G.721 32K ADPCM encoder, decoder, and audio loopback exampleJohnathan Corgan2011-07-2213-3/+411
| |
| * Merge branch 'next' of gnuradio.org:gnuradio into nextTom Rondeau2011-07-2039-16/+823
| |\
| * | trellis: fixed bug in trellis constellation metrics on when to include config.h.Tom Rondeau2011-07-201-3/+1
| | |
* | | gr: tweaks to build cmake branch on osxJosh Blum2011-07-234-6/+12
| | |
* | | volk: make volk a gr component in the top levelJosh Blum2011-07-223-6/+31
| | |
* | | uhd: also setup uhd library linking for swigJosh Blum2011-07-221-2/+2
| | |
* | | trellis: added symbol visibility defines to gr-trellis, builds on MSVC and linuxJosh Blum2011-07-2220-47/+95
| | |
* | | cmake: generate shell script for each test because its nicer to diagnose ↵Josh Blum2011-07-221-3/+22
| | | | | | | | | | | | problems
* | | volk: fix bug in finding machines by using absolute pathJosh Blum2011-07-221-1/+1
| | |
* | | volk: modified cmake pkgconfig to look for Orc > 0.4.11Nick Foster2011-07-221-1/+1
| | |
* | | Volk: add in mutex capability to archs.xml. Turns out some compilers can do ↵Nick Foster2011-07-223-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 Blum2011-07-2242-142/+202
| | | | | | | | | | | | and vocoder to be consistent
* | | vocoder: added symbol visibility defines to gr-vocoder, builds on MSVC and linuxJosh Blum2011-07-2116-37/+78
| | |
* | | digital: added symbol visibility defines to gr-digital, builds on MSVC and linuxJosh Blum2011-07-2112-43/+96
| | |
* | | vocoder: added cmake support for gr-vocoder (unix only)Josh Blum2011-07-2110-0/+502
| | |
* | | digital: added cmake support for gr-digital (unix only)Josh Blum2011-07-208-2/+342
| | |
* | | gr: squashed cmakelists.txt into one commitJosh Blum2011-07-20110-3/+8127
| | |
* | | core: API declaration macros for core class and function symbolsJosh Blum2011-07-20334-851/+1238
| | |
* | | core: declare erf in case it was missing in math.h and provided for by the ↵Josh Blum2011-07-201-0/+3
| | | | | | | | | | | | build system
* | | gr: replaced uses of snprintf with boost format in common code build by MSVCJosh Blum2011-07-201-3/+3
| | |
* | | core: removed files that included <strings.h>Josh Blum2011-07-203-3/+0
| | |
* | | gruel: support for windows API set realtime schedulingJosh Blum2011-07-201-0/+32
| | |
* | | gruel: API declaration macros for gruel class and function symbolsJosh Blum2011-07-2019-226/+286
| | |
* | | volk: snagged the volk changes from cmake branchJosh Blum2011-07-204-2/+12
| | |
* | | core: removed uses of c99 dynamic arrays for MSVC compileJosh Blum2011-07-203-8/+11
| | |
* | | gr: replaced uses of snprintf with boost format in common code build by MSVCJosh Blum2011-07-204-28/+27
| | |
* | | core: hack needed for gri wisdom on windows because you cant pass file ↵Josh Blum2011-07-201-0/+13
| | | | | | | | | | | | descriptors across library boundaries
* | | core: use gendir envvar to optionally generate makfile.gen into the build dirJosh Blum2011-07-201-1/+1
| | |
* | | core: added missing io.h includes on cc filesJosh Blum2011-07-204-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 filesJosh Blum2011-07-208-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 exampleJohnathan Corgan2011-07-1914-0/+401
| |
* | gr-vocoder: adds ulaw encoder, decoder, and audio loopback exampleJohnathan Corgan2011-07-1914-5/+406
| |
* | gr-vocoder: moved g72x out of gnuradio-core, renamed g7xxJohnathan Corgan2011-07-1915-7/+7
| |
* | Merge branch 'master' into nextJohnathan Corgan2011-07-193-4/+9
|\ \ | |/ |/|
| * volk: fix whitespace in Python scriptMoritz Fischer2011-07-191-2/+2
| |
| * audio: fixing alsa source like we did for alsa sink before.Tom Rondeau2011-07-101-1/+7
| |
| * Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau2011-07-10184-2473/+3574
| |\
| * | qtgui: missed this when updating time info.Tom Rondeau2011-07-101-1/+0
| | |
* | | gr-vocoder: distcheck fixesJohnathan Corgan2011-07-181-0/+5
| | |
* | | gnuradio-examples: removed digital_voice examplesJohnathan Corgan2011-07-186-161/+0
| | |
* | | gr-vocoder: removed gr-codec2-vocoderJohnathan Corgan2011-07-1882-8724/+0
| | |
* | | gr-vocoder: re-implemented gr-codec2-vocoder inside gr-vocoderJohnathan Corgan2011-07-1878-3/+7855
| | |
* | | Merge remote branch 'ttsou/codec2' into wip/vocodersJohnathan Corgan2011-07-1882-0/+8724
|\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: config/Makefile.am configure.ac
| * | | vocoder: codec2: add block for David Rowe's Codec2Thomas Tsou2011-07-0782-0/+8724
| | | |
* | | | gr-cvsd-vocoder: removed from treeJohnathan Corgan2011-07-1821-1458/+0
| | | |
* | | | gr-vocoder: re-implemented gr-cvsd-vocoder in gr-vocoderJohnathan Corgan2011-07-1819-7/+1113
| | | |
* | | | gr-gsm-fr-vocoder: removed from treeJohnathan Corgan2011-07-1849-6303/+0
| | | |