65static const double ntsc_fps = 30000.0 / 1001.0;
101#define OFFSET(x) offsetof(FPSContext, x)
102#define V AV_OPT_FLAG_VIDEO_PARAM
103#define F AV_OPT_FLAG_FILTERING_PARAM
140 s->frames[0] =
s->frames[1];
145 s->frames_out +=
s->cur_frame_out;
146 if (
s->cur_frame_out > 1) {
148 frame->pts,
s->cur_frame_out - 1);
149 s->dup +=
s->cur_frame_out - 1;
150 }
else if (
s->cur_frame_out == 0) {
155 s->cur_frame_out = 0;
166 while (
s->frames_count > 0) {
173 "%d frames duplicated.\n",
s->frames_in,
s->frames_out,
s->drop,
s->dup);
184 double var_values[
VARS_NB], res;
204 if (first_pts < INT64_MIN || first_pts > INT64_MAX) {
213 s->next_pts =
s->out_pts_off;
215 s->in_pts_off,
s->out_pts_off,
s->start_time);
257 s->frames[
s->frames_count++] =
frame;
268 av_assert1(
s->frames_count == 2 || (
s->status &&
s->frames_count == 1));
273 s->next_pts =
s->frames[0]->pts;
290 if ((
s->frames_count == 2 &&
s->frames[1]->pts <=
s->next_pts) ||
291 (
s->status &&
s->status_pts <=
s->next_pts)) {
305 frame->pts =
s->next_pts++;
309 s->frames[0]->pts,
frame->pts);
349 if (
s->frames_count < 2) {
364 if (
s->frames_count > 0) {
373 if (
s->status &&
s->frames_count == 0) {
392 .p.priv_class = &fps_class,
simple assert() macros that are a bit more flexible than ISO C assert().
#define av_assert1(cond)
assert() equivalent, that does not lie in speed critical code.
int ff_inoutlink_check_flow(AVFilterLink *inlink, AVFilterLink *outlink)
Check for flow control between input and output.
int ff_inlink_acknowledge_status(AVFilterLink *link, int *rstatus, int64_t *rpts)
Test and acknowledge the change of status on the link.
int ff_inlink_check_available_frame(AVFilterLink *link)
Test if a frame is available on the link.
int ff_filter_frame(AVFilterLink *link, AVFrame *frame)
Send a frame of data to the next filter.
void ff_filter_set_ready(AVFilterContext *filter, unsigned priority)
Mark a filter ready and schedule it for activation.
int ff_inlink_consume_frame(AVFilterLink *link, AVFrame **rframe)
Take a frame from the link's FIFO and update the link's stats.
Main libavfilter public API header.
int(* init)(AVBSFContext *ctx)
int av_expr_parse_and_eval(double *d, const char *s, const char *const *const_names, const double *const_values, const char *const *func1_names, double(*const *funcs1)(void *, double), const char *const *func2_names, double(*const *funcs2)(void *, double, double), void *opaque, int log_offset, void *log_ctx)
Parse and evaluate an expression.
simple arithmetic expression evaluator
static int64_t start_time
@ AV_OPT_TYPE_CONST
Special option type for declaring named constants.
@ AV_OPT_TYPE_INT
Underlying C type is int.
@ AV_OPT_TYPE_DOUBLE
Underlying C type is double.
@ 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...
#define AVFILTER_FLAG_METADATA_ONLY
The filter is a "metadata" filter - it does not modify the frame data in any way.
void av_frame_free(AVFrame **frame)
Free the frame and any dynamically allocated objects in it, e.g.
AVFrame * av_frame_clone(const AVFrame *src)
Create a new frame that references the same data as src.
#define AV_LOG_DEBUG
Stuff which is only useful for libav* developers.
#define AV_LOG_WARNING
Something somehow does not look correct.
#define AV_LOG_VERBOSE
Detailed information.
#define AV_LOG_ERROR
Something went wrong and cannot losslessly be recovered.
AVRational av_d2q(double d, int max)
Convert a double precision floating point number to a rational.
static double av_q2d(AVRational a)
Convert an AVRational to a double.
static av_always_inline AVRational av_inv_q(AVRational q)
Invert a rational.
int64_t av_rescale_q_rnd(int64_t a, AVRational bq, AVRational cq, enum AVRounding rnd)
Rescale a 64-bit integer by 2 rational numbers with specified rounding.
@ AV_ROUND_INF
Round away from zero.
@ AV_ROUND_ZERO
Round toward zero.
@ AV_ROUND_DOWN
Round toward -infinity.
@ AV_ROUND_PASS_MINMAX
Flag telling rescaling functions to pass INT64_MIN/MAX through unchanged, avoiding special cases for ...
@ AV_ROUND_UP
Round toward +infinity.
@ AV_ROUND_NEAR_INF
Round to nearest and halfway cases away from zero.
#define AV_NOPTS_VALUE
Undefined timestamp value.
#define AV_TIME_BASE
Internal time base represented as integer.
#define AV_TIME_BASE_Q
Internal time base represented as fractional value.
static av_cold void uninit(AVBitStreamFilterContext *ctx)
static int activate(AVBitStreamFilterContext *ctx)
int ff_ccfifo_inject(CCFifo *ccf, AVFrame *frame)
Insert CC data from the FIFO into an AVFrame (as side data)
int ff_ccfifo_init(CCFifo *ccf, AVRational framerate, void *log_ctx)
Initialize a CCFifo.
void ff_ccfifo_uninit(CCFifo *ccf)
Free all memory allocated in a CCFifo and clear the context.
int ff_ccfifo_extract(CCFifo *ccf, AVFrame *frame)
Extract CC data from an AVFrame.
#define FILTER_INPUTS(array)
#define FILTER_OUTPUTS(array)
#define FF_FILTER_FORWARD_WANTED(outlink, inlink)
Forward the frame_wanted_out flag from an output link to an input link.
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 FFERROR_NOT_READY
Filters implementation helper functions and internal structures.
#define FF_FILTER_FORWARD_STATUS_BACK(outlink, inlink)
Forward the status on an output link to an input link.
static FilterLink * ff_filter_link(AVFilterLink *link)
#define AVFILTER_DEFINE_CLASS(fname)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static const char *const var_names[]
static int config_props(AVBitStreamFilterLink *link)
Describe the class of an AVClass context structure.
A link between two filters.
AVFilterContext * src
source filter
AVRational time_base
Define the time base used by the PTS of the frames/samples which will pass through this link.
A filter pad used for either input or output.
This structure describes decoded (raw) audio or video data.
int frames_in
number of frames on input
int dup
number of frames duplicated
int rounding
AVRounding method for timestamps.
int status
buffered input status
int eof_action
action performed for last frame in FIFO
CCFifo cc_fifo
closed captions
int frames_out
number of frames on output
int64_t status_pts
buffered input status timestamp
int64_t in_pts_off
input frame pts offset for start_time handling
int cur_frame_out
number of times current frame has been output
char * framerate
expression that defines the target framerate
double start_time
pts, in seconds, of the expected first frame
int64_t next_pts
pts of the next frame to output
int64_t out_pts_off
output frame pts offset for start_time handling
int frames_count
number of buffered frames
int drop
number of framed dropped
AVFrame * frames[2]
buffered frames
Link properties exposed to filter code, but not external callers.
AVRational frame_rate
Frame rate of the stream on the link, or 1/0 if unknown or variable.
static AVFormatContext * ctx
static int config_props(AVFilterLink *outlink)
static void update_eof_pts(AVFilterContext *ctx, FPSContext *s, AVFilterLink *inlink, AVFilterLink *outlink, int64_t status_pts)
static const AVFilterPad avfilter_vf_fps_outputs[]
static AVFrame * shift_frame(AVFilterContext *ctx, FPSContext *s)
static const double ntsc_fps
static const double pal_fps
static int write_frame(AVFilterContext *ctx, FPSContext *s, AVFilterLink *outlink, int *again)
static const double film_fps
static int activate(AVFilterContext *ctx)
static const double ntsc_film_fps
static av_cold void uninit(AVFilterContext *ctx)
static int read_frame(AVFilterContext *ctx, FPSContext *s, AVFilterLink *inlink, AVFilterLink *outlink)
static const AVOption fps_options[]
const AVFilterPad ff_video_default_filterpad[1]
An AVFilterPad array whose only entry has name "default" and is of type AVMEDIA_TYPE_VIDEO.