#include <stdint.h>
#include <sys/types.h>
#include <mfx/mfxvideo.h>
#include "libavutil/common.h"
#include "libavutil/opt.h"
#include "avcodec.h"
#include "bytestream.h"
#include "get_bits.h"
#include "hevc.h"
#include "hevcdec.h"
#include "h2645_parse.h"
#include "internal.h"
#include "qsv.h"
#include "qsv_internal.h"
#include "qsvenc.h"
Go to the source code of this file.
Enumerator |
---|
LOAD_PLUGIN_NONE |
|
LOAD_PLUGIN_HEVC_SW |
|
LOAD_PLUGIN_HEVC_HW |
|
LOAD_PLUGIN_NONE |
|
LOAD_PLUGIN_HEVC_SW |
|
LOAD_PLUGIN_HEVC_HW |
|
Definition at line 41 of file qsvenc_hevc.c.
Initial value:= {
{ "load_plugins", "A :-separate list of hexadecimal plugin UIDs to load in an internal session",
}
Definition at line 214 of file qsvenc_hevc.c.
class_name = "hevc_qsv encoder" |
Initial value:= {
{ "b", "1M" },
{ "refs", "0" },
{ "g", "248" },
{ "bf", "8" },
{ "flags", "+cgop" },
{ "b_strategy", "-1" },
}
Definition at line 241 of file qsvenc_hevc.c.
Initial value:= {
.name = "hevc_qsv",
.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...
static av_cold int init(AVCodecContext *avctx)
static int qsv_enc_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet)
#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 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...
static const AVCodecDefault qsv_enc_defaults[]
static av_cold int qsv_enc_close(AVCodecContext *avctx)
HW acceleration through QSV, data[3] contains a pointer to the mfxFrameSurface1 structure.
static enum AVPixelFormat pix_fmts[]
static av_cold int qsv_enc_init(AVCodecContext *avctx)
AVPixelFormat
Pixel format.
Definition at line 255 of file qsvenc_hevc.c.