Skip to content

Commit

Permalink
Merge pull request #799 from AOMediaCodec/change-list
Browse files Browse the repository at this point in the history
Fix #796: Changes since V1.0.0 Release
  • Loading branch information
sunghee-hwang authored Feb 21, 2024
2 parents 846514b + 564d8c1 commit 2c5438d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2755,6 +2755,19 @@ class Bar {

<b>Qx.y</b> indicates that it is stored as a (x+y+1)-bit, signed, two’s complement fixed-point value with y fractional bits. That is, a (x+y+1)-bit signed (two’s complement) integer, that is implicitly multiplied by the scaling factor \(2^{−y}\).

# Changes Since V1.0.0 Release # {#change-list}

- <a href="https://github.com/AOMediaCodec/iamf/pull/801">Typo Correction: Sample Entry Type -> Box Type, in IAConfigurationBox.</a>
- <a href="https://github.com/AOMediaCodec/iamf/pull/795">Bug Fixing: Temporal Delimiter OBU may be present for Simple profile.</a>
- <a href="https://github.com/AOMediaCodec/iamf/pull/794">Bug Fixing: IASampleEntry contains a child box to store configOBUs.</a>
- <a href="https://github.com/AOMediaCodec/iamf/pull/790">Reference Fixing: Update references for ACN and SN3D.</a>
- <a href="https://github.com/AOMediaCodec/iamf/pull/786">Clarification: Not allowed duplicated values of audio_element_ids in one MixPresentation.</a>
- <a href="https://github.com/AOMediaCodec/iamf/pull/783">Clarification: On merging of IA Sequence Headers.</a>
- <a href="https://github.com/AOMediaCodec/iamf/pull/782">Clarification: Annex A4 and Annex A4.1 are merged to Annex A4.</a>
- <a href="https://github.com/AOMediaCodec/iamf/pull/781">Clarification: On ID linking scheme section.</a>
- <a href="https://github.com/AOMediaCodec/iamf/pull/780">Typo Correction: In profile section.</a>
- <a href="https://github.com/AOMediaCodec/iamf/pull/775">Convert to Working Draft.</a>

# Annex # {#annex}

## Annex A: IAMF Generation Process (Informative) ## {#iamfgeneration}
Expand Down

0 comments on commit 2c5438d

Please sign in to comment.