提交 2b99d9d9 编写于 作者: S shuyu

release 2.1.2 (2017-12-18)

上级 02f43117
......@@ -42,21 +42,21 @@
#### A、直接引入
```
//完整版引入
compile 'com.shuyu:GSYVideoPlayer:2.1.1'
compile 'com.shuyu:GSYVideoPlayer:2.1.2'
```
#### B、添加java和你想要的so支持:
```
compile 'com.shuyu:gsyVideoPlayer-java:2.1.1'
compile 'com.shuyu:gsyVideoPlayer-java:2.1.2'
//根据你的需求
compile 'com.shuyu:gsyVideoPlayer-armv5:2.1.1'
compile 'com.shuyu:gsyVideoPlayer-armv7a:2.1.1'
compile 'com.shuyu:gsyVideoPlayer-arm64:2.1.1'
compile 'com.shuyu:gsyVideoPlayer-x64:2.1.1'
compile 'com.shuyu:gsyVideoPlayer-x86:2.1.1'
compile 'com.shuyu:gsyVideoPlayer-armv5:2.1.2'
compile 'com.shuyu:gsyVideoPlayer-armv7a:2.1.2'
compile 'com.shuyu:gsyVideoPlayer-arm64:2.1.2'
compile 'com.shuyu:gsyVideoPlayer-x64:2.1.2'
compile 'com.shuyu:gsyVideoPlayer-x86:2.1.2'
```
......@@ -66,9 +66,9 @@ A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情
C 引入的so支持mpeg编码和其他补充协议,但是so包相对变大。
```
compile 'com.shuyu:gsyVideoPlayer-java:2.1.1'
compile 'com.shuyu:gsyVideoPlayer-java:2.1.2'
compile 'com.shuyu:gsyVideoPlayer-ex_so:2.1.1'
compile 'com.shuyu:gsyVideoPlayer-ex_so:2.1.2'
```
......@@ -111,8 +111,6 @@ compile 'com.shuyu:gsyVideoPlayer-ex_so:2.1.1'
* ### 6、背景铺满模糊播放
(已添加代码,未发布)
<img src="https://github.com/CarGuo/GSYVideoPlayer/blob/master/99.png" width="426px" height="240px"/>
* ### 7、进度条小窗口预览
......@@ -120,7 +118,7 @@ compile 'com.shuyu:gsyVideoPlayer-ex_so:2.1.1'
## 五、近期版本
### 2.1.2(2017-xx-xx 未发布)
### 2.1.2(2017-12-08)
* 增加针对Prepared之前调用OnVideoPause的处理
* 背景视频模糊铺满,前方视频正常播放
```
......
## 下方个版本说明,可以当做简单的wiki使用~,效果可参考DEMO。
### 2.1.2(2017-12-08)
* 增加针对Prepared之前调用OnVideoPause的处理
* 背景视频模糊铺满,前方视频正常播放
```
DetailFilterActivity中注释的
//高斯拉伸视频铺满背景,替换黑色,前台正常比例播放
```
### 2.1.1(2017-10-29)
* videoCache模式支持增加header
* 增加无缝切换视频DEMO SmartPickVideo
......
......@@ -7,21 +7,21 @@
#### A、直接引入
```
//完整版引入
compile 'com.shuyu:GSYVideoPlayer:2.1.1'
compile 'com.shuyu:GSYVideoPlayer:2.1.2'
```
#### B、添加java和你想要的so支持:
```
compile 'com.shuyu:gsyVideoPlayer-java:2.1.1'
compile 'com.shuyu:gsyVideoPlayer-java:2.1.2'
//根据你的需求
compile 'com.shuyu:gsyVideoPlayer-armv5:2.1.1'
compile 'com.shuyu:gsyVideoPlayer-armv7a:2.1.1'
compile 'com.shuyu:gsyVideoPlayer-arm64:2.1.1'
compile 'com.shuyu:gsyVideoPlayer-x64:2.1.1'
compile 'com.shuyu:gsyVideoPlayer-x86:2.1.1'
compile 'com.shuyu:gsyVideoPlayer-armv5:2.1.2'
compile 'com.shuyu:gsyVideoPlayer-armv7a:2.1.2'
compile 'com.shuyu:gsyVideoPlayer-arm64:2.1.2'
compile 'com.shuyu:gsyVideoPlayer-x64:2.1.2'
compile 'com.shuyu:gsyVideoPlayer-x86:2.1.2'
```
......@@ -31,9 +31,9 @@ A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情
C 引入的so支持mpeg编码和其他补充协议,但是so包相对变大。
```
compile 'com.shuyu:gsyVideoPlayer-java:2.1.1'
compile 'com.shuyu:gsyVideoPlayer-java:2.1.2'
compile 'com.shuyu:gsyVideoPlayer-ex_so:2.1.1'
compile 'com.shuyu:gsyVideoPlayer-ex_so:2.1.2'
```
......@@ -68,7 +68,7 @@ allprojects {
#### A、直接引入
```
//完整版引入
compile 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v2.1.1'
compile 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v2.1.2'
```
......@@ -76,14 +76,14 @@ compile 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v2.1.1'
```
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v2.1.1'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v2.1.2'
//根据你的需求
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x64:v2.1.1'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x86:v2.1.1'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-arm64:v2.1.1'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv5:v2.1.1'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv7a:v2.1.1'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x64:v2.1.2'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x86:v2.1.2'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-arm64:v2.1.2'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv5:v2.1.2'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv7a:v2.1.2'
```
......@@ -93,8 +93,8 @@ A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情
C 方法引入的so支持mpeg编码和其他补充协议,但是so包相对变大。
```
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v2.1.1'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v2.1.2'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-ex_so:v2.1.1'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-ex_so:v2.1.2'
```
......@@ -18,7 +18,7 @@ org.gradle.jvmargs=-Xmx1536m
BINTRAY_USER=carguo
BINTRAY_KEY=
PROJ_GROUP=com.shuyu
PROJ_VERSION=2.1.1
PROJ_VERSION=2.1.2
PROJ_WEBSITEURL=https://github.com/CarGuo/GSYVideoPlayer
PROJ_ISSUETRACKERURL=
PROJ_VCSURL=git@github.com:CarGuo/GSYVideoPlayer.git
......
......@@ -31,7 +31,7 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile project(':gsyVideoPlayer-java')
//compile project(':gsyVideoPlayer-java')
//compile project(':gsyVideoPlayer-armv5')
//compile project(':gsyVideoPlayer-armv7a')
//compile project(':gsyVideoPlayer-armv64')
......@@ -41,7 +41,7 @@ dependencies {
//更多配置版so,增加了concat,rtsp,mpeg,crypto
//compile project(':gsyVideoPlayer-ex_so')
//compile "com.shuyu:gsyVideoPlayer-java:$gsyVideoVersion"
compile "com.shuyu:gsyVideoPlayer-java:$gsyVideoVersion"
compile "com.shuyu:gsyVideoPlayer-armv5:$gsyVideoVersion"
compile "com.shuyu:gsyVideoPlayer-armv7a:$gsyVideoVersion"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册