FFmpeg/libavcodec/vulkan
Lynne cb8f4b675d
vulkan/ffv1: unify encode and decode get/put primitives
This simply makes a get_rac/put_rac_internal variant that can be
reused.
2025-05-20 19:53:02 +09:00
..
common.comp ffv1: add a Vulkan-based decoder 2025-03-17 08:51:23 +01:00
ffv1_common.comp ffv1_common: minor RGB optimization 2025-05-20 19:53:01 +09:00
ffv1_dec.comp vulkan_ffv1: fix PCM + cached symbol reader 2025-05-20 19:53:01 +09:00
ffv1_dec_setup.comp vulkan_ffv1: remove need for scratch data during setup 2025-04-14 06:10:43 +02:00
ffv1_enc.comp ffv1enc_vulkan: implement the cached EC writer from the decoder 2025-05-20 19:53:01 +09:00
ffv1_enc_rct.comp vulkan: unify handling of BGR and simplify ffv1_rct 2025-03-17 08:49:15 +01:00
ffv1_enc_setup.comp ffv1enc_vulkan: implement RCT search for level >= 4 2025-05-20 19:53:01 +09:00
ffv1_rct.comp ffv1: add a Vulkan-based decoder 2025-03-17 08:51:23 +01:00
ffv1_rct_search.comp ffv1enc_vulkan: implement RCT search for level >= 4 2025-05-20 19:53:01 +09:00
ffv1_reset.comp ffv1/vulkan: redo context count tracking and quant_table_idx management 2025-04-14 06:10:42 +02:00
ffv1_vlc.comp ffv1: add a Vulkan-based decoder 2025-03-17 08:51:23 +01:00
Makefile ffv1enc_vulkan: implement RCT search for level >= 4 2025-05-20 19:53:01 +09:00
rangecoder.comp vulkan/ffv1: unify encode and decode get/put primitives 2025-05-20 19:53:02 +09:00