cros-codecs
cros-codecs copied to clipboard
While this methods returns a rectangle with `min` and `max` members, its `max` member seems to only take the width and height into account. This ambiguity propagates to the `visible_rect`...
Codecs should be hardened to the point where they cannot panic under any circumstance. This means no `unwrap`, no array indexes that could be out-of-bounds, etc. Any problem with the...
We have one implementation per codec, with many methods that are strictly identical. We should be able to factorize this by implementing the methods that differ as regular methods of...
Hi. Last version released was 0.0.5 on Aug 24 (almost 10 months ago). Current changes make using this crate without external libs (like vaapi) possible. https://github.com/chromeos/cros-codecs/commit/5ff6d693ffae0b36935b8fc13092c733b4c2646f Depending on crates.io other...
Found Broken link [here](https://github.com/chromeos/cros-codecs/blob/2c1b9d6c03fa50adeb4c4d3d7d2d77a89e6b3b57/README.md?plain=1#L61) 