summaryrefslogtreecommitdiff
path: root/apps/plugins/mpegplayer/SOURCES
blob: cf1e54aff581de6a1698536acc4fbca196ea1900 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
alloc.c
decode.c
header.c
idct.c
motion_comp.c

#ifdef CPU_COLDFIRE
idct_coldfire.S
motion_comp_coldfire_c.c
motion_comp_coldfire_s.S
#elif defined CPU_ARM
#if ARM_ARCH >= 6
idct_armv6.S
#else
idct_arm.S
#endif
motion_comp_arm_c.c
motion_comp_arm_s.S
#else  /* other CPU or SIM */
motion_comp_c.c
#endif /* CPU_* */

slice.c
video_out_rockbox.c
video_thread.c
pcm_output.c
audio_thread.c
disk_buf.c
mpeg_settings.c
stream_mgr.c
mpegplayer.c
mpeg_parser.c
mpeg_misc.c