FFmpeg
Loading...
Searching...
No Matches
qsvenc_hevc.c File Reference
#include <stdint.h>
#include <sys/types.h>
#include <mfxvideo.h>
#include "libavutil/common.h"
#include "libavutil/mem.h"
#include "libavutil/opt.h"
#include "libavutil/mastering_display_metadata.h"
#include "avcodec.h"
#include "bytestream.h"
#include "codec_internal.h"
#include "get_bits.h"
#include "h2645_parse.h"
#include "qsv.h"
#include "qsvenc.h"
#include "hevc/hevc.h"
#include "hevc/ps.h"

Go to the source code of this file.

Data Structures

struct  QSVHEVCEncContext
 

Macros

#define OFFSET(x)
 
#define VE   AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM
 

Enumerations

enum  LoadPlugin { LOAD_PLUGIN_NONE , LOAD_PLUGIN_HEVC_SW , LOAD_PLUGIN_HEVC_HW }
 

Functions

static int generate_fake_vps (QSVEncContext *q, AVCodecContext *avctx)
 
static int qsv_hevc_set_encode_ctrl (AVCodecContext *avctx, const AVFrame *frame, mfxEncodeCtrl *enc_ctrl)
 
static av_cold int qsv_enc_init (AVCodecContext *avctx)
 
static int qsv_enc_frame (AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet)
 
static av_cold int qsv_enc_close (AVCodecContext *avctx)
 

Variables

static const AVOption options []
 
class { 
 
      class_name = "hevc_qsv encoder" 
 
      item_name = av_default_item_name 
 
      option = options 
 
      version = LIBAVUTIL_VERSION_INT 
 
};  
 
static const FFCodecDefault qsv_enc_defaults []
 
const FFCodec ff_hevc_qsv_encoder
 

Macro Definition Documentation

◆ OFFSET

#define OFFSET ( x)
Value:

Definition at line 304 of file qsvenc_hevc.c.

◆ VE

Definition at line 305 of file qsvenc_hevc.c.

Enumeration Type Documentation

◆ LoadPlugin

enum LoadPlugin
Enumerator
LOAD_PLUGIN_NONE 
LOAD_PLUGIN_HEVC_SW 
LOAD_PLUGIN_HEVC_HW 

Definition at line 43 of file qsvenc_hevc.c.

Function Documentation

◆ generate_fake_vps()

static int generate_fake_vps ( QSVEncContext * q,
AVCodecContext * avctx )
static

Definition at line 55 of file qsvenc_hevc.c.

Referenced by qsv_enc_init().

◆ qsv_hevc_set_encode_ctrl()

static int qsv_hevc_set_encode_ctrl ( AVCodecContext * avctx,
const AVFrame * frame,
mfxEncodeCtrl * enc_ctrl )
static

Definition at line 166 of file qsvenc_hevc.c.

Referenced by qsv_enc_init().

◆ qsv_enc_init()

static av_cold int qsv_enc_init ( AVCodecContext * avctx)
static

Definition at line 243 of file qsvenc_hevc.c.

◆ qsv_enc_frame()

static int qsv_enc_frame ( AVCodecContext * avctx,
AVPacket * pkt,
const AVFrame * frame,
int * got_packet )
static

Definition at line 289 of file qsvenc_hevc.c.

◆ qsv_enc_close()

static av_cold int qsv_enc_close ( AVCodecContext * avctx)
static

Definition at line 297 of file qsvenc_hevc.c.

Variable Documentation

◆ options

const AVOption options[]
static

Definition at line 306 of file qsvenc_hevc.c.

◆ class_name

class_name = "hevc_qsv encoder"
private

Definition at line 372 of file qsvenc_hevc.c.

◆ item_name

item_name = av_default_item_name
private

Definition at line 373 of file qsvenc_hevc.c.

◆ option

option = options
private

Definition at line 374 of file qsvenc_hevc.c.

◆ version

version = LIBAVUTIL_VERSION_INT
private

Definition at line 375 of file qsvenc_hevc.c.

◆ [class]

const AVClass class { ... }

◆ qsv_enc_defaults

const FFCodecDefault qsv_enc_defaults[]
static
Initial value:
= {
{ "b", "0" },
{ "refs", "0" },
{ "g", "248" },
{ "bf", "-1" },
{ "qmin", "-1" },
{ "qmax", "-1" },
{ "trellis", "-1" },
{ NULL },
}
#define NULL
Definition coverity.c:32

Definition at line 378 of file qsvenc_hevc.c.

◆ ff_hevc_qsv_encoder

const FFCodec ff_hevc_qsv_encoder
Initial value:
= {
.p.name = "hevc_qsv",
CODEC_LONG_NAME("HEVC (Intel Quick Sync Video acceleration)"),
.priv_data_size = sizeof(QSVHEVCEncContext),
.p.type = AVMEDIA_TYPE_VIDEO,
.init = qsv_enc_init,
.close = qsv_enc_close,
.p.priv_class = &class,
.defaults = qsv_enc_defaults,
.p.wrapper_name = "qsv",
.hw_configs = ff_qsv_enc_hw_configs,
}
#define CODEC_PIXFMTS(...)
#define FF_CODEC_CAP_NOT_INIT_THREADSAFE
The codec is not known to be init-threadsafe (i.e.
#define FF_CODEC_ENCODE_CB(func)
#define CODEC_LONG_NAME(str)
#define FF_CODEC_CAP_INIT_CLEANUP
The codec allows calling the close function for deallocation even if the init function returned a fai...
#define AV_CODEC_CAP_DELAY
Encoder or decoder requires flushing with NULL input at the end in order to give the complete and cor...
Definition codec.h:79
#define AV_CODEC_CAP_HYBRID
Codec is potentially backed by a hardware implementation, but not necessarily.
Definition codec.h:140
@ AV_CODEC_ID_HEVC
Definition codec_id.h:223
@ AVMEDIA_TYPE_VIDEO
Definition avutil.h:200
@ AVCOL_RANGE_MPEG
Narrow or limited range content.
Definition pixfmt.h:766
@ AVCOL_RANGE_JPEG
Full range content.
Definition pixfmt.h:783
#define AV_PIX_FMT_P012
Definition pixfmt.h:609
#define AV_PIX_FMT_Y210
Definition pixfmt.h:612
#define AV_PIX_FMT_P010
Definition pixfmt.h:608
#define AV_PIX_FMT_XV30
Definition pixfmt.h:615
#define AV_PIX_FMT_X2RGB10
Definition pixfmt.h:619
@ 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...
Definition pixfmt.h:96
@ AV_PIX_FMT_VUYX
packed VUYX 4:4:4:4, 32bpp, Variant of VUYA where alpha channel is left undefined
Definition pixfmt.h:406
@ AV_PIX_FMT_BGRA
packed BGRA 8:8:8:8, 32bpp, BGRABGRA...
Definition pixfmt.h:102
@ AV_PIX_FMT_YUYV422
packed YUV 4:2:2, 16bpp, Y0 Cb Y1 Cr
Definition pixfmt.h:74
@ AV_PIX_FMT_QSV
HW acceleration through QSV, data[3] contains a pointer to the mfxFrameSurface1 structure.
Definition pixfmt.h:247
const AVCodecHWConfigInternal *const ff_qsv_enc_hw_configs[]
Definition qsvenc.c:2762
static int qsv_enc_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet)
Definition qsvenc_av1.c:138
static const FFCodecDefault qsv_enc_defaults[]
Definition qsvenc_av1.c:202
static av_cold int qsv_enc_init(AVCodecContext *avctx)
Definition qsvenc_av1.c:111
static av_cold int qsv_enc_close(AVCodecContext *avctx)
Definition qsvenc_av1.c:167

Definition at line 389 of file qsvenc_hevc.c.