summaryrefslogtreecommitdiff
path: root/va/va_trace.c
Commit message (Expand)AuthorAgeFilesLines
* va/va_trace: Dump VP9 parameters for profile 1~3Haihao Xiang2019-09-121-0/+3
* trace: fix memory leak on closing the traceDmitry Rogozhkin2019-08-191-7/+0
* Add missing argumentJiri Kucera2019-06-141-1/+1
* va_trace: hevc profiles addedIlya Sergeyev2019-06-031-0/+6
* va/va_trace: add trace support for VAEncMiscParameterTypeSkipFrame structure.Decai Lin2019-05-091-0/+9
* va/va_trace: add MPEG2 trace support for MiscParam and SequenceParamLinjie Fu2019-05-091-0/+27
* add return value into logsintel2019-05-091-0/+11
* va/va_trace: add trace support for VAEncMiscParameterEncQuality structure.Decai Lin2019-05-091-0/+41
* va_trace: add missing <sys/time.h> includeRodger Combs2019-05-061-1/+1
* va/va_trace: unbreak with C89 after b3694671c784Jan Beich2019-04-161-1/+2
* va/va_trace: add trace support for RIR(rolling intra refresh).Decai Lin2019-03-041-0/+12
* va/va_trace: add trace support for ROI(region of interest).Decai Lin2019-03-041-0/+18
* va/va_trace: add va_TraceSurface support for VA_FOURCC_P010Linjie Fu2018-12-261-3/+11
* Fix compilation warning (uninit and wrong variable types) for Android O MR1Badiuzzaman Iskhandar2018-12-191-3/+3
* compile: fix sign/unsign compare in va_trace.cXu Guangxin2018-12-101-1/+1
* Add max frame size parameters for multiple pass case in legacy modeWang, Chengwei C2018-09-201-0/+12
* Add missing rate control parameters to trace output2.1.1.pre1-20180601Mark Thompson2018-05-141-1/+7
* Remove executable mode from source filesMark Thompson2018-05-141-0/+0
* va_trace: Remove unused variableVictor Toso2018-01-171-1/+0
* Fix tracing index allocation issuepeng.chen2018-01-031-27/+34
* trace: init mutex before attempting to lock itU. Artie Eoff2017-12-011-3/+3
* New VAAPI definition for multi-frame processing applicable for Encode, FEI En...Artem Shaporenko2017-11-211-0/+59
* Fix segmentation fault in VA tracerXiang, Haihao2017-09-281-6/+8
* va: Use new va*Str() functionsKelly Ledford2017-09-271-36/+6
* Fix deprecated warningXiang, Haihao2017-09-271-1/+0
* Add namespace prefix to globalsMark Thompson2017-09-271-22/+22
* Deprecate H.264 baseline profile and FMO supportMark Thompson2017-09-271-3/+0
* Make logging callbacks library-safeMark Thompson2017-09-271-12/+14
* Move declarations for internal functions to new headerMark Thompson2017-09-271-6/+1
* va_trace: remove unused variablesVíctor Manuel Jáquez Leal2017-08-101-5/+2
* va_trace: add quality_level trace logZhong Li2017-06-271-0/+8
* va_trace: add traces for MB rate control/temporal layerJun Zhao2017-05-091-0/+2
* Add the suffix_str back into the tracing file namepeng.chen2017-05-041-1/+1
* va_trace: add traces for vp9encoderDaniel Charles2016-08-081-0/+126
* Properly terminate parsed environment values with '\0'.Tobias Stoeckmann2016-08-011-0/+2
* 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