rockbox/lib/rbcodec/codecs
Solomon Peachy f886bfc572 misc: Address issues uncovered with GCC 16 + binutils 2.46 (1/N)
* Funky macro-based definitions for memchr and strstr
   which require an #undef before we use our own in codecs & plugins
 * Return value of of strstr is const

Still have several more warnings and link failure with some plugins
but this is a good start.

Change-Id: Ife1f2d3e6f0e0629e3125a9058abc39c6102f452
2026-05-01 22:50:14 -04:00
..
cRSID
demac
lib misc: Address issues uncovered with GCC 16 + binutils 2.46 (1/N) 2026-05-01 22:50:14 -04:00
liba52
libalac
libasap
libasf
libatrac
libayumi misc: Fix more build warnings uncovered with GCC15 and -Wunused-const-variable 2025-04-21 21:55:03 -04:00
libcook
libfaad arm: workaround to build Cortex-M7 targets with GCC 4.9 2025-04-19 13:16:36 -04:00
libffmpegFLAC flac: Fix build on Cowon D2. 2025-09-09 08:09:45 -04:00
libgme
libm4a Codecs: mp4: Fix possible glitch at the end of song 2025-04-20 13:43:15 +03:00
libmad plugins: clean up IRAM memory region definitions 2026-03-06 16:26:35 -05:00
libmusepack
libopus misc: Fix more build warnings uncovered with GCC15 and -Wunused-const-variable 2025-04-21 21:55:03 -04:00
libpcm
librm
libspc libspc: Temporarily disable problematic armv4 asm optimization 2025-09-21 15:39:35 -04:00
libspeex misc: Clean up a pile of -Wunused-const-variable warnings 2025-04-21 21:13:59 -04:00
libtremor firmware: refactor CACHEALIGN_BITS/SIZE defines 2026-03-06 14:49:00 +00:00
libtta codecs: disable incompatible ARM assembly for Cortex-M 2025-04-19 13:00:17 -04:00
libwavpack codecs: disable incompatible ARM assembly for Cortex-M 2025-04-19 13:00:17 -04:00
libwma cleanup: Get rid of erroneous execututable bit on various source files 2026-02-19 07:54:35 -05:00
libwmapro cleanup: Get rid of erroneous execututable bit on various source files 2026-02-19 07:54:35 -05:00
libwmavoice arm: Profile/variation detection improvements 2025-12-04 20:43:30 -05:00
a52.c
a52_rm.c
aac.c
aac_bsf.c
adx.c
aiff.c
aiff_enc.c
alac.c
ape.c
asap.c
atrac3_oma.c
atrac3_rm.c
au.c
ay.c
codec_crt0.c Add support for -fstack-protector in native builds 2026-04-21 21:16:28 -04:00
codecs.h Add panicf to plugin and codec API 2026-04-21 19:04:25 -04:00
codecs.make make: allow building flat binary plugins on USE_ELF targets (attempt 2) 2026-02-04 16:45:25 +00:00
cook.c
flac.c
gbs.c
hes.c
kss.c
mod.c
mp3_enc.c
mpa.c Codecs: mp3: Move strip tags to codec 2025-05-26 10:59:56 -04:00
mpc.c
nsf.c
opus.c
raac.c
sgc.c
shorten.c
sid.c SID: Don't uselessly upconvert from 16bpp mono to 28bpp stereo 2025-09-02 20:19:22 -04:00
smaf.c
SOURCES
spc.c
speex.c
tta.c
vgm.c
vorbis.c
vox.c
vtx.c
wav.c
wav64.c
wav_enc.c
wavpack.c
wavpack_enc.c
wma.c
wmapro.c
wmavoice.c