Commit bdd54f2
authored
Updated project to the stable WebRTC branch 6998 (#163)
* feat!: refactor code to use webrtc branch 6998
* fix: unresolved symbols and audio processing classes
* fix: DesktopCaptureCallback using copy frames for now
* fix: missing symbols on macOS
* fix: new webrtc branch number in readme and workflows
* fix: compile on Windows 2022 with Visual Studio 2022
* fix: add '*.inc' pattern for installation as abseil requires those files
* fix: workflows to run on ubuntu-22.04
* fix: linux and macOS builds
* build.yml Linux pipewire activation
* feat: added the utility class VoiceActivityDetector
* feat: add maven profile to compile with clang in windows
* fix: refactored RTCStats to match new API
* fix: refactored AudioProcessingStats to match new API
* refactor: prefer and set clang as the default compiler on linux and windows
* refactor: refined GitHub actions
* fix: GitHub actions step names
* fix: macOS deprecation warnings
* fix: macOS deprecation warnings
* feat: macOS screen inhibition
* chore: migrate ossrh to maven central deployment
* fix: minor desktop capture fixes
* fix: crash with desktop capture with pipewire enabled and clang build
* Update CMakeLists.txt
Disable rtc_build_tools and rtc_use_perfetto
* refactor: DesktopCapturer initialization
* fix: DesktopCapturer SetMaxFrameRate
* fix: AudioConverter destination buffer size
* fix: comment out retain and release calls in buffer conversion1 parent c304db0 commit bdd54f2
File tree
91 files changed
+5641
-5273
lines changed- .github
- actions
- build
- prepare-linux
- prepare-macos
- prepare-windows
- release
- workflows
- webrtc-jni
- src/main/cpp
- dependencies
- jni-voithos/include
- webrtc
- include
- api
- media
- audio
- video
- desktop
- macos
- windows
- src
- api
- media
- audio
- macos
- video
- desktop
- macos
- macos
- toolchain
- webrtc/src
- main/java/dev/onvoid/webrtc
- media
- audio
- video
- desktop
- test/java/dev/onvoid/webrtc
- media/audio
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
91 files changed
+5641
-5273
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
68 | 40 | | |
69 | 41 | | |
70 | 42 | | |
| |||
81 | 53 | | |
82 | 54 | | |
83 | 55 | | |
84 | | - | |
| 56 | + | |
85 | 57 | | |
| 58 | + | |
86 | 59 | | |
87 | 60 | | |
88 | 61 | | |
89 | 62 | | |
90 | 63 | | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
122 | 67 | | |
123 | 68 | | |
124 | 69 | | |
| |||
144 | 89 | | |
145 | 90 | | |
146 | 91 | | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
157 | 95 | | |
158 | 96 | | |
159 | 97 | | |
| |||
0 commit comments