Commit Graph

55 Commits

Author SHA1 Message Date
64f217fdc4 feat: add sdl2 ttf feature for text rendering 2026-03-19 01:35:20 +08:00
d89057de5b feat(overlay): update YOLO loader with proper metadata fields 2026-03-19 01:35:00 +08:00
9cf4c55dd7 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:34:32 +08:00
abce13e17f feat(web): update bridge module 2026-03-19 01:26:29 +08:00
27e1434eed feat(overlay): update YOLO loader 2026-03-19 01:26:23 +08:00
55bb5d62f1 feat(overlay): update ASR loader 2026-03-19 01:26:16 +08:00
19d60de245 feat(overlay): update overlay module 2026-03-19 01:26:12 +08:00
025d62362d feat(player): update video player 2026-03-19 01:26:10 +08:00
487ada4c10 feat(player): update SDL2 renderer 2026-03-19 01:25:50 +08:00
105a6ce834 feat(player): update FFmpeg decoder 2026-03-19 01:25:44 +08:00
f55d623dca feat(player): update config module 2026-03-19 01:25:32 +08:00
5868f0da05 feat(player): implement SDL2 video playback with FFmpeg decoder 2026-03-19 01:25:05 +08:00
2d871a62c2 Update README.md with complete documentation 2026-03-19 01:13:32 +08:00
1aa1ee2e23 Update AGENTS.md with complete documentation 2026-03-19 01:12:56 +08:00
24655cfc42 Add app.js 2026-03-19 01:12:24 +08:00
482879ba09 Add styles.css 2026-03-19 01:12:00 +08:00
32e31ee424 Add index.html 2026-03-19 01:11:41 +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
4835af7f5c Update Cargo.toml with all dependencies 2026-03-19 01:08:34 +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
6ff134b39d Add pulldown-cmark, url dependencies 2026-03-19 00:33:10 +08:00
32f52e5788 Add README.md 2026-03-19 00:32:56 +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