Skip to content

Commit

Permalink
bump k0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
debugly committed May 11, 2024
1 parent a7f96f0 commit fd6f35e
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 28 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ tag k0.11.0

- support ass subtitle effects, and adjust position and scale in real time
- support display multiple pgs bitmap subtitle at the same moment, and adjust position and scale in real time
- dropped old subtitle renderer (text->image(CoreGraphy)->CVPixelBuffer->Texture)
- dropped old subtitle renderer (text->image(Core Graphics)->CVPixelBuffer->Texture)
- subtitle preference move to player from view
- dropped iOS OpenGL renderer
- support http gzip and deflate use headers
- restore ijk dns cache and http event hook
- enable microdvd subtitle decoder
- meta add chapter info

tag k0.10.5
--------------------------------
Expand All @@ -21,7 +23,7 @@ tag k0.10.4
- support install third pre-compiled libs
- external subtitle support GBK、BIG5-2003 character set
- fix subtitle display more bigger bug on non-retina screen using metal
- support render P216YUV422P16P416YUV444P16AYUV64YUVA444P16 pixel format directly
- support render P216YUV422P16P416YUV444P16AYUV64YUVA444P16 pixel format directly
- upgrade ffmpeg to 5.1.4,openssl to 1.1.1w,opus to 1.4,dav1d to 1.3.0,bluray to 1.3.4

tag k0.10.3
Expand Down
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.10.5'
s.version = '0.11.0'
s.summary = 'IJKMediaPlayerKit for ios/macOS.'

# This description is used to generate tags and improve search results.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ sudo dpkg-reconfigure dash
```
git clone https://github.com/debugly/ijkplayer.git ijkplayer
cd ijkplayer
git checkout -B latest k0.10.5
git checkout -B latest k0.11.0
cd shell
./init-any.sh macos
Expand All @@ -135,7 +135,7 @@ open ../../examples/macos/IJKMediaMacDemo.xcworkspace
```
git clone https://github.com/debugly/ijkplayer.git ijkplayer
cd ijkplayer
git checkout -B latest k0.10.5
git checkout -B latest k0.11.0
cd shell
./init-any.sh ios
Expand All @@ -150,7 +150,7 @@ open ../../examples/macos/IJKMediaDemo.xcworkspace
```
git clone https://github.com/Bilibili/ijkplayer.git ijkplayer-android
cd ijkplayer-android
git checkout -B latest k0.10.5
git checkout -B latest k0.11.0
./init-android.sh
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 = 1000500
versionName = "0.10.5"
versionCode = 1100000
versionName = "0.11.0"
}

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.10.5
VERSION_CODE=1000500
VERSION_NAME=0.11.0
VERSION_CODE=1100000
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.10.5'
// compile 'tv.danmaku.ijk.media:ijkplayer-exo:0.10.5'
// compile 'tv.danmaku.ijk.media:ijkplayer-java:0.11.0'
// compile 'tv.danmaku.ijk.media:ijkplayer-exo:0.11.0'

// all32Compile 'tv.danmaku.ijk.media:ijkplayer-armv5:0.10.5'
// all32Compile 'tv.danmaku.ijk.media:ijkplayer-armv7a:0.10.5'
// all32Compile 'tv.danmaku.ijk.media:ijkplayer-x86:0.10.5'
// all32Compile 'tv.danmaku.ijk.media:ijkplayer-armv5:0.11.0'
// all32Compile 'tv.danmaku.ijk.media:ijkplayer-armv7a:0.11.0'
// all32Compile 'tv.danmaku.ijk.media:ijkplayer-x86:0.11.0'

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

// 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.10.5'
// compile 'tv.danmaku.ijk.media:ijkplayer-java:0.11.0'
}

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

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

SPEC CHECKSUMS:
IJKMediaPlayerKit: ad50dbfae317cb65f94dec40a73a8336c5e451f8
IJKMediaPlayerKit: b70eef8376bfc532e26524ae8c55112e5ae5821a

PODFILE CHECKSUM: cd296d63e0523ffeac3abedb895edb14934a2d48

COCOAPODS: 1.15.0
COCOAPODS: 1.15.2
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.10.5)
- IJKMediaPlayerKit (0.11.0)

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

SPEC CHECKSUMS:
IJKMediaPlayerKit: ad50dbfae317cb65f94dec40a73a8336c5e451f8
IJKMediaPlayerKit: b70eef8376bfc532e26524ae8c55112e5ae5821a

PODFILE CHECKSUM: f950a6923955cd8172bbcde59a7c414fe1a4ac71

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=1000500
VERSION_NAME=0.10.5
VERSION_CODE=1100000
VERSION_NAME=0.11.0
VERSION_TARGET=$1

echo "alter version to $VERSION_NAME"
Expand Down

0 comments on commit fd6f35e

Please sign in to comment.