Jason Nelson

Results 54 comments of Jason Nelson

@aseigler @abergs Ready for review / feedback.

What about just exposing opaque bytes for non-supported images, and allow the user to take a dependency on their own decoder of choice?

Ready for review / feedback.

Looks good here! Thanks @joegoldman2 This also enables us to use frozen collections, collection builders, init only members (that can remain serializable by System.Text.Json), required properties, and some other nice...

We can't use required members yet (the net6.0 system.text.json source generator doesn't support them) -- so there's no clean way to annotate non-null members in the models library right now....

@s21-himesh Will you be able to update to .NET 8.0 once it's released? This will likely be fixed once we cross-target .NET8.0 (soon).

@Regenhardt .NET5.0 is out of service and the library dropped support for the .NET Framework in the 3.0 release cycle. Since since, the library has utilized many features to improve...

Some solid improvements in the SVT-AV1 release this week (https://gitlab.com/AOMediaCodec/SVT-AV1/-/releases/v1.5.0). The benchmarks on the latest high-core count AVX-512 compatible chips are also looking really good.

Withdrawing this request, now that Safari has adopted JXL! Hopeful we'll see the other browser revisit again soon.

.NET 7.0 will be EOL on May 14, 2024. It may be worth skipping the .NET 7.0 target and requiring .NET8.0 for DbDataSource.