Skip to content

Commit

Permalink
feat:add hevc hardware decode
Browse files Browse the repository at this point in the history
  • Loading branch information
biless committed Jun 11, 2023
1 parent 94a61a7 commit 96aeabc
Show file tree
Hide file tree
Showing 7 changed files with 364 additions and 347 deletions.
4 changes: 2 additions & 2 deletions init-android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

# IJK_FFMPEG_UPSTREAM=git://git.videolan.org/ffmpeg.git
IJK_FFMPEG_UPSTREAM=https://github.com/Bilibili/FFmpeg.git
IJK_FFMPEG_FORK=https://github.com/befovy/FFmpeg.git
IJK_FFMPEG_COMMIT=ff4.0--ijk0.8.8--20211030--926
IJK_FFMPEG_FORK=https://github.com/FlutterPlayer/FFmpeg.git
IJK_FFMPEG_COMMIT=ff4.0-20230611
IJK_FFMPEG_LOCAL_REPO=extra/ffmpeg

set -e
Expand Down
4 changes: 2 additions & 2 deletions init-ios.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

# IJK_FFMPEG_UPSTREAM=git://git.videolan.org/ffmpeg.git
IJK_FFMPEG_UPSTREAM=https://github.com/Bilibili/FFmpeg.git
IJK_FFMPEG_FORK=https://github.com/befovy/FFmpeg.git
IJK_FFMPEG_COMMIT=ff4.0--ijk0.8.8--20211030--926
IJK_FFMPEG_FORK=https://github.com/FlutterPlayer/FFmpeg.git
IJK_FFMPEG_COMMIT=ff4.0-20230611
IJK_FFMPEG_LOCAL_REPO=extra/ffmpeg

IJK_GASP_UPSTREAM=https://github.com/Bilibili/gas-preprocessor.git
Expand Down
4 changes: 2 additions & 2 deletions init-osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

# IJK_FFMPEG_UPSTREAM=git://git.videolan.org/ffmpeg.git
IJK_FFMPEG_UPSTREAM=https://github.com/befovy/FFmpeg.git
IJK_FFMPEG_FORK=https://github.com/befovy/FFmpeg.git
IJK_FFMPEG_COMMIT=ff4.0--ijk0.8.8--20210522--926
IJK_FFMPEG_FORK=https://github.com/FlutterPlayer/FFmpeg.git
IJK_FFMPEG_COMMIT=ff4.0-20230611
IJK_FFMPEG_LOCAL_REPO=extra/ffmpeg

IJK_GASP_UPSTREAM=https://github.com/Bilibili/gas-preprocessor.git
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#import "ijkplayer/ijkavformat/ijkioapplication.h"
#include "string.h"

static const char *kIJKFFRequiredFFmpegVersion = "ff4.0--ijk0.8.8--20211030--926";
static const char *kIJKFFRequiredFFmpegVersion = "ff4.0-20230611";

// It means you didn't call shutdown if you found this object leaked.
@interface IJKWeakHolder : NSObject
Expand Down
Loading

0 comments on commit 96aeabc

Please sign in to comment.