1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 04, 2024 — Sep 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Move tracer to debug file. More... about 16 years ago
Split VA image support. More... about 16 years ago
Add vaSyncSurface() et al. declarations. More... about 16 years ago
Move OpenGL rendering support to a separate file. More... about 16 years ago
Move check_extension() to find_string(). More... about 16 years ago
Drop obsolete functions. More... about 16 years ago
Split off vaPutSurface() implementation. More... about 16 years ago
Move ASSERT() definition to sysdeps.h. More... about 16 years ago
Add utility function to translate VdpStatus to VAStatus. More... about 16 years ago
Move VA subpicture support to a separate file. More... about 16 years ago
Move VDPAU driver definitions to a seperate file. More... about 16 years ago
Make it a self-contained header. More... about 16 years ago
Split utility functions. More... about 16 years ago
Split VDPAU hooks. More... about 16 years ago
Clean-up. More... about 16 years ago
Fix VA/GLX error codes. More... about 16 years ago
Add support for OpenGL extensions to VA API (v3). More... about 16 years ago
Bump version for development. More... about 16 years ago
Fix check for <GL/glext.h> header. More... about 16 years ago
0.4.0. More... about 16 years ago
Add TFP workaround whereby subsequent calls to glGetTexLevelParameteriv(GL_TEXTURE_{WIDTH,HEIGHT},...) would return 0 after a call to glXReleaseTexImageEXT(). Disabled by default to exhibit the bug. More... about 16 years ago
Preserve current OpenGL state while processing vaCopySurfaceToTextureGLX(). Make sure the texture argument has GL_RGBA internal format. More... about 16 years ago
Remove dead code. More... about 16 years ago
Cosmetics (fix warnings, drop extraneous variables, etc.). More... about 16 years ago
Factor out vaCopySurfaceToTextureGLX(). Add support for new VAAPI/GLX extensions: vaBindSurfaceToTextureGLX(), vaReleaseSurfaceFromTextureGLX(). More... about 16 years ago
Unbind texture on exit from vaCopySurfaceToTextureGLX(). More... about 16 years ago
Add initial support for OpenGL extensions to VA API. More... about 16 years ago
Increase sync delay to 5 ms. On a 8600GT, the time to decode then render the first picture varies between 8 and 20 ms. More... about 16 years ago
Factor out vaPutSurface(), vaSyncSurface(), vaQuerySurfaceStatus(). More... about 16 years ago
Fix VAImageID pool memory leak in vaTerminate(). More... about 16 years ago