Skip to content

Version 0.21.1

Compare
Choose a tag to compare
@wang-bin wang-bin released this 01 Jul 07:50
· 66 commits to master since this release
  • Fix loop fails in some ranges
  • Raspberry pi: enable eglimage reuse by default to improve 0-copy rendering performance
  • API: allow construct Player object from existing ptr
  • Android: support assets, via url scheme 'assets', for example player.setMedia("assets://flutter_assets/assets/test.mp4")
  • Improve av sync
  • Braw:
    • upgrade to version 3.1
    • Support iOS
    • Enable 0-copy for cuda
  • FFmpeg:
    • Add vulkan decoder FFmpeg:hwcontext=vulkan:copy=1, or select another device index FFmpeg:hwcontext=vulkan:copy=1: hwdevice=1
    • Fix hwaccel_flags is not correctly applied
  • New project: fvp is a plugin for flutter video_player to support all platforms via libmdk. Add fvp as a dependency, and add 2 lines of code, then you can benefit from the power of libmdk. You can try prebuilt example from artifacts of github actions