Commit graph

9 commits

Author SHA1 Message Date
Josh Holmer
14875b4b62 Routine dependency updates 2023-04-24 13:03:37 -04:00
Zen
05fcb0b35a 0.4.1 2023-03-13 13:30:06 +02:00
Josh Holmer
0a3ffdafe6
Add ffmpeg 6 support (#729)
Closes #728
2023-03-13 08:00:17 +00:00
Mahmoud Al-Qudsi
bad88eb877
Upgrade ffmpeg-the-third to fix static builds (#722)
The recent updates to the ffmpeg dependencies broke the `ffmpeg_static` feature
to request linking against a static build of ffmpeg due to an upstream change in
how the ffmpeg repo tagged releases [0].

The v1.0.2 of the transitive ffmpeg-sys-the-third dependency includes the needed
fix to get static ffmpeg builds to work again (at all) as well as to get static
builds working on clang 16 [1].

[0]: https://github.com/shssoichiro/ffmpeg-the-third/pull/3
[1]: https://github.com/shssoichiro/ffmpeg-the-third/pull/5
2023-02-11 18:19:51 +00:00
Josh Holmer
dd16c0ba16
Fix building on some non-x64 platforms (#717) 2023-02-05 21:28:10 +00:00
Josh Holmer
49b3f31c76
Refactor Chunk to be self-contained after generation (#714)
Previously values such as photon noise, end frame, video params, and
encoder would be stored outside the chunk, and the broker would need to
reference additional values such as zone overrides during encoding
itself. With this change, each Chunk has all of its final values stored
within itself, and will not need to be modified after it is generated.
2023-01-28 02:55:06 +02:00
Josh Holmer
5b450d3937
Migrate to new ffmpeg crate which fixes building against ffmpeg git (#713) 2023-01-23 23:52:26 +00:00
Josh Holmer
fd1b68f92d
Update to clap 4 (#703) 2023-01-13 11:03:09 +00:00
Zen
3a659f3fc9 Av1an 0.4.0 2022-12-19 18:26:16 +02:00
Renamed from av1an-cli/Cargo.toml (Browse further)