forked from len0rd/rockbox
Initial commit of work-in-progress MPEG video player plugin based on libmpeg2. Works on all targets with colour LCDs, but most optimised for the ipod Color/Photo and Nano. It currently only plays raw MPEG-1 or MPEG-2 video streams (no audio). Also adds a new lcd_yuv_blit() function to the plugin API - currently only implemented for the ipod Color/Photo and Nano.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10479 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
754e173c25
commit
c9d66562af
27 changed files with 6457 additions and 2 deletions
10
apps/plugins/mpegplayer/SOURCES
Normal file
10
apps/plugins/mpegplayer/SOURCES
Normal file
|
@ -0,0 +1,10 @@
|
|||
alloc.c
|
||||
cpu_accel.c
|
||||
cpu_state.c
|
||||
decode.c
|
||||
header.c
|
||||
idct.c
|
||||
motion_comp.c
|
||||
slice.c
|
||||
video_out_rockbox.c
|
||||
mpegplayer.c
|
Loading…
Add table
Add a link
Reference in a new issue