23 #include <sys/types.h>
25 #include <mfx/mfxvideo.h>
61 uint8_t vps_buf[128], vps_rbsp_buf[128];
64 int ret, i,
type, vps_size;
104 memcpy(&vps.
ptl, &sps.
ptl,
sizeof(vps.
ptl));
130 bytestream2_put_be32(&pbc, 1);
131 bytestream2_put_byte(&pbc,
NAL_VPS << 1);
132 bytestream2_put_byte(&pbc, 1);
135 uint32_t
b = bytestream2_peek_be24(&gbc);
137 bytestream2_put_be24(&pbc, 3);
140 bytestream2_put_byte(&pbc, bytestream2_get_byte(&gbc));
147 memcpy(new_extradata, vps_buf, vps_size);
163 static const char *uid_hevcenc_sw =
"2fca99749fdb49aeb121a5b63ef568f7";
164 static const char *uid_hevcenc_hw =
"6fadc791a0c2eb479ab6dcd5ea9da347";
168 "load_plugins is not empty, but load_plugin is not set to 'none'."
169 "The load_plugin value will be ignored.\n");
211 #define OFFSET(x) offsetof(QSVHEVCEncContext, x)
212 #define VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM
221 {
"load_plugins",
"A :-separate list of hexadecimal plugin UIDs to load in an internal session",
247 {
"flags",
"+cgop" },
248 #if FF_API_PRIVATE_OPT
249 {
"b_strategy",
"-1" },
267 .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...
#define AVERROR_INVALIDDATA
Invalid data found when processing input.
AVCodec ff_hevc_qsv_encoder
int ff_hevc_encode_nal_vps(HEVCVPS *vps, unsigned int id, uint8_t *buf, int buf_size)
This structure describes decoded (raw) audio or video data.
int vui_num_ticks_poc_diff_one_minus1
int max_dec_pic_buffering
static unsigned int get_bits(GetBitContext *s, int n)
Read 1-25 bits.
#define AV_LOG_WARNING
Something somehow does not look correct.
#define LIBAVUTIL_VERSION_INT
static av_cold int init(AVCodecContext *avctx)
int vps_num_ticks_poc_diff_one
vps_num_ticks_poc_diff_one_minus1 + 1
static av_always_inline void bytestream2_init_writer(PutByteContext *p, uint8_t *buf, int buf_size)
static int generate_fake_vps(QSVEncContext *q, AVCodecContext *avctx)
static av_always_inline void bytestream2_init(GetByteContext *g, const uint8_t *buf, int buf_size)
static int qsv_enc_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet)
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)
unsigned int vps_num_reorder_pics[MAX_SUB_LAYERS]
uint8_t vps_timing_info_present_flag
uint8_t * extradata
some codecs need / can use extradata like Huffman tables.
int vps_max_sub_layers
vps_max_temporal_layers_minus1 + 1
bitstream reader API header.
int ff_qsv_enc_close(AVCodecContext *avctx, QSVEncContext *q)
#define AV_LOG_ERROR
Something went wrong and cannot losslessly be recovered.
static av_always_inline void bytestream2_skip(GetByteContext *g, unsigned int size)
int vui_timing_info_present_flag
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static av_always_inline unsigned int bytestream2_get_bytes_left(GetByteContext *g)
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 vui_poc_proportional_to_timing_flag
static av_always_inline int bytestream2_tell_p(PutByteContext *p)
uint32_t vps_num_units_in_tick
int vps_num_layer_sets
vps_num_layer_sets_minus1 + 1
static const AVCodecDefault qsv_enc_defaults[]
uint8_t vps_poc_proportional_to_timing_flag
static av_cold int qsv_enc_close(AVCodecContext *avctx)
Libavcodec external API header.
char * av_strdup(const char *s)
Duplicate the string s.
static int init_get_bits8(GetBitContext *s, const uint8_t *buffer, int byte_size)
Initialize GetBitContext.
main external API structure.
uint32_t vui_num_units_in_tick
Describe the class of an AVClass context structure.
int ff_qsv_enc_init(AVCodecContext *avctx, QSVEncContext *q)
#define MAX_SUB_LAYERS
7.4.2.1
HW acceleration through QSV, data[3] contains a pointer to the mfxFrameSurface1 structure.
struct HEVCSPS::@52 temporal_layer[MAX_SUB_LAYERS]
static enum AVPixelFormat pix_fmts[]
common internal api header.
common internal and external API header
#define AVERROR_UNKNOWN
Unknown error, typically from an external library.
#define AV_INPUT_BUFFER_PADDING_SIZE
Required number of additionally allocated bytes at the end of the input bitstream for decoding...
unsigned int vps_max_dec_pic_buffering[MAX_SUB_LAYERS]
unsigned int vps_max_latency_increase[MAX_SUB_LAYERS]
int ff_hevc_parse_sps(HEVCSPS *sps, GetBitContext *gb, unsigned int *sps_id, int apply_defdispwin, AVBufferRef **vps_list, AVCodecContext *avctx)
Parse the SPS from the bitstream into the provided HEVCSPS struct.
static av_cold int qsv_enc_init(AVCodecContext *avctx)
int ff_h2645_extract_rbsp(const uint8_t *src, int length, H2645NAL *nal)
Extract the raw (unescaped) bitstream.
AVPixelFormat
Pixel format.
This structure stores compressed data.
void * av_mallocz(size_t size)
Allocate a block of size bytes with alignment suitable for all memory accesses (including vectors if ...
int vps_sub_layer_ordering_info_present_flag
static const AVOption options[]