Ynse Hoornenborg

Results 17 comments of Ynse Hoornenborg

> @ynse01 The `Av1BitStreamReader` seems to work as it should, I was able to parse `Av1CodecConfiguration` with it [d8e7078](https://github.com/SixLabors/ImageSharp/commit/d8e7078bb994fb197aca2d27d2468d930b9f2f54). Maybe I can help with this PR, but I still in...

I fixed the bug :-) Tests are passing again. @brianpopow There are a few TODO items in the Heif container area, if you like you could have a look at:...

> > I fixed the bug :-) Tests are passing again. > > @brianpopow There are a few TODO items in the Heif container area, if you like you could...

@brianpopow I'm following the code path of the SVT-AV1 library, which seems to deviate quite a bit in the latest Syntax's. From Residual and down, I don't think the spec...

> > @brianpopow I'm following the code path of the SVT-AV1 library, which seems to deviate quite a bit in the latest Syntax's. > > I tried to look into...

@brianpopow Running the decoder app on an AVIF file will not work. I don't think SVT-AV1 has the HEIF container parsing capabilities. It seems to use the IVF file format,...

@brianpopow I like your new `Av1BitStreamReader`, for 3 reasons: - Fixes existing bug with reading large integers - Doesn't need extra padding bytes at the end - Has less jumps,...