Go to the documentation of this file.
67 #define CHECK_VIDEO_PARAM_CHANGE(s, c, width, height, format, pts)\
68 if (c->w != width || c->h != height || c->pix_fmt != format) {\
69 av_log(s, AV_LOG_INFO, "filter context - w: %d h: %d fmt: %d, incoming frame - w: %d h: %d fmt: %d pts_time: %s\n",\
70 c->w, c->h, c->pix_fmt, width, height, format, av_ts2timestr(pts, &s->outputs[0]->time_base));\
71 av_log(s, AV_LOG_WARNING, "Changing video frame properties on the fly is not supported by all filters.\n");\
74 #define CHECK_AUDIO_PARAM_CHANGE(s, c, srate, layout, format, pts)\
75 if (c->sample_fmt != format || c->sample_rate != srate ||\
76 av_channel_layout_compare(&c->ch_layout, &layout) || c->channels != layout.nb_channels) {\
77 av_log(s, AV_LOG_INFO, "filter context - fmt: %s r: %d layout: %"PRIX64" ch: %d, incoming frame - fmt: %s r: %d layout: %"PRIX64" ch: %d pts_time: %s\n",\
78 av_get_sample_fmt_name(c->sample_fmt), c->sample_rate, c->ch_layout.order == AV_CHANNEL_ORDER_NATIVE ? c->ch_layout.u.mask : 0, c->channels,\
79 av_get_sample_fmt_name(format), srate, layout.order == AV_CHANNEL_ORDER_NATIVE ? layout.u.mask : 0, layout.nb_channels, av_ts2timestr(pts, &s->outputs[0]->time_base));\
80 av_log(s, AV_LOG_ERROR, "Changing audio frame properties on the fly is not supported.\n");\
81 return AVERROR(EINVAL);\
102 switch (
ctx->filter->outputs[0].type) {
107 if (param->
width > 0)
118 if (!
s->hw_frames_ctx)
128 #if FF_API_OLD_CHANNEL_LAYOUT
182 #if FF_API_OLD_CHANNEL_LAYOUT
186 av_log(
ctx,
AV_LOG_ERROR,
"Layout indicates a different number of channels than actually present\n");
192 s->nb_failed_requests = 0;
205 switch (
ctx->outputs[0]->type) {
212 #if FF_API_OLD_CHANNEL_LAYOUT
216 s->ch_layout.u.mask : 0;
243 #if FF_API_PKT_DURATION
245 if (
copy->pkt_duration &&
copy->pkt_duration !=
copy->duration)
246 copy->duration =
copy->pkt_duration;
250 #if FF_API_INTERLACED_FRAME
252 if (
copy->interlaced_frame)
254 if (
copy->top_field_first)
296 if (
c->w <= 0 ||
c->h <= 0) {
300 if (
av_q2d(
c->time_base) <= 0) {
307 c->time_base.num,
c->time_base.den,
c->frame_rate.num,
c->frame_rate.den,
308 c->pixel_aspect.num,
c->pixel_aspect.den);
318 #define OFFSET(x) offsetof(BufferSourceContext, x)
319 #define A AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_AUDIO_PARAM
320 #define V AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM
358 if (
s->channel_layout_str ||
s->ch_layout.nb_channels) {
361 if (!
s->ch_layout.nb_channels) {
364 #if FF_API_OLD_CHANNEL_LAYOUT
371 s->channel_layout_str);
373 #if FF_API_OLD_CHANNEL_LAYOUT
377 s->channel_layout_str);
383 n =
s->ch_layout.nb_channels;
386 if (n !=
s->channels) {
388 "Mismatching channel count %d and layout '%s' "
390 s->channels, buf, n);
395 }
else if (!
s->channels) {
397 "channel layout specified\n");
404 if (!
s->time_base.num)
408 "tb:%d/%d samplefmt:%s samplerate:%d chlayout:%s\n",
410 s->sample_rate, buf);
430 switch (
ctx->outputs[0]->type) {
459 switch (
link->type) {
465 if (
c->hw_frames_ctx) {
483 link->frame_rate =
c->frame_rate;
493 c->nb_failed_requests++;
508 .description =
NULL_IF_CONFIG_SMALL(
"Buffer video frames, and make them accessible to the filterchain."),
517 .priv_class = &buffer_class,
531 .description =
NULL_IF_CONFIG_SMALL(
"Buffer audio frames, and make them accessible to the filterchain."),
540 .priv_class = &abuffer_class,
#define FF_ENABLE_DEPRECATION_WARNINGS
A list of supported channel layouts.
#define AV_LOG_WARNING
Something somehow does not look correct.
AVPixelFormat
Pixel format.
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
@ AV_BUFFERSRC_FLAG_NO_CHECK_FORMAT
Do not check for format changes.
AVFILTER_DEFINE_CLASS(buffer)
int ff_filter_frame(AVFilterLink *link, AVFrame *frame)
Send a frame of data to the next filter.
int64_t duration
Duration of the frame, in the same units as pts.
#define AVERROR_EOF
End of file.
This structure describes decoded (raw) audio or video data.
int64_t pts
Presentation timestamp in time_base units (time when frame should be shown to user).
int attribute_align_arg av_buffersrc_add_frame(AVFilterContext *ctx, AVFrame *frame)
Add a frame to the buffer source.
#define FILTER_QUERY_FUNC(func)
#define AV_LOG_VERBOSE
Detailed information.
#define CHECK_AUDIO_PARAM_CHANGE(s, c, srate, layout, format, pts)
int ff_filter_graph_run_once(AVFilterGraph *graph)
Run one round of processing on a filter graph.
enum AVChannelOrder order
Channel order used in this layout.
AVBufferRef * av_buffer_ref(const AVBufferRef *buf)
Create a new reference to an AVBuffer.
const char * name
Filter name.
uint64_t mask
This member must be used for AV_CHANNEL_ORDER_NATIVE, and may be used for AV_CHANNEL_ORDER_AMBISONIC ...
int av_get_channel_layout_nb_channels(uint64_t channel_layout)
Return the number of channels in the channel layout.
int nb_channels
Number of channels in this layout.
static const AVOption abuffer_options[]
AVBufferRef * buf[AV_NUM_DATA_POINTERS]
AVBuffer references backing the data for this frame.
A link between two filters.
#define AV_FRAME_FLAG_TOP_FIELD_FIRST
A flag to mark frames where the top field is displayed first if the content is interlaced.
static av_cold void uninit(AVFilterContext *ctx)
void * priv
private data for use by the filter
AVRational sample_aspect_ratio
Video only, the sample (pixel) aspect ratio.
AVRational frame_rate
frame_rate to set in the output link
const AVFilter ff_vsrc_buffer
AVChannelLayout ch_layout
Channel layout of the audio data.
union AVChannelLayout::@332 u
Details about which channels are present in this layout.
attribute_deprecated int channels
number of audio channels, only used for audio.
A filter pad used for either input or output.
AVFrame * av_frame_alloc(void)
Allocate an AVFrame and set its fields to default values.
AVChannelLayout ch_layout
Audio only, the audio channel layout.
#define AV_LOG_ERROR
Something went wrong and cannot losslessly be recovered.
attribute_deprecated uint64_t channel_layout
Channel layout of the audio data.
#define AV_FRAME_FLAG_KEY
A flag to mark frames that are keyframes.
static const uint16_t mask[17]
int av_channel_layout_describe(const AVChannelLayout *channel_layout, char *buf, size_t buf_size)
Get a human-readable string describing the channel layout properties.
static enum AVPixelFormat pix_fmt
@ AV_CHANNEL_ORDER_UNSPEC
Only the channel count is specified, without any further information about the channel order.
static double av_q2d(AVRational a)
Convert an AVRational to a double.
FF_ENABLE_DEPRECATION_WARNINGS int av_channel_layout_from_mask(AVChannelLayout *channel_layout, uint64_t mask)
Initialize a native channel layout from a bitmask indicating which channels are present.
int(* init)(AVBSFContext *ctx)
static int push_frame(AVFilterGraph *graph)
static const AVFilterPad avfilter_vsrc_buffer_outputs[]
AVChannelLayout ch_layout
AVFrame * av_frame_clone(const AVFrame *src)
Create a new frame that references the same data as src.
const char * av_get_sample_fmt_name(enum AVSampleFormat sample_fmt)
Return the name of sample_fmt, or NULL if sample_fmt is not recognized.
static const AVOption buffer_options[]
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 link
Describe the class of an AVClass context structure.
void av_buffer_unref(AVBufferRef **buf)
Free a given reference and automatically free the buffer if there are no more references to it.
Rational number (pair of numerator and denominator).
@ AV_OPT_TYPE_IMAGE_SIZE
offset must point to two consecutive integers
unsigned nb_failed_requests
uint64_t av_get_channel_layout(const char *name)
Return a channel layout id that matches name, or 0 if no match is found.
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 inputs
Undefined Behavior In the C some operations are like signed integer dereferencing freed accessing outside allocated Undefined Behavior must not occur in a C it is not safe even if the output of undefined operations is unused The unsafety may seem nit picking but Optimizing compilers have in fact optimized code on the assumption that no undefined Behavior occurs Optimizing code based on wrong assumptions can and has in some cases lead to effects beyond the output of computations The signed integer overflow problem in speed critical code Code which is highly optimized and works with signed integers sometimes has the problem that often the output of the computation does not c
AVRational frame_rate
Video only, the frame rate of the input video.
#define attribute_align_arg
int av_buffersrc_close(AVFilterContext *ctx, int64_t pts, unsigned flags)
Close the buffer source after EOF.
@ AV_BUFFERSRC_FLAG_PUSH
Immediately push the frame to the output.
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static void copy(const float *p1, float *p2, const int length)
An AVChannelLayout holds information about the channel layout of audio data.
AVBufferSrcParameters * av_buffersrc_parameters_alloc(void)
Allocate a new AVBufferSrcParameters instance.
int sample_rate
Sample rate of the audio data.
AVBufferRef * hw_frames_ctx
static int config_props(AVFilterLink *link)
AVBufferRef * hw_frames_ctx
Video with a hwaccel pixel format only.
int sample_rate
Audio only, the audio sampling rate in samples per second.
AVRational time_base
Time base for the timestamps in this frame.
int format
format of the frame, -1 if unknown or unset Values correspond to enum AVPixelFormat for video frames,...
AVRational time_base
The timebase to be used for the timestamps on the input frames.
static int request_frame(AVFilterLink *link)
static av_cold int init_audio(AVFilterContext *ctx)
@ AV_CHANNEL_ORDER_NATIVE
The native channel order, i.e.
static int query_formats(AVFilterContext *ctx)
#define CHECK_VIDEO_PARAM_CHANGE(s, c, width, height, format, pts)
int av_channel_layout_from_string(AVChannelLayout *channel_layout, const char *str)
Initialize a channel layout from a given string description.
int av_buffersrc_parameters_set(AVFilterContext *ctx, AVBufferSrcParameters *param)
Initialize the buffersrc or abuffersrc filter with the provided parameters.
enum AVPixelFormat pix_fmt
@ AV_BUFFERSRC_FLAG_KEEP_REF
Keep a reference to the frame.
int width
Video only, the display dimensions of the input frames.
void ff_avfilter_link_set_in_status(AVFilterLink *link, int status, int64_t pts)
Set the status field of a link from the source filter.
int attribute_align_arg av_buffersrc_add_frame_flags(AVFilterContext *ctx, AVFrame *frame, int flags)
Add a frame to the buffer source.
AVSampleFormat
Audio sample formats.
static av_cold int init_video(AVFilterContext *ctx)
void av_frame_move_ref(AVFrame *dst, AVFrame *src)
Move everything contained in src to dst and reset src.
void * av_mallocz(size_t size)
Allocate a memory block with alignment suitable for all memory accesses (including vectors if availab...
const char * name
Pad name.
#define AV_FRAME_FLAG_INTERLACED
A flag to mark frames whose content is interlaced.
AVRational sample_aspect_ratio
Sample aspect ratio for the video frame, 0/1 if unknown/unspecified.
AVBufferRef * hw_frames_ctx
For hwaccel-format frames, this should be a reference to the AVHWFramesContext describing the frame.
This structure contains the parameters describing the frames that will be passed to this filter.
int format
video: the pixel format, value corresponds to enum AVPixelFormat audio: the sample format,...
the frame and frame reference mechanism is intended to as much as expensive copies of that data while still allowing the filters to produce correct results The data is stored in buffers represented by AVFrame structures Several references can point to the same frame buffer
void av_channel_layout_uninit(AVChannelLayout *channel_layout)
Free any allocated data in the channel layout and reset the channel count to 0.
int av_channel_layout_copy(AVChannelLayout *dst, const AVChannelLayout *src)
Make a copy of a channel layout.
#define FF_DISABLE_DEPRECATION_WARNINGS
unsigned av_buffersrc_get_nb_failed_requests(AVFilterContext *buffer_src)
Get the number of failed requests.
A reference to a data buffer.
char * channel_layout_str
static const uint16_t channel_layouts[7]
#define FILTER_OUTPUTS(array)
AVRational time_base
time_base to set in the output link
int attribute_align_arg av_buffersrc_write_frame(AVFilterContext *ctx, const AVFrame *frame)
Add a frame to the buffer source.
#define flags(name, subs,...)
#define AVERROR_BUG
Internal bug, also see AVERROR_BUG2.
const AVFilter ff_asrc_abuffer
enum AVSampleFormat sample_fmt
const char * av_get_pix_fmt_name(enum AVPixelFormat pix_fmt)
Return the short name for a pixel format, NULL in case pix_fmt is unknown.
static const AVFilterPad avfilter_asrc_abuffer_outputs[]