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
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
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
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
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
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
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
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,