Luca Barbato

Results 173 issues of Luca Barbato

The Rust BufRead implementation does not provide a `peek()` method. To support sane probing it would be quite useful.

language limit
API

Suggest to use `--destdir` and then `sudo cp` the files. See: #2928

- [ ] write the API using [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) - [ ] write tests for the API using [wasm-bindgen-test](https://rustwasm.github.io/docs/wasm-bindgen/wasm-bindgen-test/index.html) Open question: separate-crate or same-crate?

- [x] Be able to register a progress callback - [x] Be able to exit immediately - [x] Use the callback in the encode_tile() - [ ] Provide Progress Data...

Act as helper to set boolean values. Fixes: https://github.com/xiph/rav1e/issues/2155

It makes no sense to have it carry the modified BSD-2+patent grant if it is reused in other projects. CC: @barrbrain @tdaede @shssoichiro @YaLTeR @KyleSiefring @vibhoothiiaanand

[target_feature 1.1](https://github.com/rust-lang/rfcs/pull/2396) should ease implementing some SIMD code. > - safe `#[target_feature]` functions can be called without an `unsafe {}` block only from functions that have at least the exact...

enhancement

Speed neutral according to a test run on echidna.

It behaves as fern since no changes to the logging are present, but should let you use the tracing api if you need something more refined. It clashes with the...

WorkInProgress