Luca Barbato
Luca Barbato
Implementation details - [ ] create the table if it doesn't exist - [ ] save the file paths not as key - [ ] Put it behind a `export-sql`...
- [ ] take in some compressed format (e.g. `av1` in ivf) (potentially multiple) - [ ] take in the reference (e.g. `raw` in `y4m`) - [ ] generate a...
Currently the code is not properly tested.
It makes the life a little easier to downstreams.
- [x] c2rust conversion - [x] replace the libc calls - [ ] Add a rust API in the main crate and use either `sys` or `native` - [ ]...
- port over [this](https://github.com/awelkie/RustFFT/blob/master/benches/rustfft.rs) to criterion - compare rustfft with the speexdsp fft
The resampler high-level api would enjoy having proper documentation adapted from the [upstream in-header documentation](https://github.com/xiph/speexdsp/blob/master/include/speex/speex_resampler.h).
Disabling the assembly makes the encoding work OK. `lldb -- ./avconv -filter_complex testsrc -s hd720 -c:v libx262 /tmp/out.mpeg` using [this](https://github.com/lu-zero/libav/commits/x262) branch. ``` Process 62191 stopped * thread #2: tid =...
It should mimic cargo use of triples for the compiler env.
(also please tag the release in-tree)