Luca Barbato

Results 466 comments of Luca Barbato

Another interesting rfc vaguely related to the topic: https://github.com/rust-lang/rfcs/pull/1546

We are mostly working on specific projects ( e.g. rav1e) and we have plans to rethink our api and we are slowly working on that and @Luni-4 is exploring new...

The mkv crate needs quite a bit of love and can be extended to support additional formats, if you like formats, otherwise we can find plenty of other tasks :)

As discussed on IRC if we do the internal refactor to use `validate()` internally we should also document in which order the fields should be changed and/or allow spurious failures...

Could you please split the scalar `&[i32; 8]` part from the patch? Your simd code would be good in the not-nasm situation but maybe it would need further discussion.

Seeking back and forth isn't great in general and impossible if we are writing to a pipe. Is that information really needed?

The `channel-api` feature right now it is silently omitted if `unstable` is not passed along. So it works as intended in preventing the user from using it without being aware...

Your rust setup seems incomplete and you seem to not have the right permissions, to install on `/usr/local`. You may use something along the lines of ``` D=/tmp/rav1e-install cargo cinstall...

install in a user-writable path and copy it over the system using sudo and either `cp -a` or `install` depending on your preferences.