summaryrefslogtreecommitdiff
path: root/va
AgeCommit message (Expand)AuthorFilesLines
2017-01-09Don't automatically destroy the buffer(s) passed to vaRenderPictureHEADmasterXiang, Haihao3-13/+11
2016-12-23va.h: Improve the comment on the encode framerate parameterMark Thompson1-5/+15
2016-11-22va.h: fix compile warningLi Zhijian1-1/+1
2016-11-21Add the fourcc of I010 formatZhao Yakui1-0/+5
2016-11-17drm: remove va_drm_is_authenticated checkEmil Velikov3-45/+2
2016-11-16va/x11: Require synchronisation to vblank with DRI2SwapBuffersChris Wilson1-2/+3
2016-10-27Add callbacks for error and info messages.Emmanuel Gil Peyrot3-20/+68
2016-09-19wayland: Check whether prime fd can be used in buffer sharing mechanismXiang, Haihao2-2/+21
2016-09-19New wayland-drm.xmlXiang, Haihao2-2/+72
2016-09-13A simple encoder for H.264/AVC SVC temporal scalabilityXiang, Haihao1-40/+77
2016-09-13Add the comment for framerate in VAEncMiscParameterFrameRateXiang, Haihao1-0/+8
2016-09-13Merge and modify encoding bit-rate control per temporal layer.Xiang, Haihao1-1/+86
2016-08-08va_trace: add traces for vp9encoderDaniel Charles1-0/+126
2016-08-04Add one flag to use the qp_delta instead of qp priority for ROI under non-CQP...jialipen1-14/+61
2016-08-01Properly terminate parsed environment values with '\0'.Tobias Stoeckmann2-2/+8
2016-07-22Fix the p->load_huffman_table[0] keep print first element in for loopLim Siew Hoon1-1/+1
2016-06-24Remove unused 'id' in va_wayland_drm_createLim Siew Hoon1-1/+0
2016-06-24Remove unused variable 'id' in va_wayland_emgd_create.Lim Siew Hoon1-1/+0
2016-06-24Remove unused 'i' in va_TraceVAEncPackedHeaderParameterBufferTypeLim Siew Hoon1-1/+0
2016-06-24Remove unused 'trace_index' in va_TraceInitLim Siew Hoon1-1/+0
2016-06-24Remove unused 'j' in va_TraceVAPictureParameterBufferVP9.Lim Siew Hoon1-1/+1
2016-06-24Remove unused 'check_sum' and 'j' in va_TraceSurfaceLim Siew Hoon1-2/+1
2016-06-24Remove unused 'i' and 'buf_list' in va_TraceDestroyBufferLim Siew Hoon1-3/+0
2016-05-27fix check NULL issuespeng.chen1-3/+16
2016-05-27Add API for VP9 EncodeWang, Ce4-0/+601
2016-05-24Fix missing parameter of vatrace DisplayAttribute printAustin Yuan1-4/+5
2016-05-22trace: Cleanup some HEVC printsScott D Phillips1-46/+62
2016-05-22trace: Add `va_TracePrint`, `va_TraceVPrint` static functionsScott D Phillips1-16/+34
2016-05-13add the support of multiple context tracingpeng.chen3-219/+1069
2016-05-09Add Macroblock based rate control method.pylee1-0/+5
2016-05-09Merge ROI patches from staging branchpylee1-10/+80
2016-05-09Added VAEntrypointEncSliceLP for implementations to expose a low power/high p...Jonathan Bian1-0/+9
2016-04-25gcc suggests not putting ; at end of if statementsAlan Coopersmith1-1/+1
2016-03-15Allow loading the backend driver built against VAAPI 0.38Xiang, Haihao1-0/+1
2016-03-03glx: check OpenGL 3.1 extensionsCyril Drouet1-3/+26
2016-02-02driver_name_map: add nouveau and radeon for Mesa GalliumJulien Isorce1-0/+2
2016-01-29Add support for 10b vp9 decodeWang, Ce2-3/+11
2015-12-11Fix error caused by 'make distclean' with wayland disabledXiang, Haihao3-31/+6
2015-12-07Added 10-bit YUV RT format value and fourcc codesJonathan Bian1-0/+8
2015-12-07Add the new YV16 fourcc codeZhao Yakui1-0/+5
2015-12-07Revert "Added 10-bit YUV RT format value and fourcc codes"Xiang, Haihao1-14/+0
2015-12-02Added 10-bit YUV RT format value and fourcc codesJonathan Bian1-0/+14
2015-11-23LIBVA_DRIVER_NAME needs to be used if set at allMatthew Waters1-2/+1
2015-11-19x11_screen driver context member initialization for X11 outputAlexandr1-0/+1
2015-09-29va/x11: Don't crash the application if it does not have access to the DRI2 de...Francois Gouget1-1/+0
2015-09-06vatrace: add IVF header for VP8 coded buffer dumpAustin Yuan1-1/+60
2015-09-06va_trace.c : Fix VAIQMatrixBufferHEVC tracingTimo Rothenpieler1-1/+1
2015-07-17va_trace.c : Fixes incorrect hardcode printfs message.Lim Siew Hoon1-3/+3
2015-07-14va_trace.c: add vp9 decoder trace infoXu Guangxin1-0/+140
2015-07-14va_trace.c: fixes incorrect use of signed decimal conversion in printfs.Jonathan Bian1-30/+30