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

Mp4MediaStream の対応コーデックに H.265 を追加する #511

Merged
merged 2 commits into from
Dec 6, 2024

Conversation

sile
Copy link
Member

@sile sile commented Dec 6, 2024

Copilot Summary

This pull request mainly adds support for the H.265 codec to the Mp4MediaStream package. The most important changes include updates to the documentation, the addition of new methods and handling for the H.265 codec, and corresponding updates to codec handling in various parts of the codebase.

Documentation Updates:

  • Added H.265 to the list of supported codecs in CHANGES.md and README.md. [1] [2]

Codebase Updates:

  • Added Hev1Box to the list of imported boxes in mp4.rs.
  • Implemented from_hev1_box method to handle H.265 codec configuration in mp4.rs.
  • Updated Track and Mp4 implementations to recognize and process Hev1Box entries. [1] [2]
  • Updated TrackPlayer implementation to handle Hev1Box entries and create video decoders accordingly in player.rs.

@sile sile merged commit e4b840a into develop Dec 6, 2024
5 checks passed
@sile sile deleted the feature/mp4-media-stream-h265 branch December 6, 2024 06:40
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