80 "repeat",
"endall",
"pass"
154 return (
int)d & ~((1 << chroma_sub) - 1);
179 "Error when evaluating the expression '%s' for %s\n",
190 char *res,
int res_len,
int flags)
195 if (!strcmp(cmd,
"x"))
197 else if (!strcmp(cmd,
"y"))
224 static const enum AVPixelFormat overlay_pix_fmts_yuv420[] = {
231 static const enum AVPixelFormat overlay_pix_fmts_yuv422[] = {
238 static const enum AVPixelFormat overlay_pix_fmts_yuv444[] = {
366 "main w:%d h:%d fmt:%s overlay w:%d h:%d fmt:%s eof_action:%s\n",
393 #define FAST_DIV255(x) ((((x) + 128) * 257) >> 16)
399 #define UNPREMULTIPLY_ALPHA(x, y) ((((x) << 16) - ((x) << 9) + (x)) / ((((x) + (y)) << 8) - ((x) + (y)) - (y) * (x)))
410 int i, imax, j, jmax;
411 const int src_w = src->
width;
412 const int src_h = src->
height;
413 const int dst_w = dst->
width;
414 const int dst_h = dst->
height;
433 for (imax =
FFMIN(-y + dst_h, src_h); i < imax; i++) {
436 d = dp + (x+j) * dstep;
438 for (jmax =
FFMIN(-x + dst_w, src_w); j < jmax; j++) {
443 if (main_has_alpha && alpha != 0 && alpha != 255) {
459 d[dr] =
FAST_DIV255(d[dr] * (255 - alpha) + S[sr] * alpha);
460 d[dg] =
FAST_DIV255(d[dg] * (255 - alpha) + S[sg] * alpha);
461 d[db] =
FAST_DIV255(d[db] * (255 - alpha) + S[sb] * alpha);
463 if (main_has_alpha) {
485 int src_w,
int src_h,
486 int dst_w,
int dst_h,
487 int i,
int hsub,
int vsub,
501 int jmax, j, k, kmax;
505 dp = dst->
data[dst_plane]
510 for (jmax =
FFMIN(-yp + dst_hp, src_hp); j < jmax; j++) {
512 d = dp + (xp+k) * dst_step;
516 for (kmax =
FFMIN(-xp + dst_wp, src_wp); k < kmax; k++) {
517 int alpha_v, alpha_h,
alpha;
520 if (hsub && vsub && j+1 < src_hp && k+1 < src_wp) {
521 alpha = (a[0] + a[src->
linesize[3]] +
523 }
else if (hsub || vsub) {
524 alpha_h = hsub && k+1 < src_wp ?
525 (a[0] + a[1]) >> 1 : a[0];
526 alpha_v = vsub && j+1 < src_hp ?
527 (a[0] + a[src->
linesize[3]]) >> 1 : a[0];
528 alpha = (alpha_v + alpha_h) >> 1;
533 if (main_has_alpha && alpha != 0 && alpha != 255) {
536 if (hsub && vsub && j+1 < src_hp && k+1 < src_wp) {
537 alpha_d = (d[0] + d[src->
linesize[3]] +
539 }
else if (hsub || vsub) {
540 alpha_h = hsub && k+1 < src_wp ?
541 (d[0] + d[1]) >> 1 : d[0];
542 alpha_v = vsub && j+1 < src_hp ?
543 (d[0] + d[src->
linesize[3]]) >> 1 : d[0];
544 alpha_d = (alpha_v + alpha_h) >> 1;
556 ap += (1 << vsub) * src->
linesize[3];
561 int src_w,
int src_h,
562 int dst_w,
int dst_h,
567 int i, imax, j, jmax;
573 for (imax =
FFMIN(-y + dst_h, src_h); i < imax; i++) {
578 for (jmax =
FFMIN(-x + dst_w, src_w); j < jmax; j++) {
580 if (alpha != 0 && alpha != 255) {
609 const int src_w = src->
width;
610 const int src_h = src->
height;
611 const int dst_w = dst->
width;
612 const int dst_h = dst->
height;
617 blend_plane(ctx, dst, src, src_w, src_h, dst_w, dst_h, 0, 0, 0, x, y, main_has_alpha,
619 blend_plane(ctx, dst, src, src_w, src_h, dst_w, dst_h, 1, hsub, vsub, x, y, main_has_alpha,
621 blend_plane(ctx, dst, src, src_w, src_h, dst_w, dst_h, 2, hsub, vsub, x, y, main_has_alpha,
632 const int src_w = src->
width;
633 const int src_h = src->
height;
634 const int dst_w = dst->
width;
635 const int dst_h = dst->
height;
640 blend_plane(ctx, dst, src, src_w, src_h, dst_w, dst_h, 0, 0, 0, x, y, main_has_alpha,
642 blend_plane(ctx, dst, src, src_w, src_h, dst_w, dst_h, 1, hsub, vsub, x, y, main_has_alpha,
644 blend_plane(ctx, dst, src, src_w, src_h, dst_w, dst_h, 2, hsub, vsub, x, y, main_has_alpha,
737 if (s->
x < mainpic->
width && s->
x + second->
width >= 0 ||
762 "The rgb option is deprecated and is overriding the format option, use format instead\n");
778 #define OFFSET(x) offsetof(OverlayContext, x)
779 #define FLAGS AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_FILTERING_PARAM
784 {
"eof_action",
"Action to take when encountering EOF from secondary input ",
794 {
"shortest",
"force termination when the shortest input terminates",
OFFSET(dinput.shortest),
AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1,
FLAGS },
840 .priv_class = &overlay_class,
843 .
inputs = avfilter_vf_overlay_inputs,
844 .
outputs = avfilter_vf_overlay_outputs,
int plane
Which of the 4 planes contains the component.
const AVPixFmtDescriptor * av_pix_fmt_desc_get(enum AVPixelFormat pix_fmt)
This structure describes decoded (raw) audio or video data.
static int request_frame(AVFilterLink *outlink)
planar YUV 4:4:4, 24bpp, (1 Cr & Cb sample per 1x1 Y samples)
#define AV_LOG_WARNING
Something somehow does not look correct.
Main libavfilter public API header.
packed RGB 8:8:8, 24bpp, RGBRGB...
int h
agreed upon image height
const AVPixFmtDescriptor * main_desc
format descriptor for main input
static av_always_inline void blend_image_rgb(AVFilterContext *ctx, AVFrame *dst, const AVFrame *src, int hsub, int vsub, int main_has_alpha, int x, int y)
static const AVFilterPad avfilter_vf_overlay_inputs[]
static av_always_inline void blend_image_yuv(AVFilterContext *ctx, AVFrame *dst, const AVFrame *src, int hsub, int vsub, int main_has_alpha, int x, int y)
int av_expr_parse(AVExpr **expr, const char *s, const char *const *const_names, const char *const *func1_names, double(*const *funcs1)(void *, double), const char *const *func2_names, double(*const *funcs2)(void *, double, double), int log_offset, void *log_ctx)
Parse an expression.
static const char *const eof_action_str[]
uint8_t log2_chroma_w
Amount to shift the luma width right to find the chroma width.
void av_image_fill_max_pixsteps(int max_pixsteps[4], int max_pixstep_comps[4], const AVPixFmtDescriptor *pixdesc)
Compute the max pixel step for each plane of an image with a format described by pixdesc.
const char * name
Pad name.
AVFilterLink ** inputs
array of pointers to input links
static void blend_image_yuv422(AVFilterContext *ctx, AVFrame *dst, const AVFrame *src, int x, int y)
#define av_assert0(cond)
assert() equivalent, that is always enabled.
AVFILTER_DEFINE_CLASS(overlay)
planar YUV 4:2:0, 20bpp, (1 Cr & Cb sample per 2x2 Y & A samples)
AVComponentDescriptor comp[4]
Parameters that describe how pixels are packed.
FFDualInputContext dinput
static AVFrame * do_blend(AVFilterContext *ctx, AVFrame *mainpic, const AVFrame *second)
static void blend_image_yuv444(AVFilterContext *ctx, AVFrame *dst, const AVFrame *src, int x, int y)
timestamp utils, mostly useful for debugging/logging purposes
static const char *const var_names[]
int shortest
terminate stream when the second input terminates
double var_values[VAR_VARS_NB]
int64_t pts
Presentation timestamp in time_base units (time when frame should be shown to user).
packed ABGR 8:8:8:8, 32bpp, ABGRABGR...
uint8_t overlay_rgba_map[4]
static double av_q2d(AVRational a)
Convert an AVRational to a double.
planar YUV 4:2:2, 16bpp, full scale (JPEG), deprecated in favor of AV_PIX_FMT_YUV422P and setting col...
#define AV_LOG_VERBOSE
Detailed information.
A filter pad used for either input or output.
A link between two filters.
planar YUV 4:2:2 24bpp, (1 Cr & Cb sample per 2x1 Y & A samples)
static double alpha(void *priv, double x, double y)
int width
width and height of the video frame
#define AV_LOG_ERROR
Something went wrong and cannot losslessly be recovered.
#define UNPREMULTIPLY_ALPHA(x, y)
uint8_t log2_chroma_h
Amount to shift the luma height right to find the chroma height.
static void alpha_composite(const AVFrame *src, const AVFrame *dst, int src_w, int src_h, int dst_w, int dst_h, int x, int y)
#define av_ts2timestr(ts, tb)
Convenience macro, the return value should be used only directly in function arguments but never stan...
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
packed BGRA 8:8:8:8, 32bpp, BGRABGRA...
void * priv
private data for use by the filter
#define AV_LOG_DEBUG
Stuff which is only useful for libav* developers.
planar YUV 4:2:0, 12bpp, 1 plane for Y and 1 plane for the UV components, which are interleaved (firs...
AVRational time_base
Define the time base used by the PTS of the frames/samples which will pass through this link...
static int config_input_overlay(AVFilterLink *inlink)
AVFilterFormats * in_formats
Lists of formats and channel layouts supported by the input and output filters respectively.
packed ARGB 8:8:8:8, 32bpp, ARGBARGB...
packed RGBA 8:8:8:8, 32bpp, RGBARGBA...
planar YUV 4:2:2, 16bpp, (1 Cr & Cb sample per 2x1 Y samples)
int w
agreed upon image width
as above, but U and V bytes are swapped
static const AVFilterPad avfilter_vf_overlay_outputs[]
planar YUV 4:2:0, 12bpp, full scale (JPEG), deprecated in favor of AV_PIX_FMT_YUV420P and setting col...
typedef void(APIENTRY *FF_PFNGLACTIVETEXTUREPROC)(GLenum texture)
packed RGB 8:8:8, 24bpp, BGRBGR...
AVFilterContext * src
source filter
AVFrame *(* process)(AVFilterContext *ctx, AVFrame *main, const AVFrame *second)
static const AVFilterPad outputs[]
static av_cold int init(AVFilterContext *ctx)
int main_pix_step[4]
steps per pixel for each plane of the main output
int format
agreed upon media format
int ff_fill_rgba_map(uint8_t *rgba_map, enum AVPixelFormat pix_fmt)
static const AVOption overlay_options[]
static const AVFilterPad inputs[]
void av_expr_free(AVExpr *e)
Free a parsed expression previously created with av_expr_parse().
void(* blend_image)(AVFilterContext *ctx, AVFrame *dst, const AVFrame *src, int x, int y)
static av_cold void uninit(AVFilterContext *ctx)
int linesize[AV_NUM_DATA_POINTERS]
For video, size in bytes of each picture line.
planar YUV 4:4:4 32bpp, (1 Cr & Cb sample per 1x1 Y & A samples)
static int set_expr(AVExpr **pexpr, const char *expr, const char *option, void *log_ctx)
Descriptor that unambiguously describes how the bits of a pixel are stored in the up to 4 data planes...
int y
position of overlaid picture
int repeatlast
repeat last second frame
static const char * format
Describe the class of an AVClass context structure.
static void blend_image_packed_rgb(AVFilterContext *ctx, AVFrame *dst, const AVFrame *src, int x, int y)
Blend image in src to destination buffer dst at position (x, y).
uint8_t overlay_has_alpha
uint8_t overlay_is_packed_rgb
const char * name
Filter name.
static int query_formats(AVFilterContext *ctx)
#define AVFILTER_FLAG_SUPPORT_TIMELINE_INTERNAL
Same as AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC, except that the filter will have its filter_frame() c...
int overlay_pix_step[4]
steps per pixel for each plane of the overlay
AVFilterLink ** outputs
array of pointers to output links
int offset
Number of elements before the component of the first pixel.
uint8_t * data[AV_NUM_DATA_POINTERS]
pointer to the picture/channel planes.
#define FF_INLINK_IDX(link)
Find the index of a link.
static int normalize_xy(double d, int chroma_sub)
static int config_input_main(AVFilterLink *inlink)
planar YUV 4:2:0, 12bpp, (1 Cr & Cb sample per 2x2 Y samples)
common internal and external API header
planar GBRA 4:4:4:4 32bpp
static void blend_image_yuv420(AVFilterContext *ctx, AVFrame *dst, const AVFrame *src, int x, int y)
int vsub
chroma subsampling values
planar YUV 4:4:4, 24bpp, full scale (JPEG), deprecated in favor of AV_PIX_FMT_YUV444P and setting col...
double av_expr_eval(AVExpr *e, const double *const_values, void *opaque)
Evaluate a previously parsed expression.
AVFilterContext * dst
dest filter
int64_t av_frame_get_pkt_pos(const AVFrame *frame)
static int config_output(AVFilterLink *outlink)
uint8_t main_is_packed_rgb
int eof_action
action to take on EOF from source
static int process_command(AVFilterContext *ctx, const char *cmd, const char *args, char *res, int res_len, int flags)
static int filter_frame(AVFilterLink *inlink, AVFrame *inpicref)
static void eval_expr(AVFilterContext *ctx)
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 av_always_inline void blend_plane(AVFilterContext *ctx, AVFrame *dst, const AVFrame *src, int src_w, int src_h, int dst_w, int dst_h, int i, int hsub, int vsub, int x, int y, int main_has_alpha, int dst_plane, int dst_offset, int dst_step)
AVPixelFormat
Pixel format.
static void blend_image_gbrp(AVFilterContext *ctx, AVFrame *dst, const AVFrame *src, int x, int y)
#define AV_NOPTS_VALUE
Undefined timestamp value.
static enum AVPixelFormat alpha_pix_fmts[]
AVFilterFormats * out_formats
int step
Number of elements between 2 horizontally consecutive pixels.
simple arithmetic expression evaluator
#define AV_CEIL_RSHIFT(a, b)