Skip to content

Commit

Permalink
bump to k0.11.7
Browse files Browse the repository at this point in the history
  • Loading branch information
debugly committed Sep 5, 2024
1 parent 3cb9ddb commit 5b727ed
Show file tree
Hide file tree
Showing 14 changed files with 31 additions and 30 deletions.
2 changes: 1 addition & 1 deletion IJKMediaPlayerKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'IJKMediaPlayerKit'
s.version = '0.11.6'
s.version = '0.11.7'
s.summary = 'IJKMediaPlayerKit for ios/macOS/tvOS.'

# This description is used to generate tags and improve search results.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ ijk media player based on [ffplay](http://ffmpeg.org)
install use cocoapod:

```
pod "IJKMediaPlayerKit", :podspec => 'https://github.com/debugly/ijkplayer/releases/download/k0.11.6/IJKMediaPlayerKit.spec.json'
pod "IJKMediaPlayerKit", :podspec => 'https://github.com/debugly/ijkplayer/releases/download/k0.11.7/IJKMediaPlayerKit.spec.json'
```

## Development
Expand All @@ -66,7 +66,7 @@ how to run examples:
```
git clone https://github.com/debugly/ijkplayer.git ijkplayer
cd ijkplayer
git checkout -B latest k0.11.6
git checkout -B latest k0.11.7
git submodule update --init
./FFToolChain/main.sh install -p macos -l 'ass ffmpeg'
Expand Down
4 changes: 2 additions & 2 deletions android/ijkplayer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ ext {

targetSdkVersion = 25

versionCode = 1100600
versionName = "0.11.6"
versionCode = 1100700
versionName = "0.11.7"
}

wrapper {
Expand Down
4 changes: 2 additions & 2 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.11.6
VERSION_CODE=1100600
VERSION_NAME=0.11.7
VERSION_CODE=1100700
GROUP=tv.danmaku.ijk.media

# http://central.sonatype.org/pages/requirements.html
Expand Down
20 changes: 10 additions & 10 deletions android/ijkplayer/ijkplayer-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,18 @@ dependencies {
all64Compile project(':ijkplayer-x86')
all64Compile project(':ijkplayer-x86_64')

// compile 'tv.danmaku.ijk.media:ijkplayer-java:0.11.6'
// compile 'tv.danmaku.ijk.media:ijkplayer-exo:0.11.6'
// compile 'tv.danmaku.ijk.media:ijkplayer-java:0.11.7'
// compile 'tv.danmaku.ijk.media:ijkplayer-exo:0.11.7'

// all32Compile 'tv.danmaku.ijk.media:ijkplayer-armv5:0.11.6'
// all32Compile 'tv.danmaku.ijk.media:ijkplayer-armv7a:0.11.6'
// all32Compile 'tv.danmaku.ijk.media:ijkplayer-x86:0.11.6'
// all32Compile 'tv.danmaku.ijk.media:ijkplayer-armv5:0.11.7'
// all32Compile 'tv.danmaku.ijk.media:ijkplayer-armv7a:0.11.7'
// all32Compile 'tv.danmaku.ijk.media:ijkplayer-x86:0.11.7'

// all64Compile 'tv.danmaku.ijk.media:ijkplayer-armv5:0.11.6'
// all64Compile 'tv.danmaku.ijk.media:ijkplayer-armv7a:0.11.6'
// all64Compile 'tv.danmaku.ijk.media:ijkplayer-arm64:0.11.6'
// all64Compile 'tv.danmaku.ijk.media:ijkplayer-x86:0.11.6'
// all64Compile 'tv.danmaku.ijk.media:ijkplayer-x86_64:0.11.6'
// all64Compile 'tv.danmaku.ijk.media:ijkplayer-armv5:0.11.7'
// all64Compile 'tv.danmaku.ijk.media:ijkplayer-armv7a:0.11.7'
// all64Compile 'tv.danmaku.ijk.media:ijkplayer-arm64:0.11.7'
// all64Compile 'tv.danmaku.ijk.media:ijkplayer-x86:0.11.7'
// all64Compile 'tv.danmaku.ijk.media:ijkplayer-x86_64:0.11.7'

// armv5Compile project(':player-armv5')
// armv7aCompile project(':player-armv7a')
Expand Down
2 changes: 1 addition & 1 deletion android/ijkplayer/ijkplayer-exo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
compile 'com.google.android.exoplayer:exoplayer:r1.5.11'

compile project(':ijkplayer-java')
// compile 'tv.danmaku.ijk.media:ijkplayer-java:0.11.6'
// compile 'tv.danmaku.ijk.media:ijkplayer-java:0.11.7'
}

gradle.startParameter.taskNames.each { task ->
Expand Down
4 changes: 2 additions & 2 deletions examples/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- IJKMediaPlayerKit (0.11.6)
- IJKMediaPlayerKit (0.11.7)

DEPENDENCIES:
- IJKMediaPlayerKit (from `../../`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "../../"

SPEC CHECKSUMS:
IJKMediaPlayerKit: 1b9d8c06af1e5251d4fe68094415b311b0733cac
IJKMediaPlayerKit: 6aa25584a1952b0a3bce400889932ee5e5530b52

PODFILE CHECKSUM: cd296d63e0523ffeac3abedb895edb14934a2d48

Expand Down
2 changes: 1 addition & 1 deletion examples/ios/build-framework.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ xcodebuild -workspace ${WORKSPACE_NAME} -scheme ${TARGET_NAME} \
-destination 'generic/platform=iOS' \
-destination 'generic/platform=iOS Simulator' \
BUILD_DIR=. \
clean build >/dev/null
clean build

echo "ios framework dir:$WORK_DIR"
echo "ios simulator framework dir: $SIM_WORK_DIR"
4 changes: 2 additions & 2 deletions examples/macos/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- IJKMediaPlayerKit (0.11.6)
- IJKMediaPlayerKit (0.11.7)

DEPENDENCIES:
- IJKMediaPlayerKit (from `../../`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "../../"

SPEC CHECKSUMS:
IJKMediaPlayerKit: 1b9d8c06af1e5251d4fe68094415b311b0733cac
IJKMediaPlayerKit: 6aa25584a1952b0a3bce400889932ee5e5530b52

PODFILE CHECKSUM: f950a6923955cd8172bbcde59a7c414fe1a4ac71

Expand Down
2 changes: 1 addition & 1 deletion examples/macos/build-framework.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ xcodebuild -workspace ${WORKSPACE_NAME} -scheme ${TARGET_NAME} \
-configuration Release \
-destination 'generic/platform=macOS' \
BUILD_DIR=. \
clean build >/dev/null
clean build

echo "framework dir: ${WORK_DIR}"
4 changes: 2 additions & 2 deletions examples/tvos/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- IJKMediaPlayerKit (0.11.6)
- IJKMediaPlayerKit (0.11.7)

DEPENDENCIES:
- IJKMediaPlayerKit (from `../../`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "../../"

SPEC CHECKSUMS:
IJKMediaPlayerKit: 1b9d8c06af1e5251d4fe68094415b311b0733cac
IJKMediaPlayerKit: 6aa25584a1952b0a3bce400889932ee5e5530b52

PODFILE CHECKSUM: 61b62f37b598e87b9117082bdf528ef9f99adafb

Expand Down
2 changes: 1 addition & 1 deletion examples/tvos/build-framework.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ xcodebuild -workspace ${WORKSPACE_NAME} -scheme ${TARGET_NAME} \
-destination 'generic/platform=tvOS Simulator' \
-destination 'generic/platform=tvOS' \
BUILD_DIR=. \
clean build >/dev/null
clean build

echo "tvos framework dir:$WORK_DIR"
echo "tvos simulator framework dir: $SIM_WORK_DIR"
Expand Down
3 changes: 2 additions & 1 deletion ijkmedia/ijkplayer/ff_ffplay.c
Original file line number Diff line number Diff line change
Expand Up @@ -3422,7 +3422,8 @@ static int read_thread(void *arg)
err = avformat_open_input(&ic, is->filename, is->iformat, &ffp->format_opts);
if (err < 0) {
ret = -1;
av_log(NULL, AV_LOG_ERROR, "open input failed:%s,err:%d\n", is->filename, err);

av_log(NULL, AV_LOG_ERROR, "open [%s] failed:%s,err:%d\n", is->filename, av_err2str(err), err);
last_error = err;
goto fail;
}
Expand Down
4 changes: 2 additions & 2 deletions version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

set -e

VERSION_CODE=1100600
VERSION_NAME=0.11.6
VERSION_CODE=1100700
VERSION_NAME=0.11.7
VERSION_TARGET=$1

echo "alter version to $VERSION_NAME"
Expand Down

0 comments on commit 5b727ed

Please sign in to comment.