repo.or.cz
/
Rockbox.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Improved FPS test plugin: * Better precision for low frame rates (take extra ticks...
[Rockbox.git]
/
apps
/
codecs
/
SOURCES
blob
a93cb6c0cc7aa676f8d3facd8571d97bf27e1ff7
1
#if CONFIG_CODEC == SWCODEC
2
/* decoders */
3
vorbis.c
4
mpa.c
5
flac.c
6
wav.c
7
a52.c
8
mpc.c
9
wavpack.c
10
alac.c
11
wma.c
12
#if MEMORYSIZE > 1
13
aac.c
14
#endif
15
ape.c
16
shorten.c
17
aiff.c
18
speex.c
19
sid.c
20
adx.c
21
nsf.c
22
spc.c
23
#if defined(HAVE_RECORDING) && !defined(SIMULATOR)
24
/* encoders */
25
aiff_enc.c
26
mp3_enc.c
27
wav_enc.c
28
wavpack_enc.c
29
#endif
30
#endif
31