Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISOBMFF 8th ed #265

Open
wants to merge 22 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
a3cadd2
Add `prsl` to Entity Group Types
stschr Apr 30, 2024
c86c240
Add `aest` to Track References
stschr Apr 30, 2024
13c3b5d
Add `aedb,aelm,aepp,aepr,aesb,aesd,ardi,labl` to Boxes
stschr Apr 30, 2024
6e33afb
Add `pasr,casg,edrp,esgh` to Sample Groups
stschr Apr 30, 2024
81ddad2
Add `spki` to Protection and Restricted Schemes
stschr Apr 30, 2024
b9d76d5
Add `spkt` to Protection and Restricted Schemes
stschr Apr 30, 2024
0fc3533
Add `hdlp` to Boxes
stschr Apr 30, 2024
4102643
add spec ref
podborski Sep 24, 2024
1c2d75d
add spec ref
podborski Sep 24, 2024
fbd02c8
fix registration request
podborski Sep 24, 2024
d0c3b12
fix registration request
podborski Sep 24, 2024
c4d0220
fix registration request
podborski Sep 24, 2024
be40436
Merge branch 'main' into codepoint-request-1714490121
podborski Sep 24, 2024
9fd5adb
Merge branch 'main' into codepoint-request-1714490213
podborski Sep 24, 2024
70cfa55
fix registration request
podborski Sep 24, 2024
238b8fe
Merge branch 'codepoint-request-1714491293' into isobmff_7th_ed
podborski Nov 18, 2024
46e8223
Merge branch 'codepoint-request-1714490213' into isobmff_7th_ed
podborski Nov 18, 2024
34ef2f4
Merge branch 'codepoint-request-1714490121' into isobmff_7th_ed
podborski Nov 18, 2024
5fb1262
Merge branch 'codepoint-request-1714488197' into isobmff_7th_ed
podborski Nov 18, 2024
01338a4
Merge branch 'codepoint-request-1714488005' into isobmff_7th_ed
podborski Nov 18, 2024
ecf1853
Merge branch 'codepoint-request-1714487868' into isobmff_7th_ed
podborski Nov 18, 2024
3fb0ae9
Merge branch 'codepoint-request-1714487764' into isobmff_7th_ed
podborski Nov 18, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions data/boxes.csv
Original file line number Diff line number Diff line change
Expand Up @@ -269,3 +269,12 @@ tran,SVC lightweight transcoding,NALu Video
vipr,View priority Box,NALu Video
sdp$20,SDP information,ISO
stvi,Stereo Video Box,ISO
spki,Compatible scheme type box,ISO
aedb,audio element description,ISO
aelm,audio element box,ISO
aepp,audio element positioning interactivity polar box,ISO
aepr,audio element prominence interactivity box,ISO
aesb,audio element selection box,ISO
aesd,audio element selection description box,ISO
ardi,audio rendering indication,ISO
labl,Label,ISO
1 change: 1 addition & 0 deletions data/entity-groups.csv
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ tsyn,Time-synchronized capture entity group,HEIF
vipo,Viewpoint entity grouping,OMAF
vvcb,VVC bitstream,NALu Video
wbbr,White balance bracketing entity group,HEIF
prsl,Preselection grouping,ISO
1 change: 1 addition & 0 deletions data/item-properties.csv
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,4 @@ vvcC,VVC image item configuration,HEIF
wbbr,White balance information,HEIF
wipe,Wipe transition effect,HEIF
zoom,Zoom transition effect,HEIF
hdlp,Handler property that provides a mapping of a media handler with an item in a MetaBox,ISO
4 changes: 4 additions & 0 deletions data/sample-groups.csv
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,7 @@ fobr,Focus bracketing exposure bracketing,sample group,HEIF
pano,Panorama sample group,sample group,HEIF
wbbr,White balance bracketing,sample group,HEIF
pprr,Picture region replacement for the picture-in-picture functionality,sample group,NALu Video
pasr,Pixel Aspect Ratio Sample Grouping,sample group,ISO
casg,Clean Aperture Sample Grouping,sample group,ISO
edrp,EDRAP sample group,sample group,ISO
esgh,Essential descriptions hierarchy sample grouping,sample group,ISO
1 change: 1 addition & 0 deletions data/schemes.csv
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ stvi,Stereo video restricted scheme,restricted video scheme,ISO
sve1,AES-CTR content sensitive encryption,protection scheme,ISO Common Encryption
vvvc,V3C video component restricted scheme,restricted video scheme,V3C-SYS
csch,Compatible scheme type,restricted video scheme,ISO
spkt,Sample-packed track that may contain packed samples (a single sample may contain more than one sample of an original track),restricted video scheme,ISO
1 change: 1 addition & 0 deletions data/track-references.csv
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ vref,reference to a track that contains a 'vopi' sample group for VVC video,NALu
vreg,reference to a VVC operating point entity group,NALu Video
vvcN,the referenced track is a non video coding layer track of VVC,NALu Video
supm,The referenced tracks provide supplementary video to achieve picture-in-picture functionality,NALu Video
aest,associated external stream track,ISO
Loading