Add new debug features
- allow outputting invisible (alt-ref) frames;
-
allow outputting each frame in its own
.y4m
or.yuv
file - with optional templates to assist in debugging SVC streams; - allow selectively disabling one or more postfilters (deblock, cdef, looprestoration, filmgrain);
-
consider exporting
recon.h
'sDEBUG_BLOCK_INFO
andDEBUG_B_PIXELS
as options which do not require recompilation;-
and then obviously,
printf()
should be converted todav1d_log()
.
-
and then obviously,