Go to the source code of this file.
◆ OFFSET
◆ VE
◆ options
◆ defaults
Initial value:= {
{ "b", "2M" },
{ "qmin", "-1" },
{ "qmax", "-1" },
{ "qdiff", "-1" },
{ "qblur", "-1" },
{ "qcomp", "-1" },
{ "g", "250" },
{ "bf", "-1" },
{ "refs", "0" },
}
Definition at line 150 of file nvenc_av1.c.
◆ av1_nvenc_class
Initial value:= {
.class_name = "av1_nvenc",
}
Definition at line 163 of file nvenc_av1.c.
◆ ff_av1_nvenc_encoder
Initial value:= {
.p.name = "av1_nvenc",
.p.wrapper_name = "nvenc",
}
Definition at line 170 of file nvenc_av1.c.
#define FF_CODEC_CAP_INIT_CLEANUP
The codec allows calling the close function for deallocation even if the init function returned a fai...
#define AV_CODEC_CAP_HARDWARE
Codec is backed by a hardware implementation.
#define FF_CODEC_CAP_NOT_INIT_THREADSAFE
The codec is not known to be init-threadsafe (i.e.
static const AVOption options[]
enum AVPixelFormat ff_nvenc_pix_fmts[]
av_cold void ff_nvenc_encode_flush(AVCodecContext *avctx)
#define AV_CODEC_CAP_ENCODER_FLUSH
This encoder can be flushed using avcodec_flush_buffers().
av_cold int ff_nvenc_encode_init(AVCodecContext *avctx)
#define AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE
This encoder can reorder user opaque values from input AVFrames and return them with corresponding ou...
#define CODEC_LONG_NAME(str)
#define LIBAVUTIL_VERSION_INT
#define FF_CODEC_RECEIVE_PACKET_CB(func)
av_cold int ff_nvenc_encode_close(AVCodecContext *avctx)
const char * av_default_item_name(void *ptr)
Return the context name.
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() or get_encode_buffer() for allocating buffers and supports custom allocators.
const AVCodecHWConfigInternal *const ff_nvenc_hw_configs[]
int ff_nvenc_receive_packet(AVCodecContext *avctx, AVPacket *pkt)
#define AV_CODEC_CAP_DELAY
Encoder or decoder requires flushing with NULL input at the end in order to give the complete and cor...
static const AVClass av1_nvenc_class
static const FFCodecDefault defaults[]