This table contain list of newly added encoder and decoder control software APIs in 2019.2 release.
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) |