提交 6c086d69 编写于 作者: S shuyu

5.0.2

上级 1279f8dd
......@@ -45,21 +45,21 @@
#### A、直接引入
```
//完整版引入
compile 'com.shuyu:GSYVideoPlayer:5.0.1'
compile 'com.shuyu:GSYVideoPlayer:5.0.2'
```
#### B、添加java和你想要的so支持:
```
compile 'com.shuyu:gsyVideoPlayer-java:5.0.1'
compile 'com.shuyu:gsyVideoPlayer-java:5.0.2'
//根据你的需求
compile 'com.shuyu:gsyVideoPlayer-armv5:5.0.1'
compile 'com.shuyu:gsyVideoPlayer-armv7a:5.0.1'
compile 'com.shuyu:gsyVideoPlayer-arm64:5.0.1'
compile 'com.shuyu:gsyVideoPlayer-x64:5.0.1'
compile 'com.shuyu:gsyVideoPlayer-x86:5.0.1'
compile 'com.shuyu:gsyVideoPlayer-armv5:5.0.2'
compile 'com.shuyu:gsyVideoPlayer-armv7a:5.0.2'
compile 'com.shuyu:gsyVideoPlayer-arm64:5.0.2'
compile 'com.shuyu:gsyVideoPlayer-x64:5.0.2'
compile 'com.shuyu:gsyVideoPlayer-x86:5.0.2'
```
......@@ -69,9 +69,9 @@ A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情
C 引入的so支持mpeg编码和其他补充协议,但是so包相对变大。
```
compile 'com.shuyu:gsyVideoPlayer-java:5.0.1'
compile 'com.shuyu:gsyVideoPlayer-java:5.0.2'
compile 'com.shuyu:gsyVideoPlayer-ex_so:5.0.1'
compile 'com.shuyu:gsyVideoPlayer-ex_so:5.0.2'
```
......@@ -127,6 +127,14 @@ compile 'com.shuyu:gsyVideoPlayer-ex_so:5.0.1'
## 五、近期版本
### 5.0.2(2018-08-01)
* Fix跟随屏幕旋转存在的问题。
* 修改对于Audio冲突时候的处理,子类可以复写方法自行另外处理.
* fix #1300
* 默认暂停图片修改为false
### 5.0.1(2018-07-01)
* Update ListGSYVideoPlayer
* ijkPlayer的ex_so增加avi支持
......
......@@ -18,8 +18,8 @@ import com.shuyu.gsyvideoplayer.video.base.GSYBaseVideoPlayer;
import moe.codeest.enviews.ENDownloadView;
/**
* 带封面
* Created by guoshuyu on 2017/9/3.
带封面
Created by guoshuyu on 2017/9/3.
*/
public class SampleCoverVideo extends StandardGSYVideoPlayer {
......@@ -90,9 +90,8 @@ public class SampleCoverVideo extends StandardGSYVideoPlayer {
return sampleCoverVideo;
}
/**
* 下方两个重载方法,在播放开始前不屏蔽封面
*/
/******************* 下方两个重载方法,在播放开始前不屏蔽封面,不需要可屏蔽 ********************/
@Override
public void onSurfaceUpdated(Surface surface) {
super.onSurfaceUpdated(surface);
......@@ -110,9 +109,7 @@ public class SampleCoverVideo extends StandardGSYVideoPlayer {
}
/**
* 下方重载方法,在播放开始不显示底部进度和按键
*/
/******************* 下方重载方法,在播放开始不显示底部进度和按键,不需要可屏蔽 ********************/
protected boolean byStartedClick;
......
......@@ -14,14 +14,14 @@ compile 'com.shuyu:GSYVideoPlayer:5.0.0-beta'
#### B、添加java和你想要的so支持:
```
compile 'com.shuyu:gsyVideoPlayer-java:5.0.1'
compile 'com.shuyu:gsyVideoPlayer-java:5.0.2'
//根据你的需求
compile 'com.shuyu:gsyVideoPlayer-armv5:5.0.1'
compile 'com.shuyu:gsyVideoPlayer-armv7a:5.0.1'
compile 'com.shuyu:gsyVideoPlayer-arm64:5.0.1'
compile 'com.shuyu:gsyVideoPlayer-x64:5.0.1'
compile 'com.shuyu:gsyVideoPlayer-x86:5.0.1'
compile 'com.shuyu:gsyVideoPlayer-armv5:5.0.2'
compile 'com.shuyu:gsyVideoPlayer-armv7a:5.0.2'
compile 'com.shuyu:gsyVideoPlayer-arm64:5.0.2'
compile 'com.shuyu:gsyVideoPlayer-x64:5.0.2'
compile 'com.shuyu:gsyVideoPlayer-x86:5.0.2'
```
......@@ -31,9 +31,9 @@ A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情
C 引入的so支持mpeg编码和其他补充协议,但是so包相对变大。
```
compile 'com.shuyu:gsyVideoPlayer-java:5.0.1'
compile 'com.shuyu:gsyVideoPlayer-java:5.0.2'
compile 'com.shuyu:gsyVideoPlayer-ex_so:5.0.1'
compile 'com.shuyu:gsyVideoPlayer-ex_so:5.0.2'
```
......@@ -68,7 +68,7 @@ allprojects {
#### A、直接引入
```
//完整版引入
compile 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v5.0.1'
compile 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v5.0.2'
```
......@@ -76,14 +76,14 @@ compile 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v5.0.1'
```
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v5.0.1'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v5.0.2'
//根据你的需求
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x64:v5.0.1'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x86:v5.0.1'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-arm64:v5.0.1'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv5:v5.0.1'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv7a:v5.0.1'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x64:v5.0.2'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x86:v5.0.2'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-arm64:v5.0.2'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv5:v5.0.2'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv7a:v5.0.2'
```
......@@ -93,8 +93,8 @@ A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情
C 方法引入的so支持mpeg编码和其他补充协议,但是so包相对变大。
```
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v5.0.1'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v5.0.2'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-ex_so:v5.0.1'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-ex_so:v5.0.2'
```
## 下方个版本说明,可以当做简单的wiki使用~,效果可参考DEMO。
### 5.0.2(2018-08-01)
* Fix跟随屏幕旋转存在的问题。
* 修改对于Audio冲突时候的处理,子类可以复写方法自行另外处理.
* fix #1300
* 默认暂停图片修改为false
### 5.0.1(2018-07-01)
* Update ListGSYVideoPlayer
* ijkPlayer的ex_so增加avi支持
......
......@@ -18,7 +18,7 @@ org.gradle.jvmargs=-Xmx1536m
BINTRAY_USER=carguo
BINTRAY_KEY=
PROJ_GROUP=com.shuyu
PROJ_VERSION=5.0.1
PROJ_VERSION=5.0.2
PROJ_WEBSITEURL=https://github.com/CarGuo/GSYVideoPlayer
PROJ_ISSUETRACKERURL=
PROJ_VCSURL=git@github.com:CarGuo/GSYVideoPlayer.git
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册