Go to the documentation of this file.
23 #include <sys/types.h>
62 #define OFFSET(x) offsetof(QSVMJPEGEncContext, x)
63 #define VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM
77 {
"global_quality",
"80" },
82 .
p.
name =
"mjpeg_qsv",
96 .p.priv_class = &
class,
98 .p.wrapper_name =
"qsv",
AVPixelFormat
Pixel format.
static av_cold int qsv_enc_init(AVCodecContext *avctx)
This structure describes decoded (raw) audio or video data.
#define FF_CODEC_CAP_NOT_INIT_THREADSAFE
The codec is not known to be init-threadsafe (i.e.
@ AV_PIX_FMT_BGRA
packed BGRA 8:8:8:8, 32bpp, BGRABGRA...
const FFCodec ff_mjpeg_qsv_encoder
static const FFCodecDefault qsv_enc_defaults[]
AVCodec p
The public AVCodec.
#define FF_CODEC_ENCODE_CB(func)
const AVCodecHWConfigInternal *const ff_qsv_enc_hw_configs[]
#define ASYNC_DEPTH_DEFAULT
#define CODEC_LONG_NAME(str)
#define LIBAVUTIL_VERSION_INT
Describe the class of an AVClass context structure.
@ AV_PIX_FMT_YUYV422
packed YUV 4:2:2, 16bpp, Y0 Cb Y1 Cr
const char * av_default_item_name(void *ptr)
Return the context name.
@ AV_PIX_FMT_QSV
HW acceleration through QSV, data[3] contains a pointer to the mfxFrameSurface1 structure.
static const AVOption options[]
static int qsv_enc_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet)
static av_cold int qsv_enc_close(AVCodecContext *avctx)
int ff_qsv_enc_close(AVCodecContext *avctx, QSVEncContext *q)
const char * name
Name of the codec implementation.
@ AV_PIX_FMT_NV12
planar YUV 4:2:0, 12bpp, 1 plane for Y and 1 plane for the UV components, which are interleaved (firs...
const char * class_name
The name of the class; usually it is the same name as the context structure type to which the AVClass...
main external API structure.
#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_enc_init(AVCodecContext *avctx, QSVEncContext *q)
#define AV_CODEC_CAP_HYBRID
Codec is potentially backed by a hardware implementation, but not necessarily.
This structure stores compressed data.
int ff_qsv_encode(AVCodecContext *avctx, QSVEncContext *q, AVPacket *pkt, const AVFrame *frame, int *got_packet)