Dirk Farin

Results 455 comments of Dirk Farin

`taic` uses a `float32` value. Where is it defined how that value is stored in the file (little-endian / big-endian)? Have you considered using an integer value for this in...

Another point: I'd like to remove `status_bits` from `heif_property_set_tai_timestamp()`. If I read the spec correctly, `timestamp_validity` can be derived from `TAI_timestamp` (see my comments to the specs). `synchronization_status` should be...

I didn't know we support Doxygen :-)

When I refresh manually, it updates a few podcasts and then the notifications just close. Now I have a rotating progress indicator at the top of the AntennaPod home screen...

> @farindk Do you use gpodder ? I'm suspecting it because it started around the same time I began to use Nextcloud for listening some podcasts during the day. Yes,...

API is available now in `heif_items.h` (look in `develop-v1.18.0` branch). > b. Specifying the construction method (store in mdat or idat) This is still missing. Why do we need this?

> > > b. Specifying the construction method (store in mdat or idat) > > > > > > This is still missing. Why do we need this? > >...

From a user point-of-view the construction method itself is completely irrelevant. The user is thinking in terms of what is relevant for his application. That could be the order in...

When you have multiple outgoing references from an item, you can call `heif_context_add_item_references()` multiple times. For reading, you would call `heif_context_get_item_references()` multiple times with increasing `index` until 0 is returned....

PS: another thing I am not completely fine with is that, technically, there may be irefs with zero outward references. But if we use '0' as the stopping criterion for...