mirror of
https://github.com/royshil/obs-localvocal.git
synced 2026-01-08 20:08:08 -05:00
* Squashed 'deps/c-webvtt-in-video-stream/' changes from 5579ca6..3d44cbd 3d44cbd Add h265 support 7f96bcf Extract various bits of h264 functionality to prepare for h265 support 698793a Prepare `h264::NalUnitWrite` for reuse with h265 git-subtree-dir: deps/c-webvtt-in-video-stream git-subtree-split: 3d44cbd5039e3ea247972f44f73a66e08cea6e71 * Add h265 support * Squashed 'deps/c-webvtt-in-video-stream/' changes from 3d44cbd5..d599f6f0 d599f6f0 Add av1 support 11693f6a Extract header writing semantics e7eb1894 Convert h264/h265 header writing to bitwriters git-subtree-dir: deps/c-webvtt-in-video-stream git-subtree-split: d599f6f0142e24ba9a7daeee252da9f055aa39c4 * Add av1 support * Fix subtitle track name lookup
12 lines
194 B
TOML
12 lines
194 B
TOML
[package]
|
|
edition = "2021"
|
|
name = "video-bytestream-tools"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
bitstream-io = "2.6.0"
|
|
byteorder = "1.5.0"
|
|
h264-reader = "0.7.0"
|
|
thiserror = "2.0.4"
|
|
uuid = "1.11.0"
|