Skip to content

Commit

Permalink
v0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-bin committed Nov 9, 2024
1 parent 6c68a5d commit 9d02426
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.28.0

* mixWithOthers for iOS
* privacy manifest for apple
* enable DXVA decoder for win, used by some win7 devices
* crash fix

## 0.27.0

* keep video aspect ratio for user specified texture size
Expand Down
2 changes: 1 addition & 1 deletion darwin/fvp.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Flutter video player plugin.
s.osx.dependency 'FlutterMacOS'
s.ios.deployment_target = '12.0'
s.osx.deployment_target = '10.13'
s.dependency 'mdk', '~> 0.29.1'
s.dependency 'mdk', '~> 0.30.0'

# s.platform = :osx, '10.11'
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: fvp
description: video_player plugin and backend APIs. Support all desktop/mobile platforms with hardware decoders, optimal renders. Supports most formats via FFmpeg
version: 0.27.0
version: 0.28.0
homepage: https://github.com/wang-bin/fvp
topics:
- video
Expand Down
2 changes: 1 addition & 1 deletion windows/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.14)

# Project-level configuration.
set(PROJECT_NAME "fvp")
project(${PROJECT_NAME} VERSION 0.27.0
project(${PROJECT_NAME} VERSION 0.28.0
DESCRIPTION "Flutter video_player plugin via libmdk")
set(PROJECT_VERSION_TWEAK 0)
set(CMAKE_CXX_STANDARD 20)
Expand Down

0 comments on commit 9d02426

Please sign in to comment.