Go to the documentation of this file.
52 #define OFFSET(x) offsetof(FsyncContext, x)
66 int num =
ctx->end -
ctx->cur;
84 int num =
ctx->end -
ctx->cur;
86 for (
i = 0;
i < num;
i++) {
105 for (
i =
ctx->cur; i < ctx->end;
i++) {
122 for (
i =
ctx->cur; i < ctx->end;
i++,
ret++) {
123 if (*
i ==
'\0' || *
i ==
'\n')
151 if (line_count < 0) {
166 ret =
av_sscanf(
s->cur,
"%"PRId64
" %"PRId64
" %d/%d", &
s->ptsi, &
s->pts, &
s->tb_num, &
s->tb_den);
175 if (
s->last_frame->pts >=
s->ptsi) {
190 s->cur += line_count;
198 }
else if (
s->last_frame->pts <
s->ptsi) {
232 ret =
av_sscanf(
s->cur,
"%"PRId64
" %"PRId64
" %d/%d", &
s->ptsi, &
s->pts, &
s->tb_num, &
s->tb_den);
297 .priv_class = &fsync_class,
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
int ff_filter_frame(AVFilterLink *link, AVFrame *frame)
Send a frame of data to the next filter.
The exact code depends on how similar the blocks are and how related they are to the and needs to apply these operations to the correct inlink or outlink if there are several Macros are available to factor that when no extra processing is inlink
static int buf_get_line_count(FsyncContext *ctx)
Get number of bytes from cur until eol.
void av_frame_free(AVFrame **frame)
Free the frame and any dynamically allocated objects in it, e.g.
#define FILTER_INPUTS(array)
This structure describes decoded (raw) audio or video data.
static int activate(AVFilterContext *ctx)
int avio_open(AVIOContext **s, const char *filename, int flags)
Create and initialize a AVIOContext for accessing the resource indicated by url.
const char * name
Filter name.
static int buf_fill(FsyncContext *ctx)
Fills the buffer from cur to end, add \0 at EOF.
A link between two filters.
AVFILTER_DEFINE_CLASS(fsync)
#define FF_FILTER_FORWARD_STATUS_BACK(outlink, inlink)
Forward the status on an output link to an input link.
int ff_inoutlink_check_flow(AVFilterLink *inlink, AVFilterLink *outlink)
Check for flow control between input and output.
Link properties exposed to filter code, but not external callers.
int ff_inlink_consume_frame(AVFilterLink *link, AVFrame **rframe)
Take a frame from the link's FIFO and update the link's stats.
const AVFilter ff_vf_fsync
A filter pad used for either input or output.
#define AV_LOG_ERROR
Something went wrong and cannot losslessly be recovered.
const AVFilterPad ff_video_default_filterpad[1]
An AVFilterPad array whose only entry has name "default" and is of type AVMEDIA_TYPE_VIDEO.
static void ff_outlink_set_status(AVFilterLink *link, int status, int64_t pts)
Set the status field of a link from the source filter.
#define AV_LOG_DEBUG
Stuff which is only useful for libav* developers.
static int buf_reload(FsyncContext *ctx)
Copies cur to end to the beginning and fills the rest.
AVFrame * av_frame_clone(const AVFrame *src)
Create a new frame that references the same data as src.
#define FILTER_OUTPUTS(array)
int av_sscanf(const char *string, const char *format,...)
See libc sscanf manual for more information.
Describe the class of an AVClass context structure.
size_t static size_t av_strnlen(const char *s, size_t len)
Get the count of continuous non zero chars starting from the beginning.
static FilterLink * ff_filter_link(AVFilterLink *link)
static const AVOption fsync_options[]
#define AV_OPT_FLAG_FILTERING_PARAM
A generic parameter which can be set by the user for filtering.
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static AVRational av_make_q(int num, int den)
Create an AVRational.
#define AV_NOPTS_VALUE
Undefined timestamp value.
AVFilterContext * src
source filter
FF_FILTER_FORWARD_WANTED(outlink, inlink)
@ FF_FILTER_FORMATS_PASSTHROUGH
The default value meaning that this filter supports all formats and (for audio) sample rates and chan...
#define i(width, name, range_min, range_max)
static const AVFilterPad fsync_outputs[]
#define AV_OPT_FLAG_VIDEO_PARAM
const char * name
Pad name.
static av_cold int fsync_init(AVFilterContext *ctx)
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 frame
static int fsync_config_props(AVFilterLink *outlink)
static int buf_get_zero(FsyncContext *ctx)
Get number of bytes from cur to '\0'.
#define AVFILTER_FLAG_METADATA_ONLY
The filter is a "metadata" filter - it does not modify the frame data in any way.
int avio_read(AVIOContext *s, unsigned char *buf, int size)
Read size bytes from AVIOContext into buf.
AVRational time_base
Define the time base used by the PTS of the frames/samples which will pass through this link.
static av_cold void fsync_uninit(AVFilterContext *ctx)
#define AVIO_FLAG_READ
read-only
FF_FILTER_FORWARD_STATUS(inlink, outlink)
int avio_closep(AVIOContext **s)
Close the resource accessed by the AVIOContext *s, free it and set the pointer pointing to it to NULL...
#define AVERROR_INVALIDDATA
Invalid data found when processing input.
AVRational frame_rate
Frame rate of the stream on the link, or 1/0 if unknown or variable.
@ AV_OPT_TYPE_STRING
Underlying C type is a uint8_t* that is either NULL or points to a C string allocated with the av_mal...
static void buf_skip_eol(FsyncContext *ctx)
Skip from cur over eol.
void ff_filter_set_ready(AVFilterContext *filter, unsigned priority)
Mark a filter ready and schedule it for activation.
int avio_feof(AVIOContext *s)
Similar to feof() but also returns nonzero on read errors.