Ethanfel
  • Joined on 2026-01-04
Ethanfel pushed to master at Ethanfel/8-cut 2026-04-07 12:11:38 +02:00
9d7791557b revert: restore ff0cd00 (label history, overwrite mode, crop overlay)
Ethanfel pushed to master at Ethanfel/8-cut 2026-04-07 11:41:10 +02:00
2352d530d0 feat: queue done marks, export UX, scrub-while-playing, counter fix
Ethanfel pushed to master at Ethanfel/8-cut 2026-04-07 11:36:49 +02:00
6e02a08046 Revert "feat: label history, overwrite mode, crop overlay, UX improvements"
ff0cd00309 feat: label history, overwrite mode, crop overlay, UX improvements
Compare 2 commits »
Ethanfel pushed to feature/lora-timestep-sampling at Ethanfel/ComfyUI-SelVA 2026-04-07 09:12:03 +02:00
82fb7a0009 docs: note AudioX shows no perceptual quality gain on V2A vs SelVA
Ethanfel pushed to feature/lora-timestep-sampling at Ethanfel/ComfyUI-SelVA 2026-04-07 09:11:12 +02:00
af4777d2d7 docs: add AudioX vs SelVA evaluation
Ethanfel pushed to master at Ethanfel/8-cut 2026-04-06 22:23:03 +02:00
6573fa6e05 feat: mpv Wayland embedding, timeline redesign, UX polish
Ethanfel pushed to master at Ethanfel/8-cut 2026-04-06 20:56:16 +02:00
7931a0e3db debug: write mpv log to /tmp/8cut-mpv.log
Ethanfel pushed to master at Ethanfel/8-cut 2026-04-06 20:54:21 +02:00
939199717f fix: use QOpenGLContext.getProcAddress for mpv render context proc lookup
Ethanfel pushed to master at Ethanfel/8-cut 2026-04-06 20:51:14 +02:00
8863634bce debug: add mpv log output and initializeGL trace
Ethanfel pushed to master at Ethanfel/8-cut 2026-04-06 20:50:04 +02:00
e5f2c732d9 fix: wrap get_proc_address as CFUNCTYPE for mpv render context
Ethanfel pushed to master at Ethanfel/8-cut 2026-04-06 20:49:01 +02:00
1e0c1ae892 fix: replace wid embedding with OpenGL render context — works on Wayland and X11
Ethanfel pushed to master at Ethanfel/8-cut 2026-04-06 20:41:56 +02:00
2c95c2618a debug: print platform/wid/WAYLAND_DISPLAY at mpv init
Ethanfel pushed to master at Ethanfel/8-cut 2026-04-06 20:41:19 +02:00
c130010e36 fix: hide WAYLAND_DISPLAY during mpv init so it uses X11 wid embedding
Ethanfel pushed to master at Ethanfel/8-cut 2026-04-06 20:39:14 +02:00
02c63bdfde fix: force QT_QPA_PLATFORM=xcb so mpv embeds correctly on Wayland sessions
Ethanfel pushed to master at Ethanfel/8-cut 2026-04-06 20:37:14 +02:00
f30955b63c debug: print drag-drop events to diagnose Wayland DnD
Ethanfel pushed to master at Ethanfel/8-cut 2026-04-06 20:35:49 +02:00
c80ebf9383 fix: move drag-drop to MainWindow to bypass QListWidget viewport on Wayland
Ethanfel pushed to master at Ethanfel/8-cut 2026-04-06 20:33:54 +02:00
3d92a66660 fix: re-apply LC_NUMERIC=C after QApplication resets locale
Ethanfel pushed to master at Ethanfel/8-cut 2026-04-06 20:32:59 +02:00
bdfb9354ca fix: set LC_NUMERIC=C before mpv init to prevent segfault on non-C locales
Ethanfel pushed to master at Ethanfel/8-cut 2026-04-06 20:31:38 +02:00
41c36267e9 fix: use NoDragDrop mode + viewport.setAcceptDrops for Wayland/KDE compatibility
Ethanfel pushed to master at Ethanfel/8-cut 2026-04-06 20:30:32 +02:00
d720fc0541 fix: accept dragMoveEvent so file drops work on all desktop environments