Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-11-23 | Merge branch 'master' of git+ssh://AustinYuan@git.freedesktop.org/git/libvaww49.1-videoww48.4-videoww48.3-videoww48.2-video | Austin Yuan | 3 | -1/+5 | |
2009-11-23 | Added a "magic" number to VADisplayContext in case an illeal VA dpy passed in | Austin Yuan | 3 | -1/+5 | |
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com> | |||||
2009-11-20 | Merge branch 'master' of git+ssh://AustinYuan@git.freedesktop.org/git/libva20091120_Alpha3 | Austin Yuan | 16 | -308/+344 | |
2009-11-20 | Added VA_STATUS_ERROR_SURFACE_IN_DISPLAYING | Austin Yuan | 2 | -1/+4 | |
Overlay may be used for vaPutSurface, in this case, vaSyncSurface can return VA_STATUS_ERROR_SURFACE_IN_DISPLAYING to indication a failure Signed-off-by: Austin Yuan <shengquan.yuan@intel.com> | |||||
2009-11-18 | fix rendering of RGBA subpicture | Gwenole Beauchesne | 7 | -78/+16 | |
2009-11-18 | simplify subpicture formats. make sure the returned VAImageFormats are ↵ | Gwenole Beauchesne | 3 | -33/+74 | |
correctly filled in | |||||
2009-11-18 | fix upload of the subpicture palette. | Gwenole Beauchesne | 2 | -16/+45 | |
2009-11-18 | implement vaSetImagePalette | Gwenole Beauchesne | 2 | -24/+37 | |
2009-11-18 | the VA API spec metion that the dest rectangle to vaAssociateSubpicture() is ↵ | Gwenole Beauchesne | 3 | -57/+66 | |
relative to the parent surface. So, we have another level of scaling since the surface can be scaled during vaPutSurface. This patch tries to fix that. | |||||
2009-11-18 | fix subpicture association and deassociation | Gwenole Beauchesne | 1 | -12/+19 | |
2009-11-18 | Add MAX helper function | Gwenole Beauchesne | 1 | -0/+1 | |
2009-11-18 | cleanup vaCreateImage, make it possible to add formats later | Gwenole Beauchesne | 3 | -41/+75 | |
2009-11-18 | fix vaDestroyImage() | Gwenole Beauchesne | 2 | -3/+9 | |
2009-11-18 | Fix vaAssociateSubpicture() arguments | Gwenole Beauchesne | 1 | -2/+0 | |
2009-11-18 | Fix VA driver version. | Gwenole Beauchesne | 1 | -2/+2 | |
2009-11-18 | Fix vaQueryImageFormats() to return 0 image formats supported at this time. | Gwenole Beauchesne | 1 | -0/+3 | |
2009-11-18 | Implement vaQueryDisplayAttributes() as a no-op. | Gwenole Beauchesne | 1 | -2/+4 | |
2009-09-15 | i965_drv_driver: use the horizontal position of a slice. | Xiang, Haihao | 1 | -1/+1 | |
2009-09-14 | Clean up NVIDIA driver detection code. | Gwenole Beauchesne | 1 | -62/+14 | |
2009-09-14 | Drop assert() in isDRI1Connected(). | Gwenole Beauchesne | 1 | -1/+0 | |
2009-09-14 | Add VASliceParameterBufferMPEG2.slice_horizontal_position for i965 driver. | Gwenole Beauchesne | 1 | -0/+1 | |
2009-09-10 | Merge branch 'master-fd.o'ww43.5-videoww37.4-video20091118_Alpha2.520091112_Alpha220091109_Alpha1 | Austin Yuan | 1 | -8/+1 | |
2009-09-10 | Removes references to SDS versioning in libva master. (from Gwenole) | Austin | 1 | -8/+1 | |
Signed-off-by: Austin <austin@austin-desktop.(none)> | |||||
2009-09-03 | Merge branch 'master-fd.o'20090904_5.1.0.0123 | Austin Yuan | 1 | -0/+2 | |
2009-09-03 | Update va.h version number | Austin Yuan | 1 | -0/+2 | |
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com> | |||||
2009-09-03 | Merge branch 'master-fd.o'ww36.4-video | Austin Yuan | 6 | -25/+16 | |
2009-09-03 | Mv libva_display.pc.in -> libva-x11.pc.in to fix autogen.sh issue | Austin Yuan | 1 | -0/+0 | |
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com> | |||||
2009-09-03 | Drop libva_display. Explicitly use libva-x11. | Gwenole Beauchesne | 3 | -11/+5 | |
2009-09-03 | Fix libva-x11-VERSION.so.* dependencies. | Gwenole Beauchesne | 1 | -1/+1 | |
2009-09-03 | Fix NVIDIA driver version string parser. | Gwenole Beauchesne | 1 | -1/+8 | |
2009-09-03 | Add VA_STATUS_ERROR_UNIMPLEMENTATION string representation. | Gwenole Beauchesne | 1 | -0/+2 | |
2009-09-03 | Drop references to SDS. | Gwenole Beauchesne | 2 | -12/+0 | |
2009-08-31 | Merge branch 'master-fd.o' | Austin Yuan | 4 | -4/+19 | |
2009-08-31 | __vaDriverInit_0_30 --> __vaDriverInit_0_31 for libva31 | Austin Yuan | 4 | -4/+19 | |
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com> | |||||
2009-08-28 | Merge branch 'master-fd.o' | Austin Yuan | 13 | -367/+220 | |
Conflicts: Makefile.am configure.ac dummy_drv_video/dummy_drv_video.c i965_drv_video/Makefile.am i965_drv_video/i965_drv_video.c src/Makefile.am src/va.c src/va.h src/va_backend.h src/x11/va_x11.c test/test_12.c Signed-off-by: Austin Yuan <shengquan.yuan@intel.com> | |||||
2009-08-28 | Remove context from vaSyncSurface | Austin Yuan | 6 | -19/+2 | |
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com> | |||||
2009-08-28 | Split libva DSO into core (libva.so) and display-dependent parts (libva-x11.so). | Gwenole Beauchesne | 7 | -28/+40 | |
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com> | |||||
2009-08-27 | Assgin VASurfaceRendering a non-zero value instead of 0 | Austin Yuan | 1 | -4/+4 | |
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com> | |||||
2009-08-27 | Combine vaPutImage/vaPutImage2, vaAssociateSubpicture/vaAssociateSubpicture2 | Austin Yuan | 5 | -208/+11 | |
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com> | |||||
2009-08-27 | Update VAAPI to 0.31, libva.so SONAME to libva.so.1 | Austin Yuan | 1 | -4/+4 | |
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com> | |||||
2009-09-01 | Add VA_STATUS_ERROR_UNIMPLEMENTED. | Gwenole Beauchesne | 1 | -0/+1 | |
2009-09-01 | Fix bit-fields types. | Gwenole Beauchesne | 1 | -101/+100 | |
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com> | |||||
2009-09-01 | Add new bit to signal VC-1 skipped P-frames. | Gwenole Beauchesne | 1 | -1/+1 | |
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com> | |||||
2009-09-01 | Add new H.264 fields for XvBA backend. | Gwenole Beauchesne | 1 | -1/+5 | |
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com> | |||||
2009-09-01 | Add new VC-1 fields for VDPAU backend. | Gwenole Beauchesne | 1 | -7/+21 | |
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com> | |||||
2009-09-01 | Add new H.264 fields for VDPAU backend. | Gwenole Beauchesne | 1 | -0/+8 | |
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com> | |||||
2009-08-25 | Sync latest fd.o libva:master20090820_5.1.0.0121 | Austin Yuan | 161 | -66/+29275 | |
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com> | |||||
2009-08-25 | Merge branch 'test' | Austin Yuan | 18 | -140/+723 | |
2009-08-14 | Don't include VAAPI version to SONAME | Austin Yuan | 1 | -3/+3 | |
VAAPI version upgrade doesn't mean it will break binary compatibility Signed-off-by: Austin Yuan <shengquan.yuan@intel.com> | |||||
2009-08-14 | Explicit API extensions versioning from SDS. | Gwenole Beauchesne | 3 | -2/+21 | |
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com> |