Leon Styhre
|
d5fa6bc82c
|
Added support for scraping title screens, box back covers and physical media images.
|
2021-10-28 21:00:23 +02:00 |
|
Leon Styhre
|
63767347f2
|
Fixed numerous compiler warnings reported by the -Wall and -Wpedantic flags.
|
2021-09-19 14:37:10 +02:00 |
|
Leon Styhre
|
c7d815a125
|
Fixed multiple compiler warnings related to virtual functions.
|
2021-09-18 11:49:39 +02:00 |
|
Leon Styhre
|
7b5d673050
|
Replaced the internal Vector2i data type and functions with the GLM library equivalent.
Also applied some code formatting changes for braced lists using clang-format.
|
2021-08-17 18:41:45 +02:00 |
|
Leon Styhre
|
1fb0ccef0d
|
Replaced the internal Vector2f data type and functions with the GLM library equivalent.
|
2021-08-16 18:25:01 +02:00 |
|
Leon Styhre
|
722468129e
|
Replaced all internal matrix data types and functions with the GLM library equivalents.
Also changed some vectors.
|
2021-08-15 19:30:31 +02:00 |
|
Leon Styhre
|
af5e32e121
|
Formatted the es-app source tree using clang-format.
|
2021-07-07 20:03:42 +02:00 |
|
Leon Styhre
|
386001d09c
|
Fixed an issue where MediaViewer tried to render corrupt images.
|
2021-07-02 20:35:52 +02:00 |
|
Leon Styhre
|
337f06b428
|
Added a CMake option to build with or without the VLC video player.
|
2021-06-23 00:24:15 +02:00 |
|
Leon Styhre
|
88816c4b86
|
Fixed an issue where double scroll navigation sounds were sometimes played when starting the media viewer.
|
2021-06-21 22:13:56 +02:00 |
|
Leon Styhre
|
cc335343c4
|
Removed the 3D box display from MediaViewer.
|
2021-06-14 22:34:24 +02:00 |
|
Leon Styhre
|
ec034395f1
|
The media viewer now also displays miximages.
|
2021-06-07 22:22:22 +02:00 |
|
Leon Styhre
|
17fec1aac7
|
Fixed an issue where videos would sometimes not start after using the media viewer.
|
2021-05-29 10:51:29 +02:00 |
|
Leon Styhre
|
9b395d6526
|
Fixed an issue where videos would sometimes not play when exiting the media viewer.
|
2021-05-24 18:39:52 +02:00 |
|
Leon Styhre
|
65e119cff9
|
The audio stream is now only cleared from a single location in VideoFFmpegComponent.
Also made the video player finish processing if the video is paused.
|
2021-05-19 19:52:58 +02:00 |
|
Leon Styhre
|
cc0b9fdf87
|
Fixed an issue where the media viewer navigation sounds would sometimes not play.
|
2021-05-16 23:48:03 +02:00 |
|
Leon Styhre
|
c6e4a81fa0
|
Attempting to move beyond the last or first entry in the media viewer no longer plays a navigation sound.
|
2021-05-16 23:30:41 +02:00 |
|
Leon Styhre
|
b6461b913a
|
(Windows) Fixed an MSVC compiler warning in MediaPlayer.
|
2021-05-16 15:42:23 +02:00 |
|
Leon Styhre
|
3ed17fbea2
|
Added a fullscreen game media viewer.
|
2021-05-16 13:12:31 +02:00 |
|