This website requires JavaScript.
Explore
Help
Register
Sign In
admin
/
webrtc_m130
Watch
1
Star
0
Fork
0
You've already forked webrtc_m130
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
webrtc_m130
/
modules
/
video_coding
/
codecs
/
h264
/
OWNERS
3 lines
37 B
Plaintext
Raw
Normal View
History
Unescape
Escape
H264: Don't disable compiler warning by using NO_THREAD_SAFETY_ANALYSIS. The LockManagerOperation global function uses void** which does not work well with the thread_annotations.h macros and produce compiler warnings on clang (chromium default). Workarounds to this is hacky and unhelpful so we disable the analysis for this function, which isn't helpful in this case anyway. webrtc_h264_config is no longer needed and is removed. BUG=8090, 8119 Review-Url: https://codereview.webrtc.org/3000263002 Cr-Commit-Position: refs/heads/master@{#19425}
2017-08-21 05:17:17 -07:00
sprang@webrtc.org
Update codecs/h264 owners. - Removed hbos@webrtc.org - Added ssilkin@webrtc.org Bug: none Change-Id: I520be843cbb28652393cb0e0e05d7e0c1786e562 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/131125 Reviewed-by: Henrik Boström <hbos@webrtc.org> Reviewed-by: Erik Språng <sprang@webrtc.org> Commit-Queue: Sergey Silkin <ssilkin@webrtc.org> Cr-Commit-Position: refs/heads/master@{#27447}
2019-04-03 16:45:57 +02:00
ssilkin@webrtc.org
Reference in New Issue
Copy Permalink