Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bbcallen committed Jul 15, 2015
1 parent 5639efe commit 5844fc4
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 16 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
tag next
--------------------------------

tag k0.3.1
--------------------------------
player: key-value options API
player: remove ijkutil
build: support cygwin
ios: optimize performance of VideoToolbox.

tag k0.3.0
--------------------------------
Expand Down
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ sudo dpkg-reconfigure dash
```
git clone https://github.com/Bilibili/ijkplayer.git ijkplayer-android
cd ijkplayer-android
git checkout -B latest k0.3.0
git checkout -B latest k0.3.1
./init-android.sh
Expand Down Expand Up @@ -130,7 +130,7 @@ cd ..
```
git clone https://github.com/Bilibili/ijkplayer.git ijkplayer-ios
cd ijkplayer-ios
git checkout -B latest k0.3.0
git checkout -B latest k0.3.1
./init-ios.sh
Expand All @@ -150,12 +150,6 @@ cd ios
- 请尽量在 github 上公开讨论[技术问题](https://github.com/bilibili/ijkplayer/issues),不要以邮件方式私下询问,恕不一一回复。


### Links
- [FFmpeg_b4a](http://www.basic4ppc.com/android/forum/threads/ffmpeg_b4a-a-ffmpeg-library-for-b4a-decoding-streaming.44476/)
- 中文
- [ijkplayer学习系列之环境搭建 2013-11-23](http://blog.csdn.net/nfer_zhuang/article/details/16905755)
- [Ubuntu 14.04 下编译 ijkplayer Android 2014-08-01](http://xqq.0ginr.com/ijkplayer-build/#more-134)

### License

```
Expand Down
6 changes: 3 additions & 3 deletions android/ijkplayer/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=0.3.0-dev001
VERSION_CODE=300001
VERSION_NAME=0.3.1-dev001
VERSION_CODE=301000
GROUP=tv.danmaku.ijk.media

POM_DESCRIPTION=Video player based on FFmpeg n2.7
Expand All @@ -30,4 +30,4 @@ POM_LICENCE_NAME=LGPLv2.1 or later
POM_LICENCE_URL=https://www.gnu.org/licenses/lgpl-2.1.html
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=bbcallen
POM_DEVELOPER_NAME=Zhang Rui
POM_DEVELOPER_NAME=Zhang Rui
6 changes: 3 additions & 3 deletions android/ijkplayer/sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "tv.danmaku.ijk.media.sample"
minSdkVersion 9
targetSdkVersion 22
versionCode 300000
versionName "0.3.0"
versionCode 301000
versionName "0.3.1"
}
buildTypes {
release {
Expand All @@ -31,4 +31,4 @@ dependencies {
compile project(':player-armv5')
// need API-21
// compile project(':player-arm64')
}
}
4 changes: 2 additions & 2 deletions ios/IJKMediaDemo/IJKMediaDemo/IJKMediaDemo-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.1.2</string>
<string>0.3.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>102</string>
<string>301</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIFileSharingEnabled</key>
Expand Down

0 comments on commit 5844fc4

Please sign in to comment.