summaryrefslogtreecommitdiff
path: root/va
AgeCommit message (Expand)AuthorFilesLines
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
2015-07-14Va_trace changes to dump the HEVC encode parameterssusheel1-0/+253
2015-07-14vatrace: print frame_type for VP8 encodingAustin Yuan1-1/+2
2015-07-14vatrace: dump the right parameters for VP8 encodeXiang, Haihao1-38/+36
2015-07-14Enhance LIBVA_TRACE to dump SPS/PPS/ for VP8 encode.Liu Bolun1-0/+109
2015-06-02va_enc_hevc.h: Fix the description for slice_segment_addressSreerenj Balachandran1-1/+1
2015-06-02va_dec_hevc.h: Fix the misleading documentationSreerenj Balachandran1-1/+0
2015-05-22Bump VA API to 0.38Xiang, Haihao1-0/+1
2015-05-22Add one API to allow the user to specify the loaded backend driverZhao Yakui3-5/+99
2015-04-29HEVC: type delta_chroma_log2_weight_denom as int8_t to match the specXiang, Haihao2-2/+2
2015-04-03Add VAConfigAttribEncSkipFrame and corresponding structures to support sendin...pylee1-0/+35
2015-04-02Merge VP9 decode API from staging branchWang, Ce4-1/+321
2015-04-02libva:Add the bits mask of color-sapce conversion standardsyakui.zhao@intel.com1-0/+1
2015-04-02Add support for querying slice decoding mode supported by the underlying driverJonathan Bian1-0/+23
2015-03-19HEVC encode APIWang, Ce4-0/+704
2015-03-19Include sub core APIs in va.h as wellXiang, Haihao1-2/+9
2015-03-19Move VAHuffmanTableBufferJPEGBaseline to va.hXiang, Haihao3-38/+39
2015-03-10x11: dri2: fix double Unlocks/SyncHandleLionel Landwerlin1-4/+0
2015-01-16Change comment for num_token_partionionsZhong Li1-1/+1