Matt Gajownik
a5f0988933
Update translations from Crowdin
2026-01-10 01:02:43 -05:00
Warchamp7
cea2d6938a
frontend: Remove Source from source names
2025-12-17 20:34:05 -05:00
Matt Gajownik
99c3a4b797
Update translations from Crowdin
2025-09-08 22:38:40 -04:00
Matt Gajownik
70c85f9875
Update translations from Crowdin
2025-07-01 13:34:08 -04:00
Matt Gajownik
ffef7504ac
Update translations from Crowdin
2025-06-09 14:55:50 -04:00
derrod
41a38f742c
image-source: Fix slideshow stopping on last file in random mode
2025-01-16 15:13:50 -05:00
Translation Updater
0b2c85845e
Update translations from Crowdin
2024-12-06 23:21:55 +00:00
Translation Updater
e6d9f73736
Update translations from Crowdin
2024-10-05 05:02:27 +00:00
Ryan Foster
a1fbf1015f
clang-format: Increase column limit from 80 to 120
2024-10-04 18:19:27 -04:00
PatTheMav
6c590805e8
cmake: Update supported CMake version range to 3.28 and 3.30
2024-09-13 14:42:32 -04:00
tytan652
31385006d5
Remove legacy_check CMake macro
...
The macro was not removed in 72428ccd97
waiting for submodules to be be updated to a commit where their legacy
code path is removed.
2024-09-11 13:24:39 -04:00
tytan652
72428ccd97
Remove CMake legacy code path
...
Except submodules and legacy_check macro since the former depend on it.
2024-08-28 13:53:25 -04:00
derrod
71509ad00c
image-source: Move loop/randomize checkboxes to playback mode combobox
2024-08-18 03:15:50 +02:00
PatTheMav
b8cfacaec3
Update formatting of CMake files
2024-08-14 12:07:47 -04:00
Translation Updater
8999d9fef9
Update translations from Crowdin
2024-06-07 09:47:58 +00:00
Warchamp7
b67338c448
plugins: Remove dynamic default path properties
2024-04-09 21:10:50 -04:00
Vainock
7ae66c72fd
Update translations from Crowdin
2024-02-28 14:20:05 -05:00
Chris (Flaeri)
0c2f3f8049
image-source: Fix crash when randomize with 0 files
2024-02-03 17:36:26 -06:00
Translation Updater
ac484a066f
Update translations from Crowdin
2024-01-29 20:47:38 +00:00
derrod
229b7b2b03
image-source: Migrate slideshow mk2 to deque
2024-01-16 16:45:10 +01:00
Lain
a4f2290026
image-source: Rework slideshow (slideshow mk2)
...
Makes it so that slideshows can have as many files as desired, and
lazily decodes image data in a separate thread to prevent decoding from
stalling the video thread.
2024-01-10 20:45:36 -06:00
PatTheMav
eae5cc1e38
plugins: Update CMake formatting with manual format choices
2023-12-19 17:59:44 -05:00
Richard Stanway
87c536ebe0
image-source: Use mutex when accessing slideshow
...
While adding or updating files locked this mutex, the graphics thread
did not. As the update operation is not atomic, the graphics thread
might access the darray in the middle of an update, resulting in access
to freed memory (crash) if the files were updated at the same time.
2023-12-10 01:39:58 +01:00
Translation Updater
f674d17168
Update translations from Crowdin
2023-12-05 22:04:31 +00:00
Translation Updater
0d450a34a0
Update translations from Crowdin
2023-10-10 13:34:41 +00:00
derrod
0b75b433cd
image-source: Fix slideshow audio rendering buffer overrun
2023-09-06 21:46:47 -07:00
Penwywern
95e36878af
image-source: Fix slideshow proc decl strings
...
Changes the decl strings of the slideshow source procedures to match
pre-existing conventions.
2023-08-14 13:17:46 -04:00
Translation Updater
ecf914dd67
Update translations from Crowdin
2023-08-13 14:09:15 +00:00
Ryan Foster
d00068cb6c
plugins: Update CMake minimum to 3.22
...
Since Ubuntu 22.04 is now our minimum supported Ubuntu version, and it
has CMake 3.22, let's make CMake 3.22 the minimum CMake version.
2023-08-05 16:45:46 -07:00
Norihiro Kamae
4359489f81
image-source: Define image file array type for function parameter lists
...
To avoid passing `struct darray *` type, which cannot hold the type
information, this commit defines array types and uses that types on the
function parameters.
2023-07-01 00:39:13 -07:00
PatTheMav
50a4e83251
cmake: Remove Info.plist template files for macOS builds
...
Creation of Info.plist files through Xcode is more canonical and
future-proof, as it will automatically pick up changes/updates
introduced by Apple. Non-standard keys can still be added via a
template file, which will then be extended by Xcode with the default
keys.
2023-06-17 12:23:33 -04:00
Lain
106c7aa61f
Update copyrights/names
2023-05-20 01:31:18 -07:00
Translation Updater
a0fbdc3c34
Update translations from Crowdin
2023-05-01 23:11:13 +00:00
Translation Updater
7c5560bf1b
Update translations from Crowdin
2023-03-27 13:39:03 +00:00
PatTheMav
349372b3b3
cmake: Add changes for CMake build framework 3.0
...
New code path only taken if OBS_CMAKE_VERSION is set to 3.0.0 or
greater, old functionality remains unchanged.
2023-03-26 18:20:38 -04:00
Jim
1ea5917973
image-source: Add slide_changed signal
...
Allows a plugin or script to know when a slide has changed, and which
index/file it's switched to
2023-03-20 11:31:21 -07:00
Translation Updater
783bd52197
Update translations from Crowdin
2023-01-08 04:10:37 +00:00
gxalpha
f5e8a2c34b
image-source: Remove cleared missing files from slideshow
2022-12-03 15:17:27 -08:00
Clayton Groeneveld
cfcad30e3e
UI, image-source: Add slide counter to slideshow toolbar
...
This shows the current slide and total number of slides in the
slideshow toolbar.
2022-11-20 03:07:27 -05:00
PatTheMav
415c2d9efd
image-source: Fix snprintf calls with literals as buffer sizes
2022-11-11 19:51:28 +01:00
Translation Updater
f065f20ce1
Update translations from Crowdin
2022-10-25 22:32:14 +00:00
WarmUpTill
2a4f91bbee
image-source: Update media states when source is de-/activated
2022-09-10 16:31:23 -07:00
jpark37
e583e86b35
image-source: Add JXR HDR support to slide show
...
Only supported on Windows.
2022-09-04 16:15:05 -07:00
Translation Updater
cc2d0791ca
Update translations from Crowdin
2022-08-30 09:00:44 +00:00
Translation Updater
4aaa07f93d
Update translations from Crowdin
2022-08-17 04:22:50 +00:00
Translation Updater
81734be37c
Update translations from Crowdin
2022-07-31 23:40:53 +00:00
tududweb
bf65c5b041
image-source: Correctly assign hotkey to next instead of prev
2022-07-30 17:14:50 +10:00
Vainock
eb06594381
Use property suffixes for units everywhere
2022-07-22 08:24:51 -04:00
tytan652
8409f72f60
plugins: Replace OBS_UNUSED with UNUSED_PARAMETER
...
OBS_UNUSED is not portable to MSVC.
2022-07-20 08:22:08 +02:00
Norihiro Kamae
7e3656ab33
plugins: Cleanup unused-parameters
...
- Remove unnecessary UNUSED_PARAMETER
- Add OBS_UNUSED attribute to unused parameters
- Also removes unused variables
2022-07-19 11:01:00 -04:00