Commit Graph

  • ef11ac6715 docs: update README with reverse playback and new shortcuts main accusys 2026-03-20 16:40:49 +08:00
  • 15eb9a2700 fix(player): correct reverse playback frame positioning accusys 2026-03-19 23:57:57 +08:00
  • 72187a45a4 feat(player): add click-on-video for play/pause and double-click for fullscreen accusys 2026-03-19 02:24:14 +08:00
  • f6fc120bbd docs: update help panel with speed and export shortcuts accusys 2026-03-19 02:21:07 +08:00
  • f6b1802021 feat(player): add frame export (E key) to save PNG accusys 2026-03-19 02:20:40 +08:00
  • e0f61f0983 feat(player): add playback speed control (<, >, P keys) accusys 2026-03-19 02:17:33 +08:00
  • 7eee097e55 feat(ui): add keyboard shortcuts help panel (H key) accusys 2026-03-19 02:16:35 +08:00
  • 3f08b0d5d9 feat(player): add natural language search with subtitle index accusys 2026-03-19 02:14:38 +08:00
  • 342abd5aea feat(player): add audio playback with ffplay accusys 2026-03-19 02:07:42 +08:00
  • a7d41b3c17 feat(player): add drag-to-seek on progress bar accusys 2026-03-19 01:55:44 +08:00
  • 722af4fe87 feat(player): add chunk/scene markers on progress bar accusys 2026-03-19 01:54:12 +08:00
  • dbcd7ba5e9 feat(ui): enhance OSD with progress %, playback icon, and dark background accusys 2026-03-19 01:48:33 +08:00
  • 643accfc92 feat(player): add click-to-seek on progress bar accusys 2026-03-19 01:47:24 +08:00
  • 263daa0763 feat(player): add progress bar, fullscreen toggle, Home/End keys accusys 2026-03-19 01:45:21 +08:00
  • 6ea57d3a3e feat(player): improve video scaling, YOLO positioning, and controls accusys 2026-03-19 01:39:02 +08:00
  • 5587e6a67a feat(player): add ASR/YOLO overlays, zoom, and text rendering accusys 2026-03-19 01:33:46 +08:00
  • 0b75987fd0 feat(player): implement SDL2 video playback with FFmpeg decoder accusys 2026-03-19 01:23:27 +08:00
  • 2d871a62c2 Update README.md with complete documentation Warren Lo 2026-03-19 01:13:32 +08:00
  • 1aa1ee2e23 Update AGENTS.md with complete documentation Warren Lo 2026-03-19 01:12:56 +08:00
  • 24655cfc42 Add app.js Warren Lo 2026-03-19 01:12:24 +08:00
  • 482879ba09 Add styles.css Warren Lo 2026-03-19 01:12:00 +08:00
  • 32e31ee424 Add index.html Warren Lo 2026-03-19 01:11:41 +08:00
  • c62b91fbb6 Update main.rs with complete implementation Warren Lo 2026-03-19 01:11:26 +08:00
  • cf5128a081 Add web bridge module Warren Lo 2026-03-19 01:10:06 +08:00
  • 476c2ea18b Add web module Warren Lo 2026-03-19 01:10:00 +08:00
  • 31913a8c83 Add YOLO loader module Warren Lo 2026-03-19 01:09:58 +08:00
  • efb9302162 Add ASR loader module Warren Lo 2026-03-19 01:09:49 +08:00
  • 22fb5dbccd Add overlay module Warren Lo 2026-03-19 01:09:44 +08:00
  • 52eeaa1004 Update player module exports Warren Lo 2026-03-19 01:08:57 +08:00
  • 60dd44825f Update lib.rs with new module structure Warren Lo 2026-03-19 01:08:35 +08:00
  • 4835af7f5c Update Cargo.toml with all dependencies Warren Lo 2026-03-19 01:08:34 +08:00
  • 99976f2934 Add SDL2 renderer module Warren Lo 2026-03-19 01:08:21 +08:00
  • 31bf6109d6 Add player state module Warren Lo 2026-03-19 01:07:46 +08:00
  • 8ada36e962 Add config module Warren Lo 2026-03-19 01:07:38 +08:00
  • 6ff134b39d Add pulldown-cmark, url dependencies Warren Lo 2026-03-19 00:33:10 +08:00
  • 32f52e5788 Add README.md Warren Lo 2026-03-19 00:32:56 +08:00
  • 4e6db3fa21 Add cloud.rs for cloud input Warren Lo 2026-03-19 00:32:44 +08:00
  • f5a117c878 Add youtube.rs for YouTube support Warren Lo 2026-03-19 00:32:39 +08:00
  • 3acc36f648 Add file.rs for local file input Warren Lo 2026-03-19 00:32:33 +08:00
  • 6630abc32b Add input module Warren Lo 2026-03-19 00:32:27 +08:00
  • c144376e6c Add progress.rs for monitoring Warren Lo 2026-03-19 00:32:26 +08:00
  • 2fb402a5a9 Add core.rs API client Warren Lo 2026-03-19 00:32:21 +08:00
  • a624f3df80 Add api module Warren Lo 2026-03-19 00:32:15 +08:00
  • 4877b5f0a7 Add html.rs viewer Warren Lo 2026-03-19 00:32:14 +08:00
  • 0a04b752fd Add pdf.rs viewer Warren Lo 2026-03-19 00:32:11 +08:00
  • 791da004f2 Add markdown.rs viewer Warren Lo 2026-03-19 00:32:06 +08:00
  • af58582274 Add image.rs viewer Warren Lo 2026-03-19 00:32:01 +08:00
  • 2aab6ee09f Add viewer module Warren Lo 2026-03-19 00:31:56 +08:00
  • 0b29862f41 Add commands.rs Warren Lo 2026-03-19 00:31:55 +08:00
  • aa92ac5eed Add webview.rs Warren Lo 2026-03-19 00:31:50 +08:00
  • 20f74f7bc1 Add ui module Warren Lo 2026-03-19 00:31:48 +08:00
  • daf3c0dcc5 Add controls.rs for player commands Warren Lo 2026-03-19 00:31:46 +08:00
  • 5d3beea273 Add ffmpeg.rs FFmpeg wrapper Warren Lo 2026-03-19 00:31:40 +08:00
  • a438981ad5 Add audio.rs for audio playback Warren Lo 2026-03-19 00:31:26 +08:00
  • 86814d43de Add video.rs with VideoPlayer implementation Warren Lo 2026-03-19 00:31:20 +08:00
  • 152b5eb171 Add player module Warren Lo 2026-03-19 00:31:12 +08:00
  • 6fed397467 Add main.rs entry point Warren Lo 2026-03-19 00:31:11 +08:00
  • cd3b808e0e Add initial lib.rs module structure Warren Lo 2026-03-19 00:31:05 +08:00
  • f1b361bbe7 Add Cargo.toml with core dependencies Warren Lo 2026-03-19 00:31:04 +08:00
  • 2ff42eb110 Add comprehensive AGENTS.md with build/test commands and code style guidelines Warren Lo 2026-03-19 00:30:54 +08:00