xvba-video 0.6.8
A new version of xvba-video, the XvBA backend to VA-API, is now available at:
Version 0.6.8 - 22.Feb.2010
* Fix rendering of VA images not a multiple of 16
* Add support for GL_RGBA textures in vaCreateSurfaceGLX()
* Optimize rendering of multiple subpictures from a single image
The first change fixes some garbage, like a 1-pixel green line, at the bottom of some surfaces. This could be visible with MPlayer/VAAPI in SW decoding mode, with video clip dimensions not a multiple of 16 pixels.
The second change is a workaround for another XvBA bug. An FBO is now used for VA/GLX surfaces bound to a GL_RGBA texture. The resulting application is a few percent slower and more memory is used.
A new version of xvba-video, the XvBA backend to VA-API, is now available at:
Version 0.6.8 - 22.Feb.2010
* Fix rendering of VA images not a multiple of 16
* Add support for GL_RGBA textures in vaCreateSurfaceGLX()
* Optimize rendering of multiple subpictures from a single image
The first change fixes some garbage, like a 1-pixel green line, at the bottom of some surfaces. This could be visible with MPlayer/VAAPI in SW decoding mode, with video clip dimensions not a multiple of 16 pixels.
The second change is a workaround for another XvBA bug. An FBO is now used for VA/GLX surfaces bound to a GL_RGBA texture. The resulting application is a few percent slower and more memory is used.
Comment