Skip to content

Commit

Permalink
Merge branch 'main' into codepoint-request-1706782056
Browse files Browse the repository at this point in the history
  • Loading branch information
podborski committed Mar 13, 2024
2 parents fb73776 + eade89b commit 036b5b7
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 10 deletions.
2 changes: 1 addition & 1 deletion data/boxes.csv
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dstg,DVB Sample to Group Box,DVB
edts,edit list container,ISO
elst,an edit list,ISO
emsg,event message,DASH
evti,Event information,ATSC 3.0
evti,Event information,ATSC 3.0 A337
etyp,extended type and type combination,ISO
Exif,Exif Metadata,JPXS
fdel,File delivery information (item info extension),ISO
Expand Down
3 changes: 3 additions & 0 deletions data/brands.csv
Original file line number Diff line number Diff line change
Expand Up @@ -267,3 +267,6 @@ XAVC,XAVC File Format,Sony
yt4$20,Google specification for use by YouTube apps,Youtube
iamf,Immersive Audio Model and Formats - Encapsulated IA Sequence,AOM-IAMF
muxa,Apple HEVC Video with Alpha,Apple HEVC Alpha
cvvm,CMAF Media Profile for Constrained Multilayer VVC,ATSC 3.0 A345
cafr,CMAF Media Profile for ATSC Full Range Constrained Baseline VVC,ATSC 3.0 A345
XFVC,XF-AVC S/XF-HEVC S File Format,Canon
1 change: 1 addition & 0 deletions data/sample-entries.csv
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,4 @@ enc3,Encrypted/protected volumetric visual,Volumetric visual media,ISO,
iamf,Immersive Audio Model and Formats - Encapsulated IA Sequence,Audio,AOM-IAMF,
ipcm,Integer based PCM format for audio,Audio,ISO-UNCA,
fpcm,Floating-point based PCM format for audio,Audio,ISO-UNCA,
cndm,Dynamic Metadata Sample Entry(XF-AVC S/XF-HEVC S File Format),Video,Canon,
14 changes: 10 additions & 4 deletions data/specifications.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,15 @@
"MPEG": false
},
{
"specification": "ATSC 3.0",
"url": "https://www.atsc.org/standards/atsc-3-0-standards/",
"description": "ATSC 3.0 A337 Application Signaling",
"specification": "ATSC 3.0 A337",
"url": "https://www.atsc.org/atsc-documents/type/3-0-standards/",
"description": "ATSC 3.0 A337 Application Event Delivery",
"MPEG": false
},
{
"specification": "ATSC 3.0 A345",
"url": "https://www.atsc.org/atsc-documents/type/3-0-candidate-standards/",
"description": "ATSC 3.0 A345 VVC Video",
"MPEG": false
},
{
Expand Down Expand Up @@ -115,7 +121,7 @@
},
{
"specification": "Canon",
"url": "http://www.canon.com/",
"url": "https://global.canon",
"description": "Canon",
"MPEG": false
},
Expand Down
8 changes: 4 additions & 4 deletions src/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"rehype-highlight": "^6.0.0",
"rehype-slug": "^5.1.0",
"remark-gfm": "^3.0.1",
"sanitize-html": "^2.11.0"
"sanitize-html": "^2.12.1"
},
"devDependencies": {
"@types/node": "20.5.7",
Expand Down

0 comments on commit 036b5b7

Please sign in to comment.