summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-07-16drm: fix build without X11 headers.{merged}/11.drmDmitry Ermilov3-13/+10
2012-07-16drm: add API to expose VA surface and image buffers.Gwenole Beauchesne5-1/+207
2012-07-16drm: allow authentication through X11 server.Gwenole Beauchesne4-1/+219
2012-07-16drm: ensure DRM connection is authenticated.Gwenole Beauchesne4-2/+106
2012-07-16Allow build without VA/X11 API.Dmitry Ermilov7-10/+46
2012-07-16tests: add support for raw DRM.Dmitry Ermilov3-0/+86
2012-07-16API: add support for raw DRM.Dmitry Ermilov8-2/+302
2012-07-16API: backend: add VA display types.{merged}/10.drm_baseGwenole Beauchesne4-1/+21
2012-07-16API: backend: rename VADriverContext.dri_state to drm_state.Gwenole Beauchesne5-17/+30
2012-07-13API: introduce DRM common utilities and data structures.Benjamin Franzke5-27/+78
2012-07-13tests: allow selection of display.{merged}/01.display_baseGwenole Beauchesne6-0/+85
2012-07-13tests: avcenc: use common VA display creation routines.Dmitry Ermilov2-12/+22
2012-07-13tests: simplify VA display construction.Gwenole Beauchesne14-129/+503
2012-07-12Fix compiling errorXiang, Haihao1-1/+1
2012-07-11test/basic: changed build target to noinst so they are built by defaultHaitao Huang1-3/+3
2012-07-06test/basic: fix build of basic tests.Haitao Huang1-1/+1
2012-07-06test/egl: fix license template for Makefile.am.Gwenole Beauchesne1-23/+22
2012-06-29Add the missing license header to some filesXiang, Haihao6-0/+140
2012-06-28license header: add the missing license header to filesAustin Yuan9-0/+205
2012-06-28Revert "libva 1.1.0"Gwenole Beauchesne1-1/+1
2012-06-28build: fix make dist.Gwenole Beauchesne4-0/+17
2012-06-28Fix build with alternate X11, GLX and EGL prefixes.Gwenole Beauchesne3-3/+21
2012-05-29new version for developmentXiang, Haihao1-2/+2
2012-05-29libva 1.1.0Xiang, Haihao1-1/+1
2012-05-10Build EGL if EGL/egl.h isn't installed in the default pathXiang, Haihao1-1/+1
2012-05-10Fix regression caused by 027a1298c22aeecc2fee2d270cd86790530892f6Xiang, Haihao1-2/+6
2012-04-16test: fix build of v4l encode demo.Bastien Nocera1-0/+1
2012-04-10Fix bad Makefile indentYuanhan Liu2-6/+6
2012-04-10Fix configure error.Xiang, Haihao1-1/+1
2012-04-08.gitignore: update.Gwenole Beauchesne1-13/+18
2012-04-08configure: fix GLX and EGL tests.Gwenole Beauchesne1-16/+21
2012-04-08Revert "declare vaGetDisplay in va.h instead of va_xxx.h"Gwenole Beauchesne4-8/+23
2012-04-08API: h264 decode: fix the definition of slice_data_bit_offset.Gwenole Beauchesne1-6/+6
2012-04-05API: h264 decode: clarify slice_data_bit_offset field.Gwenole Beauchesne1-2/+13
2012-04-03Allow 0.32.x drivers.Gwenole Beauchesne1-4/+24
2012-04-03API: bump version to 0.33.0 (libva 1.1.0).Gwenole Beauchesne1-2/+2
2012-03-29test/egl: Fix compiling error if GLESv1_CM isn't installed in the default loc...Xiang, Haihao1-2/+3
2012-03-29Demo code v4l/h264 encode/decode using LibvaSven Putteneers14-1/+2733
2012-02-07update vainfoXiang, Haihao1-1/+1
2012-02-07A simple JPEG example to use VAAPIZhao Halley5-1/+1071
2012-02-06Fix comment for JPEG quantization tableXiang, Haihao1-1/+1
2012-02-06Remove the macros for JPEG componentsXiang, Haihao1-6/+1
2012-02-06Directly use component id instead of component index in VASliceParameterBuffe...Xiang, Haihao1-1/+1
2012-02-06Modify the interface of Huffman table for JPEG decodingXiang, Haihao1-18/+10
2012-02-06Support 16-bits quantization element for JPEG decodingXiang, Haihao1-2/+8
2012-02-06Modify the interface of Quantization table for JPEG decodingXiang, Haihao1-15/+5
2012-02-06refine the JPEG decoding interfaceXiang, Haihao1-6/+1
2012-02-06va: add data structure for JPEG decodingXiang, Haihao1-0/+112
2012-01-19include va_egl.h instead of va.hXiang, Haihao1-1/+1
2012-01-13fix the check for EGLXiang, Haihao1-2/+6