summaryrefslogtreecommitdiff
path: root/va/va_trace.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-22va_trace: add traces for vp9encoderDaniel Charles1-0/+126
2016-08-22Properly terminate parsed environment values with '\0'.Tobias Stoeckmann1-0/+2
2016-08-22Fix the p->load_huffman_table[0] keep print first element in for loopLim Siew Hoon1-1/+1
2016-08-22Remove unused 'i' in va_TraceVAEncPackedHeaderParameterBufferTypeLim Siew Hoon1-1/+0
2016-08-22Remove unused 'trace_index' in va_TraceInitLim Siew Hoon1-1/+0
2016-08-22Remove unused 'j' in va_TraceVAPictureParameterBufferVP9.Lim Siew Hoon1-1/+1
2016-08-22Remove unused 'check_sum' and 'j' in va_TraceSurfaceLim Siew Hoon1-2/+1
2016-08-22Remove unused 'i' and 'buf_list' in va_TraceDestroyBufferLim Siew Hoon1-3/+0
2016-05-27fix check NULL issuespeng.chen1-3/+16
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.chen1-217/+1043
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
2014-12-04Add VA trace support for HEVCTang, XiaoxiX1-0/+313
2014-11-19vatrace: trace JPEG encode parametersAustin Yuan1-1/+51
2014-11-19Extended existing JPEG encoding data structures and added configuration attri...Jonathan Bian1-0/+1
2014-10-08va: hide most private va_Trace* symbolsEmil Velikov1-3/+3
2014-09-09vatrace: fix segfault of VASurfaceAttribExternalBufferDescriptor dumppingAustin Yuan1-2/+2
2014-09-09vafool: fix the vaMapBuffer for the buffer from vaDeriveImageAustin Yuan1-2/+2
2014-09-09vatrace: make LIBVA_TRACE_SURFACE work even without LIBVA_TRACEAustin Yuan1-1/+1
2014-03-17vatrace: fix a missing field of va_TraceMsgAustin Yuan1-2/+2
2014-03-17vatrace: simplify coded buffer traceAustin Yuan1-39/+5
2014-03-17vatrace: Remove VA_TRACE_LOGSIZE because it is uselessAustin Yuan1-51/+0
2014-03-17vatrace: print VASurfaceAttribExternalBufferDescriptorAustin Yuan1-7/+38
2014-03-17Dump max frame size in libva trace.liubolun1-0/+8
2014-03-17Add more VA Buffer print to ease debugwfeng61-34/+34
2014-03-17vatrace: add trace for VP8 decodingZhao Halley1-0/+230
2014-03-17vatrace: fix UV data offset issue of LIBVA_TRACE_SURFACE_GEOMETRYAustin Yuan1-1/+1
2014-03-17vatrace: refine the log formatAustin Yuan1-52/+46
2014-03-17vatrace: Partial dumping of VAProcPipelineParameterBufferXiang, Haihao1-0/+230
2014-03-17vatrace: check the pointer against NULL before using itXiang, Haihao1-8/+9
2014-03-17vatrace: Initialize the local variable 'i'Xiang, Haihao1-1/+1
2014-03-17vatrace: fix compile warnings and refine some formatAustin Yuan1-58/+61
2014-03-17vatrace/vafool: save the context data into display contextAustin Yuan1-885/+891
2014-03-17vatrace: always printf RefPicListAustin Yuan1-41/+40
2014-03-17va_trace: avoid to dereference a NULL pointerXiang, Haihao1-1/+2
2014-03-17vatrace: trace vaQuerySurfaceAttributesAustin Yuan1-21/+123
2013-06-19vatrace: print target_percentageAustin Yuan1-0/+1
2013-06-19vatrace: trace coded buffer create/destroyAustin Yuan1-0/+55
2013-06-19vatrace: dump unknonw private misc parametersAustin Yuan1-1/+2
2013-06-19vatrace: remove the delimiter of every elements dumpAustin Yuan1-6/+0