35 Commits

Author SHA1 Message Date
talksik 3ef7ca0139 adding in changelog 2023-10-03 21:44:25 -07:00
talksik 8b72f52144 going to lower version to match support 2023-10-03 21:33:54 -07:00
talksik 892d7e43a1 getting rid of dev env related thigns 2023-09-27 08:24:14 -07:00
talksik 7700de84f2 cleanup 2023-09-27 08:22:14 -07:00
talksik be1121ae8d adding in test 2023-09-27 08:18:08 -07:00
talksik d60ef3c9eb adding in updated video player for the addition of listening for messages 2023-09-27 08:00:56 -07:00
talksik 796c617d88 updating minimum flutter version 2023-09-27 07:47:36 -07:00
talksik eb0d1443b5 adding in implementation for playing and pausing updates 2023-09-25 12:09:53 -07:00
talksik f2383f9705 adding in clangd for code completion 2023-09-25 09:14:55 -07:00
Makoto Sato 3393b05388 video_player: fix auto repeat issue (#83)
Fixed #21

Signed-off-by: Makoto Sato <makoto.sato@atmark-techno.com>
2023-08-31 17:34:28 +09:00
Makoto Sato f9e1817314 [video_player] fix type mismatch (#82)
Signed-off-by: Makoto Sato <makoto.sato@atmark-techno.com>
2023-08-30 17:37:19 +09:00
Hidenori Matsubayashi 96106f35e7 video_player: add ELinuxVideoPlayer (dartPluginClass) (#80)
This change fixes #78 issue of AndroidVideoPlayer being used on x64 host PC for some reason. To fix it, this change adds ELinuxVideoPlayer dart plugin class as a VideoPlayerPlatform for eLinux.

Signed-off-by: Hidenori Matsubayashi <Hidenori.Matsubayashi@gmail.com>
2023-08-25 22:27:20 +00:00
Hidenori Matsubayashi 582e6458f9 video-player: update flutter/dart-sdk versions in pubspec.yaml (#79)
This change updates flutter and dart-sdk versions in pubspec.yaml for flutter 3.13.0

Related issue: #78

Signed-off-by: Hidenori Matsubayashi <Hidenori.Matsubayashi@gmail.com>
2023-08-25 14:21:50 +00:00
Hidenori Matsubayashi a608dc05a1 examples: update elinux template source files (#73)
Signed-off-by: Hidenori Matsubayashi <Hidenori.Matsubayashi@gmail.com>
2023-08-17 03:59:28 +00:00
Hidenori Matsubayashi 0c1388ec55 video_player: update README (#71)
Signed-off-by: Hidenori Matsubayashi <Hidenori.Matsubayashi@gmail.com>
2023-08-17 02:48:03 +00:00
Makoto Sato 1f6a66c618 [video_player] Add support GstEGLImage to improve playback performance (#67)
Signed-off-by: Makoto Sato <makoto.sato@atmark-techno.com>
2023-02-10 20:02:04 +09:00
Hidenori Matsubayashi 02260a1eab [video_player] update for video_player v2.4.7 / flutter 3.3.0 (#56)
Signed-off-by: Hidenori Matsubayashi <hidenori.matsubayashi@gmail.com>
2022-09-19 10:10:52 +09:00
Hidenori Matsubayashi 631960784b [video-player] Fix missing include (#51)
Fixed #50
Signed-off-by: Hidenori.Matsubayashi <hidenori.matsubayashi@gmail.com>
2022-05-19 22:16:34 +09:00
Hidenori Matsubayashi 6051d13082 [video_player] update dependencies plugin version (#43)
Updates
- Upgrade `video_player_platform_interface` from 4.1.0 to 4.2.0
- Update example
  - `video_player` from 2.1.12 to 2.2.5
  - Refactor source file
2021-10-26 13:39:15 +09:00
Hidenori Matsubayashi bb10db6bdb Update README: add description about customization of videoconvert element (#38) 2021-08-23 10:07:19 +09:00
Hidenori Matsubayashi 7057f871e2 [video_player] improve asset path (#37) 2021-08-21 00:05:13 +09:00
Hidenori Matsubayashi 86271d86b8 [video_player] change binary name (#34)
Changed the binary name to match the project name.
2021-08-19 09:46:12 +09:00
Hidenori Matsubayashi 4c37b98e79 [video_player] Update README: required libraries (#28) 2021-08-06 20:38:57 +09:00
Hidenori Matsubayashi d3534dc5c4 [video_player] Fix a typo (#27) 2021-08-06 11:03:34 +09:00
Hidenori Matsubayashi 385d322fca Remove unused includes and libraries (#26)
Removed unnecessary header file includes and libraries.
2021-08-06 09:54:36 +09:00
Hidenori Matsubayashi 156d3718dc [video_player] Fix wrong repo path (#25) 2021-08-05 16:12:39 +09:00
Hidenori Matsubayashi ee9630877a [video_player] Add missing mutex (#24) 2021-08-05 13:32:11 +09:00
Hidenori Matsubayashi dd294a8803 [video_player] Improve error handling (#23)
Improved an error handling when getting current position.
2021-08-05 07:55:18 +09:00
Hidenori Matsubayashi 971dd0e2c1 Changed to send completed event message from main thread (#22)
I changed to send the completed event messages from main thread to avoid flutter engine's fml checker error.
2021-08-04 17:49:41 +09:00
Hidenori Matsubayashi ccdb4d9d20 [Video player] Temporarily disable auto-repeat (#20)
* Disable auto-repat when stream is completed

* Update template

* version 0.9.1
2021-08-04 14:02:58 +09:00
Hidenori Matsubayashi 39843c2a0a Merge the latest app template from flutter-elinux (#19) 2021-08-04 10:11:32 +09:00
Hidenori Matsubayashi 8587b2bd27 Update README: fix pubspec.yaml (#18)
Fixed wrong usage
2021-08-03 17:31:58 +09:00
Hidenori Matsubayashi 6eed119327 Update README: fix wrong pubspec.yaml (#14) 2021-08-03 12:57:15 +09:00
Hidenori Matsubayashi 6d61e81d94 Fix wrong path in pubspec.yaml (#13) 2021-08-03 10:52:28 +09:00
Hidenori Matsubayashi 0fe779fc3a Add video player (#2)
https://github.com/sony/flutter-embedded-linux/issues/124
2021-07-29 13:20:33 +09:00