Brad Hards

Results 60 issues of Brad Hards

What is the use case for your proposed feature? Please describe. This is a tag (ST0601 Tag 97) we don't yet support. Its basically ST1002 nested in ST0601. Describe the...

**Task Background** I had good success with adding MacOS build with github actions. We should do that for Android too. **Completion criteria** Its running on each push and PR with...

**What is the use case for your proposed feature? Please describe.** See #73 for the background. This is not directly user visible, it supports development. **Describe the solution you'd like**...

Keeps the existing `heif_check_filetype` behaviour since that is public API. Adds a new function to check both the major version and the compatible_brands list. Switches the heif-convert example to use...

**Describe the issue** ISO/IEC 14496-12:2022 Sections 8.7.8 and 8.7.9 describe the `SampleAuxilaryInformationSizesBox` and `SampleAuxiliaryInformationOffsetsBox` respectively. These boxes need to be consistent with other boxes under `stbl` and `traf` respectively to...

The formatting is inverted because missing closing quotes.

Resolves #1206 Includes unit test. This does not make the limit configurable, but that could be added. Should we have the same limit for the number of image grid rows...

This is from the draft Amendment 2 for ISO/IEC 23001-17. It re-uses and generalises the existing zlib support (from header compression), and adds an optional dependency on Brotli. This version...

https://github.com/strukturag/libheif/blob/master/libheif/heif_context.cc#L912-L916 has code that looks like this: ``` if (refs.size() != 1) { return Error(heif_error_Invalid_input, heif_suberror_Unspecified, "Metadata not correctly assigned to image"); } ``` That seems inconsistent with ISO/IEC 14496-12:2022...