28 #include <mfx/mfxvideo.h>
87 static const char *
const uid_hevcdec_sw =
"15dd936825ad475ea34e35f3f54217a6";
88 static const char *
const uid_hevcdec_hw =
"33a61c0b4c27454ca8d85dde757c6f8e";
92 "load_plugins is not empty, but load_plugin is not set to 'none'."
93 "The load_plugin value will be ignored.\n");
143 while (!*got_frame) {
179 #define LOAD_PLUGIN_DEFAULT LOAD_PLUGIN_HEVC_SW
181 #define LOAD_PLUGIN_DEFAULT LOAD_PLUGIN_HEVC_HW
184 #define OFFSET(x) offsetof(QSVH2645Context, x)
185 #define VD AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_DECODING_PARAM
187 #if CONFIG_HEVC_QSV_DECODER
196 {
"load_plugins",
"A :-separate list of hexadecimal plugin UIDs to load in an internal session",
201 static const AVClass hevc_class = {
219 .priv_class = &hevc_class,
225 .bsfs =
"hevc_mp4toannexb",
226 .wrapper_name =
"qsv",
230 #if CONFIG_H264_QSV_DECODER
245 .long_name =
NULL_IF_CONFIG_SMALL(
"H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 (Intel Quick Sync Video acceleration)"),
254 .priv_class = &
class,
260 .bsfs =
"h264_mp4toannexb",
261 .wrapper_name =
"qsv",
This structure describes decoded (raw) audio or video data.
ptrdiff_t const GLvoid * data
static void flush(AVCodecContext *avctx)
#define AV_LOG_WARNING
Something somehow does not look correct.
#define LIBAVUTIL_VERSION_INT
static av_cold int init(AVCodecContext *avctx)
const char * av_default_item_name(void *ptr)
Return the context name.
static av_cold int qsv_decode_close(AVCodecContext *avctx)
static void decode(AVCodecContext *dec_ctx, AVPacket *pkt, AVFrame *frame, FILE *outfile)
int av_fifo_generic_write(AVFifoBuffer *f, void *src, int size, int(*func)(void *, void *, int))
Feed data from a user-supplied callback to an AVFifoBuffer.
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_decode_close(QSVContext *q)
int av_fifo_space(const AVFifoBuffer *f)
Return the amount of space in bytes in the AVFifoBuffer, that is the amount of data you can write int...
#define LOAD_PLUGIN_DEFAULT
void av_fifo_free(AVFifoBuffer *f)
Free an AVFifoBuffer.
int av_packet_ref(AVPacket *dst, const AVPacket *src)
Setup a new reference to the data described by a given packet.
AVFifoBuffer * packet_fifo
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
int av_fifo_generic_read(AVFifoBuffer *f, void *dest, int buf_size, void(*func)(void *, void *, int))
Feed data from an AVFifoBuffer to a user-supplied callback.
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.
void ff_qsv_decode_flush(AVCodecContext *avctx, QSVContext *q)
#define ASYNC_DEPTH_DEFAULT
static void qsv_decode_flush(AVCodecContext *avctx)
char * av_strdup(const char *s)
Duplicate a string.
Libavcodec external API header.
int av_fifo_size(const AVFifoBuffer *f)
Return the amount of data in bytes in the AVFifoBuffer, that is the amount of data you can read from ...
int av_fifo_realloc2(AVFifoBuffer *f, unsigned int new_size)
Resize an AVFifoBuffer.
main external API structure.
void av_packet_unref(AVPacket *pkt)
Wipe the packet.
a very simple circular buffer FIFO implementation
#define AV_CODEC_CAP_HYBRID
Codec is potentially backed by a hardware implementation, but not necessarily.
Describe the class of an AVClass context structure.
HW acceleration through QSV, data[3] contains a pointer to the mfxFrameSurface1 structure.
static int qsv_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
static enum AVPixelFormat pix_fmts[]
static av_cold int qsv_decode_init(AVCodecContext *avctx)
const OptionDef options[]
common internal api header.
common internal and external API header
AVCodec ff_h264_qsv_decoder
AVFifoBuffer * av_fifo_alloc(unsigned int size)
Initialize an AVFifoBuffer.
#define AV_CODEC_CAP_AVOID_PROBING
Decoder is not a preferred choice for probing.
AVCodec ff_hevc_qsv_decoder
const AVCodecHWConfigInternal * ff_qsv_hw_configs[]
int ff_qsv_process_data(AVCodecContext *avctx, QSVContext *q, AVFrame *frame, int *got_frame, AVPacket *pkt)
static void qsv_clear_buffers(QSVH2645Context *s)
AVPixelFormat
Pixel format.
This structure stores compressed data.
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() for allocating buffers and supports custom allocators.