oeuillot / node-matroska

Matroska library written for nodejs
GNU General Public License v3.0
26 stars 12 forks source link

Update schema to reflect spec changes #15

Closed davedoesdev closed 1 year ago

davedoesdev commented 1 year ago

LanguageIETF were renamed to LanguageBCP47: https://github.com/ietf-wg-cellar/matroska-specification/pull/622

FileMimeType was renamed to FileMediaType: https://github.com/ietf-wg-cellar/matroska-specification/commit/d8520fbfc5023eb2b3f09298580133d051f71d93

Float range values expressed as floats: https://github.com/ietf-wg-cellar/matroska-specification/commit/6950402fd1057a76422e05f39a6834054994f4c0

ChapterSegmentUID was renamed to ChapterSegmentUUID: https://github.com/ietf-wg-cellar/matroska-specification/commit/a759d8e885afd345911872ce7de303b5f73b6eeb

SegmentUID was renamed to SegmentUUID: https://github.com/ietf-wg-cellar/matroska-specification/commit/2f39a777327b460d84b0e4439b5625476c8091ce

PrevUID/NextUID was renamed to PrevUUID/NextUUID: https://github.com/ietf-wg-cellar/matroska-specification/commit/4190249c518c3296b1fb0cae7562e1b54cad8f14

OldStereoMode was made an actual element: https://github.com/ietf-wg-cellar/matroska-specification/commit/76d44a92ebbdc15615d8c5b53cb1542a9fd747b2

davedoesdev commented 1 year ago

Thanks for merging. Any chance of a new release?