Alexandre Courbot
Alexandre Courbot
Note to self: all CLs but the last two ones have been merged. The remaining CLs will need a rebase due to many conflicts (thankfully they are not too big)...
Yeah I am not against the extra surface which is indeed a necessity, just wondering if we could avoid the enum on the handle. I need to look at this...
Was there? I don't know what the rationale was, but in my experience `thiserror` forces a stronger discipline wrt. how we handle errors (and may end up being more lightweight),...
IIRC the point of using `AsRef` was to allow any input type that can provide a reference to the stream as input. Switching to `Cow` would mean that the data...
Thanks for the clarifications. A few remarks: The current AV1 parser does not need to use `Cow` - i.e. line 107 that you quoted can just as well be ```...
So I tried to implement this a bit and I think I understand what you want - I have updated PR #51 to include the change to `&'a [u8]`. Please...
Mmm one thing I don't quite understand is, since the lifetime remain (and thus an owned `Frame` will be subject the the same lifetime as a borrowed one), and we...
Agreed, that would be great. There are a couple of obstacles before we can do that: 1) Fluster requires to download quite a bit a test data, which we want...
Looks like we will indeed need to self-host our own runners: https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners I'll try to take a look at that soon, it would be nice to have this in place.
After enabling 4:2:2 and 4:4:4 for H.264 I observe the same phenomenon there as well.