Re: [FFmpeg-devel] [PATCH] libopenmpt: fix seeking

2025-08-03 Thread kimapr via ffmpeg-devel
On 2025/08/04 04:12, Michael Niedermayer wrote: > can you split this in 3 patches, it sounds like these are 3 distinct changes > > thx that seems a little excessive ! the 3 changes are all related and very small individually also, i moved the patch to forgejo as was suggested by Lynne on IRC:

Re: [FFmpeg-devel] FFmpeg 6.1.3 and 7.0.3

2025-08-05 Thread kimapr via ffmpeg-devel
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 wou

Re: [FFmpeg-devel] [PATCH] libopenmpt: fix seeking

2025-07-31 Thread kimapr via ffmpeg-devel
revised the patch, hopefully it's better now. i also fixed another weirdness that i didn't fix in the original patch On 2025/07/31 19:19, Michael Niedermayer wrote: > while your email contains quite some details, the commit message of > just "libopenmpt: fix seeking" is too terse added some deta

[FFmpeg-devel] [PATCH] libopenmpt: fix seeking

2025-07-27 Thread kimapr via ffmpeg-devel
This patch fixes strange seeking behavior i have observed in mpv when using the libopenmpt demuxer, caused by mismatch in position state between the demuxer and underlying libopenmpt library.  Not setting the presentation timestamp field of the AVPacket caused it to be guessed by libavformat, bu

Re: [FFmpeg-devel] FFmpeg 6.1.3 and 7.0.3

2025-08-04 Thread kimapr via ffmpeg-devel
On 2025/08/04 19:40, Michael Niedermayer wrote: >> Next will be 6.1.3 and 7.0.3 > i intend to make these ASAP, and next after that will be 5.1.7 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 chec