The following warnings occurred: | |||||||||||||||
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.2.26 (Linux)
|
Video decoding using java decoder (r3659) - Printable Version +- EmuNewz Network (https://www.emunewz.net/forum) +-- Forum: PSP Emulation (https://www.emunewz.net/forum/forumdisplay.php?fid=191) +--- Forum: JPCSP Official Forum (https://www.emunewz.net/forum/forumdisplay.php?fid=51) +---- Forum: svn trunk discussion (https://www.emunewz.net/forum/forumdisplay.php?fid=56) +---- Thread: Video decoding using java decoder (r3659) (/showthread.php?tid=164808) |
Video decoding using java decoder (r3659) - gid15 - 10-22-2014 Hi, in r3559, I've commited a huge change to migrate the PSP video decoding from Xuggle to the new h264j java decoder. The goal is to improve the compatibility of the sceMpeg, scePsmf and scePsmfPlayer modules, but the effect of this first draft commit will probably to break a lot of playable games. So, I need your help in regression testing a large set of applications. Please report any regression issues related to r3659 in this thread. In your report, it would be helpful to include a log at INFO level with the following lines added in your LogSettings.xml Code: <logger name='compiler'> <level value='debug' /> </logger> Thank you for your help! RE: Video decoding using java decoder (r3659) - onelight - 10-23-2014 BLAZBLUE CONTINUUM SHIFT 2 [ULUS10579] BLAZBLUE CONTINUUM SHIFT 2 log.zip (Size: 987.14 KB / Downloads: 214) Code: Video RE: Video decoding using java decoder (r3659) - onelight - 10-23-2014 Danball Senki W [HPJH50618] VIDEO black, nothing show. sound is ok. Danball Senki W log.zip (Size: 1.29 MB / Downloads: 213) RE: Video decoding using java decoder (r3659) - onelight - 10-24-2014 MONSTER HUNTER PORTABLE 3rd HD Ver MONSTER HUNTER PORTABLE 3rd HD Ver LOG.zip (Size: 832.66 KB / Downloads: 215) RE: Video decoding using java decoder (r3659) - gid15 - 10-24-2014 (10-23-2014, 10:21 AM)onelight Wrote: BLAZBLUE CONTINUUM SHIFT 2 [ULUS10579] Code: 16:36:02 DEBUG hle.scePsmfPlayer - user_main - scePsmfPlayerConfigPlayer psmfPlayer=0x96054E0, configMode=0x1, configAttr=0x0 (10-24-2014, 03:09 AM)onelight Wrote: MONSTER HUNTER PORTABLE 3rd HD Ver Code: 11:03:11 WARN hle.sceMpeg - videoThread - Unimplemented sceMpegAvcConvertToYuv420 mpeg=0xA009740, yCbCrBuffer=0x09887040, unknown1=0x09857260, unknown2=0x0 (10-23-2014, 11:49 AM)onelight Wrote: Danball Senki W [HPJH50618]I cannot recognize a problem from the log file. Did it work before r3659? Does it display with the external software renderer? Thank you for the regression testing! RE: Video decoding using java decoder (r3659) - onelight - 10-25-2014 (10-24-2014, 03:15 PM)gid15 Wrote:(10-23-2014, 10:21 AM)onelight Wrote: BLAZBLUE CONTINUUM SHIFT 2 [ULUS10579]fixed in r3661 BTW another issue is about this: It not start r3659, it exist a long time When jpcsp is loading,if it need a long time before load in. it should be black screen, but it will show this Before or after video, or game is loading, you also can see this. RE: Video decoding using java decoder (r3659) - DragonNeos - 10-25-2014 I made a log for Eiyuu Densetsu Sora no Kiseki FC Kai HD using r3661: http://www.emunewz.net/forum/showthread.php?tid=119158&pid=215769#pid215769 RE: Video decoding using java decoder (r3659) - gid15 - 10-26-2014 (10-25-2014, 02:35 AM)onelight Wrote: BTWI also noticed garbage data being sometimes displayed when using the option "Enable saving GE screen to textures instead of memory", but never really cared about it . Is it now fixed with r3662? RE: Video decoding using java decoder (r3659) - onelight - 10-27-2014 fixed with r3662 Phantasy Star Portable 2 - NPJH50043 Code: 14:12:41 WARN hle.sceMpeg - user_main - Unimplemented sceMpegGetUserdataAu mpeg=0x9097840, streamUid=0x82, auAddr=0x09FFF490, resultAddr=0x09FFF3B0 BTW, not start r3659, video miss subtitles even using external software renderer PSP RE: Video decoding using java decoder (r3659) - gid15 - 10-27-2014 (10-27-2014, 06:09 AM)onelight Wrote: Phantasy Star Portable 2 - NPJH50043Good hint. The subtitles are maybe contained into the mpeg user data: Code: 14:12:41 WARN hle.sceMpeg - user_main - Unimplemented sceMpegGetUserdataAu mpeg=0x9097840, streamUid=0x82, auAddr=0x09FFF490, resultAddr=0x09FFF3B0 It would be interesting if you could create a INFO log with the following lines in LogSettings.xml: Code: <logger name='compiler'> <level value='debug' /> </logger> |