Paul Higgs
Paul Higgs
Consider a schema that includes an abstract element form for use by others to extend the schema within the same namespace, such as the following defined by Paul ```` ````...
This PR adds support for AVS3 coded video using the existing AvsV as a base. Decoding of meaningful syntax elements from the sequence header including HDR Dynamic Metadata according to...
This PR adds functionality related to the use of AVS3 coded video in a DVB transport stream (descriptor, components and stream type) according to the updated [DVB A001r20 clauses 4.1...
I am trying to use xmllint to validate an XML document against a set of schemas and get the following error: ``` { errors: [ "file_0.xml:26: element ServiceList: Schemas validity...
#### Brief description of the proposed changes: T/UWA 005-2.1 is the signalling specification defining different carriage mechanisms for HDR Vivid dynamic metadata. This PR adds support for the descriptor which...
It appears that recent versions of python, i.e. 3.12.3, are interpreting "\.." in the path as an escape character. See https://stackoverflow.com/questions/52335970/how-to-fix-syntaxwarning-invalid-escape-sequence-in-python
Small changes needed to the various xml.js build scripts - libxml2 places some macro definition files in the `libxml2/m4` directory, so just delete any files placed there by local buid...
T/AI 109.6 and T/AI 109.7 define the methods for packaging AVS3 video (according to T/AI 109.2) and AVS3 audio (according to T/AI 109.3) in ISO BMFF. This PR add support...
### Description The PR adds support for the relevant sample types for AVS3 audio and video. AVS3 video files are available at DVB - [https://dvb.org/specifications/verification-validation/avs3-test-content/](https://dvb.org/specifications/verification-validation/avs3-test-content/) AVS3 audio files are also...
The declaration of (`addSample()`)[https://github.com/gpac/mp4box.js/blob/12d87f2c86d2cf2cf17537fba0bce757109c4b0a/src/isofile.ts#L2482] has the `subsamples` and `options` properties out of order ```` { sample_description_index, duration = 1, cts = 0, dts = 0, is_sync = false, is_leading =...