#include <stdint.h>
#include <sys/types.h>
#include <mfx/mfxvideo.h>
#include "libavutil/common.h"
#include "libavutil/opt.h"
#include "avcodec.h"
#include "internal.h"
#include "qsv.h"
#include "qsv_internal.h"
#include "qsvenc.h"
Go to the source code of this file.
◆ OFFSET
◆ VE
◆ qsv_enc_init()
◆ qsv_enc_frame()
◆ qsv_enc_close()
◆ options
◆ class_name
class_name = "mpeg2_qsv encoder" |
|
private |
◆ item_name
◆ option
◆ version
◆ @127
◆ qsv_enc_defaults
Initial value:= {
{ "b", "1M" },
{ "refs", "0" },
{ "g", "250" },
{ "bf", "3" },
{ "trellis", "-1" },
{ "flags", "+cgop" },
{ "b_strategy", "-1" },
}
Definition at line 84 of file qsvenc_mpeg2.c.
◆ ff_mpeg2_qsv_encoder
Initial value:= {
.name = "mpeg2_qsv",
.priv_class = &class,
.wrapper_name = "qsv",
}
Definition at line 98 of file qsvenc_mpeg2.c.
AVPixelFormat
Pixel format.
static av_cold int init(AVCodecContext *avctx)
it s the only field you need to keep assuming you have a context There is some magic you don t need to care about around this just let it vf type
static av_cold int qsv_enc_close(AVCodecContext *avctx)
static int qsv_enc_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet)
static enum AVPixelFormat pix_fmts[]
const AVCodecHWConfigInternal * ff_qsv_enc_hw_configs[]
@ AV_PIX_FMT_QSV
HW acceleration through QSV, data[3] contains a pointer to the mfxFrameSurface1 structure.
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
#define FF_CODEC_CAP_INIT_CLEANUP
The codec allows calling the close function for deallocation even if the init function returned a fai...
static av_cold int qsv_enc_init(AVCodecContext *avctx)
@ 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...
static const AVCodecDefault qsv_enc_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...
#define AV_CODEC_CAP_HYBRID
Codec is potentially backed by a hardware implementation, but not necessarily.
@ AV_CODEC_ID_MPEG2VIDEO
preferred ID for MPEG-1/2 video decoding