Search found 7 matches

by panu
Sun Dec 09, 2007 7:36 pm
Forum: spu-medialib
Topic: How to help developement?
Replies: 3
Views: 18344

For some reason I can't connect to freenode irc network. It seems like my most used domain (University of Jyväskylä) is filtered out and thus unable to connect. Maybe I have to test with machines from other domains as well. :)

--
Panu
by panu
Fri Nov 30, 2007 4:33 am
Forum: spu-medialib
Topic: How to help developement?
Replies: 3
Views: 18344

How to help developement?

I would like to help the spu-medialib development as more volunteers were asked. Its probably stated somewhere but how to get hold for svn account. Or should I start by contributing patches? I have studied little how to move some of the work done in H264 decoding to SPUs (no actual work done yet). A...
by panu
Mon Nov 26, 2007 3:03 am
Forum: spu-medialib
Topic: installation of spu-media lib
Replies: 11
Views: 44033

Hmm.. Not sure if this is due the include problem, but you could try to change
one include line in draw_rect.c and draw_rect.h. In those files there are probably lines stating

Code: Select all

#include <spu-medialib/data_2d.h>
Try to change them to

Code: Select all

#include "data_2d.h"
by panu
Sun Nov 25, 2007 7:35 pm
Forum: spu-medialib
Topic: installation of spu-media lib
Replies: 11
Views: 44033

Have you tried --host instead of --build like the configure is suggesting?
by panu
Fri Nov 23, 2007 2:37 am
Forum: spu-medialib
Topic: installation of spu-media lib
Replies: 11
Views: 44033

Spu-medialib requires compiler for spu and without it you cant make the library. If you have spe-elf-gcc or spu-gcc you should have the correct environment doing the compilation otherwise you have to install toolchain.

What kind of problem you are having with spu-medialib?
by panu
Wed Nov 21, 2007 1:42 am
Forum: spu-medialib
Topic: Installing the Mplayer vo PS3
Replies: 85
Views: 160657

I don't know sh*t about anything, but it seems that spu context is detroyed twice. Once when pthrehad running spu_context_run is exiting and second time yuvscsc_destroy-function at yuv2argb_scaler.c.
by panu
Tue Nov 20, 2007 4:47 am
Forum: spu-medialib
Topic: Problem making revision 125
Replies: 1
Views: 12168

Problem making revision 125

I did encounter problem while making the medialib as stated in the installation instructions. It complains that spu-medialib/data_2d.h is not found. File is referenced from draw_rect.c. The file says #include <spu-medialib/data_2d.h> [code] Which seem litle odd. When changed to just "data_2d.h&...