Yann Landry

Results 4 issues of Yann Landry

**Describe the bug** When using the C API with rav1e 0.5.0, `rav1e_context_new(config)` returns `NULL` when `config` contains `rdo_lookahead_frames = 0`. If the value is set to -1, then `rav1e_config_parse_int(...)` returns...

bug

I've just had a meeting with @kentwills about ideas to improve the Beans workflow and user experience, and I think we could make the entire workflow simpler for both the...

Type: Enhancement

At line 51 in `read_avcc()`, `avcc->pps_table` is initialised using `avcc->numOfSequenceParameterSets` where it should probably be using `avcc->numOfPictureParameterSets`. Otherwise, there could be an out-of-bound situation if the number of PPS is...

The maximum value for `log2_max_mv_length_horizontal` is given by `kLog2MaxMvLengthHorizontalMax` in `include/h265_vui_parameters_parser.h` and is currently set to 15 which is in line with the current H.265 spec but versions of the...