summaryrefslogtreecommitdiff
path: root/va
Commit message (Expand)AuthorAgeFilesLines
* Fix build issue on AndroidXiang, Haihao2017-09-293-2/+11
* Fix segmentation fault in VA tracerXiang, Haihao2017-09-282-16/+18
* Add reserved bytes to most structuresXiang, Haihao2017-09-2718-2/+264
* Update the comments of packed headerxfengcarl2017-09-271-3/+18
* Add or update the comment for num_ref_idx_{l0,l1}_default_active_minus1Xiang, Haihao2017-09-272-2/+14
* Update some comment about VA-APIXiang, Haihao2017-09-271-20/+26
* Update the comments for context and surfaceXiang, Haihao2017-09-271-9/+12
* va: Use new va*Str() functionsKelly Ledford2017-09-271-36/+6
* va: Add functions for converting common enums to stringsKelly Ledford2017-09-273-0/+183
* va_internal: list va_internal on noinst_HEADERSDaniel Charles2017-09-271-0/+1
* optimize values for VAConfigAttribEncSliceStructurexfengcarl2017-09-271-2/+6
* Fix deprecated warningXiang, Haihao2017-09-274-5/+3
* va: Add the fourcc of I420 formatJun Zhao2017-09-271-0/+2
* Remove the comment about vaGetSurfaceAttributes()Xiang, Haihao2017-09-271-8/+6
* Use portable types for VA structuresXiang, Haihao2017-09-278-682/+683
* Deprecate packed misc packed headerXiang, Haihao2017-09-273-5/+28
* Delete libva-tpi and libva-egl backendsXiang, Haihao2017-09-278-445/+4
* dec/VC1: Update the comment for b_picture_fractionXiang, Haihao2017-09-271-1/+1
* Update the data structure for HEVC decodingXiang, Haihao2017-09-271-36/+0
* update VAEncMacroblockParameterBufferH264Xiang, Haihao2017-09-271-4/+5
* Fix a typo in VAConfigAttribValEncROIXiang, Haihao2017-09-271-5/+5
* va_egl.h: add license to fileDaniel Charles2017-09-271-0/+23
* Note flags which have been renamed in the H.264 standardMark Thompson2017-09-271-2/+2
* Detect short reads when filling fool buffersMark Thompson2017-09-271-2/+8
* Add namespace prefix to global DRI functions in libva-x11Mark Thompson2017-09-274-14/+14
* Add namespace prefix to globalsMark Thompson2017-09-276-43/+43
* Deprecate H.264 baseline profile and FMO supportMark Thompson2017-09-272-17/+5
* Add a macro to indicate deprecationMark Thompson2017-09-271-0/+12
* Make logging callbacks library-safeMark Thompson2017-09-276-79/+115
* Move VADisplay allocation to common codeMark Thompson2017-09-276-10/+22
* Move some common macro definitions to the new internal headerMark Thompson2017-09-276-13/+5
* Move declarations for internal functions to new headerMark Thompson2017-09-273-12/+35
* Refine the data type of slice_data_flag in VASliceParameterBufferHEVC to be c...Zhao Yakui2017-09-271-1/+1
* libva 2.0.0.pre1 for developmentXiang, Haihao2017-09-271-8/+0
* Use a flexible array memberXiang, Haihao2017-09-191-1/+1
* H264 FEI supportKelvin Hu2017-08-214-0/+451
* Add support for encoding QP bufferSreerenj Balachandran2017-08-212-0/+18
* wayland: Add wl_drm listener immediately upon bindPhilipp Kerling2017-08-171-7/+10
* wayland: Implement registry remove handlerPhilipp Kerling2017-08-171-3/+20
* wayland: Immediately destroy wl_* objects when DRM device is authenticatedPhilipp Kerling2017-08-171-29/+50
* va.h: fix comments error for arbitrary number of MBs per slice.Jun Zhao2017-08-101-1/+1
* glx: strcmp compares chars not unsigned charsVíctor Manuel Jáquez Leal2017-08-101-1/+1
* va_trace: remove unused variablesVíctor Manuel Jáquez Leal2017-08-101-5/+2
* va_trace: add quality_level trace logZhong Li2017-06-271-0/+8
* configure fails if requirement can't be met for user's explicit requestXiang, Haihao2017-06-201-2/+0
* wayland: Do not rely on external library for wl_drm_interfacePhilipp Kerling2017-06-202-33/+17
* wayland: Also support wl_drm version 1Philipp Kerling2017-06-151-1/+5
* wayland: Use private event queue for compositor communicationPhilipp Kerling2017-06-151-10/+69
* wayland: Cleanup wl_registry in va_wayland_drm_destroyPhilipp Kerling2017-06-151-0/+5
* wayland: Fix uninitialized registryPhilipp Kerling2017-06-151-0/+1