Luca Barbato
Luca Barbato
I tried to boot the board on rp2040 on mac and I found out that using a usb-A to usb-C cable managed to have it boot correctly, once the boot...
See the [tutorial](https://rust-lang-nursery.github.io/rust-bindgen/tutorial-3.html) for additional details.
- [ ] decoding - [ ] encoding - [ ] demuxing - [ ] muxing
Start wrapping what is absolutely needed by cuvid and nvenc - [ ] Safe-wrap cuInit - [ ] Safe-wrap cuDriverGetVersion - [x] Safe-wrap Device management - [ ] Safe-wrap Context...
From version 153 8+10bits is supported.
Leverage `Frame` and `Packet` instead of reinventing the wheel.
- [ ] read the `libvpx` source and [this](https://github.com/libav/libav/blob/master/libavcodec/libvpxenc.c#L587) list. - [ ] write the `String, Value` match accordingly.
The easiest way is just to duplicate what is present for vp9, a good way is to leverage the generics and use the least amount of additional code.
- [ ] and in `av-data` the additional pixel formats if missing - [ ] expand `frame_from_img` and `img_from_frame` - [ ] write additional tests