[FFmpeg-devel] [PATCH v11 3/8] avcodec/bsf: Add awebp2webp bitstream filter
Andreas Rheinhardt
andreas.rheinhardt at outlook.com
Fri Mar 29 15:39:32 EET 2024
Thilo Borgmann via ffmpeg-devel:
> Am 28.03.24 um 19:11 schrieb Stefano Sabatini:
>> On date Thursday 2024-03-28 15:08:53 +0100, ffmpeg-devel Mailing List
>> wrote:
>>> Splits a packet containing a webp animations into
>>> one non-compliant packet per frame of the animation.
>>> Skips RIFF and WEBP chunks for those packets except
>>> for the first. Copyies ICC, EXIF and XMP chunks first
>>> into each of the packets except for the first.
>>> ---
>>> configure | 1 +
>>> libavcodec/bitstream_filters.c | 1 +
>>> libavcodec/bsf/Makefile | 1 +
>>> libavcodec/bsf/awebp2webp.c | 350 +++++++++++++++++++++++++++++++++
>>> 4 files changed, 353 insertions(+)
>>> create mode 100644 libavcodec/bsf/awebp2webp.c
>>
>> missing doc/bitstreams.texi update?
>>
>> also you might mention in the Changelog, assuming this might be
>> directly used by users
>
> Yes, adding docs next iteration. Also micro bump for a new bsf? (I'll
> never get the rules of bumping...)
>
> It's yet a normal filter, Andreas wanted this to be non-public in the
> end, requiring some additional changes before.
>
No need to add docs (or a version bump) for something that is not
intended to be public; also you should probably have marked this
patchset as WIP.
- Andreas
More information about the ffmpeg-devel
mailing list