Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
master
ohos_webrtc
/
modules
/
video_coding
/
codecs
下载当前目录
rvaluelife
适配OH平台VP8/VP9/AV1软件编码器的线程数
929f28b1
创建于
2025年1月20日
历史提交
文件
最后提交记录
最后更新时间
av1
适配OH平台VP8/VP9/AV1软件编码器的线程数 Signed-off-by: chenhao <haoe.chen@archermind.com>
1 年前
h264
Reset H.264 SVC Controller on key frame Sometimes OpenH264 returns a key frame even though we have not requested one. However, SVC controller does not know about this and will not reset its state. Since we are comparing expected tid from SVC controller with actual tid from OpenH264, and drop frames if they do not match, that causes a missing frame. This CL resets the SVC controller state on key frames, ensuring that it accurately maintains its state and does not drop frames. Also, changes the message of the error log to be more descriptive. Now, it will print the expected tid and actual tid. Bug: webrtc:14877 Change-Id: I6c9e7532b2478773f03e5707bf7a1ca56e4f7b99 Reviewed-on:
https://webrtc-review.googlesource.com/c/src/+/324001
Commit-Queue: Philip Eliasson <philipel@webrtc.org> Reviewed-by: Philip Eliasson <philipel@webrtc.org> Cr-Commit-Position: refs/heads/main@{
#40972
}
2 年前
interface
Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED Add implementation of RTC_DCHECK_NOTREACHED equal to the RTC_NOTREACHED. The new macros will replace the old one when old one's usage will be removed. The idea of the renaming to provide a clear signal that this is debug build only macros and will be stripped in the production build. Bug: webrtc:9065 Change-Id: I4c35d8b03e74a4b3fd1ae75dba2f9c05643101db Reviewed-on:
https://webrtc-review.googlesource.com/c/src/+/237802
Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/main@{
#35348
}
4 年前
multiplex
Rename EncodedImage property Timetamp to RtpTimestamp To avoid name collision with Timestamp type, To avoid confusion with capture time represented as Timestamp Bug: webrtc:9378 Change-Id: I8438a9cf4316e5f81d98c2af9dc9454c21c78e70 Reviewed-on:
https://webrtc-review.googlesource.com/c/src/+/320601
Reviewed-by: Harald Alvestrand <hta@webrtc.org> Reviewed-by: Rasmus Brandt <brandtr@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/main@{
#40796
}
2 年前
test
Replace WebRTC-QuickPerfTest field trial with a flag This field trial is configured via command line flag, so may use flag system directly, reducing dependency on global field trial string. Bug: webrtc:7101, webrtc:10335 Change-Id: I1e48e0e3fdc251b73a375c6d7f1a46fa4f8a179b Reviewed-on:
https://webrtc-review.googlesource.com/c/src/+/322624
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/main@{
#40897
}
2 年前
vp8
适配OH平台VP8/VP9/AV1软件编码器的线程数 Signed-off-by: chenhao <haoe.chen@archermind.com>
1 年前
vp9
适配OH平台VP8/VP9/AV1软件编码器的线程数 Signed-off-by: chenhao <haoe.chen@archermind.com>
1 年前