1
1
Fork
You've already forked sentryshot-media
0
H264 related media libraries (stolen from FFmpeg)
  • Rust 96.8%
  • C 1.7%
  • Shell 1.5%
Find a file
Curid 3ca3d8128c
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ffmpeg_h264: add ffmpeg error types
2024年11月08日 17:07:08 +00:00
examples release 2024年03月02日 19:59:50 +00:00
misc clippy pedantic 2024年02月29日 20:24:17 +00:00
sentryshot_convert release 2024年03月02日 19:59:50 +00:00
sentryshot_ffmpeg_h264 ffmpeg_h264: add ffmpeg error types 2024年11月08日 17:07:08 +00:00
sentryshot_filter release 2024年03月02日 19:59:50 +00:00
sentryshot_padded_bytes clippy pedantic 2024年02月29日 20:24:17 +00:00
sentryshot_scale release 2024年03月02日 19:59:50 +00:00
sentryshot_util release 2024年03月02日 19:59:50 +00:00
testdata add scaler 2023年08月28日 18:14:39 +00:00
.gitignore initial commit 2023年06月18日 17:25:22 +00:00
Cargo.toml bump pretty-hex and test-case 2024年03月02日 19:26:07 +00:00
LICENSE initial commit 2023年06月18日 17:25:22 +00:00
README.md initial commit 2023年06月18日 17:25:22 +00:00

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.