summaryrefslogtreecommitdiff
path: root/va/va_trace.c
Commit message (Expand)AuthorAgeFilesLines
* vatrace: fix a missing field of va_TraceMsgAustin Yuan2014-03-171-2/+2
* vatrace: simplify coded buffer traceAustin Yuan2014-03-171-39/+5
* vatrace: Remove VA_TRACE_LOGSIZE because it is uselessAustin Yuan2014-03-171-51/+0
* vatrace: print VASurfaceAttribExternalBufferDescriptorAustin Yuan2014-03-171-7/+38
* Dump max frame size in libva trace.liubolun2014-03-171-0/+8
* Add more VA Buffer print to ease debugwfeng62014-03-171-34/+34
* vatrace: add trace for VP8 decodingZhao Halley2014-03-171-0/+230
* vatrace: fix UV data offset issue of LIBVA_TRACE_SURFACE_GEOMETRYAustin Yuan2014-03-171-1/+1
* vatrace: refine the log formatAustin Yuan2014-03-171-52/+46
* vatrace: Partial dumping of VAProcPipelineParameterBufferXiang, Haihao2014-03-171-0/+230
* vatrace: check the pointer against NULL before using itXiang, Haihao2014-03-171-8/+9
* vatrace: Initialize the local variable 'i'Xiang, Haihao2014-03-171-1/+1
* vatrace: fix compile warnings and refine some formatAustin Yuan2014-03-171-58/+61
* vatrace/vafool: save the context data into display contextAustin Yuan2014-03-171-885/+891
* vatrace: always printf RefPicListAustin Yuan2014-03-171-41/+40
* va_trace: avoid to dereference a NULL pointerXiang, Haihao2014-03-171-1/+2
* vatrace: trace vaQuerySurfaceAttributesAustin Yuan2014-03-171-21/+123
* vatrace: print target_percentageAustin Yuan2013-06-191-0/+1
* vatrace: trace coded buffer create/destroyAustin Yuan2013-06-191-0/+55
* vatrace: dump unknonw private misc parametersAustin Yuan2013-06-191-1/+2
* vatrace: remove the delimiter of every elements dumpAustin Yuan2013-06-191-6/+0
* vatrace: refine the format of buf data dumpElaine Wang2013-06-191-3/+3
* vatrace: refine VAEncPackedHeaderParameterBufferType formatAustin Yuan2013-06-191-2/+6
* vatrace: print VAEncPackedHeaderParameterBufferTypeAustin Yuan2013-06-191-0/+28
* libva: Add VABuffer dumping for JPEG parametersCheng Yao2013-06-191-5/+140
* vatrace: only print info of valid reference framesAustin Yuan2013-06-191-6/+10
* vatrace: dump flags of VAPictureH264Elaine Wang2013-06-191-15/+21
* va_trace: refine the log formatElaine Wang2013-06-191-12/+26
* vatrace: print function name for vaMapBuffer trace with coded bufferAustin Yuan2013-06-191-7/+9
* vatrace: buffer_type_to_string: add missing VABufferTypeAdrian Marius Negreanu2013-06-191-0/+8
* vatrace: fix build issueAustin Yuan2013-06-191-3/+3
* va_trace: dump basic_unit_size/rc_flags in RateControl data structAustin Yuan2013-06-191-0/+4
* vatrace: Fix encoded coded buffer dump functionElaine Wang2013-06-191-8/+7
* vatrace: fix vatrace crash during video recordingElaine Wang2013-06-191-7/+12
* va_trace: allow surface trace to dump part of surface contentAustin Yuan2013-06-191-9/+44
* va_trace_surface: dumpe surface content after vaEndPicture callAustin Yuan2013-06-191-13/+11
* klockwork: Fix libva klocwork scaning issuesElaine Wang2013-06-191-2/+2
* va_TraceCreateSurface->va_TraceCreateSurfaces: correct name changeAustin Yuan2013-06-051-2/+4
* va_trace.c: fix a wrong conditional checkAustin Yuan2013-05-281-1/+1
* vatrace: VAEncXXXH264Baseline: start to drop VAEncXXXXBaselineAustin Yuan2013-05-281-66/+2
* vatrace: trace H.264 encode parametersErmilov, Dmitry2013-05-281-1/+234
* vatrace: API: drop H.264 specific VA buffer types.Gwenole Beauchesne2013-05-281-14/+0
* vatrace: API: rename H.264 encoding buffer structs with a Baseline suffix.Gwenole Beauchesne2013-05-281-8/+10
* vatrace/vafool: refine itAustin Yuan2011-09-221-93/+128
* vatrace: trace JPEG encode parametersAustin Yuan2011-07-261-0/+109
* Update on vatrace/test and va.hAustin Yuan2011-07-141-5/+27
* vatrace: print MPEG4/H263 encode parameters informationAustin Yuan2011-06-301-5/+161
* va: fix warning about memset.Xiang, Haihao2011-06-241-1/+1
* Corrected trace prints (updated, change format, etc), replaced \t by spaces i...Alexander Osin2011-06-091-62/+116
* 1) test/*: enable/refine the test/* for both X11 and AndroidAustin Yuan2011-05-051-14/+10