Skip to content

Commit

Permalink
update xx.so
Browse files Browse the repository at this point in the history
  • Loading branch information
yying.jin committed Jan 20, 2025
1 parent cd2f9ba commit 19b09af
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 2 deletions.
24 changes: 24 additions & 0 deletions packages/video_player_avplay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
## 0.5.12

* Update plusplayer
1. [HLS] Corrected MA info event processing. Error messages posting to bms.
2. [HLS] Ignore padding bytes generated withmmplayer+aes-128 content.
3. [HLS] Logging improvement (print segment duration).
4. [HLS] Fix for security issue in Hlstracksource.
5. [HLS] Removed un-used property setting to mq.
6. [HLS] HLS UT : Daterange and SCTE53 related UTs added.
7. [PLAYER] Added handling to avoid seektolive trigger in non-playing state.
8. [PLAYER] Corrected player error incase 4k is played in multiveiw.
9. [PLAYER] Added check to enable boost for 23year onwards only & apply boost in feeder&mq threads for low latency also.
10. [PLAYER] DateRange exception handling with SCTE35.
11. [PLAYER] Exception handling propogation for Curl Reset.
12. [PLAYER] Added code to relax thread throttling.
13. [PLAYER] Expose live start.
14. [PLAYER] Add ut to test -2x~-16x playback rate.
15. [PLAYER] Reduce waiting time before downloading segment for hbbtv TC.
16. [PLAYER] In feeder registering thread for boosting only.
17. [PLAYER] Applying boost to avoid contention on multiqueue src pad.
18. [DASH] Fix Dash streaming audio codec swithcing failed.
19. [DASH] Fix glitch (during no catching state , it change plyaback rate larger than 1.0).
20. [DASH] Add tc for dash sw decoder seeking.

## 0.5.11

* Add check platform and api version.
Expand Down
2 changes: 1 addition & 1 deletion packages/video_player_avplay/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To use this package, add `video_player_avplay` as a dependency in your `pubspec.

```yaml
dependencies:
video_player_avplay: ^0.5.11
video_player_avplay: ^0.5.12
```
Then you can import `video_player_avplay` in your Dart code:
Expand Down
2 changes: 1 addition & 1 deletion packages/video_player_avplay/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: video_player_avplay
description: Flutter plugin for displaying inline video on Tizen TV devices.
homepage: https://github.com/flutter-tizen/plugins
repository: https://github.com/flutter-tizen/plugins/tree/master/packages/video_player_avplay
version: 0.5.11
version: 0.5.12

environment:
sdk: ">=3.1.0 <4.0.0"
Expand Down
29 changes: 29 additions & 0 deletions packages/video_player_avplay/video_player_avplay.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.2.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "example", "example", "{1D587995-D2B1-D47C-23B4-E8E972FA15E9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Runner", "example\tizen\Runner.csproj", "{D793293C-23D7-E417-2D40-71E25EB896BB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D793293C-23D7-E417-2D40-71E25EB896BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D793293C-23D7-E417-2D40-71E25EB896BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D793293C-23D7-E417-2D40-71E25EB896BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D793293C-23D7-E417-2D40-71E25EB896BB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D793293C-23D7-E417-2D40-71E25EB896BB} = {1D587995-D2B1-D47C-23B4-E8E972FA15E9}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {603DEBE9-81DA-44ED-9D93-E3D7133AFAD9}
EndGlobalSection
EndGlobal

0 comments on commit 19b09af

Please sign in to comment.