baco81 wrote: ↑Wed May 24, 2017 12:15 pm
scanlines filter ... diagonal line is moving across the screen
I know that and I cannot find out how to fix it. This is because of how SDL works in that TV. The same problem is visible on power-off effect which is not fully smooth. Technically, when SDL_Flip() function is called it should replace video buffers at once. But it seems to draw new buffer slowly. I don't know if there is any solution for this.
baco81 wrote: ↑Wed May 24, 2017 12:15 pm
The minor bug present in v4.4 is solved if you use ENTER button to pause the video, but is you use the PAUSE button instead, the bug is still there.
Are you sure? It works well for me, both on PAUSE and ENTER button. If there is a problem, please tell me your button sequence from turning TV on up to the occurence of this problem. I am testing it by insering USB pendrive with a movie, starting MediaPlay (by ENTER or MediaP.), selecting Movie section using arrows and ENTER, selecting a movie by arrows and ENTER, then pausing with PAUSE button during playing. Standard pause function is called, resumed by ENTER or PLAY.