2015-09-03, 13:39
- rework interface to video renderers: https://github.com/FernetMenta/xbmc/comm...511aa089ad
- refactoring of renderManager and LinuxRendererGL: https://github.com/FernetMenta/xbmc/comm...9dc82b46ff
This allows use of appropriate render method on demand, i.e. hw decoders like VAAPI have their own renderer
- kill global variable g_renderManager and move all player related methods to a single interface: IPlayer.h https://github.com/FernetMenta/xbmc/comm...1d70056a0d
- rename dvdplayer to VideoPlayer: https://github.com/FernetMenta/xbmc/comm...1692e2ca96
I have already adjusted the OpenGL based platforms: Linux and OSX.
- refactoring of renderManager and LinuxRendererGL: https://github.com/FernetMenta/xbmc/comm...9dc82b46ff
This allows use of appropriate render method on demand, i.e. hw decoders like VAAPI have their own renderer
- kill global variable g_renderManager and move all player related methods to a single interface: IPlayer.h https://github.com/FernetMenta/xbmc/comm...1d70056a0d
- rename dvdplayer to VideoPlayer: https://github.com/FernetMenta/xbmc/comm...1692e2ca96
I have already adjusted the OpenGL based platforms: Linux and OSX.