Commit Graph

45 Commits

Author SHA1 Message Date
accusys
e0f61f0983 feat(player): add playback speed control (<, >, P keys) 2026-03-19 02:17:33 +08:00
accusys
7eee097e55 feat(ui): add keyboard shortcuts help panel (H key) 2026-03-19 02:16:35 +08:00
accusys
3f08b0d5d9 feat(player): add natural language search with subtitle index 2026-03-19 02:14:38 +08:00
accusys
342abd5aea feat(player): add audio playback with ffplay 2026-03-19 02:07:42 +08:00
accusys
a7d41b3c17 feat(player): add drag-to-seek on progress bar 2026-03-19 01:55:44 +08:00
accusys
722af4fe87 feat(player): add chunk/scene markers on progress bar 2026-03-19 01:54:12 +08:00
accusys
dbcd7ba5e9 feat(ui): enhance OSD with progress %, playback icon, and dark background 2026-03-19 01:48:33 +08:00
accusys
643accfc92 feat(player): add click-to-seek on progress bar 2026-03-19 01:47:24 +08:00
accusys
263daa0763 feat(player): add progress bar, fullscreen toggle, Home/End keys 2026-03-19 01:45:21 +08:00
accusys
6ea57d3a3e feat(player): improve video scaling, YOLO positioning, and controls
- Fix video scaling to properly fit window while maintaining aspect ratio
- Fix YOLO bbox positioning with proper offset calculation
- Add mouse wheel zoom
- Add arrow keys for panning when zoomed
- Improve status bar with better layout
- Auto-scale video to fit window when zoom=1.0
2026-03-19 01:39:02 +08:00
accusys
5587e6a67a feat(player): add ASR/YOLO overlays, zoom, and text rendering
- Add TTF text rendering for subtitles and YOLO labels
- Implement ASR subtitle display with background
- Add YOLO bbox rendering with class labels
- Add zoom in/out (+/-) and reset (Backquote)
- Add frame/time info display
- Fix YOLO metadata parsing for actual file format
- Add Shift+Arrow for 1-second seek
2026-03-19 01:33:46 +08:00
accusys
0b75987fd0 feat(player): implement SDL2 video playback with FFmpeg decoder 2026-03-19 01:23:27 +08:00
c62b91fbb6 Update main.rs with complete implementation 2026-03-19 01:11:26 +08:00
cf5128a081 Add web bridge module 2026-03-19 01:10:06 +08:00
476c2ea18b Add web module 2026-03-19 01:10:00 +08:00
31913a8c83 Add YOLO loader module 2026-03-19 01:09:58 +08:00
efb9302162 Add ASR loader module 2026-03-19 01:09:49 +08:00
22fb5dbccd Add overlay module 2026-03-19 01:09:44 +08:00
52eeaa1004 Update player module exports 2026-03-19 01:08:57 +08:00
60dd44825f Update lib.rs with new module structure 2026-03-19 01:08:35 +08:00
99976f2934 Add SDL2 renderer module 2026-03-19 01:08:21 +08:00
31bf6109d6 Add player state module 2026-03-19 01:07:46 +08:00
8ada36e962 Add config module 2026-03-19 01:07:38 +08:00
4e6db3fa21 Add cloud.rs for cloud input 2026-03-19 00:32:44 +08:00
f5a117c878 Add youtube.rs for YouTube support 2026-03-19 00:32:39 +08:00
3acc36f648 Add file.rs for local file input 2026-03-19 00:32:33 +08:00
6630abc32b Add input module 2026-03-19 00:32:27 +08:00
c144376e6c Add progress.rs for monitoring 2026-03-19 00:32:26 +08:00
2fb402a5a9 Add core.rs API client 2026-03-19 00:32:21 +08:00
a624f3df80 Add api module 2026-03-19 00:32:15 +08:00
4877b5f0a7 Add html.rs viewer 2026-03-19 00:32:14 +08:00
0a04b752fd Add pdf.rs viewer 2026-03-19 00:32:11 +08:00
791da004f2 Add markdown.rs viewer 2026-03-19 00:32:06 +08:00
af58582274 Add image.rs viewer 2026-03-19 00:32:01 +08:00
2aab6ee09f Add viewer module 2026-03-19 00:31:56 +08:00
0b29862f41 Add commands.rs 2026-03-19 00:31:55 +08:00
aa92ac5eed Add webview.rs 2026-03-19 00:31:50 +08:00
20f74f7bc1 Add ui module 2026-03-19 00:31:48 +08:00
daf3c0dcc5 Add controls.rs for player commands 2026-03-19 00:31:46 +08:00
5d3beea273 Add ffmpeg.rs FFmpeg wrapper 2026-03-19 00:31:40 +08:00
a438981ad5 Add audio.rs for audio playback 2026-03-19 00:31:26 +08:00
86814d43de Add video.rs with VideoPlayer implementation 2026-03-19 00:31:20 +08:00
152b5eb171 Add player module 2026-03-19 00:31:12 +08:00
6fed397467 Add main.rs entry point 2026-03-19 00:31:11 +08:00
cd3b808e0e Add initial lib.rs module structure 2026-03-19 00:31:05 +08:00