#include "libavutil/common.h"
#include "libavutil/opt.h"
#include "bsf.h"
#include "bsf_internal.h"
#include "cbs.h"
#include "cbs_bsf.h"
#include "cbs_h265.h"
#include "h2645data.h"
#include "h265_profile_level.h"
#include "hevc/hevc.h"
Go to the source code of this file.
|
static void | h265_metadata_guess_level (AVBSFContext *bsf, const CodedBitstreamFragment *au) |
|
static void | h265_metadata_update_level (AVBSFContext *bsf, uint8_t *level_idc) |
|
static int | h265_metadata_update_vps (AVBSFContext *bsf, H265RawVPS *vps) |
|
static int | h265_metadata_deduce_crop (AVBSFContext *bsf, const H265RawSPS *sps, int *crop_left, int *crop_right, int *crop_top, int *crop_bottom) |
|
static int | h265_metadata_update_sps (AVBSFContext *bsf, H265RawSPS *sps) |
|
static int | h265_metadata_update_fragment (AVBSFContext *bsf, AVPacket *pkt, CodedBitstreamFragment *au) |
|
static int | h265_metadata_init (AVBSFContext *bsf) |
|
◆ SET_OR_INFER
Value: do { \
need_vui = 1; \
} else if (!present_flag) \
} while (0)
◆ CROP
#define CROP |
( |
|
border, |
|
|
|
unit |
|
) |
| |
Value: do { \
if (crop_ ## border >= 0) { \
if (crop_ ## border % unit != 0) { \
"must be a multiple of %d.\n", #border, unit); \
} \
sps->conf_win_ ## border ## _offset = \
crop_ ## border / unit; \
sps->conformance_window_flag = 1; \
} \
} while (0)
◆ OFFSET
◆ FLAGS
◆ LEVEL
◆ anonymous enum
◆ h265_metadata_guess_level()
◆ h265_metadata_update_level()
static void h265_metadata_update_level |
( |
AVBSFContext * |
bsf, |
|
|
uint8_t * |
level_idc |
|
) |
| |
|
static |
◆ h265_metadata_update_vps()
◆ h265_metadata_deduce_crop()
static int h265_metadata_deduce_crop |
( |
AVBSFContext * |
bsf, |
|
|
const H265RawSPS * |
sps, |
|
|
int * |
crop_left, |
|
|
int * |
crop_right, |
|
|
int * |
crop_top, |
|
|
int * |
crop_bottom |
|
) |
| |
|
static |
◆ h265_metadata_update_sps()
◆ h265_metadata_update_fragment()
◆ h265_metadata_init()
◆ h265_metadata_type
◆ h265_metadata_options
◆ h265_metadata_class
Initial value:= {
.class_name = "h265_metadata_bsf",
}
Definition at line 580 of file h265_metadata.c.
◆ h265_metadata_codec_ids
◆ ff_hevc_metadata_bsf
Initial value:= {
.p.name = "hevc_metadata",
}
Definition at line 591 of file h265_metadata.c.
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 default minimum maximum flags name is the option name
Filter the word “frame” indicates either a video frame or a group of audio as stored in an AVFrame structure Format for each input and each output the list of supported formats For video that means pixel format For audio that means channel sample they are references to shared objects When the negotiation mechanism computes the intersection of the formats supported at each end of a all references to both lists are replaced with a reference to the intersection And when a single format is eventually chosen for a link amongst the remaining all references to the list are updated That means that if a filter requires that its input and output have the same format amongst a supported all it has to do is use a reference to the same list of formats query_formats can leave some formats unset and return AVERROR(EAGAIN) to cause the negotiation mechanism toagain later. That can be used by filters with complex requirements to use the format negotiated on one link to set the formats supported on another. Frame references ownership and permissions
#define infer(name, value)
void(* filter)(uint8_t *src, int stride, int qscale)
#define AV_LOG_ERROR
Something went wrong and cannot losslessly be recovered.
#define LIBAVUTIL_VERSION_INT
const char * av_default_item_name(void *ptr)
Return the context name.
int(* init)(AVBSFContext *ctx)
void ff_cbs_bsf_generic_close(AVBSFContext *bsf)
Close a generic CBS BSF instance.
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 default value
int ff_cbs_bsf_generic_filter(AVBSFContext *bsf, AVPacket *pkt)
Filter operation for CBS BSF.
@ AV_OPT_TYPE_CONST
Special option type for declaring named constants.