diff --git a/README.md b/README.md index 904f68914ca67e26e6d8ddee01f6845f9245c374..79c041415c82ecb49c93ae92018b8b1ee7513ea3 100644 --- a/README.md +++ b/README.md @@ -53,21 +53,21 @@ #### A、直接引入 ``` //完整版引入 -compile 'com.shuyu:GSYVideoPlayer:5.0.0' +compile 'com.shuyu:GSYVideoPlayer:5.0.0-beta' ``` #### B、添加java和你想要的so支持: ``` -compile 'com.shuyu:gsyVideoPlayer-java:5.0.0' +compile 'com.shuyu:gsyVideoPlayer-java:5.0.0-beta' //根据你的需求 -compile 'com.shuyu:gsyVideoPlayer-armv5:5.0.0' -compile 'com.shuyu:gsyVideoPlayer-armv7a:5.0.0' -compile 'com.shuyu:gsyVideoPlayer-arm64:5.0.0' -compile 'com.shuyu:gsyVideoPlayer-x64:5.0.0' -compile 'com.shuyu:gsyVideoPlayer-x86:5.0.0' +compile 'com.shuyu:gsyVideoPlayer-armv5:5.0.0-beta' +compile 'com.shuyu:gsyVideoPlayer-armv7a:5.0.0-beta' +compile 'com.shuyu:gsyVideoPlayer-arm64:5.0.0-beta' +compile 'com.shuyu:gsyVideoPlayer-x64:5.0.0-beta' +compile 'com.shuyu:gsyVideoPlayer-x86:5.0.0-beta' ``` @@ -77,9 +77,9 @@ A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情 C 引入的so支持mpeg编码和其他补充协议,但是so包相对变大。 ``` -compile 'com.shuyu:gsyVideoPlayer-java:5.0.0' +compile 'com.shuyu:gsyVideoPlayer-java:5.0.0-beta' -compile 'com.shuyu:gsyVideoPlayer-ex_so:5.0.0' +compile 'com.shuyu:gsyVideoPlayer-ex_so:5.0.0-beta' ``` @@ -131,7 +131,8 @@ compile 'com.shuyu:gsyVideoPlayer-ex_so:5.0.0' ## 五、近期版本 -### 5.0.0(2018-XX-XX) + +### 5.0.0-beta(2018-05-24) * 调整cache机制,抽离cache管理器。 * update ExoPlayer to 2.8.0,全面针对ExoPlayer进行优化 * 优化ExoPlayer的问题 diff --git a/UPDATE_VERSION.md b/UPDATE_VERSION.md index 75f9279936c844f8fb3e38a0520890cad05ff789..06fe51ca91e8b6a808b676d69ffe9dd144152ff6 100644 --- a/UPDATE_VERSION.md +++ b/UPDATE_VERSION.md @@ -1,8 +1,15 @@ ## 下方个版本说明,可以当做简单的wiki使用~,效果可参考DEMO。 -### 4.1.4(2018-XX-XX) -* update ExoPlayer to 2.8.0 + +### 5.0.0-beta(2018-05-24) +* 调整cache机制,抽离cache管理器。 +* update ExoPlayer to 2.8.0,全面针对ExoPlayer进行优化 * 优化ExoPlayer的问题 +* 增加ExoPlayer循环播放支持 +* 增加ExoPlayer自定义DEMO,演示ExoPlayer实现无缝切换 +* ijk的`logLevel`、`ijkLibLoader`直接通过IJKPlayerManager静态方法设置 +* 进一步调整框架结构和内部耦合度 + ### 4.1.3(2018-05-11) * 优化单双击 diff --git a/dependencies.md b/dependencies.md index 4729fd09a1f6ded4bb38b474f541bc10cf00b827..9d40a0d7294d5b211208d209a0799e04925a447c 100644 --- a/dependencies.md +++ b/dependencies.md @@ -7,21 +7,21 @@ #### A、直接引入 ``` //完整版引入 -compile 'com.shuyu:GSYVideoPlayer:5.0.0' +compile 'com.shuyu:GSYVideoPlayer:5.0.0-beta' ``` #### B、添加java和你想要的so支持: ``` -compile 'com.shuyu:gsyVideoPlayer-java:5.0.0' +compile 'com.shuyu:gsyVideoPlayer-java:5.0.0-beta' //根据你的需求 -compile 'com.shuyu:gsyVideoPlayer-armv5:5.0.0' -compile 'com.shuyu:gsyVideoPlayer-armv7a:5.0.0' -compile 'com.shuyu:gsyVideoPlayer-arm64:5.0.0' -compile 'com.shuyu:gsyVideoPlayer-x64:5.0.0' -compile 'com.shuyu:gsyVideoPlayer-x86:5.0.0' +compile 'com.shuyu:gsyVideoPlayer-armv5:5.0.0-beta' +compile 'com.shuyu:gsyVideoPlayer-armv7a:5.0.0-beta' +compile 'com.shuyu:gsyVideoPlayer-arm64:5.0.0-beta' +compile 'com.shuyu:gsyVideoPlayer-x64:5.0.0-beta' +compile 'com.shuyu:gsyVideoPlayer-x86:5.0.0-beta' ``` @@ -31,9 +31,9 @@ A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情 C 引入的so支持mpeg编码和其他补充协议,但是so包相对变大。 ``` -compile 'com.shuyu:gsyVideoPlayer-java:5.0.0' +compile 'com.shuyu:gsyVideoPlayer-java:5.0.0-beta' -compile 'com.shuyu:gsyVideoPlayer-ex_so:5.0.0' +compile 'com.shuyu:gsyVideoPlayer-ex_so:5.0.0-beta' ``` @@ -68,7 +68,7 @@ allprojects { #### A、直接引入 ``` //完整版引入 -compile 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v4.1.1' +compile 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v5.0.0-beta' ``` @@ -76,14 +76,14 @@ compile 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v4.1.1' ``` -compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v5.0.0' +compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v5.0.0-beta' //根据你的需求 -compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x64:v5.0.0' -compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x86:v5.0.0' -compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-arm64:v5.0.0' -compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv5:v5.0.0' -compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv7a:v5.0.0' +compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x64:v5.0.0-beta' +compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x86:v5.0.0-beta' +compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-arm64:v5.0.0-beta' +compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv5:v5.0.0-beta' +compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv7a:v5.0.0-beta' ``` @@ -93,8 +93,8 @@ A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情 C 方法引入的so支持mpeg编码和其他补充协议,但是so包相对变大。 ``` -compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v5.0.0' +compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v5.0.0-beta' -compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-ex_so:v5.0.0' +compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-ex_so:v5.0.0-beta' ``` diff --git a/gradle.properties b/gradle.properties index ecde2159c66d45a98afdfc2a4a27ce32942cc763..09ebdee94897bb577730b9ac6e9191be66fecdf1 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=4.1.3 +PROJ_VERSION=5.0.0-beta PROJ_WEBSITEURL=https://github.com/CarGuo/GSYVideoPlayer PROJ_ISSUETRACKERURL= PROJ_VCSURL=git@github.com:CarGuo/GSYVideoPlayer.git