25 #include <sys/types.h> 27 #include <mfx/mfxvideo.h> 51 const AVFrame *frame,
int *got_packet)
65 #define OFFSET(x) offsetof(QSVH264EncContext, x) 66 #define VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM 89 {
"baseline",
NULL, 0,
AV_OPT_TYPE_CONST, { .i64 = MFX_PROFILE_AVC_BASELINE }, INT_MIN, INT_MAX,
VE,
"profile" },
111 {
"flags",
"+cgop" },
112 #if FF_API_PRIVATE_OPT 113 {
"b_strategy",
"-1" },
120 .long_name =
NULL_IF_CONFIG_SMALL(
"H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 (Intel Quick Sync Video acceleration)"),
132 .priv_class = &
class,
#define FF_CODEC_CAP_INIT_CLEANUP
The codec allows calling the close function for deallocation even if the init function returned a fai...
This structure describes decoded (raw) audio or video data.
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)
static const AVCodecDefault qsv_enc_defaults[]
int ff_qsv_enc_close(AVCodecContext *avctx, QSVEncContext *q)
static const AVOption options[]
#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.
int max_dec_frame_buffering
AVCodec ff_h264_qsv_encoder
Libavcodec external API header.
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 int qsv_enc_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet)
static enum AVPixelFormat pix_fmts[]
static av_cold int qsv_enc_init(AVCodecContext *avctx)
common internal api header.
common internal and external API header
static av_cold int init(AVCodecParserContext *s)
static av_cold int qsv_enc_close(AVCodecContext *avctx)
AVPixelFormat
Pixel format.
This structure stores compressed data.