summaryrefslogtreecommitdiff
path: root/va/va_trace.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix the p->load_huffman_table[0] keep print first element in for loopLim Siew Hoon2016-07-221-1/+1
* Remove unused 'i' in va_TraceVAEncPackedHeaderParameterBufferTypeLim Siew Hoon2016-06-241-1/+0
* Remove unused 'trace_index' in va_TraceInitLim Siew Hoon2016-06-241-1/+0
* Remove unused 'j' in va_TraceVAPictureParameterBufferVP9.Lim Siew Hoon2016-06-241-1/+1
* Remove unused 'check_sum' and 'j' in va_TraceSurfaceLim Siew Hoon2016-06-241-2/+1
* Remove unused 'i' and 'buf_list' in va_TraceDestroyBufferLim Siew Hoon2016-06-241-3/+0
* fix check NULL issuespeng.chen2016-05-271-3/+16
* Fix missing parameter of vatrace DisplayAttribute printAustin Yuan2016-05-241-4/+5
* trace: Cleanup some HEVC printsScott D Phillips2016-05-221-46/+62
* trace: Add `va_TracePrint`, `va_TraceVPrint` static functionsScott D Phillips2016-05-221-16/+34
* add the support of multiple context tracingpeng.chen2016-05-131-217/+1043
* vatrace: add IVF header for VP8 coded buffer dumpAustin Yuan2015-09-061-1/+60
* va_trace.c : Fix VAIQMatrixBufferHEVC tracingTimo Rothenpieler2015-09-061-1/+1
* va_trace.c : Fixes incorrect hardcode printfs message.Lim Siew Hoon2015-07-171-3/+3
* va_trace.c: add vp9 decoder trace infoXu Guangxin2015-07-141-0/+140
* va_trace.c: fixes incorrect use of signed decimal conversion in printfs.Jonathan Bian2015-07-141-30/+30
* Va_trace changes to dump the HEVC encode parameterssusheel2015-07-141-0/+253
* vatrace: print frame_type for VP8 encodingAustin Yuan2015-07-141-1/+2
* vatrace: dump the right parameters for VP8 encodeXiang, Haihao2015-07-141-38/+36
* Enhance LIBVA_TRACE to dump SPS/PPS/ for VP8 encode.Liu Bolun2015-07-141-0/+109
* Add VA trace support for HEVCTang, XiaoxiX2014-12-041-0/+313
* vatrace: trace JPEG encode parametersAustin Yuan2014-11-191-1/+51
* Extended existing JPEG encoding data structures and added configuration attri...Jonathan Bian2014-11-191-0/+1
* va: hide most private va_Trace* symbolsEmil Velikov2014-10-081-3/+3
* vatrace: fix segfault of VASurfaceAttribExternalBufferDescriptor dumppingAustin Yuan2014-09-091-2/+2
* vafool: fix the vaMapBuffer for the buffer from vaDeriveImageAustin Yuan2014-09-091-2/+2
* vatrace: make LIBVA_TRACE_SURFACE work even without LIBVA_TRACEAustin Yuan2014-09-091-1/+1
* 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