summaryrefslogtreecommitdiff
path: root/va/va_trace.c
Commit message (Expand)AuthorAgeFilesLines
* remove deprecated variable from va_trace.cHEADmasterCarl Zhang2020-10-191-4/+0
* va/va_trace: ignore system gettid() on LinuxJan Beich2020-10-161-7/+6
* va/va_trace: implement gettid() for BSDsJan Beich2020-10-161-5/+34
* Refine the va_TraceVAPictureParameterBufferAV1.He Junyan2020-09-071-37/+129
* Add SCC fields trace for HEVC SCC encoding.2.9.0.pre2He Junyan2020-08-211-0/+6
* Add vaSyncBuffer for output buffers synchronizationDmitry Ermilov2020-06-301-0/+17
* Add vaSyncSurface2 with timeoutDmitry Ermilov2020-06-231-0/+17
* va_trace:enable return value trace for successful function callCarl Zhang2020-06-171-3/+0
* trace: divide va_TraceEndPicture to two seperate functionCarl Zhang2020-06-171-4/+11
* va_trace: add support for VAProfileHEVCSccMain444_10Haihao Xiang2020-06-161-2/+5
* Remove the execute bit from all source code filesMichael Weiss2020-06-051-0/+0
* Fix format string warningsJiri Kucera2020-05-251-9/+9
* vatrace: List correct field names in va_TraceVAPictureParameterBufferHEVCRuben Gonzalez2020-05-111-1/+1
* [trace] av1 decode buffers traceIlya Sergeev2020-03-191-2/+179
* Add HEVC REXT and SCC trace for decoding.Yan Wang2020-03-181-3/+184
* 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