Search found 7 matches

by Ranwanui
Thu Nov 03, 2005 11:35 am
Forum: PSP Development
Topic: PMP(PSP Media Player)
Replies: 251
Views: 484177

I see.

"-3" means auto adapt with another parameter.
"-3:272" means auto adjust height to adapt the 272 width in 4:3
by Ranwanui
Wed Nov 02, 2005 1:23 pm
Forum: PSP Development
Topic: PMP(PSP Media Player)
Replies: 251
Views: 484177

use asm version:
480:272---OK
-3: 272 ----Only Audio;

use c version:(replace csc_asm() with csc_c() in me_csc.c)
480:272 ---OK
-3:272 -----OK
But the stream control cannot work corrently
(push D pad or L\R trigger);
by Ranwanui
Wed Nov 02, 2005 12:29 pm
Forum: PSP Development
Topic: PMP(PSP Media Player)
Replies: 251
Views: 484177

When I played a Dvix movie(4:3--it's height is 272),
only audio can be output, but video cannot show,
it is a bug???
by Ranwanui
Tue Nov 01, 2005 10:59 am
Forum: PSP Development
Topic: PMP(PSP Media Player)
Replies: 251
Views: 484177

jonny wrote:strange my initial link work, anyway ...
http://rapidshare.de/files/6994743/pmp_ ... e.rar.html
Thank you
by Ranwanui
Mon Oct 31, 2005 12:21 pm
Forum: PSP Development
Topic: PMP(PSP Media Player)
Replies: 251
Views: 484177

I can not download the PMPMod Src,
Somebody can give me a avaliable download Addr??

Thank you!!!
by Ranwanui
Sun Oct 16, 2005 1:47 pm
Forum: PSP Development
Topic: PMP(PSP Media Player)
Replies: 251
Views: 484177

I compiled the ffplay_resample , it tall me that "jpeglib.h not found"; then, I add "usr/include" into Makefile (libjpeg-6b-26,jpeglib.h in this dir) ; so , it can find jpeglib.h; But it tall me that "syntax error before ..." , the error in "psputils.h". Why ...
by Ranwanui
Sat Oct 15, 2005 10:45 pm
Forum: PSP Development
Topic: PMP(PSP Media Player)
Replies: 251
Views: 484177

I compiled the ffplay_resample , it tall me that "jpeglib.h not found"; then, I add "usr/include" into Makefile (libjpeg-6b-26,jpeglib.h in this dir) ; so , it can find jpeglib.h; But it tall me that "syntax error before ..." , the error in "psputils.h". Why c...