1b8e3801b2
Synchronised with opus repo on github (https://github.com/freqmod/rockbox-opus) Status: * Seeking ported from speex, but fails on some cases (e.g. seek to granule 0) * ReplayGain parsing needs to be reworked, we do vorbis-style replaygain now. http://wiki.xiph.org/OggOpus#Comment_Header explicitly forbids these in favour of R128_TRACK_GAIN tag. * No optimisation yet, source files still nearly identical to opus upstream * Multi-stream opus files may not be parsed correctly Change-Id: Ia66f1027dc1d288083e3c57b2816700078376f9a Reviewed-on: http://gerrit.rockbox.org/300 Reviewed-by: Bertrik Sikken <bertrik@sikken.nl> Tested-by: Bertrik Sikken <bertrik@sikken.nl>
55 lines
450 B
Text
55 lines
450 B
Text
/* decoders */
|
|
|
|
opus.c
|
|
vorbis.c
|
|
mpa.c
|
|
flac.c
|
|
wav.c
|
|
a52.c
|
|
wavpack.c
|
|
#ifndef RB_PROFILE
|
|
alac.c
|
|
#endif
|
|
cook.c
|
|
raac.c
|
|
a52_rm.c
|
|
atrac3_rm.c
|
|
atrac3_oma.c
|
|
mpc.c
|
|
wma.c
|
|
sid.c
|
|
ape.c
|
|
asap.c
|
|
aac.c
|
|
spc.c
|
|
mod.c
|
|
shorten.c
|
|
aiff.c
|
|
speex.c
|
|
adx.c
|
|
smaf.c
|
|
au.c
|
|
vox.c
|
|
wav64.c
|
|
tta.c
|
|
wmapro.c
|
|
ay.c
|
|
gbs.c
|
|
hes.c
|
|
nsf.c
|
|
sgc.c
|
|
vgm.c
|
|
#if MEMORYSIZE > 2
|
|
kss.c
|
|
#endif
|
|
|
|
#ifdef HAVE_RECORDING
|
|
|
|
/* encoders */
|
|
|
|
aiff_enc.c
|
|
mp3_enc.c
|
|
wav_enc.c
|
|
wavpack_enc.c
|
|
|
|
#endif /* HAVE_RECORDING */
|