index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
rbcodec
/
test
Age
Commit message (
Expand
)
Author
2017-12-07
Remove explicit 'enum codec_command_action' in codec API
Michael Sevakis
2016-03-18
_BSD_SOURCE is deprecated, and we're supposed to use _DEFAULT_SOURCE now.
Frank Gevaerts
2015-01-19
Enable buflib and core_alloc for warble.
Frank Gevaerts
2014-08-30
Fix last warning for Warble
Michael Sevakis
2014-08-30
Get the last errors I hope!
Michael Sevakis
2014-03-03
Fix more reds.
Thomas Martitz
2014-03-03
Fix various reds. Some includes needed fixup.
Thomas Martitz
2013-07-06
Enable setting of global output samplerate on certain targets.
Michael Sevakis
2013-05-23
Remove dsp_callback because DSP is now library code, not app code.
Michael Sevakis
2013-05-05
Purge the usage of DSP_SWITCH_FREQUENCY.
Michael Sevakis
2013-04-25
Properly implement volume in warble. dB cut only.
Michael Sevakis
2013-04-26
Make fixepoint.c as a shared library (libfixedpoint.a).
Michael Sevakis
2013-04-15
Straighten out the mad twisted state of sound.c and related areas.
Michael Sevakis
2012-05-07
rbcodec: abstract tdspeed buffer allocation
Nils Wallménius
2012-05-03
rbcodec: Hooks for target specific functions in dsp_process loop
Michael Sevakis
2012-05-03
Add rbcodecplatform.h and rbcodecconfig.h.
Sean Bartell
2012-05-02
Delete unused stub functions.
Nils Wallménius
2012-05-01
Delete autoconf.h file in the warble source, one less headache.
Nils Wallménius
2012-04-30
Warble must have a call to dsp_init before setting options or using it.
Michael Sevakis
2012-04-29
Make rbcodec/dsp includes more specific.
Michael Sevakis
2012-04-29
Get warble building again.
Michael Sevakis
2012-04-28
rbcodec refactoring: get_audio_base_data_type
Sean Bartell
2012-04-25
Add codecs to librbcodec.
Sean Bartell
2012-03-27
Fix warble and clean up/refactor Makefile.
Thomas Martitz
2012-03-18
Build librbcodec with DSP and metadata.
Sean Bartell
2012-03-04
Re-add -DDEBUG to the warble makefile
Frank Gevaerts
2012-03-03
Remove standalone makefile. Use configure to build
Frank Gevaerts
2012-03-03
Move includes of other makefiles around to make GCCFLAGS work properly.
Frank Gevaerts
2012-03-03
Integrate the warble tool in the regular build system.
Frank Gevaerts
2012-03-03
Add the warble test program.
Sean Bartell