You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tasklet: add thread and sleep option for core usage, see ST_FLAG_TASKLET_THREAD and ST_FLAG_TASKLET_SLEEP.
tx: add user time stamp control, see ST20_TX_FLAG_USER_TIMESTAMP/ST30_TX_FLAG_USER_TIMESTAMP/ST40_TX_FLAG_USER_TIMESTAMP.
rx/video: add dual core redundant mode support. See st20_redundant_api.h for detail. Header split only support this dual core redundant mode.
lib/log: add noice level log, see ST_LOG_LEVEL_NOTICE.
build: add clang support. See "Build with clang" section in build.md.
tx: add user pacing control, see ST20_TX_FLAG_USER_PACING, ST30_TX_FLAG_USER_PACING, ST40_TX_FLAG_USER_PACING.
video: add notify_vsync callback which happened when epoch time change to a new frame, vsync period is same to fps. See notify_vsync parameter in the session create ops for detail.
csc: add y210 format support, y210 is the format for GPU 10bit yuv422 layout.
sch/tasklet: enhance sleep feature with timer based sleep and user control.
build: add AddressSanitizer(aka ASan) support, see asan.md
fps: add full fps support, see README.md.
plugin: implement OBS Studio source plugin, support UYVY/NV12/I420 formats.
ext frame: add external frame support, see doc/external_frame.md.
build: rename package name to mtl, also API naming prefix to mtl_xxx.