Skip to content

Commit 3b0e8c0

Browse files
committed
10.1.0
1 parent 38ad37a commit 3b0e8c0

File tree

3 files changed

+72
-56
lines changed

3 files changed

+72
-56
lines changed

README.md

Lines changed: 35 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.0.0'
86+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer:v10.1.0'
8787
8888
8989
//是否需要AliPlayer模式
90-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-aliplay:v10.0.0'
90+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-aliplay:v10.1.0'
9191
```
9292

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

9595
```
96-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-java:v10.0.0'
96+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-java:v10.1.0'
9797
9898
//是否需要ExoPlayer模式
99-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-exo2:v10.0.0'
99+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-exo2:v10.1.0'
100100
101101
//是否需要AliPlayer模式
102-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-aliplay:v10.0.0'
102+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-aliplay:v10.1.0'
103103
104104
//根据你的需求ijk模式的so
105-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-arm64:v10.0.0'
106-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-armv7a:v10.0.0'
107-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-armv5:v10.0.0'
108-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-x86:v10.0.0'
109-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-x64:v10.0.0'
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'
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.0.0'
118+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-java:v10.1.0'
119119
120120
//是否需要ExoPlayer模式
121-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-exo2:v10.0.0'
121+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-exo2:v10.1.0'
122122
123123
//是否需要AliPlayer模式
124-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-aliplay:v10.0.0'
124+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-aliplay:v10.1.0'
125125
126126
//更多ijk的编码支持
127-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-ex_so:v10.0.0'
127+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-ex_so:v10.1.0'
128128
129129
```
130130

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

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

180180
```
181-
implementation 'com.shuyu:gsyvideoplayer-java:10.0.0'
181+
implementation 'com.shuyu:gsyvideoplayer-java:10.1.0'
182182
183183
//是否需要ExoPlayer模式
184-
implementation 'com.shuyu:gsyvideoplayer-exo2:10.0.0'
184+
implementation 'com.shuyu:gsyvideoplayer-exo2:10.1.0'
185185
186186
//是否需要AliPlayer模式
187-
implementation 'com.shuyu:gsyvideoplayer-aliplay:10.0.0'
187+
implementation 'com.shuyu:gsyvideoplayer-aliplay:10.1.0'
188188
189189
//根据你的需求ijk模式的so
190-
implementation 'com.shuyu:gsyvideoplayer-armv5:10.0.0'
191-
implementation 'com.shuyu:gsyvideoplayer-armv7a:10.0.0'
192-
implementation 'com.shuyu:gsyvideoplayer-arm64:10.0.0'
193-
implementation 'com.shuyu:gsyvideoplayer-x86:10.0.0'
194-
implementation 'com.shuyu:gsyvideoplayer-x64:10.0.0'
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'
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.0.0'
203+
implementation 'com.shuyu:gsyvideoplayer-java:10.1.0'
204204
205205
//是否需要ExoPlayer模式
206-
implementation 'com.shuyu:gsyvideoplayer-exo2:10.0.0'
206+
implementation 'com.shuyu:gsyvideoplayer-exo2:10.1.0'
207207
208208
209209
//是否需要AliPlayer模式
210-
implementation 'com.shuyu:gsyvideoplayer-aliplay:10.0.0'
210+
implementation 'com.shuyu:gsyvideoplayer-aliplay:10.1.0'
211211
212212
//更多ijk的编码支持
213-
implementation 'com.shuyu:gsyvideoplayer-ex_so:10.0.0'
213+
implementation 'com.shuyu:gsyvideoplayer-ex_so:10.1.0'
214214
215215
```
216216
----------------------------------------------------------
@@ -335,6 +335,13 @@ compileSdk 太高|--- **[#3514](https://github.com/CarGuo/GSYVideoPlayer/issues/
335335

336336
## 五、近期版本
337337

338+
### v10.1.0 (2025-04-01)
339+
- update media 1.6.0
340+
- fix #4078
341+
- link 4075 fix glsurface adapter video rotate info
342+
- 增加 exo 切换轨道
343+
- miniSdk 21 ,compileSdk 35
344+
338345
### v10.0.0 (2024-11-01)
339346
- update media3 1.4.1
340347
- update FFMpeg 4.1.6

doc/DEPENDENCIES.md

Lines changed: 28 additions & 28 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.0.0'
25+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer:v10.1.0'
2626
2727
2828
//是否需要AliPlayer模式
29-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-aliplay:v10.0.0'
29+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-aliplay:v10.1.0'
3030
```
3131

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

3434
```
35-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-java:v10.0.0'
35+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-java:v10.1.0'
3636
3737
//是否需要ExoPlayer模式
38-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-exo2:v10.0.0'
38+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-exo2:v10.1.0'
3939
4040
//是否需要AliPlayer模式
41-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-aliplay:v10.0.0'
41+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-aliplay:v10.1.0'
4242
4343
//根据你的需求ijk模式的so
44-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-arm64:v10.0.0'
45-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-armv7a:v10.0.0'
46-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-armv5:v10.0.0'
47-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-x86:v10.0.0'
48-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-x64:v10.0.0'
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'
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.0.0'
57+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-java:v10.1.0'
5858
5959
//是否需要ExoPlayer模式
60-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-exo2:v10.0.0'
60+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-exo2:v10.1.0'
6161
6262
//是否需要AliPlayer模式
63-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-aliplay:v10.0.0'
63+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-aliplay:v10.1.0'
6464
6565
//更多ijk的编码支持
66-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-ex_so:v10.0.0'
66+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-ex_so:v10.1.0'
6767
6868
```
6969

@@ -107,30 +107,30 @@ allprojects {
107107
#### A、直接引入
108108
```
109109
//完整版引入
110-
implementation 'com.shuyu:gsyvideoplayer:10.0.0'
110+
implementation 'com.shuyu:gsyvideoplayer:10.1.0'
111111
112112
113113
//是否需要AliPlayer模式
114-
implementation 'com.shuyu:gsyvideoplayer-aliplay:10.0.0'
114+
implementation 'com.shuyu:gsyvideoplayer-aliplay:10.1.0'
115115
```
116116

117117
#### B、添加java和你想要的so支持:
118118

119119
```
120-
implementation 'com.shuyu:gsyvideoplayer-java:10.0.0'
120+
implementation 'com.shuyu:gsyvideoplayer-java:10.1.0'
121121
122122
//是否需要ExoPlayer模式
123-
implementation 'com.shuyu:gsyvideoplayer-exo2:10.0.0'
123+
implementation 'com.shuyu:gsyvideoplayer-exo2:10.1.0'
124124
125125
//是否需要AliPlayer模式
126-
implementation 'com.shuyu:gsyvideoplayer-aliplay:10.0.0'
126+
implementation 'com.shuyu:gsyvideoplayer-aliplay:10.1.0'
127127
128128
//根据你的需求ijk模式的so
129-
implementation 'com.shuyu:gsyvideoplayer-armv5:10.0.0'
130-
implementation 'com.shuyu:gsyvideoplayer-armv7a:10.0.0'
131-
implementation 'com.shuyu:gsyvideoplayer-arm64:10.0.0'
132-
implementation 'com.shuyu:gsyvideoplayer-x86:10.0.0'
133-
implementation 'com.shuyu:gsyvideoplayer-x64:10.0.0'
129+
implementation 'com.shuyu:gsyvideoplayer-armv5:10.1.0'
130+
implementation 'com.shuyu:gsyvideoplayer-armv7a:10.1.0'
131+
implementation 'com.shuyu:gsyvideoplayer-arm64:10.1.0'
132+
implementation 'com.shuyu:gsyvideoplayer-x86:10.1.0'
133+
implementation 'com.shuyu:gsyvideoplayer-x64:10.1.0'
134134
```
135135

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

141141
```
142-
implementation 'com.shuyu:gsyvideoplayer-java:10.0.0'
142+
implementation 'com.shuyu:gsyvideoplayer-java:10.1.0'
143143
144144
//是否需要ExoPlayer模式
145-
implementation 'com.shuyu:gsyvideoplayer-exo2:10.0.0'
145+
implementation 'com.shuyu:gsyvideoplayer-exo2:10.1.0'
146146
147147
148148
//是否需要AliPlayer模式
149-
implementation 'com.shuyu:gsyvideoplayer-aliplay:10.0.0'
149+
implementation 'com.shuyu:gsyvideoplayer-aliplay:10.1.0'
150150
151151
//更多ijk的编码支持
152-
implementation 'com.shuyu:gsyvideoplayer-ex_so:10.0.0'
152+
implementation 'com.shuyu:gsyvideoplayer-ex_so:10.1.0'
153153
154154
```

doc/UPDATE_VERSION.md

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

3+
4+
### v10.1.0 (2025-04-01)
5+
- update media 1.6.0
6+
- fix #4078
7+
- link 4075 fix glsurface adapter video rotate info
8+
- 增加 exo 切换轨道
9+
- miniSdk 21 ,compileSdk 35
10+
11+
312
### v10.0.0 (2024-11-01)
413
- update media3 1.4.1
514
- update FFMpeg 4.1.6

0 commit comments

Comments
 (0)