[FFmpeg-devel] FFmpeg 6.1.3 and 7.0.3

kimapr root at kimapr.net
Tue Aug 5 17:17:27 EEST 2025


On 2025/08/05 01:02, kimapr via ffmpeg-devel wrote:

> Hi! it would be nice if my bug fix
>
>    avformat/libopenmpt: fix seeking weirdness
>
> was backported to 6.1.3 and 7.0.3 (dunno about 5.1.7 as i haven't checked
> if libopenmpt even exists there). not sure how that would work from my side

I just checked, and it seems that my patch can be backported as far back
as 3.2 (it cannot be backported to 3.1 or earlier because libopenmpt demuxer
does not exist there, 3.2 code is similar enough to today's code)

On 5.0 and earlier there is a merge conflict because a line of code near my
change had changed a little bit so here's a version of the patch with conflict
solved for convenience, for later versions (including 5.1) just rebase ecef5f9e1f

i haven't tested the patch on top of anything older than 6.1.1 so i don't know
if the seeking problems exist there, but the patch shouldn't break anything
either as it doesn't depend on any APIs that were changed between 3.2 and latest
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-avformat-libopenmpt-fix-seeking-weirdness_ffmpeg_3.2-5.0.patch
Type: text/x-patch
Size: 2524 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20250805/78e84f2b/attachment.bin>


More information about the ffmpeg-devel mailing list