Skip to content
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

Feature/mp4reader #13

Merged
merged 22 commits into from
Jul 31, 2020
Merged

Feature/mp4reader #13

merged 22 commits into from
Jul 31, 2020

Conversation

ian-spoonradio
Copy link
Contributor

  • Add Mp4Reader::read_sample() that read media samples
  • Add necessary boxes to read media samples
  • Start implementing examples/mp4copy
  • Refactoring

@alfg alfg merged commit 0df82ae into alfg:master Jul 31, 2020
@alfg
Copy link
Owner

alfg commented Jul 31, 2020

Thanks!

@ian-spoonradio ian-spoonradio deleted the feature/mp4reader branch August 5, 2020 03:22
jprochazk pushed a commit to jprochazk/mp4 that referenced this pull request Sep 18, 2024
* Add ReadBox trait

* Add boxtype macro

* Remove offset in BoxHeader

* Fix parsing error when box has largesize

* Remove duplicated codes reading version and flags

* Add avc1 box

* Add mp4a box

* Add mp4a box

* Add DecoderSpecificDescriptor in esds box

* Add necessary sub-boxes to stbl box

* Improve ReadBox::read_box()

* Add smhd box

* Refactor BoxHeader

* Refactor BMFF

* Refactor

* Add some functions to get offset and size of sample

* Add Mp4Reader::read_sample() that read media samples

Co-authored-by: Byungwan Jun <unipro.kr@gmail.com>
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.

3 participants