summaryrefslogtreecommitdiffstats
path: root/lib/rbcodec/test
AgeCommit message (Expand)AuthorFilesLines
2017-12-07Remove explicit 'enum codec_command_action' in codec APIMichael Sevakis1-3/+3
2016-03-18_BSD_SOURCE is deprecated, and we're supposed to use _DEFAULT_SOURCE now.Frank Gevaerts1-1/+1
2015-01-19Enable buflib and core_alloc for warble.Frank Gevaerts2-0/+15
2014-08-30Fix last warning for WarbleMichael Sevakis1-0/+2
2014-08-30Get the last errors I hope!Michael Sevakis3-1/+12
2014-03-03Fix more reds.Thomas Martitz1-11/+5
2014-03-03Fix various reds. Some includes needed fixup.Thomas Martitz2-2/+4
2013-07-06Enable setting of global output samplerate on certain targets.Michael Sevakis1-2/+3
2013-05-23Remove dsp_callback because DSP is now library code, not app code.Michael Sevakis1-1/+1
2013-05-05Purge the usage of DSP_SWITCH_FREQUENCY.Michael Sevakis1-1/+1
2013-04-25Properly implement volume in warble. dB cut only.Michael Sevakis1-8/+36
2013-04-26Make fixepoint.c as a shared library (libfixedpoint.a).Michael Sevakis1-1/+0
2013-04-15Straighten out the mad twisted state of sound.c and related areas.Michael Sevakis1-1/+1
2012-05-07rbcodec: abstract tdspeed buffer allocationNils Wallménius2-4/+0
2012-05-03rbcodec: Hooks for target specific functions in dsp_process loopMichael Sevakis1-6/+5
2012-05-03Add rbcodecplatform.h and rbcodecconfig.h.Sean Bartell4-11/+39
2012-05-02Delete unused stub functions.Nils Wallménius1-8/+0
2012-05-01Delete autoconf.h file in the warble source, one less headache.Nils Wallménius1-17/+0
2012-04-30Warble must have a call to dsp_init before setting options or using it.Michael Sevakis1-0/+3
2012-04-29Make rbcodec/dsp includes more specific.Michael Sevakis1-1/+1
2012-04-29Get warble building again.Michael Sevakis1-14/+34
2012-04-28rbcodec refactoring: get_audio_base_data_typeSean Bartell1-1/+1
2012-04-25Add codecs to librbcodec.Sean Bartell1-3/+2
2012-03-27Fix warble and clean up/refactor Makefile.Thomas Martitz1-13/+5
2012-03-18Build librbcodec with DSP and metadata.Sean Bartell2-43/+6
2012-03-04Re-add -DDEBUG to the warble makefileFrank Gevaerts1-1/+1
2012-03-03Remove standalone makefile. Use configure to buildFrank Gevaerts1-74/+0
2012-03-03Move includes of other makefiles around to make GCCFLAGS work properly.Frank Gevaerts1-2/+3
2012-03-03Integrate the warble tool in the regular build system.Frank Gevaerts3-0/+90
2012-03-03Add the warble test program.Sean Bartell3-0/+928