Changeset 1c76134 in ffmpeg

Timestamp:
Dec 14, 2017, 10:44:45 PM (7 years ago)
Author:
Lou Logan <lou@lrcd.com>
Branches:
master
Children:
5e03eea6
Parents:
980af9a8
git-author:
Gyan Doshi <gyandoshi@gmail.com> (12/11/17 17:05:18)
git-committer:
Lou Logan <lou@lrcd.com> (12/14/17 22:44:45)
Message:

avfilter/drawbox+drawgrid - add option to prevent overwriting of source pixels

If the user-supplied color in drawbox and drawgrid filters is non-opaque,
the box & grid painting overwrites the input's pixels (including alpha).
Users typically expect the alpha of the specified color to only act as a key
for compositing on top of the main input.

Added option allows users to select between replacement and composition.
Tested and documented.

(No files)

Note: See TracChangeset for help on using the changeset viewer.