rvalue
c96a2a64fc
libcaption: Optimize branch conditons
...
The optimization silences the warning about type limits on platforms
with `char` type as `unsigned char`.
The original condition is semantically identical to the optimized one
because the signed-to-unsigned cast is well-defined in C standard.
2024-01-03 18:20:38 -05:00
PatTheMav
7035ca7964
libcaption: Fix missing newline at the end of file
2023-02-18 15:22:33 -08:00
Chensiyy
c97b5cf7ee
libcaption: Fix invalid data at utf8_load_text_file
2022-12-03 15:35:11 -08:00
PatTheMav
bd12a3e919
deps: Replace invocations of sprintf with snprintf
...
Fixes deprecation warnings in Xcode 14/clang on macOS and reduces
chance of buffer overflows.
2022-11-11 19:51:27 +01:00
Matthew Szatmary
a8517f3698
libobs: Update libcaption library
...
(This commit also modifies deps/libcaption)
Closes obsproject/obs-studio#1354
2018-07-08 01:14:27 -07:00
jp9000
4f7ea15f42
Add libcaption library
...
Manually merging/squashing from: https://github.com/szatmary/libcaption
2016-12-23 10:37:06 -08:00