xbmc
xbmc copied to clipboard
Fernet master imx6
this are changes mostly to imx6codec. currently the renderer will crash if screen output params are changed during playback. also with each change it is stopping and restarting renderer thread (including OSD menu change to deinterlacing setup). this commit allows onthefly changes.
it is also introducing blanking / unblanking framebuffer on resolution changes (in EGLNativeIMX) as for this platform this is the proper way. IPU/VPU/HDMI sound are properly prepared to pause and resumed after.
@FernetMenta
moved the define from renderflags into IMX, removed traces of graphicscontext from imxcodec (to renderer).
I just noticed that you PRed against my repo. Please send the pr to kodi repo.
@FernetMenta
it is here https://github.com/xbmc/xbmc/pull/7639