Commit Graph

5349 Commits

Author SHA1 Message Date
Ylva Selling 080af4bb0b Start video in paused state 2023-02-28 10:35:22 -05:00
Ylva Selling afc9a0c1c7 Make seeking use set property with time-pos instead of command 2023-02-28 10:35:10 -05:00
Ylva Selling 4a617aa9eb Add set property function for doubles 2023-02-28 10:05:52 -05:00
Ylva Selling cc4e92e7fb Move libmpv render function to update function 2023-02-27 11:22:05 -05:00
Ylva Selling a6827ae8e6 Add syncable to syncengine & improve synchronization 2023-02-23 16:10:10 -05:00
Ylva Selling 6f0b7fbb53 Add synchronization between nodes for videoplayer 2023-02-22 14:56:14 -05:00
Ylva Selling 5ac1bb89e1 Cleanup 2023-02-21 18:53:49 -05:00
Ylva Selling 64b16e3545 Fix indentation for switch 2023-02-21 18:38:54 -05:00
Ylva Selling b890218716 Add functions to set properties 2023-02-21 18:38:42 -05:00
Ylva Selling bb819fb4b9 Change static casts to reinterpret casts 2023-02-21 18:38:21 -05:00
Ylva Selling c15535a5f7 Cleanup 2023-02-21 18:23:44 -05:00
Ylva Selling e2fdb74f6a Fix indentation 2023-02-21 18:05:37 -05:00
Ylva Selling 46016a19f5 Create maps to map keys with data in order to validate which formats and commands are usable with which keys 2023-02-21 18:05:24 -05:00
Ylva Selling c0794ef498 Add video player as property subowner instead of doing it in renderable classes 2023-02-21 14:14:26 -05:00
Ylva Selling a68c8891ea Make renderable video sphere derive from renderable and copy code from renderablesphere 2023-02-16 14:21:59 -05:00
Ylva Selling 7154b6c4fa Move video stretching into video player 2023-02-16 12:04:13 -05:00
Ylva Selling 8d79e348b3 Move video properties to video player out of renderables 2023-02-16 11:48:43 -05:00
Ylva Selling 3f3b5dd229 Remove unnecessary printout 2023-02-16 11:48:26 -05:00
Ylva Selling f4c216d673 Move properties from renderable to video player class 2023-02-16 11:41:25 -05:00
Ylva Selling 871733be1e Change File to Video to better describe both paths and urls 2023-02-16 11:41:06 -05:00
Ylva Selling bb15f0efe0 Add functionality to mute video in video player and add properties in video player 2023-02-16 11:31:14 -05:00
Ylva Selling 56473c77e0 Change path into string since we can play youtube videos too 2023-02-15 17:59:27 -05:00
Ylva Selling ce565a7002 Add reset to screen space video and renderable video sphere to be able to recover when it doesn't play 2023-02-15 15:55:06 -05:00
Ylva Selling 04c89fe887 Add video sphere 2023-02-15 15:45:14 -05:00
Ylva Selling a257c813b3 Add screenspace video 2023-02-15 15:45:00 -05:00
Ylva Selling 7a29aaa3ea Remove unnecessary comment 2023-02-15 14:46:55 -05:00
Ylva Selling 4a119d8a99 Change error message to an info message as it is printed every time and there is no problem 2023-02-15 14:41:44 -05:00
Ylva Selling 821cc61083 Make removing layers work 2023-02-15 14:41:22 -05:00
Ylva Selling 7040c62e25 Make reset work 2023-02-15 14:32:16 -05:00
Ylva Selling a2285af180 Use tile cache again and pause when seeking 2023-02-15 14:25:40 -05:00
Ylva Selling f9b7270910 Merge branch 'feature/video-module' of https://github.com/OpenSpace/OpenSpace into feature/video-module 2023-02-15 14:08:17 -05:00
Ylva Selling 2ac910bfd6 Make stretching work again and fix some bugs with destroying mpv and format for pause 2023-02-15 14:08:08 -05:00
Ylva Selling c01487458c Split videotileprovider and videoplayer into two classes 2023-02-15 10:55:23 -05:00
Alexander Bock 6468964f68 Improve the reporting of specification errors 2023-02-15 15:26:23 +01:00
Ylva Selling a61d98c268 Create video player class 2023-02-14 16:07:21 -05:00
Ylva Selling 8cb5bbf49a Move videotileprovider to video module 2023-02-14 15:38:47 -05:00
Ylva Selling eccb98dd24 Create module for video 2023-02-14 15:20:29 -05:00
Ylva Selling ec8d5beb75 Update cmake file to copy the libpenh264 dll to bin after building 2023-02-14 12:50:55 -05:00
Ylva Selling 5144fd8f02 Merge remote-tracking branch 'origin/master' into feature/video-on-globe 2023-02-13 10:59:01 -05:00
Ylva Selling f7c871743e Change to proper format (double) for input argument to libmpv 2023-02-10 15:41:51 -05:00
Ylva Selling bb85fd25ec Set flag for when mpv context is being destroyed 2023-02-10 15:41:18 -05:00
Ylva Selling 51385cf208 Fix bug that libmpv sometimes thinks an address to a boolean is true 2023-02-10 15:40:51 -05:00
Ylva Selling 56e8574197 Fix bug with play function and handle property replies more excplicitly again 2023-02-10 13:42:53 -05:00
Alexander Bock e37a9ed213 Linux compile fix 2023-02-10 08:59:40 +01:00
Ylva Selling 2f96e54c8e Merge remote-tracking branch 'origin/master' into issue/2403
# Conflicts:
#	modules/skybrowser/include/wwtcommunicator.h
#	modules/skybrowser/src/wwtcommunicator.cpp
2023-02-09 16:20:42 -05:00
Ylva Selling 71169eef6e Update some assets 2023-02-09 15:34:14 -05:00
Ylva Selling b1ed46797f Remove unnecessary ffmpeg library 2023-02-09 15:32:15 -05:00
Ylva Selling f65c89b088 Fix seeking with map to simulation time to be more exact 2023-02-09 13:23:28 -05:00
Ylva Selling aa4e42bcae Fix bug with resizing fbo 2023-02-09 13:22:53 -05:00
Ylva Selling 70fd239418 Merge remote-tracking branch 'origin/master' into feature/video-on-globe
# Conflicts:
#	modules/globebrowsing/src/layergroupid.h
#	modules/globebrowsing/src/tileprovider/tileprovider.cpp
2023-02-09 12:55:08 -05:00