Skip to content

Commit 2d5abe2

Browse files
committed
Release 11.2.0
1 parent 2b4c531 commit 2d5abe2

File tree

4 files changed

+102
-85
lines changed

4 files changed

+102
-85
lines changed

README.md

Lines changed: 51 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -88,30 +88,30 @@ allprojects {
8888
```groovy
8989
//完整版引入
9090
91-
implementation 'io.github.carguo:gsyvideoplayer:11.1.0'
91+
implementation 'io.github.carguo:gsyvideoplayer:11.2.0'
9292
9393
9494
//是否需要AliPlayer模式
95-
implementation 'io.github.carguo:gsyvideoplayer-aliplay:11.1.0'
95+
implementation 'io.github.carguo:gsyvideoplayer-aliplay:11.2.0'
9696
```
9797

9898
#### B、添加java和你想要的so支持:
9999

100100
```groovy
101-
implementation 'io.github.carguo:gsyvideoplayer-java:11.1.0'
101+
implementation 'io.github.carguo:gsyvideoplayer-java:11.2.0'
102102
103103
//是否需要ExoPlayer模式
104-
implementation 'io.github.carguo:gsyvideoplayer-exo2:11.1.0'
104+
implementation 'io.github.carguo:gsyvideoplayer-exo2:11.2.0'
105105
106106
//是否需要AliPlayer模式
107-
implementation 'io.github.carguo:gsyvideoplayer-aliplay:11.1.0'
107+
implementation 'io.github.carguo:gsyvideoplayer-aliplay:11.2.0'
108108
109109
//根据你的需求ijk模式的so
110-
implementation 'io.github.carguo:gsyvideoplayer-arm64:11.1.0'
111-
implementation 'io.github.carguo:gsyvideoplayer-armv7a:11.1.0'
112-
implementation 'io.github.carguo:gsyvideoplayer-armv5:11.1.0'
113-
implementation 'io.github.carguo:gsyvideoplayer-x86:11.1.0'
114-
implementation 'io.github.carguo:gsyvideoplayer-x64:11.1.0'
110+
implementation 'io.github.carguo:gsyvideoplayer-arm64:11.2.0'
111+
implementation 'io.github.carguo:gsyvideoplayer-armv7a:11.2.0'
112+
implementation 'io.github.carguo:gsyvideoplayer-armv5:11.2.0'
113+
implementation 'io.github.carguo:gsyvideoplayer-x86:11.2.0'
114+
implementation 'io.github.carguo:gsyvideoplayer-x64:11.2.0'
115115
```
116116

117117
#### C、支持其他格式协议的(mpeg,rtsp, concat、crypto协议,支持 16k Page Size)
@@ -120,16 +120,16 @@ A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情
120120
C 引入的so支持mpeg编码和其他补充协议,但是so包相对变大。
121121

122122
```groovy
123-
implementation 'io.github.carguo:gsyvideoplayer-java:11.1.0'
123+
implementation 'io.github.carguo:gsyvideoplayer-java:11.2.0'
124124
125125
//是否需要ExoPlayer模式
126-
implementation 'io.github.carguo:gsyvideoplayer-exo2:11.1.0'
126+
implementation 'io.github.carguo:gsyvideoplayer-exo2:11.2.0'
127127
128128
//是否需要AliPlayer模式
129-
implementation 'io.github.carguo:gsyvideoplayer-aliplay:11.1.0'
129+
implementation 'io.github.carguo:gsyvideoplayer-aliplay:11.2.0'
130130
131131
//更多ijk的编码支持
132-
implementation 'io.github.carguo:gsyvideoplayer-ex_so:11.1.0'
132+
implementation 'io.github.carguo:gsyvideoplayer-ex_so:11.2.0'
133133
134134
```
135135

@@ -177,30 +177,30 @@ allprojects {
177177

178178
```groovy
179179
//完整版引入
180-
implementation 'com.shuyu:gsyvideoplayer:11.1.0'
180+
implementation 'com.shuyu:gsyvideoplayer:11.2.0'
181181
182182
183183
//是否需要AliPlayer模式
184-
implementation 'com.shuyu:gsyvideoplayer-aliplay:11.1.0'
184+
implementation 'com.shuyu:gsyvideoplayer-aliplay:11.2.0'
185185
```
186186

187187
#### B、添加java和你想要的so支持:
188188

189189
```groovy
190-
implementation 'com.shuyu:gsyvideoplayer-java:11.1.0'
190+
implementation 'com.shuyu:gsyvideoplayer-java:11.2.0'
191191
192192
//是否需要ExoPlayer模式
193-
implementation 'com.shuyu:gsyvideoplayer-exo2:11.1.0'
193+
implementation 'com.shuyu:gsyvideoplayer-exo2:11.2.0'
194194
195195
//是否需要AliPlayer模式
196-
implementation 'com.shuyu:gsyvideoplayer-aliplay:11.1.0'
196+
implementation 'com.shuyu:gsyvideoplayer-aliplay:11.2.0'
197197
198198
//根据你的需求ijk模式的so
199-
implementation 'com.shuyu:gsyvideoplayer-armv5:11.1.0'
200-
implementation 'com.shuyu:gsyvideoplayer-armv7a:11.1.0'
201-
implementation 'com.shuyu:gsyvideoplayer-arm64:11.1.0'
202-
implementation 'com.shuyu:gsyvideoplayer-x86:11.1.0'
203-
implementation 'com.shuyu:gsyvideoplayer-x64:11.1.0'
199+
implementation 'com.shuyu:gsyvideoplayer-armv5:11.2.0'
200+
implementation 'com.shuyu:gsyvideoplayer-armv7a:11.2.0'
201+
implementation 'com.shuyu:gsyvideoplayer-arm64:11.2.0'
202+
implementation 'com.shuyu:gsyvideoplayer-x86:11.2.0'
203+
implementation 'com.shuyu:gsyvideoplayer-x64:11.2.0'
204204
```
205205

206206
#### C、支持其他格式协议的(mpeg,rtsp, concat、crypto协议,支持 16k Page Size)
@@ -209,17 +209,17 @@ A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情
209209
C 引入的so支持mpeg编码和其他补充协议,但是so包相对变大。
210210

211211
```groovy
212-
implementation 'com.shuyu:gsyvideoplayer-java:11.1.0'
212+
implementation 'com.shuyu:gsyvideoplayer-java:11.2.0'
213213
214214
//是否需要ExoPlayer模式
215-
implementation 'com.shuyu:gsyvideoplayer-exo2:11.1.0'
215+
implementation 'com.shuyu:gsyvideoplayer-exo2:11.2.0'
216216
217217
218218
//是否需要AliPlayer模式
219-
implementation 'com.shuyu:gsyvideoplayer-aliplay:11.1.0'
219+
implementation 'com.shuyu:gsyvideoplayer-aliplay:11.2.0'
220220
221221
//更多ijk的编码支持
222-
implementation 'com.shuyu:gsyvideoplayer-ex_so:11.1.0'
222+
implementation 'com.shuyu:gsyvideoplayer-ex_so:11.2.0'
223223
224224
```
225225

@@ -247,30 +247,30 @@ allprojects {
247247
```groovy
248248
//完整版引入
249249
250-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer:v11.1.0'
250+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer:v11.2.0'
251251
252252
253253
//是否需要AliPlayer模式
254-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-aliplay:v11.1.0'
254+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-aliplay:v11.2.0'
255255
```
256256

257257
#### B、添加java和你想要的so支持:
258258

259259
```groovy
260-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-java:v11.1.0'
260+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-java:v11.2.0'
261261
262262
//是否需要ExoPlayer模式
263-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-exo2:v11.1.0'
263+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-exo2:v11.2.0'
264264
265265
//是否需要AliPlayer模式
266-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-aliplay:v11.1.0'
266+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-aliplay:v11.2.0'
267267
268268
//根据你的需求ijk模式的so
269-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-arm64:v11.1.0'
270-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-armv7a:v11.1.0'
271-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-armv5:v11.1.0'
272-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-x86:v11.1.0'
273-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-x64:v11.1.0'
269+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-arm64:v11.2.0'
270+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-armv7a:v11.2.0'
271+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-armv5:v11.2.0'
272+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-x86:v11.2.0'
273+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-x64:v11.2.0'
274274
```
275275

276276
#### C、支持其他格式协议的(mpeg,rtsp, concat、crypto协议,支持 16k Page Size)
@@ -279,16 +279,16 @@ A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情
279279
C 引入的so支持mpeg编码和其他补充协议,但是so包相对变大。
280280

281281
```groovy
282-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-java:v11.1.0'
282+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-java:v11.2.0'
283283
284284
//是否需要ExoPlayer模式
285-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-exo2:v11.1.0'
285+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-exo2:v11.2.0'
286286
287287
//是否需要AliPlayer模式
288-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-aliplay:v11.1.0'
288+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-aliplay:v11.2.0'
289289
290290
//更多ijk的编码支持
291-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-ex_so:v11.1.0'
291+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-ex_so:v11.2.0'
292292
293293
```
294294

@@ -427,6 +427,15 @@ ExoSourceManager.setExoMediaSourceInterceptListener(new ExoMediaSourceInterceptL
427427

428428
## 五、近期版本
429429

430+
431+
### v11.2.0 (2025-11-25)
432+
- fix #4169
433+
- fix #4174
434+
- fix #4171
435+
- add new function with clearVideoSurface [IjkExo2MediaPlayer]
436+
- fix #4199
437+
- fix #4204
438+
430439
### v11.1.0 (2025-08-04)
431440

432441
- update media3 1.8.0

doc/DEPENDENCIES.md

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -29,30 +29,30 @@ allprojects {
2929
```groovy
3030
//完整版引入
3131
32-
implementation 'io.github.carguo:gsyvideoplayer:11.1.0'
32+
implementation 'io.github.carguo:gsyvideoplayer:11.2.0'
3333
3434
3535
//是否需要AliPlayer模式
36-
implementation 'io.github.carguo:gsyvideoplayer-aliplay:11.1.0'
36+
implementation 'io.github.carguo:gsyvideoplayer-aliplay:11.2.0'
3737
```
3838

3939
#### B、添加java和你想要的so支持:
4040

4141
```groovy
42-
implementation 'io.github.carguo:gsyvideoplayer-java:11.1.0'
42+
implementation 'io.github.carguo:gsyvideoplayer-java:11.2.0'
4343
4444
//是否需要ExoPlayer模式
45-
implementation 'io.github.carguo:gsyvideoplayer-exo2:11.1.0'
45+
implementation 'io.github.carguo:gsyvideoplayer-exo2:11.2.0'
4646
4747
//是否需要AliPlayer模式
48-
implementation 'io.github.carguo:gsyvideoplayer-aliplay:11.1.0'
48+
implementation 'io.github.carguo:gsyvideoplayer-aliplay:11.2.0'
4949
5050
//根据你的需求ijk模式的so
51-
implementation 'io.github.carguo:gsyvideoplayer-arm64:11.1.0'
52-
implementation 'io.github.carguo:gsyvideoplayer-armv7a:11.1.0'
53-
implementation 'io.github.carguo:gsyvideoplayer-armv5:11.1.0'
54-
implementation 'io.github.carguo:gsyvideoplayer-x86:11.1.0'
55-
implementation 'io.github.carguo:gsyvideoplayer-x64:11.1.0'
51+
implementation 'io.github.carguo:gsyvideoplayer-arm64:11.2.0'
52+
implementation 'io.github.carguo:gsyvideoplayer-armv7a:11.2.0'
53+
implementation 'io.github.carguo:gsyvideoplayer-armv5:11.2.0'
54+
implementation 'io.github.carguo:gsyvideoplayer-x86:11.2.0'
55+
implementation 'io.github.carguo:gsyvideoplayer-x64:11.2.0'
5656
```
5757

5858
#### C、支持其他格式协议的(mpeg,rtsp, concat、crypto协议,支持 16k Page Size)
@@ -61,16 +61,16 @@ A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情
6161
C 引入的so支持mpeg编码和其他补充协议,但是so包相对变大。
6262

6363
```groovy
64-
implementation 'io.github.carguo:gsyvideoplayer-java:11.1.0'
64+
implementation 'io.github.carguo:gsyvideoplayer-java:11.2.0'
6565
6666
//是否需要ExoPlayer模式
67-
implementation 'io.github.carguo:gsyvideoplayer-exo2:11.1.0'
67+
implementation 'io.github.carguo:gsyvideoplayer-exo2:11.2.0'
6868
6969
//是否需要AliPlayer模式
70-
implementation 'io.github.carguo:gsyvideoplayer-aliplay:11.1.0'
70+
implementation 'io.github.carguo:gsyvideoplayer-aliplay:11.2.0'
7171
7272
//更多ijk的编码支持
73-
implementation 'io.github.carguo:gsyvideoplayer-ex_so:11.1.0'
73+
implementation 'io.github.carguo:gsyvideoplayer-ex_so:11.2.0'
7474
7575
```
7676

@@ -117,30 +117,30 @@ allprojects {
117117

118118
```groovy
119119
//完整版引入
120-
implementation 'com.shuyu:gsyvideoplayer:11.1.0'
120+
implementation 'com.shuyu:gsyvideoplayer:11.2.0'
121121
122122
123123
//是否需要AliPlayer模式
124-
implementation 'com.shuyu:gsyvideoplayer-aliplay:11.1.0'
124+
implementation 'com.shuyu:gsyvideoplayer-aliplay:11.2.0'
125125
```
126126

127127
#### B、添加java和你想要的so支持:
128128

129129
```groovy
130-
implementation 'com.shuyu:gsyvideoplayer-java:11.1.0'
130+
implementation 'com.shuyu:gsyvideoplayer-java:11.2.0'
131131
132132
//是否需要ExoPlayer模式
133-
implementation 'com.shuyu:gsyvideoplayer-exo2:11.1.0'
133+
implementation 'com.shuyu:gsyvideoplayer-exo2:11.2.0'
134134
135135
//是否需要AliPlayer模式
136-
implementation 'com.shuyu:gsyvideoplayer-aliplay:11.1.0'
136+
implementation 'com.shuyu:gsyvideoplayer-aliplay:11.2.0'
137137
138138
//根据你的需求ijk模式的so
139-
implementation 'com.shuyu:gsyvideoplayer-armv5:11.1.0'
140-
implementation 'com.shuyu:gsyvideoplayer-armv7a:11.1.0'
141-
implementation 'com.shuyu:gsyvideoplayer-arm64:11.1.0'
142-
implementation 'com.shuyu:gsyvideoplayer-x86:11.1.0'
143-
implementation 'com.shuyu:gsyvideoplayer-x64:11.1.0'
139+
implementation 'com.shuyu:gsyvideoplayer-armv5:11.2.0'
140+
implementation 'com.shuyu:gsyvideoplayer-armv7a:11.2.0'
141+
implementation 'com.shuyu:gsyvideoplayer-arm64:11.2.0'
142+
implementation 'com.shuyu:gsyvideoplayer-x86:11.2.0'
143+
implementation 'com.shuyu:gsyvideoplayer-x64:11.2.0'
144144
```
145145

146146
#### C、支持其他格式协议的(mpeg,rtsp, concat、crypto协议,支持 16k Page Size)
@@ -149,17 +149,17 @@ A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情
149149
C 引入的so支持mpeg编码和其他补充协议,但是so包相对变大。
150150

151151
```groovy
152-
implementation 'com.shuyu:gsyvideoplayer-java:11.1.0'
152+
implementation 'com.shuyu:gsyvideoplayer-java:11.2.0'
153153
154154
//是否需要ExoPlayer模式
155-
implementation 'com.shuyu:gsyvideoplayer-exo2:11.1.0'
155+
implementation 'com.shuyu:gsyvideoplayer-exo2:11.2.0'
156156
157157
158158
//是否需要AliPlayer模式
159-
implementation 'com.shuyu:gsyvideoplayer-aliplay:11.1.0'
159+
implementation 'com.shuyu:gsyvideoplayer-aliplay:11.2.0'
160160
161161
//更多ijk的编码支持
162-
implementation 'com.shuyu:gsyvideoplayer-ex_so:11.1.0'
162+
implementation 'com.shuyu:gsyvideoplayer-ex_so:11.2.0'
163163
164164
```
165165

@@ -187,30 +187,30 @@ allprojects {
187187
```groovy
188188
//完整版引入
189189
190-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer:v11.1.0'
190+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer:v11.2.0'
191191
192192
193193
//是否需要AliPlayer模式
194-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-aliplay:v11.1.0'
194+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-aliplay:v11.2.0'
195195
```
196196

197197
#### B、添加java和你想要的so支持:
198198

199199
```groovy
200-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-java:v11.1.0'
200+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-java:v11.2.0'
201201
202202
//是否需要ExoPlayer模式
203-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-exo2:v11.1.0'
203+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-exo2:v11.2.0'
204204
205205
//是否需要AliPlayer模式
206-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-aliplay:v11.1.0'
206+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-aliplay:v11.2.0'
207207
208208
//根据你的需求ijk模式的so
209-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-arm64:v11.1.0'
210-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-armv7a:v11.1.0'
211-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-armv5:v11.1.0'
212-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-x86:v11.1.0'
213-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-x64:v11.1.0'
209+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-arm64:v11.2.0'
210+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-armv7a:v11.2.0'
211+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-armv5:v11.2.0'
212+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-x86:v11.2.0'
213+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-x64:v11.2.0'
214214
```
215215

216216
#### C、支持其他格式协议的(mpeg,rtsp, concat、crypto协议,支持 16k Page Size)
@@ -219,15 +219,15 @@ A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情
219219
C 引入的so支持mpeg编码和其他补充协议,但是so包相对变大。
220220

221221
```groovy
222-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-java:v11.1.0'
222+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-java:v11.2.0'
223223
224224
//是否需要ExoPlayer模式
225-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-exo2:v11.1.0'
225+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-exo2:v11.2.0'
226226
227227
//是否需要AliPlayer模式
228-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-aliplay:v11.1.0'
228+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-aliplay:v11.2.0'
229229
230230
//更多ijk的编码支持
231-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-ex_so:v11.1.0'
231+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-ex_so:v11.2.0'
232232
233233
```

0 commit comments

Comments
 (0)