Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 1 | -4/+4 |
| | | | | | | | | | | Libav, for some reason, merged this as a public API function. This will aid in future merges. A define is left for backwards compat, just in case some person used it, since it is in a public header. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> | ||||
* | libwebp: simplify AVCodec.close functions | James Almer | 2015-05-23 | 1 | -7/+0 |
| | | | | | Reviewed-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: James Almer <jamrial@gmail.com> | ||||
* | WebP encoder: extract out some methods into a separate helper library. | Urvang Joshi | 2015-05-22 | 1 | -0/+261 |
This is the 2nd patch in preparation for using WebPAnimEncoder API for encoding and muxing WebP images. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> |