aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/drawutils.h
Commit message (Collapse)AuthorAgeFilesLines
* drawutils: implement uniform and mask blending.Nicolas George2012-04-041-0/+33
|
* drawutils: new API.Nicolas George2012-03-211-0/+77
| | | | | | | This new API stores useful data in a dedicated structure and has clearly delimited init functions. Hopefully, uses of the old API can be replaced quickly.
* lavfi: add internal function ff_fill_rgba_map()Stefano Sabatini2011-10-281-0/+2
|
* lavfi: add drawutilsStefano Sabatini2011-02-211-0/+43
Add drawutils.h and drawutils.c, and use them in the pad filter. The new functions are going to be shared by other filters. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>