Skip to content

Commit

Permalink
update ijk to 0.7.9 (增加了soundTouch,调速后声音变调问题得到解决) (2017-04-18)
Browse files Browse the repository at this point in the history
  • Loading branch information
CarGuo committed Apr 18, 2017
1 parent 5a23283 commit 4970fbc
Show file tree
Hide file tree
Showing 23 changed files with 7 additions and 1 deletion.
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。


### 1.6.4()
* update ijk to 0.7.9 (增加了soundTouch,调速后声音变调问题得到解决)

### 1.6.3(2017-04-15)
* 修改了播放器全屏时的选择90度问题
* 修改了播放器可能存在的拉伸问题
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ private void init() {
videoPlayer.getTitleTextView().setVisibility(View.VISIBLE);
videoPlayer.getTitleTextView().setText("测试视频");

videoPlayer.setSpeed(2f);

//设置返回键
videoPlayer.getBackButton().setVisibility(View.VISIBLE);

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.7.7.1'
ijkplayer = '0.7.9'
DanmakuFlameMaster = '0.6.4'

transitionseverywhere = '1.7.0'
Expand Down
Binary file modified gsyVideoPlayer/libs/arm64-v8a/libijkffmpeg.so
Binary file not shown.
Binary file modified gsyVideoPlayer/libs/arm64-v8a/libijkplayer.so
Binary file not shown.
Binary file modified gsyVideoPlayer/libs/arm64-v8a/libijksdl.so
Binary file not shown.
Binary file not shown.
Binary file modified gsyVideoPlayer/libs/armeabi-v7a/libijkffmpeg.so
Binary file not shown.
Binary file modified gsyVideoPlayer/libs/armeabi-v7a/libijkplayer.so
Binary file not shown.
Binary file modified gsyVideoPlayer/libs/armeabi-v7a/libijksdl.so
Binary file not shown.
Binary file not shown.
Binary file modified gsyVideoPlayer/libs/armeabi/libijkffmpeg.so
Binary file not shown.
Binary file modified gsyVideoPlayer/libs/armeabi/libijkplayer.so
Binary file not shown.
Binary file modified gsyVideoPlayer/libs/armeabi/libijksdl.so
Binary file not shown.
Binary file added gsyVideoPlayer/libs/armeabi/libijksoundtouch.so
Binary file not shown.
Binary file modified gsyVideoPlayer/libs/x86/libijkffmpeg.so
Binary file not shown.
Binary file modified gsyVideoPlayer/libs/x86/libijkplayer.so
Binary file not shown.
Binary file modified gsyVideoPlayer/libs/x86/libijksdl.so
Binary file not shown.
Binary file added gsyVideoPlayer/libs/x86/libijksoundtouch.so
Binary file not shown.
Binary file modified gsyVideoPlayer/libs/x86_64/libijkffmpeg.so
Binary file not shown.
Binary file modified gsyVideoPlayer/libs/x86_64/libijkplayer.so
Binary file not shown.
Binary file modified gsyVideoPlayer/libs/x86_64/libijksdl.so
Binary file not shown.
Binary file added gsyVideoPlayer/libs/x86_64/libijksoundtouch.so
Binary file not shown.

0 comments on commit 4970fbc

Please sign in to comment.