Skip to content

Commit

Permalink
Clarify that the proto schema was forked from libiamf.
Browse files Browse the repository at this point in the history
  - Clarify some fields were deprecated during the fork (but work in `iamf-tools` v1.0.0).

PiperOrigin-RevId: 634565144
  • Loading branch information
jwcullen committed May 16, 2024
1 parent 84c5ccc commit 8c93ab3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
### Added

- Add an IAMF encoder which takes in `UserMetadata` and outputs IAMF files.
- Add a suite of `UserMetadata` textproto files to generate test IAMF files.
- Fork a test suite from
[`libiamf`](https://github.com/AOMediaCodec/libiamf/commit/f9cdea5c).
- `*.proto`: A schema to describe IA Sequences and metadata to process
them. `UserMetadata` is the "top-level" file.
- `*.textproto`: A suite of `UserMetadata` textproto files to generate
test IAMF files.

### Deprecated

- Deprecate `deprecated_codec_id`, `deprecated_info_type`,
`deprecated_param_definition_type`, `deprecated_loudspeaker_layout`.
`deprecated_param_definition_type`, `deprecated_loudspeaker_layout` from the
forked `.protos`.

[unreleased]: https://github.com/AOMediaCodec/iamf-tools/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/AOMediaCodec/iamf-tools/releases/tag/v1.0.0

0 comments on commit 8c93ab3

Please sign in to comment.