Commit Graph

514 Commits

Author SHA1 Message Date
d0eeef2b94 improve streams also throw os events 2024-09-25 10:46:13 +02:00
4d5d708d6d improve stream manager ui 2024-09-24 16:16:19 +02:00
9b7ba5875c stream manger ui connections disconnect works 2024-09-24 16:16:18 +02:00
9b5cb2cfab imgui ids 2024-09-24 16:16:18 +02:00
9f62e01ab8 wip stream manager ui rework 2024-09-24 16:16:18 +02:00
8cdf2a2ca3 add mirror option to debug video tap 2024-09-24 16:16:18 +02:00
697611ff55 fix video leak, toav audio 2024-09-24 16:16:18 +02:00
42c7ab8571 toxav incomming audio src and fix sdl audio output sink 2024-09-24 16:16:17 +02:00
36e75c0fab dont drop frames too much 2024-09-24 16:16:17 +02:00
a934273714 update flake 2024-09-24 16:16:17 +02:00
a618435f17 a litle cleanup 2024-09-24 16:16:17 +02:00
a622b6aa3f custom YUY2 -> IYUV conversion code
improves from 1+60ms to 3ms
2024-09-24 16:16:17 +02:00
b4373e0d9a more stream progress, threaded connections toxav video sending 2024-09-24 16:16:16 +02:00
964f6de656 big stream progress
- stream manager (with bare bones ui)
- debug video tap
- toxav progress
- toxav debug ui
- some default devices
2024-09-24 16:16:16 +02:00
a100eaae82 toxav events 2024-09-24 16:16:16 +02:00
106c8e8403 tweaking 2024-09-24 16:16:16 +02:00
ca4ab01f77 fix cam when not having perm 2024-09-24 16:16:16 +02:00
4ff9386398 move queue code to external 2024-09-24 16:16:15 +02:00
93d65ead89 update sdl video frame stream for sdl changes 2024-09-24 16:16:15 +02:00
edd949879b update audio frame stream for sdl changes 2024-09-24 16:16:15 +02:00
ef78c49e29 disabled tests and print cam driver 2024-09-24 16:16:15 +02:00
e149873673 fix audio sleep -> superb perf 2024-09-24 16:16:15 +02:00
3a98e10007 more refactoring, audio loopback kinda working 2024-09-24 16:16:14 +02:00
b3e5e4c950 frame refactoring, add audio frame and sdl default device input 2024-09-24 16:16:14 +02:00
165e80c456 frame stream refactor, i like it now 2024-09-24 16:16:14 +02:00
495ec41234 content stuff 2024-09-24 16:16:14 +02:00
ddadc9bdbc settle on content store for now 2024-09-24 16:16:14 +02:00
b657802e8d get sdl camera working 2024-09-24 16:16:13 +02:00
bedf0b02bc framestream2 (with rigtorp/SPSCQueue) 2024-09-24 16:16:13 +02:00
1d0a4cafe2 start sketching 2024-09-24 16:16:13 +02:00
3bdf262068 give raw time remaining estimate based on rate 2024-09-24 12:05:29 +02:00
c9f34e4656 update toxcore Merge commit 'fe6c5391a2272681261b85faf352728b15774ef4' 2024-09-22 12:48:22 +02:00
fe6c5391a2 Squashed 'external/toxcore/c-toxcore/' changes from 671b1f92332..03e9fbf3703
03e9fbf3703 fix: Use Opus in the CBR mode

git-subtree-dir: external/toxcore/c-toxcore
git-subtree-split: 03e9fbf3703e430d21138c4f69e9ac7dbefb7564
2024-09-22 12:48:22 +02:00
86ce199ac8 improve menus 2024-09-22 12:35:19 +02:00
557a642ad3 update sdl and sdl_image again (contains v4l2 fix) 2024-09-19 14:01:47 +02:00
fd4c16d090 Squashed 'external/toxcore/c-toxcore/' changes from da438763d5b..671b1f92332
671b1f92332 fix: toxav rtp temp buffer allocation size was too large and cast from 32bit to 16bit, causing a overflow and making the allocated size too small
258148bd4e1 chore(ci): new minimum for all android versions is 21
d369c93c489 chore: Fix Emscripten build failing with no host specified
51b24d1c239 chore: Run CompCert on the stable branch of libsodium
cab1f7d522b chore: Update WineHQ's apt key hash
102a1fa9b82 chore: Fix -Werror=maybe-uninitialized in a test
cc9515da9c7 chore: Fix cpplint failing to install
3485b5feef3 chore: Disable -Wswitch-default and -Wunsafe-buffer-usage
719041e04b6 chore: Fix Circle CI failing on a missing clang lib
5344d7f84d0 fix: Memory leak in the bootstrap daemon
fa201681e18 cleanup: Remove useless if clause
7572888a218 chore: Fix GitHub actions deprecation warnings

git-subtree-dir: external/toxcore/c-toxcore
git-subtree-split: 671b1f92332a8314dccf76d5df93c0b6c1230636
2024-09-19 13:45:12 +02:00
6af0ddc3ec c-toxcore latest master Merge commit 'fd4c16d090fa334ffe36b4be7961c46a800c2038' 2024-09-19 13:45:12 +02:00
407c7cfadd fix sdl_image options names following the update 2024-09-19 09:23:39 +02:00
3b399fec5c update sdl and sdl_image to latest 2024-09-09 11:49:32 +02:00
4b9fd6db81 more/better humanreadable sizes 2024-09-06 13:38:14 +02:00
7e92e9808e reorder, as jxl was not used by every app providing clipboards and sdl
still has no way to know which mimetype was set last
2024-08-31 17:24:32 +02:00
a3c9be2348 rework mime types, support pasting file lists, SIP when dropping single files 2024-08-13 16:17:25 +02:00
73afcfaaeb improve file selector performance (20% in my extreme case) 2024-08-13 12:30:42 +02:00
08c9ba3983 add example config file 2024-08-10 17:45:50 +02:00
ebbaaa93b1 ci/cd maintenance
remove extra ;
2024-08-10 12:04:43 +02:00
f9c9eefb40 fix config tox profile path relative to config and load plugins from
config and skip setup screen option
2024-08-10 11:46:29 +02:00
b133c5f79f static asan and reorder forward/open 2024-08-10 10:53:57 +02:00
b48d7e3cfd better context 2024-08-06 12:47:47 +02:00
c7ba6d19ad more consistend forward menu 2024-07-31 18:30:02 +02:00
78a2e0751b update imgui again, this time back on tag v1.91.0 2024-07-31 18:17:17 +02:00