Re: [FFmpeg-devel] [PATCH] lavc/vvc: Remove experimental flag

2024-11-07 Thread Frank Plowman
On 23/08/2024 13:36, Frank Plowman wrote: > This reverts commit 110d8549d575aae6b2f627cd63e2eb7082ab8926. > > I have been working through fixing bugs, particularly crashes I've > found using a fuzzer, in the VVC decoder for the past few months. > While I won't claim it is now bug-free, it is consi

Re: [FFmpeg-devel] [PATCH] lavc/vvc: Remove experimental flag

2024-09-06 Thread Nuo Mi
On Wed, Sep 4, 2024 at 7:20 AM Nuo Mi wrote: > > > On Sun, Aug 25, 2024 at 12:43 PM Nuo Mi wrote: > >> >> >> On Sat, Aug 24, 2024 at 5:40 AM James Almer wrote: >> >>> On 8/23/2024 10:17 AM, Anton Khirnov wrote: >>> > tsan reports races in the decoder, it would be nice if someone could >>> > loo

Re: [FFmpeg-devel] [PATCH] lavc/vvc: Remove experimental flag

2024-09-03 Thread Nuo Mi
On Sun, Aug 25, 2024 at 12:43 PM Nuo Mi wrote: > > > On Sat, Aug 24, 2024 at 5:40 AM James Almer wrote: > >> On 8/23/2024 10:17 AM, Anton Khirnov wrote: >> > tsan reports races in the decoder, it would be nice if someone could >> > look at them before this goes in. >> >> Not data races, but "loc

Re: [FFmpeg-devel] [PATCH] lavc/vvc: Remove experimental flag

2024-08-24 Thread Nuo Mi
On Sat, Aug 24, 2024 at 5:40 AM James Almer wrote: > On 8/23/2024 10:17 AM, Anton Khirnov wrote: > > tsan reports races in the decoder, it would be nice if someone could > > look at them before this goes in. > > Not data races, but "lock-order-inversion (potential deadlock)", which > sounds worse

Re: [FFmpeg-devel] [PATCH] lavc/vvc: Remove experimental flag

2024-08-23 Thread Nuo Mi
On Fri, Aug 23, 2024 at 9:17 PM Anton Khirnov wrote: > tsan reports races in the decoder, it would be nice if someone could > look at them before this goes in. > sure, I will check > > -- > Anton Khirnov > ___ ffmpeg-devel mailing list ffmpeg-devel@ffm

Re: [FFmpeg-devel] [PATCH] lavc/vvc: Remove experimental flag

2024-08-23 Thread James Almer
On 8/23/2024 10:17 AM, Anton Khirnov wrote: tsan reports races in the decoder, it would be nice if someone could look at them before this goes in. Not data races, but "lock-order-inversion (potential deadlock)", which sounds worse. ___ ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] lavc/vvc: Remove experimental flag

2024-08-23 Thread Anton Khirnov
tsan reports races in the decoder, it would be nice if someone could look at them before this goes in. -- Anton Khirnov ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link ab

Re: [FFmpeg-devel] [PATCH] lavc/vvc: Remove experimental flag

2024-08-23 Thread Nuo Mi
On Fri, Aug 23, 2024 at 8:37 PM Frank Plowman wrote: > This reverts commit 110d8549d575aae6b2f627cd63e2eb7082ab8926. > > I have been working through fixing bugs, particularly crashes I've > found using a fuzzer, in the VVC decoder for the past few months. > While I won't claim it is now bug-free,

[FFmpeg-devel] [PATCH] lavc/vvc: Remove experimental flag

2024-08-23 Thread Frank Plowman
This reverts commit 110d8549d575aae6b2f627cd63e2eb7082ab8926. I have been working through fixing bugs, particularly crashes I've found using a fuzzer, in the VVC decoder for the past few months. While I won't claim it is now bug-free, it is considerably more resilient than it was and I think in a