Skip to content

Commit

Permalink
Version up
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaowei-guan committed Nov 29, 2024
1 parent 7bb6a04 commit 422faa6
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 2 deletions.
40 changes: 40 additions & 0 deletions packages/video_player_avplay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,43 @@
## 0.5.7

* Update plusplayer
1. [PLAYER] Feeder Threads for Audio and Video boosted.
2. [HLS] hls_trickplay : for rates (0-2) I-frame dependency removed.
3. [HLS] ss_trickplay : trickplay by seek enabled.
4. [HLS] Trickplay feature update for playbackrates (<0 and >2).
5. [HLS] Unused variable removed and indentation fix.
6. [HLS] Outputmanager logs getting skipped for some parts, Incorrect usage of GetPart(), GetPartOutput() is used instead of GetPart().
7. [HLS] playlist refresh rate reduced.
8. [HLS] MA LOG: curl operation time out case.
9. [HLS] Fix Garbage Frame Issue due to new implementation of dynamic storage of init data.
10. [HLS] Removed unnecessary logs.
11. [HLS] Special handling added to reset in-process curl download request during reset operation.
12. [HLS] Fix Garbage Frame Issue due to new implementation of dynamic storage of init data.
13. [HLS] Initialise catchupInstance only once in catchuptask.
14. [HLS] Handling EXT-X-SESSION-KEY info and trigger early license acquisition when available and also removing the redundant code but merging the related functions for sending drm data.
15. [HLS] Fix added: playback gets stuck when next download is preload-hinted-part in case of bitrate change with no new part, or new discontinuity with preload-hinted-part.
16. [HLS] Free pluginlist after setting state to null.
17. [HLS] Removed [-Wunused-variable] warning from HLS engine.
18. [HLS] Removed [-Wswitch-default] warning from HLS engine.
19. [HLS] Curl Reset flag to avoid wait in Process().
20. [HLS] InitDataS vector was changed to Map.
21. [HLS] LL Playlist Blocking Reload Fix + Improved Logging
22. [HLS] optimise subplaylist downlaod rate.
23. [HLS] Redundant gst Buffer unref removed.
24. [HLS] "Avoid Last Viewed Scene" Feature.
25. [HLS] AE-SDK code changes merging on onemain.
26. [HLS] External Media track change fix.
27. [HLS] Correction for MA Log Task.
28. [HLS] Added ut_empty_cue_before_endlist.
29. [HLS] LL-HLS Multitrack change support.
30. [HLS] Pause resume enabled in live property added in player.
31. [PLAYER] Enable MA_LOG in plusplayer.
32. [HLS] Set ABR property : Added functionality in engine and player to toggle bitrate change functionality.
33. [HLS] Increase disc pool size to handle more discontinuties in TVPLus VOD content.
34. [HLS] Fix for drm content playback and enabling MA_Info_Event macro.
35. [PLAYER] Fix plusplyaer solo build error.
36. [DASH] apply libxml patch for tpk cross use.

## 0.5.6

* Make startPosition support int32_t type.
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.6
video_player_avplay: ^0.5.7
```
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.6
version: 0.5.7

environment:
sdk: ">=3.1.0 <4.0.0"
Expand Down

0 comments on commit 422faa6

Please sign in to comment.