ffmpeg/libavcodec/vulkan
IndecisiveTurtle cebe0b577e lavc: implement a Vulkan-based prores encoder
Adds a vulkan implementation of the reference prores kostya encoder. Provides about 3-4x speedup over the CPU code
2026-03-05 14:02:39 +00:00
..
common.glsl
dct.glsl lavc: implement a Vulkan-based prores encoder 2026-03-05 14:02:39 +00:00
dpx_copy.comp.glsl
dpx_unpack.comp.glsl
ffv1_common.glsl
ffv1_dec.comp.glsl
ffv1_dec_golomb.comp.glsl
ffv1_dec_reset.comp.glsl
ffv1_dec_reset_golomb.comp.glsl
ffv1_dec_rgb.comp.glsl
ffv1_dec_rgb_golomb.comp.glsl
ffv1_dec_setup.comp.glsl
ffv1_enc.comp.glsl
ffv1_enc_golomb.comp.glsl
ffv1_enc_rct_search.comp.glsl
ffv1_enc_reset.comp.glsl
ffv1_enc_reset_golomb.comp.glsl
ffv1_enc_rgb.comp.glsl
ffv1_enc_rgb_golomb.comp.glsl
ffv1_enc_setup.comp.glsl
ffv1_vlc.glsl
Makefile lavc: implement a Vulkan-based prores encoder 2026-03-05 14:02:39 +00:00
prores_idct.comp.glsl
prores_ks_alpha_data.comp.glsl lavc: implement a Vulkan-based prores encoder 2026-03-05 14:02:39 +00:00
prores_ks_encode_slice.comp.glsl lavc: implement a Vulkan-based prores encoder 2026-03-05 14:02:39 +00:00
prores_ks_estimate_slice.comp.glsl lavc: implement a Vulkan-based prores encoder 2026-03-05 14:02:39 +00:00
prores_ks_slice_data.comp.glsl lavc: implement a Vulkan-based prores encoder 2026-03-05 14:02:39 +00:00
prores_ks_trellis_node.comp.glsl lavc: implement a Vulkan-based prores encoder 2026-03-05 14:02:39 +00:00
prores_raw_decode.comp.glsl
prores_raw_idct.comp.glsl
prores_vld.comp.glsl
rangecoder.glsl