Commit Graph

45 Commits

Author SHA1 Message Date
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
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
f1b361bbe7 Add Cargo.toml with core dependencies 2026-03-19 00:31:04 +08:00
2ff42eb110 Add comprehensive AGENTS.md with build/test commands and code style guidelines 2026-03-19 00:30:54 +08:00