- Version
- Download 12
- File Size 36.8 MB
- File Count 1
- Create Date February 26, 2024
- Last Updated March 7, 2024
Version Notes:
[FW] Fix bug where "enablePpuScaleAdapt" does not engage when set by user
[FW] Support adaptive resolution scaling on PPU:
- scale0LongShortAdapt will set whether or not adaptive scaling is added to the short edge or long edge
- scale0LongShortAdapt=1 enables long edge resolution adaptation
- scale0LongShortAdapt=2 enables short edge resolution adaptation
- Using enablePpuScaleAdapt with these params is not recomended
Changing FW API version to 6rF
[LIBAVFILTER] Update ni_quadra_merge filter to include ni_quadra_split pre-stage for convenience
[LIBXCODER] Add decoding xcoder-params to control PPU adaptive scaling:
- "scale0LongEdge", "scale1LongEdge", and "scale2LongEdge" can be used to set length of long edge of input frame whilst adapting short edge
- "scale0ShortEdge", "scale1ShortEdge", and "scale1ShortEdge" can be used to set length of short edge of input frame whilst adapting long edge
- "scale0ResCeil", "scale1ResCeil", and "scale2ResCeil" can be used to set rounding multiple when adaptation occurs (eg. 2, 4, 8, 16)
- "scale0Round", "scale1Round", and "scale2Round" can be set to "up" or "down" to control rounding behavior
Changing FW API version to 6rF
[LIBXCODER] Build libxcoder to print backtraces with "libxcoder/build.sh -b"

