H264 related media libraries (stolen from FFmpeg)
- Rust 96.8%
- C 1.7%
- Shell 1.5%
|
Curid
3ca3d8128c
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
|
||
|---|---|---|
| examples | release | |
| misc | clippy pedantic | |
| sentryshot_convert | release | |
| sentryshot_ffmpeg_h264 | ffmpeg_h264: add ffmpeg error types | |
| sentryshot_filter | release | |
| sentryshot_padded_bytes | clippy pedantic | |
| sentryshot_scale | release | |
| sentryshot_util | release | |
| testdata | add scaler | |
| .gitignore | initial commit | |
| Cargo.toml | bump pretty-hex and test-case | |
| LICENSE | initial commit | |
| README.md | initial commit | |
The goal for these libraries is to use as much pure Rust as possible, and to only fall back to FFmpeg bindings for things that cannot be ported in a reasonable amount of time.