23 #include <sys/types.h>
25 #include <mfx/mfxvideo.h>
63 #define OFFSET(x) offsetof(QSVMpeg2EncContext, x)
64 #define VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM
67 {
"avbr_accuracy",
"Accuracy of the AVBR ratecontrol",
OFFSET(qsv.avbr_accuracy),
AV_OPT_TYPE_INT, { .i64 = 0 }, 0, INT_MAX,
VE },
68 {
"avbr_convergence",
"Convergence of the AVBR ratecontrol",
OFFSET(qsv.avbr_convergence),
AV_OPT_TYPE_INT, { .i64 = 0 }, 0, INT_MAX,
VE },
79 {
"slow",
NULL, 0,
AV_OPT_TYPE_CONST, { .i64 = MFX_TARGETUSAGE_BEST_QUALITY }, INT_MIN, INT_MAX,
VE,
"preset" },
115 .priv_class = &
class,
This structure describes decoded (raw) audio or video data.
#define LIBAVUTIL_VERSION_INT
static const AVOption options[]
static av_cold int init(AVCodecContext *avctx)
static av_cold int qsv_enc_close(AVCodecContext *avctx)
AVCodec ff_mpeg2_qsv_encoder
const char * class_name
The name of the class; usually it is the same name as the context structure type to which the AVClass...
#define AV_CODEC_CAP_DELAY
Encoder or decoder requires flushing with NULL input at the end in order to give the complete and cor...
int ff_qsv_encode(AVCodecContext *avctx, QSVEncContext *q, AVPacket *pkt, const AVFrame *frame, int *got_packet)
int ff_qsv_enc_close(AVCodecContext *avctx, QSVEncContext *q)
static int qsv_enc_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
planar YUV 4:2:0, 12bpp, 1 plane for Y and 1 plane for the UV components, which are interleaved (firs...
const char * name
Name of the codec implementation.
Libavcodec external API header.
#define ASYNC_DEPTH_DEFAULT
preferred ID for MPEG-1/2 video decoding
static av_cold int qsv_enc_init(AVCodecContext *avctx)
main external API structure.
Describe the class of an AVClass context structure.
int ff_qsv_enc_init(AVCodecContext *avctx, QSVEncContext *q)
HW acceleration through QSV, data[3] contains a pointer to the mfxFrameSurface1 structure.
static enum AVPixelFormat pix_fmts[]
common internal api header.
common internal and external API header
AVPixelFormat
Pixel format.
This structure stores compressed data.
static const AVCodecDefault qsv_enc_defaults[]