Skip to content

Commit

Permalink
release 2.1.0 (2017-10-10)
Browse files Browse the repository at this point in the history
  • Loading branch information
CarGuo committed Oct 10, 2017
1 parent 3cec622 commit a0ced5e
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 30 deletions.
23 changes: 13 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
**支持**|**DEMO演示获取视频第一帧等实现。**
**支持**|**简单滤镜(马赛克、黑白、色彩过滤、高斯、模糊、模糊等等20多种)。**
**支持**|**GL效果动画,(xyz轴旋转,放大)。**
**支持**|**视频帧截图功能**
**支持**|**视频帧截图功能,视频生成gif功能**
**支持**|**视频播放效果(水印、画面多重播放等)**
**支持**|**列表播放;列表连续播放;重力旋转与手动旋转;视频本身rotation旋转属性。**
**支持**|**全屏切换动画效果;小窗口播放,可拖动。**
Expand Down Expand Up @@ -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'
```

Expand All @@ -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'
```

Expand Down Expand Up @@ -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)
* 增加顶层效果渲染的动画效果。
Expand Down
4 changes: 4 additions & 0 deletions UPDATE_VERSION.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## 下方个版本说明,可以当做简单的wiki使用~,效果可参考DEMO。

### 2.1.0(2017-10-10)
* 增加了视频帧合成gif功能(DEMO DetailControlActivity中)。
* update ijkplayer 0.84

### 2.0.9(2017-10-02)
* 增加顶层效果渲染的动画效果。
* 增加截图功能。
Expand Down
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
36 changes: 18 additions & 18 deletions dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
```

Expand All @@ -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'
```

Expand Down Expand Up @@ -68,22 +68,22 @@ allprojects {
#### A、直接引入
```
//完整版引入
compile 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v2.0.9'
compile 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v2.1.0'
```

#### B、添加java和你想要的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-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'
```

Expand All @@ -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'
```
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a0ced5e

Please sign in to comment.