Releases: i-rinat/libvdpau-va-gl
Releases · i-rinat/libvdpau-va-gl
libvdpau-va-gl v0.4.2
libvdpau-va-gl v0.4.1
Bugfixes:
- fix resource leak in VideoSurface;
- fix compiling against libc++.
version 0.4.0
- code now requires C++11-capable compiler;
- GLib, GLU, and libswscale dependencies are dropped;
- drop own tracing code; libvdpau have own tracing already;
- change VdpVideoMixerRender's
destination_video_rect
handling with VLC to fix video scaling.
version 0.3.6
Bugfixes.
version 0.3.5
Other than making resource locks recursive, code wasn't changed for more than a year now. So this is just a tag marking current state.
version 0.3.4
bug fixes:
- unneeded va_glx.h inclusion
- black screen on Mesa 10
version 0.3.3
- fix texture corruptions noticed on older revisions of libva/intel-vaapi-driver [1]
[1] http://a.disquscdn.com/uploads/mediaembed/images/819/4453/original.jpg
version 0.3.2
- fix compilation against older ffmpeg versions
- fix warnings reported by Coverity Scan
version 0.3.1
- fix seen-just-after-release bug with frequent reallocation of pixmaps
version 0.3.0
- refactoring of source code
- new GLSL-based colorspace conversion routines
- fix of stability issues, Opera page scale change induced crashes
- workaround indirect memory leaks