Matt Gajownik
a5f0988933
Update translations from Crowdin
2026-01-10 01:02:43 -05:00
Richard Stanway
efca325c2c
frontend, plugins: Set default bitrate to 6000 kbps
...
The default of 2500 kbps was chosen 10 years ago and times have changed.
Logs and forums posts show that many users of OBS for recording don't
change their bitrate and end up with a 2.5 mbps recording which looks
terrible.
Now that service bitrate enforcement exists, this will be automatically
capped to the maximum bitrate for streaming services, so the only time
this should result in a problem is if the user's upload speed is the
limiting factor, hopefully rarer these days with increasing internet
speeds.
2025-09-17 19:56:04 -04:00
Matt Gajownik
99c3a4b797
Update translations from Crowdin
2025-09-08 22:38:40 -04:00
Matt Gajownik
ffef7504ac
Update translations from Crowdin
2025-06-09 14:55:50 -04: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
PatTheMav
b8cfacaec3
Update formatting of CMake files
2024-08-14 12:07:47 -04:00
Norihiro Kamae
bec9f0c544
obs-x264: Remove unused function
2024-08-07 17:27:49 -04:00
tytan652
2a53015ad7
deps,shared,plugins: Move opts-parser to shared folder
2024-07-27 07:38:36 +02:00
Translation Updater
e7d6707fa7
Update translations from Crowdin
2024-07-17 09:34:12 +00:00
derrod
edcda5a825
obs-x264: Ignore stats/qp file and multipass options
2024-06-26 13:58:08 -04:00
Translation Updater
8999d9fef9
Update translations from Crowdin
2024-06-07 09:47:58 +00:00
Vainock
7ae66c72fd
Update translations from Crowdin
2024-02-28 14:20:05 -05:00
Translation Updater
ac484a066f
Update translations from Crowdin
2024-01-29 20:47:38 +00:00
Rodney
6b1f61949b
obs-x264: Implement ROI feature
2024-01-11 13:36:35 +01:00
PatTheMav
eae5cc1e38
plugins: Update CMake formatting with manual format choices
2023-12-19 17:59:44 -05: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
Zhao Zhili
075f3c4020
obs-x264: refactor log callback
...
1. Remove limitation of message length.
2. Improve performance by remove the local copy.
3. Map x264 log level to obs.
2023-08-24 13:54:48 -07:00
Zhao Zhili
5c0a018628
obs-x264: Remove unused getparam() function
2023-08-24 13:54:48 -07: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
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
PatTheMav
3ca56fee84
libobs: Silence clang warnings for empty prototypes without void
...
clang expects an empty prototype to explicitly use `void`.
Also silences the warning in `libobs-opengl`, `obsglad`, `caption`,
`mac-syphon` and `obs-x264-test`.
2023-06-16 14:12:58 -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
gxalpha
2ac3767e7a
obs-x264: Disallow 16-bit color formats
2023-04-29 16:17:26 -07: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
PatTheMav
f67c1bcceb
obs-x264: Fix non-exhaustive switch statements
2023-02-18 15:22:33 -08:00
tytan652
b0c1c9c86c
libobs,plugins: Remove individual -Wno-switch
2023-01-19 13:08:46 -05:00
Translation Updater
783bd52197
Update translations from Crowdin
2023-01-08 04:10:37 +00:00
PatTheMav
8da9df5274
obs-x264: 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
Translation Updater
cc2d0791ca
Update translations from Crowdin
2022-08-30 09:00:44 +00:00
jpark37
57a24c540f
obs-x264: Remove unused HDR code
...
We don't allow HDR for x264, so remove dead code.
2022-08-17 23:20:29 -07:00
Translation Updater
4aaa07f93d
Update translations from Crowdin
2022-08-17 04:22:50 +00:00
jpark37
175093b26b
obs-x264: Block 10-bit formats
...
Don't want to silently generate 8-bit video.
2022-08-16 07:39:23 -07:00
Translation Updater
81734be37c
Update translations from Crowdin
2022-07-31 23:40:53 +00:00
Vainock
eb06594381
Use property suffixes for units everywhere
2022-07-22 08:24:51 -04:00
PatTheMav
deeaccb3d1
obs-x264: Disable compiler warnings about non-exhaustive switch cases
2022-07-10 09:59:55 +10:00
jpark37
3b0ccbb77d
obs-x264: Use period for localized sentence
2022-05-28 18:31:55 -04:00
jpark37
8e2e1e212c
obs-x264: Convey lack of Rec. 2100 support
2022-05-28 08:36:18 -07:00
jpark37
4e35e3402b
obs-x264: Restore video encoder name to log
2022-05-06 20:41:15 -07:00
jpark37
2f3c25b544
obs-x264: Disallow HDR attempts gracefully
...
Replace crash with standard recording failure dialog, and log message.
2022-05-06 14:41:39 -07:00
PatTheMav
49e9d49943
plugins: Update CMakeLists.txt for included plugins
2022-03-16 23:11:08 +01:00