This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Complete rewrite of the video play modules (sceMpeg and scePsmfPlayer)
#1
Dear Jpcsp community!

the current implementation of the video play modules (sceMpeg and scePsmfPlayer) was not matching perfectly the PSP implementation. It was working in most of the cases, but not 100%. As it was difficult to continue improving the current implementation, I have decided to completely rewrite those modules in order to better match the PSP implementation, hopefully as close to 100% as possible...

The new implementation is available in commit a054603. As this is a huge change, it is still buggy and will probably introduce problems into games/applications that were working properly up to now... please report such issues in this thread, I will work on a correction. Hopefully the large effort will also help the cases that were not working in the past Smile

When reporting an issue caused by this change, please add the following lines to your LogSettings.xml before generating a log at the INFO level:
Code:
<logger name='compiler'> <level value='debug' /> </logger>
<logger name='hle.scePsmfPlayer'> <level value='trace' /> </logger>
<logger name='hle.sceMpeg'> <level value='trace' /> </logger>
<logger name='hle.sceMpegbase'> <level value='trace' /> </logger>
<logger name='hle.sceVideocodec'> <level value='trace' /> </logger>
<logger name='hle.sceAudiocodec'> <level value='trace' /> </logger>
<logger name='hle.scePsmf'> <level value='debug' /> </logger>
<logger name='hle.sceMp4'> <level value='trace' /> </logger>
<logger name='hle.mp4msv'> <level value='trace' /> </logger>

Thank you for your support in regression testing!
Always include a complete log file at INFO level in your reports. Thanks! How to post a log
Reply


Messages In This Thread
Complete rewrite of the video play modules (sceMpeg and scePsmfPlayer) - by gid15 - 12-07-2018, 07:29 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)