├── README.md ├── webrtc-branch-heads-57-0a71dc836-headers.7z ├── webrtc-branch-heads-57-0a71dc836-vs2015-x64.7z ├── webrtc-branch-heads-57-0a71dc836-vs2015-x86.7z ├── webrtc-branch-heads-57-0a71dc836.txt ├── webrtc-master-0e22a4cfd-headers.7z ├── webrtc-master-0e22a4cfd-vs2015-x64.7z ├── webrtc-master-0e22a4cfd-vs2015-x86.7z └── webrtc-master-0e22a4cfd.txt /README.md: -------------------------------------------------------------------------------- 1 | # WebRTC for Windows 2 | 3 | This project is dedicated to providing developers with precompiled WebRTC libraries and headers on Windows. No need to compile anything or jump through any hoops, just download the compiled packages and extract them to get started. 4 | 5 | Libraries have been compiled with Visual Studio 2015 Update 2, with `Debug` and `Release` versions provided for both `x86` and `x64` architectures. 6 | 7 | Check the [homepage](https://sourcey.com/precompiled-webrtc-for-windows) for for info. -------------------------------------------------------------------------------- /webrtc-branch-heads-57-0a71dc836-headers.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sourcey/webrtc-windows-builds/7863a94ff9c3030409abb8ff2f341950487ee5d9/webrtc-branch-heads-57-0a71dc836-headers.7z -------------------------------------------------------------------------------- /webrtc-branch-heads-57-0a71dc836-vs2015-x64.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sourcey/webrtc-windows-builds/7863a94ff9c3030409abb8ff2f341950487ee5d9/webrtc-branch-heads-57-0a71dc836-vs2015-x64.7z -------------------------------------------------------------------------------- /webrtc-branch-heads-57-0a71dc836-vs2015-x86.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sourcey/webrtc-windows-builds/7863a94ff9c3030409abb8ff2f341950487ee5d9/webrtc-branch-heads-57-0a71dc836-vs2015-x86.7z -------------------------------------------------------------------------------- /webrtc-branch-heads-57-0a71dc836.txt: -------------------------------------------------------------------------------- 1 | commit 0a71dc836641acdaaa63b2724f83c822dbb58ce7 2 | Author: Erik Språng 3 | Date: Tue Feb 21 15:18:16 2017 +0100 4 | 5 | Merge to 57: Screen content simulcast layers should not be downscaled. 6 | 7 | Fix config so, size isn't downscaled, add unit test coverage. 8 | 9 | BUG=webrtc:7171, webrtc:4172 10 | 11 | Original Review-Url: https://codereview.webrtc.org/2692343007 12 | Original Cr-Commit-Position: refs/heads/master@{#16648} 13 | 14 | R=mflodman@webrtc.org 15 | 16 | Review-Url: https://codereview.webrtc.org/2709733002 . 17 | Cr-Commit-Position: refs/branch-heads/57@{#6} 18 | Cr-Branched-From: e5cbc2019003dbb40e03811d7607feb95757a4ec-refs/heads/master@{#16123} 19 | -------------------------------------------------------------------------------- /webrtc-master-0e22a4cfd-headers.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sourcey/webrtc-windows-builds/7863a94ff9c3030409abb8ff2f341950487ee5d9/webrtc-master-0e22a4cfd-headers.7z -------------------------------------------------------------------------------- /webrtc-master-0e22a4cfd-vs2015-x64.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sourcey/webrtc-windows-builds/7863a94ff9c3030409abb8ff2f341950487ee5d9/webrtc-master-0e22a4cfd-vs2015-x64.7z -------------------------------------------------------------------------------- /webrtc-master-0e22a4cfd-vs2015-x86.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sourcey/webrtc-windows-builds/7863a94ff9c3030409abb8ff2f341950487ee5d9/webrtc-master-0e22a4cfd-vs2015-x86.7z -------------------------------------------------------------------------------- /webrtc-master-0e22a4cfd.txt: -------------------------------------------------------------------------------- 1 | commit 0e22a4cfd3790d80ad1ae699891341fe322cb418 2 | Author: magjed 3 | Date: Thu Feb 23 07:11:32 2017 -0800 4 | 5 | Android HW decoder: Support odd heights for non-texture output 6 | 7 | When textures are not enabled and we are using byte buffer outputs, the 8 | decoder is currently crashing for odd heights because of an RTC_CHECK. 9 | This CL removes the check and handles the pointer offset to the chroma 10 | planes for the odd height case instead. 11 | 12 | This has been verified to work correctly on a Pixel device. 13 | 14 | BUG=webrtc:6651 15 | 16 | Review-Url: https://codereview.webrtc.org/2709923005 17 | Cr-Commit-Position: refs/heads/master@{#16805} 18 | --------------------------------------------------------------------------------