Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avcodec: Constify all the AVCodecParsers | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
| | | | | | | | Possible now that the next pointer no longer exists. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com> | ||||
* | avcodec: add a WebP parser | James Almer | 2020-04-16 | 1 | -0/+112 |
Based on code from the BMP parser. Addresses ticket #8574 Reviewed-by: James Zern <jzern@google.com> Signed-off-by: James Almer <jamrial@gmail.com> |