Skip to content

Commit f135d76

Browse files
committed
release 10.2.0
1 parent 7d1c06f commit f135d76

File tree

4 files changed

+51
-43
lines changed

4 files changed

+51
-43
lines changed

README.md

Lines changed: 32 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -83,30 +83,30 @@ allprojects {
8383
```
8484
//完整版引入
8585
86-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer:v10.1.0'
86+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer:v10.2.0'
8787
8888
8989
//是否需要AliPlayer模式
90-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-aliplay:v10.1.0'
90+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-aliplay:v10.2.0'
9191
```
9292

9393
#### B、添加java和你想要的so支持:
9494

9595
```
96-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-java:v10.1.0'
96+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-java:v10.2.0'
9797
9898
//是否需要ExoPlayer模式
99-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-exo2:v10.1.0'
99+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-exo2:v10.2.0'
100100
101101
//是否需要AliPlayer模式
102-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-aliplay:v10.1.0'
102+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-aliplay:v10.2.0'
103103
104104
//根据你的需求ijk模式的so
105-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-arm64:v10.1.0'
106-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-armv7a:v10.1.0'
107-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-armv5:v10.1.0'
108-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-x86:v10.1.0'
109-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-x64:v10.1.0'
105+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-arm64:v10.2.0'
106+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-armv7a:v10.2.0'
107+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-armv5:v10.2.0'
108+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-x86:v10.2.0'
109+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-x64:v10.2.0'
110110
```
111111

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

117117
```
118-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-java:v10.1.0'
118+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-java:v10.2.0'
119119
120120
//是否需要ExoPlayer模式
121-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-exo2:v10.1.0'
121+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-exo2:v10.2.0'
122122
123123
//是否需要AliPlayer模式
124-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-aliplay:v10.1.0'
124+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-aliplay:v10.2.0'
125125
126126
//更多ijk的编码支持
127-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-ex_so:v10.1.0'
127+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-ex_so:v10.2.0'
128128
129129
```
130130

@@ -168,30 +168,30 @@ allprojects {
168168
#### A、直接引入
169169
```
170170
//完整版引入
171-
implementation 'com.shuyu:gsyvideoplayer:10.1.0'
171+
implementation 'com.shuyu:gsyvideoplayer:10.2.0'
172172
173173
174174
//是否需要AliPlayer模式
175-
implementation 'com.shuyu:gsyvideoplayer-aliplay:10.1.0'
175+
implementation 'com.shuyu:gsyvideoplayer-aliplay:10.2.0'
176176
```
177177

178178
#### B、添加java和你想要的so支持:
179179

180180
```
181-
implementation 'com.shuyu:gsyvideoplayer-java:10.1.0'
181+
implementation 'com.shuyu:gsyvideoplayer-java:10.2.0'
182182
183183
//是否需要ExoPlayer模式
184-
implementation 'com.shuyu:gsyvideoplayer-exo2:10.1.0'
184+
implementation 'com.shuyu:gsyvideoplayer-exo2:10.2.0'
185185
186186
//是否需要AliPlayer模式
187-
implementation 'com.shuyu:gsyvideoplayer-aliplay:10.1.0'
187+
implementation 'com.shuyu:gsyvideoplayer-aliplay:10.2.0'
188188
189189
//根据你的需求ijk模式的so
190-
implementation 'com.shuyu:gsyvideoplayer-armv5:10.1.0'
191-
implementation 'com.shuyu:gsyvideoplayer-armv7a:10.1.0'
192-
implementation 'com.shuyu:gsyvideoplayer-arm64:10.1.0'
193-
implementation 'com.shuyu:gsyvideoplayer-x86:10.1.0'
194-
implementation 'com.shuyu:gsyvideoplayer-x64:10.1.0'
190+
implementation 'com.shuyu:gsyvideoplayer-armv5:10.2.0'
191+
implementation 'com.shuyu:gsyvideoplayer-armv7a:10.2.0'
192+
implementation 'com.shuyu:gsyvideoplayer-arm64:10.2.0'
193+
implementation 'com.shuyu:gsyvideoplayer-x86:10.2.0'
194+
implementation 'com.shuyu:gsyvideoplayer-x64:10.2.0'
195195
```
196196

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

202202
```
203-
implementation 'com.shuyu:gsyvideoplayer-java:10.1.0'
203+
implementation 'com.shuyu:gsyvideoplayer-java:10.2.0'
204204
205205
//是否需要ExoPlayer模式
206-
implementation 'com.shuyu:gsyvideoplayer-exo2:10.1.0'
206+
implementation 'com.shuyu:gsyvideoplayer-exo2:10.2.0'
207207
208208
209209
//是否需要AliPlayer模式
210-
implementation 'com.shuyu:gsyvideoplayer-aliplay:10.1.0'
210+
implementation 'com.shuyu:gsyvideoplayer-aliplay:10.2.0'
211211
212212
//更多ijk的编码支持
213-
implementation 'com.shuyu:gsyvideoplayer-ex_so:10.1.0'
213+
implementation 'com.shuyu:gsyvideoplayer-ex_so:10.2.0'
214214
215215
```
216216
----------------------------------------------------------
@@ -338,6 +338,10 @@ compileSdk 太高|--- **[#3514](https://github.com/CarGuo/GSYVideoPlayer/issues/
338338

339339
## 五、近期版本
340340

341+
### v10.2.0 (2025-06-03)
342+
- update media 1.7.1
343+
- update aliyun player
344+
341345
### v10.1.0 (2025-04-01)
342346
- update media 1.6.0
343347
- fix #4078

doc/DEPENDENCIES.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,30 +22,30 @@ allprojects {
2222
```
2323
//完整版引入
2424
25-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer:v10.1.0'
25+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer:v10.2.0'
2626
2727
2828
//是否需要AliPlayer模式
29-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-aliplay:v10.1.0'
29+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-aliplay:v10.2.0'
3030
```
3131

3232
#### B、添加java和你想要的so支持:
3333

3434
```
35-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-java:v10.1.0'
35+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-java:v10.2.0'
3636
3737
//是否需要ExoPlayer模式
38-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-exo2:v10.1.0'
38+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-exo2:v10.2.0'
3939
4040
//是否需要AliPlayer模式
41-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-aliplay:v10.1.0'
41+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-aliplay:v10.2.0'
4242
4343
//根据你的需求ijk模式的so
44-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-arm64:v10.1.0'
45-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-armv7a:v10.1.0'
46-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-armv5:v10.1.0'
47-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-x86:v10.1.0'
48-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-x64:v10.1.0'
44+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-arm64:v10.2.0'
45+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-armv7a:v10.2.0'
46+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-armv5:v10.2.0'
47+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-x86:v10.2.0'
48+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-x64:v10.2.0'
4949
```
5050

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

5656
```
57-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-java:v10.1.0'
57+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-java:v10.2.0'
5858
5959
//是否需要ExoPlayer模式
60-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-exo2:v10.1.0'
60+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-exo2:v10.2.0'
6161
6262
//是否需要AliPlayer模式
63-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-aliplay:v10.1.0'
63+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-aliplay:v10.2.0'
6464
6565
//更多ijk的编码支持
66-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-ex_so:v10.1.0'
66+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-ex_so:v10.2.0'
6767
6868
```
6969

doc/UPDATE_VERSION.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
## 下方个版本说明,可以当做简单的wiki使用~,效果可参考DEMO。
22

33

4+
### v10.2.0 (2025-06-03)
5+
- update media 1.7.1
6+
- update aliyun player
7+
48
### v10.1.0 (2025-04-01)
59
- update media 1.6.0
610
- fix #4078

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ android.useAndroidX=true
66
android.enableJetifier=true
77

88
PROJ_GROUP=com.shuyu
9-
PROJ_VERSION=10.1.0
9+
PROJ_VERSION=10.2.0
1010
PROJ_WEBSITEURL=https://github.com/CarGuo/GSYVideoPlayer
1111
PROJ_ISSUETRACKERURL=https://github.com/CarGuo/GSYVideoPlayer/issues
1212
PROJ_VCSURL=https://github.com/CarGuo/GSYVideoPlayer.git

0 commit comments

Comments
 (0)