summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-10-05subpicture: add support for global-alpha subpictures.Holger Kaelberer2-7/+9
2012-10-05build: use libva-intel-driver as the package name.Gwenole Beauchesne41-41/+41
2012-09-28objects: sanitize coding style.Gwenole Beauchesne2-62/+67
2012-09-28objects: fix threading issues.Krzysztof Kotlenga2-12/+54
2012-09-14x11: remove VDPAU_VIDEO_PUTSURFACE_FAST hacks.Gwenole Beauchesne2-141/+1
2012-09-14decode: mark destroyed buffers as deleted.Philip Lorenz1-0/+1
2012-09-14glx: call VDPAUInitNV for each newly created context.Philip Lorenz1-18/+4
2012-09-14objects: don't reallocate heap, create new buckets instead.Xiang, Haihao2-14/+53
2012-02-24Append MPEG-2 start codes, if necessary.Gwenole Beauchesne1-0/+40
2012-02-24Purge VA buffers on context destroy or new picture decdode sequence.Gwenole Beauchesne4-10/+33
2012-02-24Don't clear VA buffers too early.Gwenole Beauchesne2-1/+4
2012-02-24Fix subpicture blend state (Holger Kaelberer).Gwenole Beauchesne1-2/+2
2011-12-04Fix compatibility glue for vaBufferInfo().Gwenole Beauchesne3-2/+27
2011-12-04subpic: disable unused function.Gwenole Beauchesne1-0/+2
2011-12-04Fix compiler warnings.Gwenole Beauchesne7-10/+20
2011-12-03Use upstream libva version.Gwenole Beauchesne1-15/+0
2011-12-03Rename to libva-driver-vdpau.Gwenole Beauchesne41-41/+41
2011-06-14Avoid X11 socket leak.Marco De Michele1-0/+5
2011-02-24Fix compatibility glue with libva >= 1.0.9.Gwenole Beauchesne1-6/+7
2011-01-27Fix backwards compatibility with VA-API 0.31.Gwenole Beauchesne1-17/+20
2011-01-27Fix VA/GLX support with VA-API >= 0.32.0.Gwenole Beauchesne2-6/+37
2011-01-27Cope with vtable changes.Gwenole Beauchesne1-59/+65
2011-01-26Reorder tests in a cleaner way.Gwenole Beauchesne1-10/+8
2011-01-26Update copyright notices.Gwenole Beauchesne41-41/+41
2011-01-26Reduce warnings.Gwenole Beauchesne1-46/+46
2011-01-26Add compatibility glue with libva >= 1.0.8.Gwenole Beauchesne2-14/+37
2011-01-06Really fix build with upstream (newer) libGL headers.Gwenole Beauchesne2-6/+6
2011-01-05Fix build if no OpenGL header is available (libva >= 0.31.1).Gwenole Beauchesne1-1/+1
2010-12-07Fix build with recent OpenGL headers.Gwenole Beauchesne1-0/+3
2010-12-02Add pre-versioning support.Gwenole Beauchesne1-0/+5
2010-11-23Drop some asserts.Gwenole Beauchesne2-11/+9
2010-10-19Fix stupid error in queue_push().Gwenole Beauchesne1-1/+1
2010-10-08Fix detection of the NVIDIA driver version.Gwenole Beauchesne1-1/+20
2010-10-08Use do_{v,}fprintf() wrappers.Gwenole Beauchesne1-5/+7
2010-10-08Add conditional debug info through VDPAU_VIDEO_DEBUG=<level>.Gwenole Beauchesne2-1/+41
2010-10-08Reduce size of the video mixer struct. VdpVideoMixerParameter andGwenole Beauchesne3-27/+17
2010-10-08Add vaPutSurface() high-quality scaling flag (VA_FILTER_SCALING_HQ).Gwenole Beauchesne2-0/+40
2010-10-08Add video mixer features.Gwenole Beauchesne3-2/+40
2010-10-08There are only 4 VdpVideoMixerPerameter at this time.Gwenole Beauchesne1-1/+1
2010-10-08Make more functions DSO private.Gwenole Beauchesne1-2/+2
2010-10-08Add VdpVideoMixer{Get,Set}FeatureEnables helpers.Gwenole Beauchesne2-0/+60
2010-10-08Drop obsolete code. It never really worked anyway.Gwenole Beauchesne3-174/+8
2010-10-06Cosmetics (drop extraneous line).Gwenole Beauchesne1-1/+0
2010-10-06Use GL_TEXTURE_RECTANGLE_ARB for FBO and VDPAU/GLX surfaces too whenGwenole Beauchesne3-15/+68
2010-10-06Cosmetics (improve comment).Gwenole Beauchesne1-1/+1
2010-10-06Cosmetics (sort lines).Gwenole Beauchesne1-2/+2
2010-10-06Cosmetics (vertical alignment).Gwenole Beauchesne2-44/+44
2010-10-06Add compatibility glue with original VA-API 0.31.x.Gwenole Beauchesne4-176/+690
2010-10-06Cosmetics (variables renaming).Gwenole Beauchesne1-5/+5
2010-10-06Drop obsolete GLTextureState.Gwenole Beauchesne3-106/+13