summaryrefslogtreecommitdiff
path: root/gr-vocoder/lib
Commit message (Collapse)AuthorAgeFilesLines
...
| * Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-0719-19/+19
| | | | | | | | 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).
* | build: adds an ENABLE_STATIC_LIB option to cmake to build static (.a) ↵Tom Rondeau2014-06-281-0/+13
| | | | | | | | versions of the libraries.
* | vocoder: merge final codec2 updateA. Maitland Bottoms2014-05-2713-73/+218
|/
* Merge branch 'merge-codec2-update'Johnathan Corgan2014-04-2183-1702/+26556
|\
| * Bring codec2 up to the latest version, and add support for all six bit rates.Clayton Smith2014-04-166-32/+91
| |
| * codec2 library updateA. Maitland Bottoms2014-04-1677-1670/+26465
| |
* | vocoder: use system libraries for libgsm and codec2, if foundA. Maitland Bottoms2014-04-181-2/+72
|/
* vocoder: Fixed GSM GRC bindings and improved docs, provided exampleMartin Braun2014-03-071-1/+1
|
* vocoder: Fixed packing problem with Codec2, + GRC bindings, added exampleMartin Braun2014-03-075-10/+51
|
* 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-173-3/+3
|
* vocoder: moved include dir to gnuradio/vocoderJohnathan Corgan2013-04-3016-16/+16
|
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-2916-64/+64
|
* gruel: moved gruel into subdirs of gnuradio-runtime.Tom Rondeau2013-04-011-1/+0
| | | | PMTs are handled slightly different and are installed into their own module and include dir.
* runtime: migrate remaining gnuradio-core contents into gnuradio-runtimeJohnathan Corgan2013-03-261-2/+2
|
* Merge branch 'master' into nextTom Rondeau2013-03-131-1/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-audio/lib/CMakeLists.txt gr-blocks/include/blocks/CMakeLists.txt gr-blocks/include/blocks/socket_pdu.h gr-blocks/lib/CMakeLists.txt gr-blocks/swig/blocks_swig.i gr-comedi/src/CMakeLists.txt gr-howto-write-a-block/lib/CMakeLists.txt gr-noaa/lib/CMakeLists.txt gr-qtgui/lib/CMakeLists.txt gr-uhd/lib/CMakeLists.txt gr-vocoder/lib/CMakeLists.txt gr-wavelet/lib/CMakeLists.txt
| * log: replacing log4cxx with log4cpp.Tom Rondeau2013-03-131-3/+3
| |
* | Merge branch 'master' into nextTom Rondeau2013-03-052-0/+47
|\| | | | | | | | | | | | | | | Conflicts: gr-atsc/src/lib/CMakeLists.txt gr-noaa/lib/CMakeLists.txt gr-trellis/src/lib/CMakeLists.txt gr-video-sdl/src/CMakeLists.txt
| * Added Windows DLL resource filesNicholas Corgan2013-03-052-0/+47
| |
* | Merge branch 'master' into nextTom Rondeau2013-03-031-0/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/CMakeLists.txt gnuradio-core/gnuradio-core.conf gnuradio-core/src/lib/filter/gr_fir_sysconfig_x86.cc gnuradio-core/src/lib/runtime/runtime.i gr-atsc/src/lib/CMakeLists.txt gr-audio/lib/CMakeLists.txt gr-comedi/src/CMakeLists.txt gr-digital/lib/CMakeLists.txt gr-howto-write-a-block/CMakeLists.txt gr-howto-write-a-block/lib/CMakeLists.txt gr-noaa/lib/CMakeLists.txt gr-qtgui/lib/CMakeLists.txt gr-trellis/src/lib/CMakeLists.txt gr-uhd/lib/CMakeLists.txt gr-video-sdl/src/CMakeLists.txt gr-vocoder/lib/CMakeLists.txt gr-wavelet/lib/CMakeLists.txt
| * Merge branch 'master' into gr_logTom Rondeau2013-03-011-2/+3
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cmake/Modules/GrMiscUtils.cmake docs/doxygen/other/main_page.dox gnuradio-core/gnuradio-core.conf.in gnuradio-core/src/lib/swig/CMakeLists.txt gr-digital/lib/CMakeLists.txt gr-howto-write-a-block/CMakeLists.txt gr-qtgui/lib/CMakeLists.txt gr-video-sdl/src/CMakeLists.txt
| * | Fixing up the gr-log capabilities.Tom Rondeau2012-06-081-0/+4
| | | | | | | | | | | | Better handling of enable/disable function, easier integration with all components if log4cxx is or is not there. All components have been updated to be able to use logging. Docs update, too.
* | | ctrlport: allowing all components to use ControlPort.Tom Rondeau2013-03-011-0/+1
| | |
* | | Merge branch 'next' of gnuradio.org:gnuradio into nextTom Rondeau2013-01-071-2/+3
|\ \ \ | | |/ | |/|
| * | Tweak INCLUDE dirs such that INCLUDE_DIRECTORIES and LINK_DIRECTORIES are ↵Michael L Dickens2013-01-011-2/+3
| |/ | | | | | | ordered as: internal build and source for this component, other components (internal build and source, or already installed), non-project non-system dependencies (e.g., Qt, Boost, Python), system dependencies (e.g., CoreAudio).
* / vocoder: converting to private impl format.Tom Rondeau2013-01-0649-1429/+2290
|/
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-1372-865/+865
| | | | | | 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-088-308/+0
|/ | | | Nick Foster owes Nick Corgan a six-pack of beer!
* the librariesJosh Blum2011-10-231-8/+1
|
* vocoder: fixed signed/unsigned warning.Tom Rondeau2011-10-201-2/+2
|
* gr: the CMakeLists.txt took a chill pillJosh Blum2011-10-084-29/+29
|
* cmake: support for importing executables when doing cross buildJosh Blum2011-09-111-3/+7
|
* vocoder: updated cmake build for new blocks (also fixed some tests)Josh Blum2011-07-231-1/+7
|
* Merge branch 'next' of gnuradio.org:gnuradio into nextJosh Blum2011-07-237-1/+493
|\ | | | | | | | | 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-223-0/+164
| |
| * gr-vocoder: added G.723 24K ADPCM encoder, decoder, and audio loopback exampleJohnathan Corgan2011-07-223-0/+164
| |
| * gr-vocoder: added G.721 32K ADPCM encoder, decoder, and audio loopback exampleJohnathan Corgan2011-07-223-1/+165
| |
* | 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-212-4/+3
| |
* | vocoder: added cmake support for gr-vocoder (unix only)Josh Blum2011-07-214-0/+256
|/
* gr-vocoder: adds alaw encoder, decoder, and audio loopback exampleJohnathan Corgan2011-07-193-0/+130
|
* gr-vocoder: adds ulaw encoder, decoder, and audio loopback exampleJohnathan Corgan2011-07-193-1/+131
|
* gr-vocoder: moved g72x out of gnuradio-core, renamed g7xxJohnathan Corgan2011-07-1912-1/+1887
|
* gr-vocoder: distcheck fixesJohnathan Corgan2011-07-181-0/+5
|
* gr-vocoder: re-implemented gr-codec2-vocoder inside gr-vocoderJohnathan Corgan2011-07-1866-1/+7592
|
* gr-vocoder: re-implemented gr-cvsd-vocoder in gr-vocoderJohnathan Corgan2011-07-183-0/+384
|