This repository has been archived by the owner on Oct 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 153
Add h264 prefix NAL parser impl for enabling frame-marking #58
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
lzhai
approved these changes
Jan 6, 2020
taste1981
added a commit
to taste1981/owt-deps-webrtc
that referenced
this pull request
May 7, 2020
taste1981
added a commit
that referenced
this pull request
May 7, 2020
* Add HEVC support for iOS/Android * Some changes for building with OWT * Enable openssl * Add create_peerconnection_factory to WebRTC.framework. (#46) * Set kVTCompressionPropertyKey_RealTime to true. (#51) * H265 packetization_mode setting fix (#53) * add H.265 QP parsing logic (#47) * Fix linux build error. (#54) * Add h264 prefix NAL parser implmentation for enabling frame-marking for h.264 (#58) * Make hevc rtp depacketizer/tracker conforming to h.264 design Co-authored-by: jianjunz <jianjun.zhu@intel.com> Co-authored-by: Cyril Lashkevich <notorca@gmail.com> Co-authored-by: Piasy <xz4215@gmail.com> Co-authored-by: ShiJinCheng <874042641@qq.com>
taste1981
added a commit
that referenced
this pull request
Jan 4, 2021
* Add HEVC support for iOS/Android * Some changes for building with OWT * Enable openssl * Add create_peerconnection_factory to WebRTC.framework. (#46) * Set kVTCompressionPropertyKey_RealTime to true. (#51) * H265 packetization_mode setting fix (#53) * add H.265 QP parsing logic (#47) * Fix linux build error. (#54) * Add h264 prefix NAL parser implmentation for enabling frame-marking for h.264 (#58) * Make hevc rtp depacketizer/tracker conforming to h.264 design Co-authored-by: jianjunz <jianjun.zhu@intel.com> Co-authored-by: Cyril Lashkevich <notorca@gmail.com> Co-authored-by: Piasy <xz4215@gmail.com> Co-authored-by: ShiJinCheng <874042641@qq.com>
jianjunz
added a commit
that referenced
this pull request
Oct 15, 2022
* Add HEVC support for iOS/Android * Some changes for building with OWT * Enable openssl * Add create_peerconnection_factory to WebRTC.framework. (#46) * Set kVTCompressionPropertyKey_RealTime to true. (#51) * H265 packetization_mode setting fix (#53) * add H.265 QP parsing logic (#47) * Fix linux build error. (#54) * Add h264 prefix NAL parser implmentation for enabling frame-marking for h.264 (#58) * Make hevc rtp depacketizer/tracker conforming to h.264 design Co-authored-by: jianjunz <jianjun.zhu@intel.com> Co-authored-by: Cyril Lashkevich <notorca@gmail.com> Co-authored-by: Piasy <xz4215@gmail.com> Co-authored-by: ShiJinCheng <874042641@qq.com>
jianjunz
added a commit
to jianjunz/owt-deps-webrtc
that referenced
this pull request
Dec 2, 2022
* Add HEVC support for iOS/Android * Some changes for building with OWT * Enable openssl * Add create_peerconnection_factory to WebRTC.framework. (open-webrtc-toolkit#46) * Set kVTCompressionPropertyKey_RealTime to true. (open-webrtc-toolkit#51) * H265 packetization_mode setting fix (open-webrtc-toolkit#53) * add H.265 QP parsing logic (open-webrtc-toolkit#47) * Fix linux build error. (open-webrtc-toolkit#54) * Add h264 prefix NAL parser implmentation for enabling frame-marking for h.264 (open-webrtc-toolkit#58) * Make hevc rtp depacketizer/tracker conforming to h.264 design Co-authored-by: jianjunz <jianjun.zhu@intel.com> Co-authored-by: Cyril Lashkevich <notorca@gmail.com> Co-authored-by: Piasy <xz4215@gmail.com> Co-authored-by: ShiJinCheng <874042641@qq.com>
jianjunz
added a commit
to jianjunz/owt-deps-webrtc
that referenced
this pull request
Dec 2, 2022
* Add HEVC support for iOS/Android * Some changes for building with OWT * Enable openssl * Add create_peerconnection_factory to WebRTC.framework. (open-webrtc-toolkit#46) * Set kVTCompressionPropertyKey_RealTime to true. (open-webrtc-toolkit#51) * H265 packetization_mode setting fix (open-webrtc-toolkit#53) * add H.265 QP parsing logic (open-webrtc-toolkit#47) * Fix linux build error. (open-webrtc-toolkit#54) * Add h264 prefix NAL parser implmentation for enabling frame-marking for h.264 (open-webrtc-toolkit#58) * Make hevc rtp depacketizer/tracker conforming to h.264 design Co-authored-by: jianjunz <jianjun.zhu@intel.com> Co-authored-by: Cyril Lashkevich <notorca@gmail.com> Co-authored-by: Piasy <xz4215@gmail.com> Co-authored-by: ShiJinCheng <874042641@qq.com>
jianjunz
added a commit
to jianjunz/owt-deps-webrtc
that referenced
this pull request
Dec 7, 2022
* Add HEVC support for iOS/Android * Some changes for building with OWT * Enable openssl * Add create_peerconnection_factory to WebRTC.framework. (open-webrtc-toolkit#46) * Set kVTCompressionPropertyKey_RealTime to true. (open-webrtc-toolkit#51) * H265 packetization_mode setting fix (open-webrtc-toolkit#53) * add H.265 QP parsing logic (open-webrtc-toolkit#47) * Fix linux build error. (open-webrtc-toolkit#54) * Add h264 prefix NAL parser implmentation for enabling frame-marking for h.264 (open-webrtc-toolkit#58) * Make hevc rtp depacketizer/tracker conforming to h.264 design Co-authored-by: jianjunz <jianjun.zhu@intel.com> Co-authored-by: Cyril Lashkevich <notorca@gmail.com> Co-authored-by: Piasy <xz4215@gmail.com> Co-authored-by: ShiJinCheng <874042641@qq.com>
jianjunz
added a commit
that referenced
this pull request
Dec 13, 2022
* Add HEVC support for iOS/Android * Some changes for building with OWT * Enable openssl * Add create_peerconnection_factory to WebRTC.framework. (#46) * Set kVTCompressionPropertyKey_RealTime to true. (#51) * H265 packetization_mode setting fix (#53) * add H.265 QP parsing logic (#47) * Fix linux build error. (#54) * Add h264 prefix NAL parser implmentation for enabling frame-marking for h.264 (#58) * Make hevc rtp depacketizer/tracker conforming to h.264 design Co-authored-by: jianjunz <jianjun.zhu@intel.com> Co-authored-by: Cyril Lashkevich <notorca@gmail.com> Co-authored-by: Piasy <xz4215@gmail.com> Co-authored-by: ShiJinCheng <874042641@qq.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This addes a new parser to be used by native SDK to generate frame-marking info for h.264 bitstream.