Skip to content

Fix tracing

Gleb Verba requested to merge gverba/ECM:FIX_TRACING into master

Enc-dec matching tracing for D_HEADER,D_SYNTAX,D_SYNTAX_RESI,D_CABAC Tracing for several elements added

Noticed problems:

  1. Many elements are still untraced, but adding them will expand the log drastically. I am open to recommendations if something else is crucial to add.
  2. No common style to order pos, ctx, val (can be val, ctx, pos etc.)
  3. Several elements use unconditional tracing, others are traced only when explicitly coded

Several specific comments are added

Edited by Gleb Verba

Merge request reports