12-07-2018, 07:29 PM
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
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:
Thank you for your support in regression testing!
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
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