New APIs - 2025.1 English - PG252

H.264/H.265 Video Codec Unit v1.2 Solutions LogiCORE IP Product Guide (PG252)

Document ID
PG252
Release Date
2025-05-29
Version
2025.1 English

This table contain list of newly added encoder and decoder control software APIs in 2019.2 release.

Table 1. New APIs
2019.2 Release API Description
void Rtos_SetCurrentThreadName(const char* pThreadName); Retrieve thread during debugging
bool AL_Encoder_SetLoopFilterBetaOffset(AL_HEncoder hEnc, int8_t iBetaOffset) Changes dynamically the loop filter beta offset
bool AL_Encoder_SetLoopFilterTcOffset(AL_HEncoder hEnc, int8_t iTcOffset) Changes dynamically the loop filter TC offset
bool AL_Encoder_SetHDRSEIs(AL_HEncoder hEnc, AL_THDRSEIs* pHDRSEIs) Specify HDR SEIs to insert in the bitstream
bool bSplitInput Send stream data by decoding unit
static AL_INLINE bool AL_IS_QP_TABLE_REQUIRED(AL_EQpTableMode eMode)  
static AL_INLINE bool AL_IS_AUTO_OR_ADAPTIVE_QP_CTRL(AL_EQpCtrlMode eMode)  
AL_THDRMetaData Retrieve HDR from buffer
EndParsingCallback (decoder side) You can add a callback on EndParsing (usefull with bSplitInput = true)