Go to the documentation of this file.
21 #ifndef AVFILTER_VIDEO_H
22 #define AVFILTER_VIDEO_H
AVPixelFormat
Pixel format.
AVFrame * ff_get_video_buffer(AVFilterLink *link, int w, int h)
Request a picture buffer with a specific set of permissions.
This structure describes decoded (raw) audio or video data.
AVFrame * ff_default_get_video_buffer(AVFilterLink *link, int w, int h)
A link between two filters.
A filter pad used for either input or output.
int ff_fmt_is_forced_full_range(enum AVPixelFormat fmt)
Returns true if a YUV pixel format is forced full range (i.e.
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
const AVFilterPad ff_video_default_filterpad[1]
An AVFilterPad array whose only entry has name "default" and is of type AVMEDIA_TYPE_VIDEO.
AVFrame * ff_default_get_video_buffer2(AVFilterLink *link, int w, int h, int align)
static const uint8_t *BS_FUNC() align(BSCTX *bc)
Skip bits to a byte boundary.
AVFrame * ff_null_get_video_buffer(AVFilterLink *link, int w, int h)
int ff_fmt_is_regular_yuv(enum AVPixelFormat fmt)
Returns true if a pixel format is "regular YUV", which includes all pixel formats that are affected b...