Commit Graph
405 Commits
Author SHA1 Message Date
webadderall 0c690bd5c2 fix: avoid duplicate mic audio in native mac recordings 2026-06-02 10:24:50 +10:00
wiiiii123 80a513b7c4 fix: preserve mac audio sidecar tracks 2026-05-29 23:30:39 +07:00
wiiiii123 c0627d0e8c fix(linux): stabilize portal selection HUD 2026-05-29 23:20:22 +07:00
wiiiii123 0a5519382b fix(hud): restore clickability after webcam preview 2026-05-29 02:53:33 +07:00
wiiiii123 21f6d793ca Merge remote-tracking branch 'origin/main' into fix/linux-hud-menu-bounds
# Conflicts:
#	electron/hudOverlayBounds.test.ts
#	electron/hudOverlayBounds.ts
#	electron/windows.ts
2026-05-29 01:20:24 +07:00
Phạm Thị Minh Hồng b4008f55d2 Merge pull request #611 from webadderallorg/fix/webcam-hud-preview-bounds
fix(recording): preserve webcam preview HUD bounds
2026-05-29 01:15:13 +07:00
wiiiii123 532d194e27 fix(linux): tighten portal source fallback routing 2026-05-29 01:05:21 +07:00
wiiiii123 067070d405 fix(linux): route X11 capture through real sources 2026-05-29 00:48:59 +07:00
wiiiii123 e2802bffad fix(linux): expand HUD fallback for menus 2026-05-29 00:32:07 +07:00
wiiiii123 46810c5cdb fix(recording): preserve webcam preview HUD bounds 2026-05-29 00:18:17 +07:00
wiiiii123 107139b734 fix(linux): clear cursor overlay availability state 2026-05-28 16:51:47 +07:00
wiiiii123 32bb6e4025 fix(linux): guard cursor overlay when portal embeds cursor 2026-05-28 16:41:03 +07:00
wiiiii123 0235b4f947 fix(export): address CUDA dimension review notes 2026-05-27 18:31:00 +07:00
wiiiii123 fe828433ad fix(recording): stabilize capture quality and CUDA export canvas 2026-05-27 18:12:21 +07:00
wiiiii123 31d1022fef fix(capture): stabilize platform source handling 2026-05-26 23:12:01 +07:00
wiiiii123 df95723635 fix: clear source history on recording load 2026-05-25 02:57:09 +07:00
wiiiii123 5d3da14671 fix: stabilize Windows recording preview 2026-05-25 02:50:09 +07:00
wiiiii123 ca05922d47 fix(recording): preserve compact HUD drag position 2026-05-24 20:59:03 +07:00
wiiiii123 513e79a8be fix(recording): compact HUD fallback on non-passthrough Windows 2026-05-24 20:50:49 +07:00
wiiiii123 c85dc8b156 feat(export): add nvidia opt-in detection 2026-05-22 20:27:40 +07:00
wiiiii123 9363ea2696 fix(recording): abort prune on unreadable project 2026-05-22 20:08:41 +07:00
wiiiii123 591fde8e37 fix(export): tighten native audio safety guards 2026-05-22 20:00:24 +07:00
wiiiii123 e540615a1f fix(export): gate packaged cuda audio fallback 2026-05-22 19:56:15 +07:00
wiiiii123 61bbaab7da fix(export): reject silent cuda inline audio 2026-05-22 19:51:18 +07:00
wiiiii123 31eb0ecc84 refactor(export): add native static route plan 2026-05-22 18:55:03 +07:00
wiiiii123 059544df05 fix(recording): avoid duplicate system audio fallback 2026-05-22 18:16:19 +07:00
wiiiii123 978f01407a fix(windows): normalize WGC video timestamps 2026-05-22 17:47:37 +07:00
wiiiii123 58e413fca4 fix(windows): validate WGC encoder fps 2026-05-22 17:13:43 +07:00
wiiiii123 ed11c26983 fix(windows): guard WGC frame extension fps 2026-05-22 17:06:22 +07:00
wiiiii123 6227eb8955 fix(windows): preserve WGC duration through static frames 2026-05-22 15:56:36 +07:00
webadderall 83292321ab Merge pull request #517 from birkls/fix/windows-wgc-capture-and-encoding
Fix: Windows WGC native capture fallback & special character path encoding (double cursor bug + fail to capture screen & consistent browser capture fallback)
2026-05-17 20:51:06 +10:00
webadderall f807ba31ce fix(windows): clean up staged capture temp files 2026-05-17 20:04:24 +10:00
webadderall 7e3963f40c fix(windows): preserve staged native capture outputs 2026-05-17 19:38:57 +10:00
webadderall 1f04674aec fix(windows): address PR 517 review feedback 2026-05-17 19:25:01 +10:00
webadderall d1c15240ee Merge pull request #523 from webadderallorg/fix/persist-presets-and-theme
fix: persist presets and appearance settings
2026-05-17 18:41:14 +10:00
webadderall eef387b0ed fix: persist presets and theme preferences 2026-05-17 18:32:59 +10:00
webadderall 9876b8c20b fix(media-server): reject malformed range headers 2026-05-17 18:04:46 +10:00
webadderall 7b137e0f13 fix(export): clamp oversized media probe ranges 2026-05-17 17:38:45 +10:00
birkls 65c832ef1d fix(windows): resolve WGC capture failure and non-ASCII path encoding errors
- Implemented HMONITOR resolution bridge via PowerShell to match raw handles for native WGC capture.
- Added HighDpiAwareness to the capture helper process to fix coordinate mismatches on scaled displays.
- Implemented temporary ASCII-safe path shuffle to prevent 'Path Not Found' errors with non-ASCII recordings directories.
- Cleaned up debug logging and added professional documentation for PR submission.
2026-05-15 15:25:11 +02:00
webadderall 8c5ecc0a8b Repair stale arm64 uiohook binary 2026-05-11 19:53:34 +10:00
webadderall 95dc2a4d4c Update Recordly app branding assets 2026-05-11 19:20:21 +10:00
webadderall 304d3b1eab Merge pull request #491 from ExtraBinoss/fix/video-editor-loading-time
Fix/video editor loading time
2026-05-11 19:06:38 +10:00
Alan Trebugeais ccbeb5fa1d fix: webcam recording, now it works, alongside the microphone etc 2026-05-10 23:37:07 +02:00
Alan Trebugeais 55a81a0b6a fix screenrecorder webcam 2026-05-10 18:05:29 +02:00
Alan Trebugeais 902f42d07d removed muxing completly from the code (mac/windows) 2026-05-10 13:30:34 +02:00
Alan Trebugeais 2537952a94 fix: editor loads instantly 2026-05-10 13:18:26 +02:00
Alan Trebugeais 3d8ae1942a add: 20 seconds -> 2 seconds fix, for now behind a flag to be sure to be able to revert. 2026-05-10 13:01:45 +02:00
Alan Trebugeais 13e3d2bc24 fix: mouse passthrough on windows and other oses 2026-05-09 23:42:49 +02:00
Alan Trebugeais 30c82fcce4 fix: parsing of window ID was not done. Hence why it couldn't record something other than the entire screen. 2026-05-09 23:20:13 +02:00
Alan Trebugeais 5e5dd7166e fix audio exporting with microphone and system sound etc 2026-05-09 19:43:54 +02:00