TombEngine/Libs/vlc
Lwmte cb23823e64
Video playback (#1625)
* Work

* Work

* Update Video.cpp

* Update Video.cpp

* Update Video.cpp

* Update Video.cpp

* Update Video.cpp

* Working playback

* Update Video.cpp

* Cleanups

* Additions

* Update Video.cpp

* Formatting

* Correct pausing/resuming

* Remove .mov extension, as it's not supported

* Use vector instead of array

* Implement SetIntroVideoPath

* Swap intro image and intro video to better reflect original legal sequence

* Update Gameflow.lua

* Simplify synchronization with VLC thread

* Use Vector2i for sizes, only fetch video dimensions once

* Rename callbacks, move logging callback to a class

* Update Video.cpp

* Update CHANGELOG.md

* Removed empty OnDisplayFrame event

* Rename

* Stop video player if user pressed Alt+F4

* Allow background video playback

* Update Video.cpp

* Update Video.cpp

* Fixed init errors

* Restore .mov default extension for video playback

* Update RendererDraw2D.cpp

* Add video streaming for rectangular faces of room geometry

* Remove magic and use normalized UVs instead

* Use VIDEO_SPRITE_ID instead of NO_VALUE

* Added more scripting API functions for video playback

* Correct variable names

* Shorten notification

* Add GetVideoDominantColor

* Do proper cleanup when alt+F4ing during video playback

* Change game loop deinit to avoid several issues with cleaning up

* Organise `VideoHandler` class

* Randomize glow angle

* Update comment

* Update Video.cpp

* Update Video.cpp

* Fix issues with frame drops in exclusive mode

* Optimize CPU usage in exclusive mode

---------

Co-authored-by: Sezz <sezzary@outlook.com>
2025-04-20 22:06:07 +03:00
..
x64 Video playback (#1625) 2025-04-20 22:06:07 +03:00
x86 Video playback (#1625) 2025-04-20 22:06:07 +03:00
libvlc.h Video playback (#1625) 2025-04-20 22:06:07 +03:00
libvlc_dialog.h Video playback (#1625) 2025-04-20 22:06:07 +03:00
libvlc_events.h Video playback (#1625) 2025-04-20 22:06:07 +03:00
libvlc_media.h Video playback (#1625) 2025-04-20 22:06:07 +03:00
libvlc_media_discoverer.h Video playback (#1625) 2025-04-20 22:06:07 +03:00
libvlc_media_list.h Video playback (#1625) 2025-04-20 22:06:07 +03:00
libvlc_media_list_player.h Video playback (#1625) 2025-04-20 22:06:07 +03:00
libvlc_media_player.h Video playback (#1625) 2025-04-20 22:06:07 +03:00
libvlc_media_track.h Video playback (#1625) 2025-04-20 22:06:07 +03:00
libvlc_picture.h Video playback (#1625) 2025-04-20 22:06:07 +03:00
libvlc_renderer_discoverer.h Video playback (#1625) 2025-04-20 22:06:07 +03:00
libvlc_version.h Video playback (#1625) 2025-04-20 22:06:07 +03:00
libvlc_video.h Video playback (#1625) 2025-04-20 22:06:07 +03:00
vlc.h Video playback (#1625) 2025-04-20 22:06:07 +03:00