summaryrefslogtreecommitdiff
path: root/va
AgeCommit message (Expand)AuthorFilesLines
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-09-06va_trace.c : Fixes incorrect hardcode printfs message.Lim Siew Hoon1-3/+3
2015-09-06va_trace.c: add vp9 decoder trace infoXu Guangxin1-0/+140
2015-09-06va_trace.c: fixes incorrect use of signed decimal conversion in printfs.Jonathan Bian1-30/+30
2015-09-06Va_trace changes to dump the HEVC encode parameterssusheel1-0/+253
2015-09-06vatrace: print frame_type for VP8 encodingAustin Yuan1-1/+2
2015-09-06vatrace: dump the right parameters for VP8 encodeXiang, Haihao1-38/+36
2015-09-06Enhance 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
2014-12-29libva 1.5.0.pre1 for developmentXiang, Haihao1-0/+1
2014-12-04Add VA trace support for HEVCTang, XiaoxiX1-0/+313
2014-12-04Added HEVC decode APIWang, Ce4-1/+499
2014-12-04x11: check x pixmap is still alive before DRI2DestroyDrawableLionel Landwerlin1-20/+80
2014-12-04Fix while loopXiang, Haihao1-1/+2
2014-11-19vatrace: trace JPEG encode parametersAustin Yuan1-1/+51
2014-11-19Extended existing JPEG encoding data structures and added configuration attri...Jonathan Bian5-20/+188
2014-10-08va: hide most private va_Trace* symbolsEmil Velikov3-5/+28
2014-10-08va_x11: hide private symbolsEmil Velikov5-1/+6
2014-10-08glx: Hide private symbol va_glx_init_contextEmil Velikov3-1/+3
2014-10-08Fix out of tree buildsEmil Velikov1-1/+1
2014-09-26doc: fix scan order specification for quantization tables.Gwenole Beauchesne2-0/+16
2014-09-25drm: add support for render nodes.Andrey Larionov4-11/+50
2014-09-09Bump VA API to 0.361.4.0.pre1Xiang, Haihao1-0/+1
2014-09-09vatrace: fix segfault of VASurfaceAttribExternalBufferDescriptor dumppingAustin Yuan1-2/+2
2014-09-09vafool: fix the vaMapBuffer for the buffer from vaDeriveImageAustin Yuan2-3/+13
2014-09-09vatrace: fix a overwriteAustin Yuan1-1/+1
2014-09-09vafool: simplify VAFOOLAustin Yuan3-70/+58
2014-09-09vatrace: make LIBVA_TRACE_SURFACE work even without LIBVA_TRACEAustin Yuan3-8/+14
2014-09-09vatrace: make standalone LIBVA_TRACE_CODEDBUF work w/o LIBVA_TRACEAustin Yuan1-1/+1
2014-09-09Enable 64bit build for Android, compatible with 32bit.Qiming Shi1-3/+9
2014-09-07API: add support for buffer exports.Gwenole Beauchesne3-1/+147
2014-09-07Update comment for quality_levelXiang, Haihao1-1/+3
2014-09-07Added VAConfigEncQualityRange attribute and VAEncMiscParameterBufferQualityLe...Jonathan Bian1-0/+26
2014-08-28Added OTC hybrid UMD driver to the list of supported driversSameer Kibey1-0/+1
2014-07-18Add vaSurfaceAttribUsageHint to give the driver a hint of intended usage to o...pylee1-0/+18
2014-07-18Add frame_type to VP8 encoderAustin Yuan1-1/+2