Search found 12 matches

by mickfromperth
Mon Dec 10, 2007 2:15 pm
Forum: PS3 Development
Topic: The hunt for HV's FIFO/Push buffer...
Replies: 463
Views: 714754

OK. I've done some basic research. Xine "calls" it's YUYV YUY2. But they are one in the same. This I take from the following url: --- http://www.fourcc.org/yuv.php --- Xinelib has a "xine-utils" package which includes a file called color.c. Inside color.c are the following conve...
by mickfromperth
Thu Dec 06, 2007 10:34 pm
Forum: PS3 Development
Topic: The hunt for HV's FIFO/Push buffer...
Replies: 463
Views: 714754

OK. I've done some basic research. Xine "calls" it's YUYV YUY2. But they are one in the same. This I take from the following url: --- http://www.fourcc.org/yuv.php --- Xinelib has a "xine-utils" package which includes a file called color.c. Inside color.c are the following conver...
by mickfromperth
Thu Dec 06, 2007 12:45 pm
Forum: PS3 Development
Topic: The hunt for HV's FIFO/Push buffer...
Replies: 463
Views: 714754

Hi Glaurung. I've raised the YV12 issue with xine-devel. I'll let you know how that pans out.

Either way, would spu-media-lib be a better place for this type of activity (using the spu's instead of CPU?)?

Mick
by mickfromperth
Wed Dec 05, 2007 11:54 pm
Forum: PS3 Development
Topic: The hunt for HV's FIFO/Push buffer...
Replies: 463
Views: 714754

@Glaurung: Sorry for the delay, I've had a busy week. Was planning on testing your suggested code change tonight and now this... I'm using the latest standard ubuntu ppc kernel: --- mick@mick-desktop:~$ uname -r 2.6.22-14-cell --- fb is set to: --- mick@mick-desktop:~$ ps3videomode 136 --- (50 hZ 72...
by mickfromperth
Fri Nov 30, 2007 10:36 pm
Forum: PS3 Development
Topic: The hunt for HV's FIFO/Push buffer...
Replies: 463
Views: 714754

Hi Everyone. wow it is exciting to watch you guys explore the ps3 capabilities! Glaurung, I had the xorg driver compile and installed (although I didn't really test it other than load X). And I've just installed your kernal model (everything seemed to compile and install OK). And installed the new x...
by mickfromperth
Mon Nov 26, 2007 10:48 pm
Forum: spu-medialib
Topic: Installing the Mplayer vo PS3
Replies: 85
Views: 160408

TIP

One TIP I needed to find an error for the following mplayer output: --- "spu_create(): No such file or directory" --- Resolution was to follow this URL: http://209.85.173.104/search?q=cache:C9iHN9XaoXYJ:blaagg.tadkom.net/2007/08/+%22spu_create():+No+such+file+or+directory%22&hl=en&...
by mickfromperth
Mon Nov 26, 2007 7:40 pm
Forum: spu-medialib
Topic: installation of spu-media lib
Replies: 11
Views: 43930

installation of spu-media lib [solved]

Cheers for that. Make and make install now work. now on the plyaing with something which uses it ;-).

mick
by mickfromperth
Sun Nov 25, 2007 11:02 pm
Forum: spu-medialib
Topic: installation of spu-media lib
Replies: 11
Views: 43930

Hi panu, No. I hadn't. I don't have a developer background and to be honest I'm not really sure what that output ("--build vs --host") refered to. I have now tried to use --host but not knowing how it's used I may be braking it more... I've tried both host=ppc and --host=powerepc and the ....
by mickfromperth
Sat Nov 24, 2007 2:37 pm
Forum: spu-medialib
Topic: installation of spu-media lib
Replies: 11
Views: 43930

Thanks. I upgraded to 2.2.80. it looks like my first workaround to the libspe2 issue was good enough. As now, with the latest libspe2, I get the same error as before.. --- checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for LIBSPE2... yes ...
by mickfromperth
Fri Nov 23, 2007 5:37 pm
Forum: spu-medialib
Topic: installation of spu-media lib
Replies: 11
Views: 43930

Thanks but no thats not it... --- mick@mick-desktop:~/build/spu-medialib$ ls -lah /usr/lib/libspe2.so lrwxrwxrwx 1 root root 12 2007-11-20 20:36 /usr/lib/libspe2.so -> libspe2.so.2 mick@mick-desktop:~/build/spu-medialib$ ls -lah /usr/lib/libspe2.so.2 lrwxrwxrwx 1 root root 16 2007-11-20 20:36 /usr/l...
by mickfromperth
Fri Nov 23, 2007 2:57 pm
Forum: spu-medialib
Topic: installation of spu-media lib
Replies: 11
Views: 43930

Ok. Combiled and installed libps3fb from svn. Then, following the instrcutions on this page: http://wiki.ps2dev.org/ps3:spu-medialib:install I get to this step: spu-medialib #./configure --prefix /usr And here is the output.. --- mick@mick-desktop:~/build/spu-medialib$ ./configure --prefix /usr ... ...
by mickfromperth
Thu Nov 22, 2007 9:10 pm
Forum: spu-medialib
Topic: installation of spu-media lib
Replies: 11
Views: 43930

installation of spu-media lib

OK. Just to be clear: when I install linux on my ps3, I still require the "ps3toolchain" to be installed before I can compile spu-medialib? I get the impression from ooPo's comments on this page: http://forums.ps2dev.org/viewtopic.php?t=8494&start=90 that if your running on a ps3 alrea...