VideoTools/internal/ui
Stu Leak 85366a7164 feat: implement unified FFmpeg player and fix critical build issues
🎯 Major Improvements:
• Unified FFmpeg Player: Rock-solid A/V sync with frame-accurate seeking
• Import Standardization: Convert to absolute module imports across codebase
• Build Fixes: Resolve critical syntax errors and compilation issues
• Code Cleanup: Remove unused code and fix variable references

🔧 Technical Changes:
• Fixed pipe initialization in unified player (internal/player/unified_ffmpeg_player.go)
• Replaced platformConfig references with utils.GetFFmpegPath() calls
• Added platform-specific exec utilities (exec_unix.go, exec_windows.go)
• Enhanced UI components with improved color handling
• Fixed missing closing brace in buildMetadataPanel function

🐛 Critical Fixes:
• Resolved "unexpected name buildVideoPane, expected (" syntax error
• Fixed undefined variable references (start → sampleStart)
• Removed calls to non-existent ColoredSelect Enable/Disable methods
• Corrected import paths from relative to absolute module references

📊 Impact:
+470 insertions, -951 deletions
• Eliminates blocking A/V synchronization issues
• Enables advanced video enhancement feature development
• Establishes consistent module architecture
• Codebase now builds and runs successfully

This commit establishes the foundation for Phase 2 enhancement features
by providing rock-solid video playback capabilities.
2026-01-02 01:02:07 -05:00
..
benchmarkview.go Format cleanup and minor fixes 2025-12-23 21:56:47 -05:00
colors.go feat: implement unified FFmpeg player and fix critical build issues 2026-01-02 01:02:07 -05:00
components.go feat: implement unified FFmpeg player and fix critical build issues 2026-01-02 01:02:07 -05:00
mainmenu.go feat(ui): Add orange background for modules missing dependencies 2025-12-31 13:24:12 -05:00
queueview.go fix(ui): Prevent queue items from jumping during updates 2025-12-29 02:31:57 -05:00