diff --git a/README.md b/README.md index 6c2e39d094c5c758429f220ea7e22cf663408670..76968ca00bf60b8c33a4f135107a14dc343ee4ad 100644 --- a/README.md +++ b/README.md @@ -42,21 +42,21 @@ #### A、直接引入 ``` //完整版引入 -compile 'com.shuyu:GSYVideoPlayer:2.0.2' +compile 'com.shuyu:GSYVideoPlayer:2.0.3' ``` #### B、添加java和你想要的so支持: ``` -compile 'com.shuyu:gsyVideoPlayer-java:2.0.2' +compile 'com.shuyu:gsyVideoPlayer-java:2.0.3' //根据你的需求 -compile 'com.shuyu:gsyVideoPlayer-armv5:2.0.2' -compile 'com.shuyu:gsyVideoPlayer-armv7a:2.0.2' -compile 'com.shuyu:gsyVideoPlayer-arm64:2.0.2' -compile 'com.shuyu:gsyVideoPlayer-x64:2.0.2' -compile 'com.shuyu:gsyVideoPlayer-x86:2.0.2' +compile 'com.shuyu:gsyVideoPlayer-armv5:2.0.3' +compile 'com.shuyu:gsyVideoPlayer-armv7a:2.0.3' +compile 'com.shuyu:gsyVideoPlayer-arm64:2.0.3' +compile 'com.shuyu:gsyVideoPlayer-x64:2.0.3' +compile 'com.shuyu:gsyVideoPlayer-x86:2.0.3' ``` @@ -66,20 +66,20 @@ A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情 C 引入的so支持mpeg编码和其他补充协议,但是so包相对变大。 ``` -compile 'com.shuyu:gsyVideoPlayer-java:2.0.2' +compile 'com.shuyu:gsyVideoPlayer-java:2.0.3' -compile 'com.shuyu:gsyVideoPlayer-ex_so:2.0.2' +compile 'com.shuyu:gsyVideoPlayer-ex_so:2.0.3' ``` #### D、支持使用ijkPlayer的so ``` -compile 'tv.danmaku.ijk.media:ijkplayer-armv7a:0.8.1' -compile 'tv.danmaku.ijk.media:ijkplayer-armv5:0.8.1' -compile 'tv.danmaku.ijk.media:ijkplayer-arm64:0.8.1' -compile 'tv.danmaku.ijk.media:ijkplayer-x86:0.8.1' -compile 'tv.danmaku.ijk.media:ijkplayer-x86_64:0.8.1' +compile 'tv.danmaku.ijk.media:ijkplayer-armv7a:0.8.2' +compile 'tv.danmaku.ijk.media:ijkplayer-armv5:0.8.2' +compile 'tv.danmaku.ijk.media:ijkplayer-arm64:0.8.2' +compile 'tv.danmaku.ijk.media:ijkplayer-x86:0.8.2' +compile 'tv.danmaku.ijk.media:ijkplayer-x86_64:0.8.2' ``` -------------------------------------------------------------------------------- @@ -103,7 +103,7 @@ allprojects { #### A、直接引入 ``` //完整版引入 -compile 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v2.0.2' +compile 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v2.0.3' ``` @@ -111,14 +111,14 @@ compile 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v2.0.2' ``` -compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v2.0.2' +compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v2.0.3' //根据你的需求 -compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x64:v2.0.2' -compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x86:v2.0.2' -compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-arm64:v2.0.2' -compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv5:v2.0.2' -compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv7a:v2.0.2' +compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x64:v2.0.3' +compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x86:v2.0.3' +compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-arm64:v2.0.3' +compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv5:v2.0.3' +compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv7a:v2.0.3' ``` @@ -128,9 +128,9 @@ A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情 C 方法引入的so支持mpeg编码和其他补充协议,但是so包相对变大。 ``` -compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v2.0.2' +compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v2.0.3' -compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-ex_so:v2.0.2' +compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-ex_so:v2.0.3' ``` @@ -181,14 +181,6 @@ compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-ex_so:v2.0.2' ## 近期版本 -### 2.0.2(2017-07-16) >>>> [片头广告功能推迟到2.0.3] -* 完美实现播放、暂停、前后台切换、画面调整等情况不黑屏不突变,删除coverImageView类。 -* 增加了6.0下变调不变速接口 -* update ijkPlayer to 0.8.1 - -### 2.0.1(2017-07-11) -* 优化了TextureView显示 -* 修复SampleView的暂停问题 ### 更多版本请查阅:[版本更新说明](https://github.com/CarGuo/GSYVideoPlayer/blob/master/UPDATE_VERSION.md) diff --git a/UPDATE_VERSION.md b/UPDATE_VERSION.md index 7552757e9de5be1180aef2f19932c782c4bda736..ab75a363b0bc5c6707815f9817abe9c1c7ac6a92 100644 --- a/UPDATE_VERSION.md +++ b/UPDATE_VERSION.md @@ -1,5 +1,12 @@ ## 下方个版本说明,可以当做简单的wiki使用~,效果可参考DEMO。 + +### 2.0.2(2017-07-16) +* update ijk to 0.8.2 +* fix rtsp 播放问题 +* fix 小窗口播放问题 +* 调整了部分代码逻辑与结构。 + ### 2.0.2(2017-07-16) * 完美实现播放、暂停、前后台切换、画面调整等情况不黑屏不突变,删除coverImageView类。 * 增加了6.0下变调不变速接口 diff --git a/app/build.gradle b/app/build.gradle index c6ace1b07d943a416f69ba2d6fb0fbc7605d76f2..2a5ef0d88456f348156ff5ee8de28935be868e64 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -61,17 +61,17 @@ dependencies { compile project(':gsyVideoPlayer') //jcenter - //compile 'com.shuyu:GSYVideoPlayer:2.0.2' + //compile 'com.shuyu:GSYVideoPlayer:2.0.3' //jitpack - //compile 'com.github.CarGuo:GSYVideoPlayer:v2.0.2' - //compile 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v2.0.2' - //compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-ex_so:v2.0.2' - //compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v2.0.2' - //compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x64:v2.0.2' - //compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x86:v2.0.2' - //compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-arm64:v2.0.2' - //compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv5:v2.0.2' - //compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv7a:v2.0.2' + //compile 'com.github.CarGuo:GSYVideoPlayer:v2.0.3' + //compile 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v2.0.3' + //compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-ex_so:v2.0.3' + //compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v2.0.3' + //compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x64:v2.0.3' + //compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x86:v2.0.3' + //compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-arm64:v2.0.3' + //compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv5:v2.0.3' + //compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv7a:v2.0.3' } diff --git a/gradle.properties b/gradle.properties index 4fc1115ef63e1043c56c71419863b3368b511371..ecf8e1e1f83236fb1a161bf809d18cfde9eec6b9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,7 +18,7 @@ org.gradle.jvmargs=-Xmx1536m BINTRAY_USER=carguo BINTRAY_KEY= PROJ_GROUP=com.shuyu -PROJ_VERSION=2.0.2 +PROJ_VERSION=2.0.3 PROJ_WEBSITEURL=https://github.com/CarGuo/GSYVideoPlayer PROJ_ISSUETRACKERURL= PROJ_VCSURL=git@github.com:CarGuo/GSYVideoPlayer.git diff --git a/gsyVideoPlayer/build.gradle b/gsyVideoPlayer/build.gradle index 744febd304b4c9271f5175df13c0d244023bbd04..e0ac90aba436a64e77260c44ba7fae77576c80b6 100644 --- a/gsyVideoPlayer/build.gradle +++ b/gsyVideoPlayer/build.gradle @@ -32,25 +32,25 @@ dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) compile project(':gsyVideoPlayer-java') - //compile project(':gsyVideoPlayer-armv5') - //compile project(':gsyVideoPlayer-armv7a') - //compile project(':gsyVideoPlayer-armv64') - //compile project(':gsyVideoPlayer-x86') - //compile project(':gsyVideoPlayer-x86_64') + compile project(':gsyVideoPlayer-armv5') + compile project(':gsyVideoPlayer-armv7a') + compile project(':gsyVideoPlayer-armv64') + compile project(':gsyVideoPlayer-x86') + compile project(':gsyVideoPlayer-x86_64') //更多配置版so,增加了concat,rtsp,mpeg,crypto - compile project(':gsyVideoPlayer-ex_so') + //compile project(':gsyVideoPlayer-ex_so') - //compile 'com.shuyu:gsyVideoPlayer-java:2.0.2' + //compile 'com.shuyu:gsyVideoPlayer-java:2.0.3' - //compile 'com.shuyu:gsyVideoPlayer-armv5:2.0.2' - //compile 'com.shuyu:gsyVideoPlayer-armv7a:2.0.2' - //compile 'com.shuyu:gsyVideoPlayer-arm64:2.0.2' - //compile 'com.shuyu:gsyVideoPlayer-x64:2.0.2' - //compile 'com.shuyu:gsyVideoPlayer-x86:2.0.2' + //compile 'com.shuyu:gsyVideoPlayer-armv5:2.0.3' + //compile 'com.shuyu:gsyVideoPlayer-armv7a:2.0.3' + //compile 'com.shuyu:gsyVideoPlayer-arm64:2.0.3' + //compile 'com.shuyu:gsyVideoPlayer-x64:2.0.3' + //compile 'com.shuyu:gsyVideoPlayer-x86:2.0.3' //更多配置版so,增加了concat,rtsp,mpeg,crypto - //compile 'com.shuyu:gsyVideoPlayer-ex_so:2.0.2' + //compile 'com.shuyu:gsyVideoPlayer-ex_so:2.0.3' } apply from: './bintray.gradle'