video_player_win 3.1.1 copy "video_player_win: ^3.1.1" to clipboard
video_player_win: ^3.1.1 copied to clipboard

PlatformWindows

Video player for Windows, lightweight, using Windows built-in Media Foundation API. Windows implementation of the video_player plugin.

3.1.1 #

  • Fix #44: Fix setLooping(true) will auto play without video frames when play ended

3.1.0 #

  • Fix crash issue if Windows not support DirectX 12.

3.0.0 #

  • Re-implemented by IMFMediaEngine API of Windows Media Foundation.
  • Support .m3u8 now
  • Support video scrubbing

2.3.11 #

  • Fix @41: can't play video if no audio out device

2.3.10 #

  • destroy all old players when hot-restart in debug mode.
  • remove black background in WinVideoPlayerWidget.

2.3.9 #

  • Fix exception

2.3.8 #

  • Fix: unexpected dispose controller when VideoPlayer created without use it, even if it is still referenced.
  • Fix: should set value.isInitialized to false while decode error

2.3.7 #

  • Fix: crash when open wrong file path or url.

2.3.6 #

  • Fix: controller.setPlaybackSpeed() not working

2.3.5 #

  • update README: no need to call registerWith()

2.3.4 #

  • Fix: getCurrentPosition() shouldn't return 0 during seeking
  • support controller.value.isCompleted
  • auto call dispose() when controller garbage-collected

2.3.2 #

  • Fix: sometimes crash when closing player

2.3.1 #

  • Fix: cannot play video path containing non-ASCII characters

2.3.0 #

  • Fix: get player position directly from windows media foundation, not cached value.
  • support Dart 3.0

2.2.2 #

  • Fix: shouldn't auto play when seeking in pause state
  • Fix: show the first frame when video loaded and Play() not called
  • Fix: prevent video freeze when call Play() twice
  • keep screen on (disable screensaver) while playing video.

2.2.0 #

  • Enhance performance
  • Fix memory leak
  • Fix SetVolume() issue

2.0.0 #

  • Enable GPU hardware acceleration

1.1.6 #

  • Support non-English filename

1.1.5 #

  • Fix video skew when width or height is not multiple of 16

1.1.4 #

  • Fix crash when dispose video which has no audio or video stream

1.1.3 #

  • support AV1 video
  • enhance playback performance

1.1.2 #

  • fix compile error

1.1.1 #

  • change sdk version limitation

1.1.0 #

  • fix crash issue
  • fix memory leak

1.0.4 #

  • modify README.md

1.0.3 #

  • modify README.md

1.0.2 #

  • Fix SetLooping()
  • Fix bug when play to end

1.0.1 #

  • Fix memory leak in cpp code

1.0.0 #

  • Initial version
54
likes
140
points
7.4k
downloads

Publisher

unverified uploader

Weekly Downloads

Video player for Windows, lightweight, using Windows built-in Media Foundation API. Windows implementation of the video_player plugin.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, plugin_platform_interface, video_player_platform_interface

More

Packages that depend on video_player_win