Commit Graph

2 Commits

Author SHA1 Message Date
kingecg 387ecc992a Add .gitignore, enhance build script output, and implement codec context methods 2026-03-20 21:48:53 +08:00
kingecg 8a258d8b60 Initial FFmpeg CGO bindings library structure
- Add CGO configuration with pkg-config for FFmpeg libraries
- Implement FormatContext for input/output operations
- Add Stream and CodecParameters wrappers
- Implement Codec/Context with encode/decode API
- Add Frame and Packet wrappers for media data
- Include error types and FFmpegError
- Add CLI tool and simple-transcode example

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-20 21:02:47 +08:00