summaryrefslogtreecommitdiffstats
path: root/lib/rbcodec/test/SOURCES
AgeCommit message (Collapse)AuthorFilesLines
2023-10-01Remove structec API from codecsAidan MacDonald1-1/+0
Change-Id: I1e67582c0521e6354b0175a11fcf690ae40dbd88
2023-01-15buflib: Prep for multiple backend support, rename to buflib_mempoolAidan MacDonald1-1/+1
Rename the current buflib implementation to buflib_mempool. Change-Id: Iefdf74be1f7d8fcd19e6ce2289c3d1459b54d013
2022-11-15Fix last of red for strmemccpyWilliam Wilgus1-0/+1
Change-Id: I76c421d938a879e57018e3f9706edf77c03de1b5
2015-01-19Enable buflib and core_alloc for warble.Frank Gevaerts1-0/+3
Most of the work comes from http://gerrit.rockbox.org/r/#/c/1088/ by Thomas Jarosch. Change-Id: Iaa673dad2388d1e44fc95ffaa14bafadc6158101
2014-08-30Get the last errors I hope!Michael Sevakis1-1/+1
Change-Id: Ia285b95480cc9ac6494b745d80892c4b1b912341
2013-04-26Make fixepoint.c as a shared library (libfixedpoint.a).Michael Sevakis1-1/+0
Change-Id: Icc10d6e85f890c432f191233a4d64e09f00be43d Reviewed-on: http://gerrit.rockbox.org/456 Reviewed-by: Michael Sevakis <jethead71@rockbox.org> Tested-by: Michael Sevakis <jethead71@rockbox.org>
2012-05-07rbcodec: abstract tdspeed buffer allocationNils Wallménius1-2/+0
Move code dealing with rockbox specific buflib allocations into a rockbox specific file and implement buffer allocation with malloc/free for warble/stand alone lib. Based on patch by Sean Bartell. Change-Id: I8cb85dad5890fbd34c1bb26abbb89c0b0f6b55cf Reviewed-on: http://gerrit.rockbox.org/144 Tested-by: Nils Wallménius <nils@rockbox.org> Reviewed-by: Michael Sevakis <jethead71@rockbox.org> Reviewed-by: Nils Wallménius <nils@rockbox.org>
2012-03-18Build librbcodec with DSP and metadata.Sean Bartell1-41/+0
All associated files are moved to /lib/rbcodec. Change-Id: I572ddd2b8a996aae1e98c081d06b1ed356dce222
2012-03-03Integrate the warble tool in the regular build system.Frank Gevaerts1-0/+49
Only sdl app builds work properly for now. Change-Id: I7807d42f69b8577b401e48cdc63de71e54f49217