[FFmpeg-devel] [PATCH WIP 01/10] ffbuild/bin2c: Use zlib directly instead of gzip
softworkz .
softworkz at hotmail.com
Tue Jun 17 17:51:00 EEST 2025
> -----Original Message-----
> From: ffmpeg-devel <ffmpeg-devel-bounces at ffmpeg.org> On Behalf Of
> James Almer
> Sent: Tuesday, June 17, 2025 4:41 PM
> To: ffmpeg-devel at ffmpeg.org
> Subject: Re: [FFmpeg-devel] [PATCH WIP 01/10] ffbuild/bin2c: Use zlib
> directly instead of gzip
>
> On 6/16/2025 5:18 PM, softworkz . wrote:
> > But why that? If we include the decompression code (that's why I've
> > been searching for the most compact implementations available with
> > compatible licenses), then we won't have any zlib dependency anymore -
> > neither at build- nor at run-time.
> We don't add some random project's code into our own tree to remove an
> external dependency. But you can adapt it to behave as a proper lavu module,
> or write one from scratch.
Hi James,
yea, the former is what I meant.
I was a bit unclear when saying "we won't have any zlib dependency anymore",
I rather meant to say "we won't have any zlib dependency anymore for ptx and
resource compression". Targeting those specific cases only might allow for a much
simpler compression code.
Thanks,
sw
More information about the ffmpeg-devel
mailing list