obs-studio/libobs/util
derrod 89c7a9608b libobs/util: Add buffered file serializer
Adapted from 898256d416

Co-authored-by: Richard Stanway <r1ch@r1ch.net>
2024-05-18 16:15:41 -07:00
..
apple clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
curl Update copyrights/names 2023-05-20 01:31:18 -07:00
simde libobs: Add license declaration files 2023-09-19 13:35:49 -04:00
windows Update source code formatting with clang-format 17.0.3 2024-03-11 15:55:30 -04:00
array-serializer.c libobs/util: Add seeking support to array serializer 2024-05-18 16:10:42 -07:00
array-serializer.h libobs/util: Add seeking support to array serializer 2024-05-18 16:10:42 -07:00
base.c Update copyrights/names 2023-05-20 01:31:18 -07:00
base.h Update copyrights/names 2023-05-20 01:31:18 -07:00
bitstream.c decklink: Add ability to ingest/embed cea 708 captions 2020-11-01 22:28:49 -08:00
bitstream.h decklink: Add ability to ingest/embed cea 708 captions 2020-11-01 22:28:49 -08:00
bmem.c Update copyrights/names 2023-05-20 01:31:18 -07:00
bmem.h Update copyrights/names 2023-05-20 01:31:18 -07:00
buffered-file-serializer.c libobs/util: Add buffered file serializer 2024-05-18 16:15:41 -07:00
buffered-file-serializer.h libobs/util: Add buffered file serializer 2024-05-18 16:15:41 -07:00
c99defs.h libobs: Use std _Pragma with MSVC 2024-01-26 15:33:28 -05:00
cf-lexer.c libobs/util: Use defined array types on function parameter lists 2023-07-01 00:39:13 -07:00
cf-lexer.h libobs/util: Remove outdated comment 2023-07-12 13:54:50 -04:00
cf-parser.c Update copyrights/names 2023-05-20 01:31:18 -07:00
cf-parser.h Update copyrights/names 2023-05-20 01:31:18 -07:00
circlebuf.h libobs/util,docs: Deprecate circlebuf 2024-01-16 16:45:10 +01:00
config-file.c Update copyrights/names 2023-05-20 01:31:18 -07:00
config-file.h Update copyrights/names 2023-05-20 01:31:18 -07:00
crc32.c Update copyrights/names 2023-05-20 01:31:18 -07:00
crc32.h libobs/util: Fix link error including header files from C++ 2023-11-25 17:04:47 -06:00
darray.h libobs/util: Add da_pop_front() 2024-01-07 15:59:09 -06:00
deque.h libobs/util: Add deque 2024-01-16 16:44:12 +01:00
dstr.c Update copyrights/names 2023-05-20 01:31:18 -07:00
dstr.h Update copyrights/names 2023-05-20 01:31:18 -07:00
dstr.hpp Update copyrights/names 2023-05-20 01:31:18 -07:00
file-serializer.c Update copyrights/names 2023-05-20 01:31:18 -07:00
file-serializer.h libobs/util: Fix link error including header files from C++ 2023-11-25 17:04:47 -06:00
lexer.c Update copyrights/names 2023-05-20 01:31:18 -07:00
lexer.h Update copyrights/names 2023-05-20 01:31:18 -07:00
pipe-posix.c libobs: Add os_process_pipe_create2 2024-04-20 18:30:46 -07:00
pipe-windows.c libobs: Add os_process_pipe_create2 2024-04-20 18:30:46 -07:00
pipe.c libobs: Add os_process_args_t and associated functions 2024-04-20 18:30:46 -07:00
pipe.h libobs: Add os_process_pipe_create2 2024-04-20 18:30:46 -07:00
platform-cocoa.m libobs: Use 'important' usage key for macOS disk space calculations 2024-02-10 17:10:25 -06:00
platform-nix-dbus.c Update copyrights/names 2023-05-20 01:31:18 -07:00
platform-nix-portal.c Update copyrights/names 2023-05-20 01:31:18 -07:00
platform-nix.c libobs: Use macOS specific APIs to report free disk space 2023-11-18 17:16:16 -06:00
platform-windows.c libobs: Assume Qt 6, always warn about Qt 5 plugins 2023-07-19 11:56:54 -04:00
platform.c Update copyrights/names 2023-05-20 01:31:18 -07:00
platform.h Update copyrights/names 2023-05-20 01:31:18 -07:00
profiler.c libobs/util: Remove unnecessary parentheses 2023-07-01 00:39:13 -07:00
profiler.h clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
profiler.hpp CI: Update to clang-format 16 2023-08-10 16:07:25 -04:00
serializer.h Update copyrights/names 2023-05-20 01:31:18 -07:00
sse-intrin.h libobs/util: Contain simde diagnostic pragmas 2023-08-06 01:31:02 +02:00
task.c libobs: Replace circlebuf with deque 2024-01-16 16:45:09 +01:00
task.h libobs/util: Fix function declaration 2024-01-07 15:59:09 -06:00
text-lookup.c libobs/util: Remove unused struct member from text-lookup 2023-11-25 17:09:47 -06:00
text-lookup.h Update copyrights/names 2023-05-20 01:31:18 -07:00
threading-posix.c Update copyrights/names 2023-05-20 01:31:18 -07:00
threading-posix.h Update copyrights/names 2023-05-20 01:31:18 -07:00
threading-windows.c Update copyrights/names 2023-05-20 01:31:18 -07:00
threading-windows.h Update copyrights/names 2023-05-20 01:31:18 -07:00
threading.h Update copyrights/names 2023-05-20 01:31:18 -07:00
utf8.c libobs: Make wcs<->utf8 conversion consistent 2023-02-28 18:36:18 -08:00
utf8.h clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
uthash.h deps,libobs: Replace uthash with prefix/system install 2024-04-07 10:01:25 +10:00
util.hpp Update copyrights/names 2023-05-20 01:31:18 -07:00
util_uint64.h Revert "libobs: Improve util_mul_div64 outside MSVC" 2023-04-16 20:29:47 -04:00
util_uint128.h Update copyrights/names 2023-05-20 01:31:18 -07:00