#include "libavutil/common.h"
#include "libavutil/opt.h"
#include "bsf.h"
#include "cbs.h"
#include "cbs_bsf.h"
#include "cbs_h265.h"
#include "hevc.h"
#include "h265_profile_level.h"
Go to the source code of this file.
Value: need_vui = 1; \
}
else if (!present_flag)
\ } while (0)
GLsizei GLboolean const GLfloat * value
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 field
#define infer(name, value)
Referenced by h265_metadata_update_sps().
#define CROP |
( |
|
border, |
|
|
|
unit |
|
) |
| |
Value: if (
ctx->crop_ ## border >= 0) {
\ if (
ctx->crop_ ## border % unit != 0) {
\ "must be a multiple of %d.\n", #border, unit);
\ sps->conf_win_ ## border ## _offset =
\ ctx->crop_ ## border / unit;
\ sps->conformance_window_flag = 1; \
} \
} while (0)
#define AV_LOG_ERROR
Something went wrong and cannot losslessly be recovered.
static int FUNC() sps(CodedBitstreamContext *ctx, RWContext *rw, H264RawSPS *current)
these buffered frames must be flushed immediately if a new input produces new the filter must not call request_frame to get more It must just process the frame or queue it The task of requesting more frames is left to the filter s request_frame method or the application If a filter has several the filter must be ready for frames arriving randomly on any input any filter with several inputs will most likely require some kind of queuing mechanism It is perfectly acceptable to have a limited queue and to drop frames when the inputs are too unbalanced request_frame For filters that do not use the this method is called when a frame is wanted on an output For a it should directly call filter_frame on the corresponding output For a if there are queued frames already one of these frames should be pushed If the filter should request a frame on one of its repeatedly until at least one frame has been pushed Return or at least make progress towards producing a it should return
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
Referenced by h265_metadata_update_sps().
Value:
GLsizei GLboolean const GLfloat * value
Initial value:= {
.fragment_name = "access unit",
.unit_name = "NAL unit",
}
Definition at line 399 of file h265_metadata_bsf.c.
Initial value:= {
.class_name = "h265_metadata_bsf",
}
#define LIBAVUTIL_VERSION_INT
const char * av_default_item_name(void *ptr)
Return the context name.
Definition at line 490 of file h265_metadata_bsf.c.
Initial value:= {
.name = "hevc_metadata",
}
static av_cold int init(AVCodecContext *avctx)
filter_frame For filters that do not use the this method is called when a frame is pushed to the filter s input It can be called at any time except in a reentrant way If the input frame is enough to produce then the filter should push the output frames on the output link immediately As an exception to the previous rule if the input frame is enough to produce several output frames then the filter needs output only at least one per link The additional frames can be left buffered in the filter
void ff_cbs_bsf_generic_close(AVBSFContext *bsf)
Close a generic CBS BSF instance.
int ff_cbs_bsf_generic_filter(AVBSFContext *bsf, AVPacket *pkt)
Filter operation for CBS BSF.
static enum AVCodecID codec_ids[]
Definition at line 501 of file h265_metadata_bsf.c.