Skip to content

Releases: i-rinat/libvdpau-va-gl

libvdpau-va-gl v0.4.2

04 Oct 22:28
Compare
Choose a tag to compare

Bugfixes:

  • hardcode 4096x4096 as a maximum video surface resolution.

libvdpau-va-gl v0.4.1

25 Sep 22:43
Compare
Choose a tag to compare

Bugfixes:

  • fix resource leak in VideoSurface;
  • fix compiling against libc++.

version 0.4.0

19 Jun 18:35
Compare
Choose a tag to compare
  • 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

02 Mar 17:04
Compare
Choose a tag to compare

Bugfixes.

version 0.3.5

21 Feb 21:20
Compare
Choose a tag to compare

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

28 Mar 16:53
Compare
Choose a tag to compare

bug fixes:

  • unneeded va_glx.h inclusion
  • black screen on Mesa 10

version 0.3.3

05 Feb 15:25
Compare
Choose a tag to compare
  • 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

21 Jan 17:14
Compare
Choose a tag to compare
  • fix compilation against older ffmpeg versions
  • fix warnings reported by Coverity Scan

version 0.3.1

19 Jan 12:02
Compare
Choose a tag to compare
  • fix seen-just-after-release bug with frequent reallocation of pixmaps

version 0.3.0

19 Jan 10:00
Compare
Choose a tag to compare
  • refactoring of source code
  • new GLSL-based colorspace conversion routines
  • fix of stability issues, Opera page scale change induced crashes
  • workaround indirect memory leaks