Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
7e891aa4d398b85c05c43eaa7792935f6df56a94
/
apps
/
plugins
/
mpegplayer
/
idct.c
f4b5a72
mpeg2dec in mpegplayer: Do a little code slashing and organizing. Much more to come I think.
by Michael Sevakis
· 18 years ago
6d6eb08
fix for the inline asm in CLIP on the gigabeat by Steve Gotthard (fs#6488). Turns out that gcc rearranged the ASM block without volatile
by Marcoen Hirschberg
· 18 years ago
d3f50ed
add a workaround for gigabeat crashes
by Marcoen Hirschberg
· 18 years ago
b888fb2
Do the clipping with inline asm instead of a huge lookup table. Tiny speedup, and saves ~7.5KB of IRAM.
by Jens Arnold
· 19 years ago
c9d6656
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.
by Dave Chapman
· 19 years ago