Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | drawutils: implement uniform and mask blending. | Nicolas George | 2012-04-04 | 1 | -0/+33 |
| | |||||
* | drawutils: new API. | Nicolas George | 2012-03-21 | 1 | -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 Sabatini | 2011-10-28 | 1 | -0/+2 |
| | |||||
* | lavfi: add drawutils | Stefano Sabatini | 2011-02-21 | 1 | -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> |