Skip to content

Commit

Permalink
Merge pull request #99 from AOMediaCodec/for_publication
Browse files Browse the repository at this point in the history
Various changes for publication of v1.0.0
  • Loading branch information
cconcolato authored Sep 7, 2018
2 parents c8e7adf + 3deac89 commit db2aa85
Show file tree
Hide file tree
Showing 3 changed files with 104 additions and 96 deletions.
1 change: 1 addition & 0 deletions images/subsample_encryption.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 10 additions & 4 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,12 @@ Shortname: av1-isobmff
Editor: Cyril Concolato, Netflix, [email protected]
Editor: Tom Finegan, Google, [email protected]
Abstract: This document specifies the storage format for [[!AV1]] bitstreams in [[!ISOBMFF]] tracks as well as in [[!CMAF]] files.
Date: 2018-08-16
Date: 2018-09-07
Repository: AOMediaCodec/av1-isobmff
Inline Github Issues: full
Boilerplate: property-index no, issues-index no, copyright yes
Markup Shorthands: css on
Group: AOM
Warning: Custom
Custom Warning Title: Release Candidate
Custom Warning Text: This document is the release candidate for the first version of this specification. It awaits formal approval by the AOM. Once approved, any further change in future versions will be documented and backwards compatible, unless interoperability concerns are uncovered.
</pre>

<div boilerplate='copyright'>
Expand Down Expand Up @@ -547,6 +544,15 @@ Within protected samples, the following constraints apply:
NOTE: As a result of the above, partial blocks are not used and it is possible that [=BytesOfProtectedData=] does not start at the first byte of the <code>decode_tile</code> structure, but some number of bytes following that.
- All other parts of [=Tile Group OBUs=] and [=Frame OBUs=] SHALL be unprotected.

Subsample Encryption Illustration {#subsample-encryption-illustration}
------------------
Figure #1 illustrates Subsample based encryption of AV1.

<figure>
<img alt="Subsample-based AV1 encryption" src="images/subsample_encryption.svg">
<figcaption>Subsample-based AV1 encryption.</figcaption>
</figure>

Codecs Parameter String {#codecsparam}
======================================

Expand Down
Loading

0 comments on commit db2aa85

Please sign in to comment.