summaryrefslogtreecommitdiff
path: root/va
Commit message (Expand)AuthorAgeFilesLines
* drm: fix build without X11 headers.Dmitry Ermilov2012-09-262-13/+10
* drm: allow authentication through X11 server.Gwenole Beauchesne2012-09-264-1/+219
* drm: ensure DRM connection is authenticated.Gwenole Beauchesne2012-09-264-2/+106
* configure: check for visibility attribute.Gwenole Beauchesne2012-09-261-0/+8
* Allow build without VA/X11 API.Dmitry Ermilov2012-09-261-1/+3
* API: add support for raw DRM.Dmitry Ermilov2012-09-265-1/+270
* API: backend: add VA display types.Gwenole Beauchesne2012-09-264-1/+20
* API: backend: rename VADriverContext.dri_state to drm_state.Gwenole Beauchesne2012-09-265-17/+30
* API: introduce DRM common utilities and data structures.Benjamin Franzke2012-09-265-27/+99
* Revert Pixmap-based EGL interfaces.Gwenole Beauchesne2012-09-2611-1214/+39
* jpeg: pad Huffman table to 4-byte boundaries (Haihao).Gwenole Beauchesne2012-08-011-0/+2
* Merge JPEG decoding API from staging branch.Gwenole Beauchesne2012-07-263-88/+176
* Add the missing license header to some filesXiang, Haihao2012-06-294-0/+93
* license header: add the missing license header to filesAustin Yuan2012-06-285-0/+115
* Fix build with alternate X11, GLX and EGL prefixes.Gwenole Beauchesne2012-06-283-3/+21
* Build EGL if EGL/egl.h isn't installed in the default pathXiang, Haihao2012-05-101-1/+1
* Revert "declare vaGetDisplay in va.h instead of va_xxx.h"Gwenole Beauchesne2012-04-084-8/+23
* API: h264 decode: fix the definition of slice_data_bit_offset.Gwenole Beauchesne2012-04-081-6/+6
* API: h264 decode: clarify slice_data_bit_offset field.Gwenole Beauchesne2012-04-051-2/+13
* Allow 0.32.x drivers.Gwenole Beauchesne2012-04-031-4/+24
* Fix comment for JPEG quantization tableXiang, Haihao2012-02-061-1/+1
* Remove the macros for JPEG componentsXiang, Haihao2012-02-061-6/+1
* Directly use component id instead of component index in VASliceParameterBuffe...Xiang, Haihao2012-02-061-1/+1
* Modify the interface of Huffman table for JPEG decodingXiang, Haihao2012-02-061-18/+10
* Support 16-bits quantization element for JPEG decodingXiang, Haihao2012-02-061-2/+8
* Modify the interface of Quantization table for JPEG decodingXiang, Haihao2012-02-061-15/+5
* refine the JPEG decoding interfaceXiang, Haihao2012-02-061-6/+1
* va: add data structure for JPEG decodingXiang, Haihao2012-02-061-0/+112
* include va_egl.h instead of va.hXiang, Haihao2012-01-191-1/+1
* Remove dependency on X11/Xlib.hXiang, Haihao2012-01-102-3/+3
* Remove legacy DRI supportXiang, Haihao2012-01-107-1273/+0
* Array bound checkXiang, Haihao2011-12-143-3/+18
* Update the VA/EGL implementation in VAAPIXiang, Haihao2011-12-144-221/+268
* Update VA/EGL interfacesXiang, Haihao2011-12-141-16/+74
* Move va_egl.h to va/ to avoid compile errorXiang, Haihao2011-12-142-1/+1
* VA/EGL interfacesXiang, Haihao2011-12-149-12/+921
* New hooks to create/free native pixmapXiang, Haihao2011-12-142-0/+53
* declare vaGetDisplay in va.h instead of va_xxx.hXiang, Haihao2011-12-144-23/+8
* rename NativeDisplay to VANativeDisplayXiang, Haihao2011-12-141-1/+1
* va_tpi.h: corret a typo (Kbuf->KBuf)Austin Yuan2011-11-161-1/+1
* va: fix compiler warnings (drop unused variables).Gwenole Beauchesne2011-10-201-6/+0
* libva: fix reported version as the one from VA-API.Gwenole Beauchesne2011-10-201-1/+1
* API: fix versioning.Gwenole Beauchesne2011-10-201-14/+14
* test: fix build warnings on AndroidAustin Yuan2011-10-201-1/+1
* android: fix <va/va_version.h> dependenciesGwenole Beauchesne2011-10-181-2/+2
* android: fix generation of <va/va_version.h>Gwenole Beauchesne2011-10-181-8/+5
* va: generate __vaDriverInit_*() function name at run-time.Gwenole Beauchesne2011-10-181-3/+14
* va: don't explicitly include "config.h"Gwenole Beauchesne2011-10-181-1/+0
* build: drop generated files.Gwenole Beauchesne2011-10-181-87/+0
* va_tpi: correct the first argument of vaCreateSurfaceFromKBufAustin Yuan2011-10-161-1/+1