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

Add h264 prefix NAL parser impl for enabling frame-marking #58

Merged
merged 1 commit into from Jan 6, 2020

Conversation

taste1981
Copy link
Collaborator

This addes a new parser to be used by native SDK to generate frame-marking info for h.264 bitstream.

@lzhai lzhai merged commit 2ced2a8 into open-webrtc-toolkit:79-sdk 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 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.

None yet

2 participants