Steve Lhomme
Steve Lhomme
This should fail without #611 Edit: it failed, but not during compilation... Edit2: It does work with MSVC as in recent SDKs `GetFileInformationByHandle()` is allowed to compile, even though the...
It's in Segment Ticks, using the TimestampScale. That's how it's used in libmatroska: https://github.com/Matroska-Org/libmatroska/blob/44aefa8ff53562367100619cb79c949b2bb6b87e/src/KaxCuesData.cpp#L138
The IETF status doesn't matter. The document is found at the IETF anyway. We already describe the goal of the document in the Introdution. And the EBML RFC doesn't has...
This elements has been introduced for WebVTT. It should say what information it maps to in WebVTT. Ref #679
For now this Pull Request just adds the bare minimum that we agree on. I think we also need - [x] TrackSetUUID so it can be addressed in tags (this...
Some values are used by the code with allowed calls, but the values they depend on are not allowed. minwg-w64 doesn't some more values in UWP mode and would require...
Since C+11 it is properly defined in C++. For C it depends on the compiler (MS or not), not the targeted platform. The wide variants can always be defined as...
Here is the log I get when I load it in 2021.5 >2021-05-13 15:31:48 WARNING (MainThread) [homeassistant.loader] You are using a custom integration lywsd02_sensor which has not been tested by...
Following the 2021-05-25 [IETF meeting](https://datatracker.ietf.org/wg/cellar/meetings/), we discussed the issue of elements that have a `range` attribute but also have a `restriction` element. In Matroska there are elements like `TrackEntry\TrackType` `TrackEntry\Video\FieldOrder`...