-
Notifications
You must be signed in to change notification settings - Fork 4
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
Muxer updates #9
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Significance ------------ - Bug fixes for few of the paramters calculation - Bug for mhaC box data for mhm1 file format - Changed box allignment from 4 byte to 1 byte - Fixes for hard coding for box data - Added support for mhaP, btrt, maeG, maeP, maeS and maeL box - Code clean up Testing ------- - Test with mmtisobmff tool for box data - Test for mhm1 and mha1 file format To be done ---------- - Addition of mhaD box - Memory usage based on supported profile
Significance ------------ - Fix for intermediate config packets for mhm1 file format and mha1 file format Testing ------- - Test with mmtisobmff tool for box data - Test for mhm1 and mha1 file format
Significance ------------ - Added support for mhaD box Testing ------- - Test using ittiam MPEG-H decoder - Test for mhm1 file format To be done ---------- - Memory usage based on supported profile
Significance ------------ - Fix for mhm1 demuxing Testing ------- - Test using ittiam MPEG-H decoder - Test for mhm1 file format
SakethSathuvalli
previously approved these changes
May 24, 2024
Signficance ----------- - Reduced memory size of 3da config and audio scene info structures Testing ------- - Tested with Ittiam MPEG-H decoder - Tested for mhm1 file format
Signficance ----------- - Addresed review comment related to freeing up of memory Testing ------- - None
Memory Optimisation Significance ----------- - Reduced memory size of 3da config and audio scene info structures Testing ------- - Tested with Ittiam MPEG-H decoder - Tested for mhm1 file format
Vamsi100858
previously approved these changes
May 27, 2024
SakethSathuvalli
approved these changes
May 27, 2024
Vamsi100858
approved these changes
May 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Significance
Testing