[FFmpeg-devel] [PATCH 2/2] avformat/id3v2: Check that decode_str() did advance
softworkz .
softworkz at hotmail.com
Wed Apr 16 05:18:45 EEST 2025
> -----Original Message-----
> From: ffmpeg-devel <ffmpeg-devel-bounces at ffmpeg.org> On Behalf Of
> Michael Niedermayer
> Sent: Mittwoch, 16. April 2025 03:34
> To: FFmpeg development discussions and patches <ffmpeg-
> devel at ffmpeg.org>
> Subject: Re: [FFmpeg-devel] [PATCH 2/2] avformat/id3v2: Check that
> decode_str() did advance
>
> On Wed, Apr 16, 2025 at 01:29:02AM +0000, softworkz . wrote:
> [...]
> > > > This will cause deserialization errors for many people in the
> world
> > > > who are processing FFprobe data.
> > >
> > > As said, ffprobe should not produce troublesome output
> >
> > As I said, it cannot be remedied on the FFprobe side without making
> a
>
> If you want ffprobe to combine multiple author tags with ";", you
> certainly can do that in ffprobe
That's not what I want to do, and if at all, it would be up to do
for the one who wants to introduce multi-key metadata.
This has a far wider scope and cannot be introduced in a drive-by
way via a bugfix patch.
I have already shown how the additional values get lost when transcoding
and that was just about ID3 tag writing.
What about other formats (muxers)?
Can they deal with multi-key metadata?
Does it create regressions?
(yet untested by FATE)
What I want to say is that this is a big change that needs discussion,
planning and evaluation of the consequences in all affected areas.
I can't be introduced by a bugfix which causes regressions and others
having to clean up the mess afterwards.
Thanks
sw
More information about the ffmpeg-devel
mailing list