Skip to content

Add VP9 (vp09) atom support and MP4GetTrackAtomData API#1

Open
dchengTSC wants to merge 1 commit into
mainfrom
techsmith/vp9-and-atom-data-api
Open

Add VP9 (vp09) atom support and MP4GetTrackAtomData API#1
dchengTSC wants to merge 1 commit into
mainfrom
techsmith/vp9-and-atom-data-api

Conversation

@dchengTSC

Copy link
Copy Markdown
Collaborator

Add support for reading VP9 video tracks in MP4 files:

  • Add MP4Vp09Atom class that properly parses the vp09 sample entry, including its child atoms (vpcC, btrt, colr, pasp)
  • Register vp09 in the atom factory and as an expected stsd child

Add MP4GetTrackAtomData/MP4FreeTrackAtomData API:

  • Allows reading the raw data of any track atom by path
  • Useful for extracting codec configuration boxes (e.g. vpcC, avcC) that don't have dedicated accessor functions
  • Memory is allocated by the library and freed via MP4FreeTrackAtomData to avoid CRT mismatch issues on Windows

Add support for reading VP9 video tracks in MP4 files:
- Add MP4Vp09Atom class that properly parses the vp09 sample entry,
  including its child atoms (vpcC, btrt, colr, pasp)
- Register vp09 in the atom factory and as an expected stsd child

Add MP4GetTrackAtomData/MP4FreeTrackAtomData API:
- Allows reading the raw data of any track atom by path
- Useful for extracting codec configuration boxes (e.g. vpcC, avcC)
  that don't have dedicated accessor functions
- Memory is allocated by the library and freed via MP4FreeTrackAtomData
  to avoid CRT mismatch issues on Windows
@KMojek KMojek mentioned this pull request Jun 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant