summaryrefslogtreecommitdiff
path: root/va/va_trace.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-19vatrace: print function name for vaMapBuffer trace with coded bufferAustin Yuan1-7/+9
2013-06-19vatrace: buffer_type_to_string: add missing VABufferTypeAdrian Marius Negreanu1-0/+8
2013-06-19vatrace: fix build issueAustin Yuan1-3/+3
2013-06-19va_trace: dump basic_unit_size/rc_flags in RateControl data structAustin Yuan1-0/+4
2013-06-19vatrace: Fix encoded coded buffer dump functionElaine Wang1-8/+7
2013-06-19vatrace: fix vatrace crash during video recordingElaine Wang1-7/+12
2013-06-19va_trace: allow surface trace to dump part of surface contentAustin Yuan1-9/+44
2013-06-19va_trace_surface: dumpe surface content after vaEndPicture callAustin Yuan1-13/+11
2013-06-19klockwork: Fix libva klocwork scaning issuesElaine Wang1-2/+2
2013-06-05va_TraceCreateSurface->va_TraceCreateSurfaces: correct name changeAustin Yuan1-2/+4
2013-05-28va_trace.c: fix a wrong conditional checkAustin Yuan1-1/+1
2013-05-28vatrace: VAEncXXXH264Baseline: start to drop VAEncXXXXBaselineAustin Yuan1-66/+2
2013-05-28vatrace: trace H.264 encode parametersErmilov, Dmitry1-1/+234
2013-05-28vatrace: API: drop H.264 specific VA buffer types.Gwenole Beauchesne1-14/+0
2013-05-28vatrace: API: rename H.264 encoding buffer structs with a Baseline suffix.Gwenole Beauchesne1-8/+10
2011-09-22vatrace/vafool: refine itAustin Yuan1-93/+128
2011-07-26vatrace: trace JPEG encode parametersAustin Yuan1-0/+109
2011-07-14Update on vatrace/test and va.hAustin Yuan1-5/+27
2011-06-30vatrace: print MPEG4/H263 encode parameters informationAustin Yuan1-5/+161
2011-06-24va: fix warning about memset.Xiang, Haihao1-1/+1
2011-06-09Corrected trace prints (updated, change format, etc), replaced \t by spaces i...Alexander Osin1-62/+116
2011-05-051) test/*: enable/refine the test/* for both X11 and AndroidAustin Yuan1-14/+10
2011-05-06Fixed number bugs in va_TraceSurface.Alexander I Osin1-8/+10
2011-04-01 1. add interface VARenderDevice for output the video into an external dev...Austin Yuan1-1/+26
2011-01-14 Refine VA_FOOL, and delete the hard coded clip va_fool_264.hAustin Yuan1-59/+223
2010-10-28libva-1.0.6Austin Yuan1-475/+1012
2010-07-26Fix H.264 PicParam buffer trace.Gwenole Beauchesne1-1/+1
2010-07-26Fix va_TraceEndPicture() to unlock the VA surface.Gwenole Beauchesne1-1/+5
2010-07-26Fix VA trace warnings.Gwenole Beauchesne1-34/+42
2010-06-02Don't dump VA surface pixels if driver doesn't return VA surface buffer.Gwenole Beauchesne1-2/+3
2010-06-02Fix VA tracer to correctly dump array of bytes.Gwenole Beauchesne1-4/+4
2010-05-08Seperate 3rd party API (e.g. vaCreateSurfaceFromXXX) into a libva-tpi.soAustin Yuan1-3/+3
2010-03-31Initial android backendAustin Yuan1-2/+3
2010-03-30merge vatraceAustin Yuan1-0/+1113