Commit Graph
28 Commits
Author SHA1 Message Date
Hidenori MatsubayashiandGitHub bb10db6bdb Update README: add description about customization of videoconvert element (#38) 2021-08-23 10:07:19 +09:00
Hidenori MatsubayashiandGitHub 7057f871e2 [video_player] improve asset path (#37) 2021-08-21 00:05:13 +09:00
Hidenori MatsubayashiandGitHub fe274a8038 [camera] Fix wrong orientation (#36)
* Fixed the bug. See: #6 (comment)

* Also, I changed the camera type from back-camera to external-camera.
2021-08-20 10:45:18 +09:00
Hidenori MatsubayashiandGitHub 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 MatsubayashiandGitHub 72ce4f3942 [camera] update README (#33)
Remove "apt install libglib2.0-dev"
2021-08-19 09:40:53 +09:00
Hidenori MatsubayashiandGitHub c3abfca69a [camera] refactor CMakeLists.txt (#32)
* Refactor CMakeLists.txt

* remove unnecessary comment
2021-08-18 11:07:38 +09:00
Hidenori MatsubayashiandGitHub 34feab80cc [camera] Source code refactoring (#31)
Changes:
* Source code refactoring
* Add temporary code for camera image stream APIs
2021-08-17 17:49:36 +09:00
Hidenori MatsubayashiandGitHub 736eb878ee Update README: add camera plugin (#30) 2021-08-16 16:47:46 +09:00
Hidenori MatsubayashiandGitHub 999fdad59c [camera][draft] Add camera plugin (#29)
Added the first draft version, but there are still a lot of unimplemented features.
2021-08-16 16:43:28 +09:00
Hidenori MatsubayashiandGitHub 4c37b98e79 [video_player] Update README: required libraries (#28) 2021-08-06 20:38:57 +09:00
Hidenori MatsubayashiandGitHub d3534dc5c4 [video_player] Fix a typo (#27) 2021-08-06 11:03:34 +09:00
Hidenori MatsubayashiandGitHub 385d322fca Remove unused includes and libraries (#26)
Removed unnecessary header file includes and libraries.
2021-08-06 09:54:36 +09:00
Hidenori MatsubayashiandGitHub 156d3718dc [video_player] Fix wrong repo path (#25) 2021-08-05 16:12:39 +09:00
Hidenori MatsubayashiandGitHub ee9630877a [video_player] Add missing mutex (#24) 2021-08-05 13:32:11 +09:00
Hidenori MatsubayashiandGitHub dd294a8803 [video_player] Improve error handling (#23)
Improved an error handling when getting current position.
2021-08-05 07:55:18 +09:00
Hidenori MatsubayashiandGitHub 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 MatsubayashiandGitHub 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 MatsubayashiandGitHub 39843c2a0a Merge the latest app template from flutter-elinux (#19) 2021-08-04 10:11:32 +09:00
Hidenori MatsubayashiandGitHub 8587b2bd27 Update README: fix pubspec.yaml (#18)
Fixed wrong usage
2021-08-03 17:31:58 +09:00
Hidenori MatsubayashiandGitHub 8bcf2ba613 Updte README: add shared_preferences_elinux (#17) 2021-08-03 14:23:36 +09:00
Hidenori MatsubayashiandGitHub 6fe73b2d2c Update README, add LICENSE file (#16) 2021-08-03 14:19:36 +09:00
Hidenori MatsubayashiandGitHub 50c4792056 Add shared_preferences (#15) 2021-08-03 14:13:04 +09:00
Hidenori MatsubayashiandGitHub 6eed119327 Update README: fix wrong pubspec.yaml (#14) 2021-08-03 12:57:15 +09:00
Hidenori MatsubayashiandGitHub 6d61e81d94 Fix wrong path in pubspec.yaml (#13) 2021-08-03 10:52:28 +09:00
Hidenori MatsubayashiandGitHub 1cc1269f51 Add path_provider for elinux (#12)
Fixed #9
2021-08-03 10:47:25 +09:00
Hidenori MatsubayashiandGitHub 0fe779fc3a Add video player (#2)
https://github.com/sony/flutter-embedded-linux/issues/124
2021-07-29 13:20:33 +09:00
Hidenori MatsubayashiandGitHub e6d61c00af Add companion repos (#1)
Updated README
2021-07-16 16:50:58 +09:00
Hidenori Matsubayashi c077a7be45 first commit 2021-07-16 13:10:48 +09:00