Go to the source code of this file.
◆ OFFSET
◆ VE
◆ nvenc_old_init()
◆ options
◆ nvenc_h264_class
Initial value:= {
.class_name = "nvenc_h264",
}
static const AVOption options[]
Definition at line 80 of file nvenc_h264.c.
◆ defaults
Initial value:= {
{ "b", "0" },
{ "qmin", "-1" },
{ "qmax", "-1" },
{ "qdiff", "-1" },
{ "qblur", "-1" },
{ "qcomp", "-1" },
}
Definition at line 87 of file nvenc_h264.c.
◆ ff_h264_nvenc_encoder
Initial value:= {
.name = "h264_nvenc",
}
#define FF_CODEC_CAP_INIT_CLEANUP
The codec allows calling the close function for deallocation even if the init function returned a fai...
av_cold int ff_nvenc_encode_close(AVCodecContext *avctx)
static const AVCodecDefault defaults[]
#define AV_CODEC_CAP_DELAY
Encoder or decoder requires flushing with NULL input at the end in order to give the complete and cor...
enum AVPixelFormat ff_nvenc_pix_fmts[]
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static const AVClass nvenc_h264_class
av_cold int ff_nvenc_encode_init(AVCodecContext *avctx)
int ff_nvenc_encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet)
static enum AVPixelFormat pix_fmts[]
Definition at line 97 of file nvenc_h264.c.
◆ nvenc_h264_old_class
Initial value:= {
.class_name = "nvenc_h264",
}
static const AVOption options[]
Definition at line 121 of file nvenc_h264.c.
◆ ff_nvenc_h264_encoder
Initial value:= {
.name = "nvenc_h264",
}
#define FF_CODEC_CAP_INIT_CLEANUP
The codec allows calling the close function for deallocation even if the init function returned a fai...
av_cold int ff_nvenc_encode_close(AVCodecContext *avctx)
static const AVCodecDefault defaults[]
#define AV_CODEC_CAP_DELAY
Encoder or decoder requires flushing with NULL input at the end in order to give the complete and cor...
enum AVPixelFormat ff_nvenc_pix_fmts[]
static const AVClass nvenc_h264_old_class
static int nvenc_old_init(AVCodecContext *avctx)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
int ff_nvenc_encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet)
static enum AVPixelFormat pix_fmts[]
Definition at line 128 of file nvenc_h264.c.