Limin Wang
392a2d0790
avcodec/libsvtav1: remove unneeded svt_av1_enc_deinit_handle()
...
It's for FF_CODEC_CAP_INIT_CLEANUP flag.
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
5 years ago
Limin Wang
ed39d28ce7
avcodec/libsvtav1: fix copy and paste error
...
Reviewed-by: Mark Thompson <sw@jkqxz.net>
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
5 years ago
Mark Thompson
11a2d05b3f
libsvtav1: Fix the documentation to match the actual options
5 years ago
Mark Thompson
ad7aa1e8e7
libsvtav1: Use _ rather than - in options
5 years ago
Mark Thompson
30a4bdbc1f
libsvtav1: Rename without a _
...
The external library is called libsvtav1, so use this name everywhere.
5 years ago
Lynne
6ceaeecaf5
avcodec/libsvt_av1: remove forced-idr option
...
This option is directly copy-pasted from the SVT1-HEVC wrapper and has
no place in the options for an AV1 encoder.
AV1 has no H.264/5 IDR frames nor anything like them.
All this option does is change all real keyframes to an intra-only
AV1 frame, which is not seekable. Hence, any streams encoded with
this option enabled will not be seekable.
5 years ago
Daryl Seah
0e20dee5c2
avcodec: Add an SVT-AV1 encoder wrapper
...
Signed-off-by: Daryl Seah <daryl.seah@intel.com>
Signed-off-by: Jing SUN <jing.a.sun@intel.com>
Signed-off-by: ZhiZhen Tang <zhizhen.tang@intel.com>
Signed-off-by: Zhong Li <zhong.li@intel.com>
Signed-off-by: Xu Guangxin <guangxin.xu@intel.com>
Signed-off-by: James Almer <jamrial@gmail.com>
5 years ago