Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avcodec/libwebpenc: Deduplicate options, AVClass, pix_fmts | Andreas Rheinhardt | 2021-07-08 | 1 | -26/+7 |
| | | | | Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | ||||
* | libwebp: simplify AVCodec.close functions | James Almer | 2015-05-23 | 1 | -2/+0 |
| | | | | | Reviewed-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: James Almer <jamrial@gmail.com> | ||||
* | libwebp: use a separate AVClass for each encoder | James Almer | 2015-05-23 | 1 | -8/+0 |
| | | | | Signed-off-by: James Almer <jamrial@gmail.com> | ||||
* | libwebpenc_common: add header guards | James Almer | 2015-05-23 | 1 | -0/+5 |
| | | | | 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/+89 |
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> |