提交 a0ced5e7 编写于 作者: S shuyu

release 2.1.0 (2017-10-10)

上级 3cec622e
......@@ -10,7 +10,7 @@
**支持**|**DEMO演示获取视频第一帧等实现。**
**支持**|**简单滤镜(马赛克、黑白、色彩过滤、高斯、模糊、模糊等等20多种)。**
**支持**|**GL效果动画,(xyz轴旋转,放大)。**
**支持**|**视频帧截图功能**
**支持**|**视频帧截图功能,视频生成gif功能**
**支持**|**视频播放效果(水印、画面多重播放等)**
**支持**|**列表播放;列表连续播放;重力旋转与手动旋转;视频本身rotation旋转属性。**
**支持**|**全屏切换动画效果;小窗口播放,可拖动。**
......@@ -39,21 +39,21 @@
#### A、直接引入
```
//完整版引入
compile 'com.shuyu:GSYVideoPlayer:2.0.8'
compile 'com.shuyu:GSYVideoPlayer:2.1.0'
```
#### B、添加java和你想要的so支持:
```
compile 'com.shuyu:gsyVideoPlayer-java:2.0.9'
compile 'com.shuyu:gsyVideoPlayer-java:2.1.0'
//根据你的需求
compile 'com.shuyu:gsyVideoPlayer-armv5:2.0.9'
compile 'com.shuyu:gsyVideoPlayer-armv7a:2.0.9'
compile 'com.shuyu:gsyVideoPlayer-arm64:2.0.9'
compile 'com.shuyu:gsyVideoPlayer-x64:2.0.9'
compile 'com.shuyu:gsyVideoPlayer-x86:2.0.9'
compile 'com.shuyu:gsyVideoPlayer-armv5:2.1.0'
compile 'com.shuyu:gsyVideoPlayer-armv7a:2.1.0'
compile 'com.shuyu:gsyVideoPlayer-arm64:2.1.0'
compile 'com.shuyu:gsyVideoPlayer-x64:2.1.0'
compile 'com.shuyu:gsyVideoPlayer-x86:2.1.0'
```
......@@ -63,9 +63,9 @@ A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情
C 引入的so支持mpeg编码和其他补充协议,但是so包相对变大。
```
compile 'com.shuyu:gsyVideoPlayer-java:2.0.9'
compile 'com.shuyu:gsyVideoPlayer-java:2.1.0'
compile 'com.shuyu:gsyVideoPlayer-ex_so:2.0.9'
compile 'com.shuyu:gsyVideoPlayer-ex_so:2.1.0'
```
......@@ -108,6 +108,9 @@ compile 'com.shuyu:gsyVideoPlayer-ex_so:2.0.9'
## 五、近期版本
### 2.1.0(2017-10-10)
* 增加了视频帧合成gif功能(DEMO DetailControlActivity中)。
* update ijkplayer 0.84
### 2.0.9(2017-10-02)
* 增加顶层效果渲染的动画效果。
......
## 下方个版本说明,可以当做简单的wiki使用~,效果可参考DEMO。
### 2.1.0(2017-10-10)
* 增加了视频帧合成gif功能(DEMO DetailControlActivity中)。
* update ijkplayer 0.84
### 2.0.9(2017-10-02)
* 增加顶层效果渲染的动画效果。
* 增加截图功能。
......
......@@ -16,7 +16,7 @@ ext {
//ViewLibraries
butterKnifeVersion = '8.2.1'
ijkplayer = '0.8.3'
ijkplayer = '0.8.4'
DanmakuFlameMaster = '0.6.4'
transitionseverywhere = '1.7.0'
......
......@@ -7,21 +7,21 @@
#### A、直接引入
```
//完整版引入
compile 'com.shuyu:GSYVideoPlayer:2.0.9'
compile 'com.shuyu:GSYVideoPlayer:2.1.0'
```
#### B、添加java和你想要的so支持:
```
compile 'com.shuyu:gsyVideoPlayer-java:2.0.9'
compile 'com.shuyu:gsyVideoPlayer-java:2.1.0'
//根据你的需求
compile 'com.shuyu:gsyVideoPlayer-armv5:2.0.9'
compile 'com.shuyu:gsyVideoPlayer-armv7a:2.0.9'
compile 'com.shuyu:gsyVideoPlayer-arm64:2.0.9'
compile 'com.shuyu:gsyVideoPlayer-x64:2.0.9'
compile 'com.shuyu:gsyVideoPlayer-x86:2.0.9'
compile 'com.shuyu:gsyVideoPlayer-armv5:2.1.0'
compile 'com.shuyu:gsyVideoPlayer-armv7a:2.1.0'
compile 'com.shuyu:gsyVideoPlayer-arm64:2.1.0'
compile 'com.shuyu:gsyVideoPlayer-x64:2.1.0'
compile 'com.shuyu:gsyVideoPlayer-x86:2.1.0'
```
......@@ -31,9 +31,9 @@ A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情
C 引入的so支持mpeg编码和其他补充协议,但是so包相对变大。
```
compile 'com.shuyu:gsyVideoPlayer-java:2.0.9'
compile 'com.shuyu:gsyVideoPlayer-java:2.1.0'
compile 'com.shuyu:gsyVideoPlayer-ex_so:2.0.9'
compile 'com.shuyu:gsyVideoPlayer-ex_so:2.1.0'
```
......@@ -68,7 +68,7 @@ allprojects {
#### A、直接引入
```
//完整版引入
compile 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v2.0.9'
compile 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v2.1.0'
```
......@@ -76,14 +76,14 @@ compile 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v2.0.9'
```
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v2.0.9'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v2.1.0'
//根据你的需求
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x64:v2.0.9'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x86:v2.0.9'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-arm64:v2.0.9'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv5:v2.0.9'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv7a:v2.0.9'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x64:v2.1.0'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x86:v2.1.0'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-arm64:v2.1.0'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv5:v2.1.0'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv7a:v2.1.0'
```
......@@ -93,8 +93,8 @@ A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情
C 方法引入的so支持mpeg编码和其他补充协议,但是so包相对变大。
```
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v2.0.9'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v2.1.0'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-ex_so:v2.0.9'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-ex_so:v2.1.0'
```
......@@ -18,7 +18,7 @@ org.gradle.jvmargs=-Xmx1536m
BINTRAY_USER=carguo
BINTRAY_KEY=d7c1083f09eef0f93e4786d6eb780104a91a2dfb
PROJ_GROUP=com.shuyu
PROJ_VERSION=2.0.9
PROJ_VERSION=2.1.0
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.
先完成此消息的编辑!
想要评论请 注册