[FFmpeg-devel] [PATCH] avcodec: add a WebP parser

James Almer jamrial at gmail.com
Thu Apr 16 21:07:11 EEST 2020


On 4/16/2020 2:29 PM, James Zern wrote:
> On Mon, Apr 13, 2020 at 5:58 PM James Almer <jamrial at gmail.com> wrote:
>>
>> Based on code from the BMP parser.
>>
>> Addresses ticket #8574
>>
>> Signed-off-by: James Almer <jamrial at gmail.com>
>> ---
>>  libavcodec/Makefile      |   1 +
>>  libavcodec/parsers.c     |   1 +
>>  libavcodec/webp_parser.c | 112 +++++++++++++++++++++++++++++++++++++++
>>  3 files changed, 114 insertions(+)
>>  create mode 100644 libavcodec/webp_parser.c
>>
> 
> lgtm.

Applied, thanks.


More information about the ffmpeg-devel mailing list