Lynne
e7b474783c
ffv1enc_vulkan: allow setting the number of slices via -slices
...
Falls back to the exact same code the software encoder uses.
2025-01-03 14:53:41 +09:00
Michael Niedermayer
559d435fa3
avcodec/ffv1enc: Add enum for qtable
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2024-12-04 04:23:48 +01:00
Lynne
5effac3b02
ffv1enc: expose ff_ffv1_encode_buffer_size
...
The function is quite important to ensure that the output
is always going to be sufficient, and it can change version to
version, so exposing it makes sense.
2024-11-26 14:14:15 +01:00
Lynne
12ea1cde57
ffv1enc: move plane info init into a separate function
2024-11-18 07:54:21 +01:00
Lynne
f4b5068c3b
ffv1enc: expose ff_ffv1_write_extradata
2024-11-18 07:54:21 +01:00
Lynne
a13ef376da
ffv1enc: split off encoder initialization into a separate function
2024-11-18 07:54:21 +01:00