Cyril Concolato

Results 20 issues of Cyril Concolato

Without this fix, when using an Open GoP sequence, the `RefOrderHint` gets corrupted after the "delayed random access point", creating bitstream decoding errors in `skip_mode_params`, and after, including tile group...

When using the [`assert` feature](https://speced.github.io/bikeshed/#id-assert), in some cases, the text that is within the assert is not unique. Examples are: - things like "Mandatory: yes" in definition tables where uniqueness...

Hi, Thank you for your tool. I have had the same problem as reported here: https://github.com/asciidisco/grunt-qunit-istanbul/issues/8 and https://github.com/asciidisco/grunt-qunit-istanbul/pull/12 It took me a while to figure out why ... so I'd...

The current code always fetches the MP4 the first time the service worker is started. It should use caching to avoid downloading the MP4 file each time.

FYI, MPEG recently approved the FDIS for the Carriage of Web Resources in ISOBMFF, formerly ISO/IEC 23001-15. It defines how to store HTML/CSS/JSS in MP4 tracks. This specification was written...

Instead of returning: ```ISOBMFF probing: first box size too small (1 bytes). Aborting.``` It should return a report as usual.

- [ ] Add a JSON mode for `cw list` - [ ] Add spec version in JSON reports

By default, only exercized rules (successful, error and warning) should be part of the report. When the option parser is implemented (#48), we could have a option to show non-exercized...

https://github.com/gpac/ComplianceWarden/blame/3e1078e6ee504e4e391b18ce1d2f6ea9a86a285d/src/specs/av1_isobmff/av1_isobmff.cpp#L517

The [documentation of flist](https://wiki.gpac.io/Filters/flist/?h=flist#playlist-directives) indicates: > start=T: tries to play the file from start time T seconds (double format only). This may not work with some files/formats not supporting seeking....