vpx-rs icon indicating copy to clipboard operation
vpx-rs copied to clipboard

libvpx bindings

Results 5 vpx-rs issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [bindgen](https://github.com/rust-lang/rust-bindgen) to permit the latest version. Changelog Sourced from bindgen's changelog. 0.65.1 Fixed The Builder::rustfmt_bindings method was added back and tagged as deprecated instead of being...

dependencies

- [ ] read the `libvpx` source and [this](https://github.com/libav/libav/blob/master/libavcodec/libvpxenc.c#L587) list. - [ ] write the `String, Value` match accordingly.

enhancement
good first issue
hacktoberfest

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.

enhancement
help wanted
good first issue
hacktoberfest

- [ ] and in `av-data` the additional pixel formats if missing - [ ] expand `frame_from_img` and `img_from_frame` - [ ] write additional tests

enhancement
good first issue