Skip to content

Commit 9d02426

Browse files
committed
v0.28.0
1 parent 6c68a5d commit 9d02426

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.28.0
2+
3+
* mixWithOthers for iOS
4+
* privacy manifest for apple
5+
* enable DXVA decoder for win, used by some win7 devices
6+
* crash fix
7+
18
## 0.27.0
29

310
* keep video aspect ratio for user specified texture size

darwin/fvp.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Flutter video player plugin.
2525
s.osx.dependency 'FlutterMacOS'
2626
s.ios.deployment_target = '12.0'
2727
s.osx.deployment_target = '10.13'
28-
s.dependency 'mdk', '~> 0.29.1'
28+
s.dependency 'mdk', '~> 0.30.0'
2929

3030
# s.platform = :osx, '10.11'
3131
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: fvp
22
description: video_player plugin and backend APIs. Support all desktop/mobile platforms with hardware decoders, optimal renders. Supports most formats via FFmpeg
3-
version: 0.27.0
3+
version: 0.28.0
44
homepage: https://github.com/wang-bin/fvp
55
topics:
66
- video

windows/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.14)
66

77
# Project-level configuration.
88
set(PROJECT_NAME "fvp")
9-
project(${PROJECT_NAME} VERSION 0.27.0
9+
project(${PROJECT_NAME} VERSION 0.28.0
1010
DESCRIPTION "Flutter video_player plugin via libmdk")
1111
set(PROJECT_VERSION_TWEAK 0)
1212
set(CMAKE_CXX_STANDARD 20)

0 commit comments

Comments
 (0)