Skip to content

Commit

Permalink
Merge pull request #248 from mp4ra/codepoint-request-1727184942
Browse files Browse the repository at this point in the history
Add `av3a, dca3` to Sample Entry Types
  • Loading branch information
podborski authored Sep 25, 2024
2 parents c7975ec + a04a63e commit 0404588
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 9 deletions.
1 change: 1 addition & 0 deletions data/brands.csv
Original file line number Diff line number Diff line change
Expand Up @@ -270,3 +270,4 @@ 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
ca3a,CMAF Media Profile – AVS3-P3,T-AI-109.7
1 change: 1 addition & 0 deletions data/sample-entries-boxes.csv
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,4 @@ cuvv,HDR Vivid Configuration,Video,UWA
pcmC,Uncompressed audio PCM configuration,Audio,ISO-UNCA
lvcC,LCEVC configuration,Video,NALu Video
acxd,Decoder-specific info for Auro-Cx audio,Audio,Auro
dca3,Decoder configuration for AVS3-P3 Codec,Audio,T-AI-109.7
3 changes: 2 additions & 1 deletion data/sample-entries.csv
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ avcp,Advanced Video Coding Parameters,Video,NALu Video,0x22
avst,2nd Generation Audio Video Coding Standard of China (AVS Two),Video,Avs2,
avs3,3nd Generation Audio Video Coding Standard of China,Video,Avs3,
camm,Camera motion metadata track,Video,CamMotion,
cavs,AVS2-P3 codec,Audio,GB-T-20090-9,0xF0
cavs,AVS2-P3 Codec,Audio,GB-T-20090-9,0xF0
av3a,AVS3-P3 Codec,Audio,T-AI-109.7,0xF1
dav1,AV1-related Dolby Vision consistent with av01,Video,Dolby Vision,
dra1,DRA Audio,Audio,DRA,0xA7
drac,Dirac Video Coder,Video,Dirac,0xA4
Expand Down
22 changes: 14 additions & 8 deletions data/specifications.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,16 +91,28 @@
},
{
"specification": "Avs2",
"url": "http://www.gb688.cn/bzgk/gb/newGbInfo?hcno=3AB9CF558421E866CAB2B3115498E7C0",
"url": "https://openstd.samr.gov.cn/bzgk/gb/newGbInfo?hcno=C23145CA7C18AC718FDE2589AC626D6E",
"description": "AVS 2 Specification",
"MPEG": false
},
{
"specification": "Avs3",
"url": "http://www.avs.org.cn/AVS3_download/index.asp",
"url": "https://standard.avs.org.cn/AVS3_download/index.asp",
"description": "AVS 3 Specification",
"MPEG": false
},
{
"specification": "GB-T-20090-9",
"url": "https://standard.avs.org.cn/AVS2_download/index.asp",
"description": "GB/T 20090.9-2006 Information technology - Advanced coding of audio and video - Part 9: AVS file format",
"MPEG": false
},
{
"specification": "T-AI-109.7",
"url": "https://www.avs.org.cn/en/",
"description": "T/AI 109.7—2024 Information technology - Intelligent media coding – Part 7: Audio encapsulation and transport",
"MPEG": false
},
{
"specification": "BitJazz",
"url": "http://www.bitjazz.com/",
Expand Down Expand Up @@ -281,12 +293,6 @@
"description": "FLAC Free Lossless Audio Codec. Encapsulation of FLAC in ISO Base Media File Format",
"MPEG": false
},
{
"specification": "GB-T-20090-9",
"url": "http://www.avs.org.cn/AVS2_download/index.asp",
"description": "GB/T 20090.9-2006 Information technology - Advanced coding of audio and video - Part 9: AVS file format",
"MPEG": false
},
{
"specification": "FF Video Codec",
"url": "https://datatracker.ietf.org/doc/draft-ietf-cellar-ffv1/",
Expand Down

0 comments on commit 0404588

Please sign in to comment.