Rockbox Ports are now being developed for various digital audio players!
Hmm. Well I made a patch but I don't see much point starting a flyspray to uploade it - it does exactly what you'd expect, there's no video.
tar -xvjf rockbox-bleeding.tar.bz2 (Comment out line in mpegplayer.c)mkdir buildcd build../rockbox-bleeding/tools/configure (Select 22, and Normal Build)makemake zip
/usr/local/arm-elf/bin/arm-elf-gcc -vUsing built-in specs.Target: arm-elfConfigured with: ../gcc-4.0.3/configure --target=arm-elf --prefix=/usr/local/arm-elf --enable-languages=cThread model: singlegcc version 4.0.3
Again: Post a patch.
Essentially, "put up or shut up." People have tried reproducing what you say you've done, and cannot do it.
Both of those ideas are silly
How would one "accidentally" do such a thing as using the video decoder?
--- mpegplayer.c 2007-04-10 11:49:24.000000000 +1000+++ mpegplayer.c.old 2007-04-10 11:49:18.000000000 +1000@@ -924,3 +924,3 @@ static void video_thread(void) } else {- //vo_draw_frame(info->display_fbuf->buf);+ vo_draw_frame(info->display_fbuf->buf); skipcount = 0;
make use of RoLo, which shouldn't be functioning, to swap Rockbox.gigabeat
My assumption is that you've done something wrong
and happens to be rendering in the framebuffer format
--- mpegplayer.c.old   2007-04-10 11:49:18.000000000 +1000+++ mpegplayer.c     2007-04-10 11:49:24.000000000 +1000@@ -924,3 +924,3 @@ static void video_thread(void)         } else {-           vo_draw_frame(info->display_fbuf->buf);+           //vo_draw_frame(info->display_fbuf->buf);           skipcount = 0;
Page created in 0.108 seconds with 21 queries.