aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/vulkan/ffv1_dec.comp
Commit message (Expand)AuthorAgeFilesLines
* vulkan_ffv1: fix golomb coding for non-RGB streamsLynne2025-05-271-1/+2
* vulkan_ffv1: small cleanup for golombLynne2025-05-271-1/+2
* vulkan/ffv1: fix sync issue in cached bitstream reader/writerLynne2025-05-231-0/+2
* vulkan_ffv1: pipe through slice decoding statusLynne2025-05-201-0/+4
* vulkan_ffv1: fix PCM + cached symbol readerLynne2025-05-201-2/+5
* ffv1enc_vulkan: switch to 2-line cache, unify prediction codeLynne2025-05-201-89/+2
* vulkan/ffv1: synchronize get_pred implementations between encoder and decoderLynne2025-05-201-16/+16
* vulkan_ffv1: add cached symbol reader for AMDLynne2025-04-141-27/+44
* vulkan: add support for expect/assumeLynne2025-04-141-7/+7
* vulkan_ffv1: shortcut +-1 coeffs in symbol readingLynne2025-04-141-1/+4
* vulkan_ffv1: externalize extended lookup checkLynne2025-04-141-2/+1
* ffv1/vulkan: redo context count tracking and quant_table_idx managementLynne2025-04-141-8/+9
* vulkan_ffv1: cache only 2 lines when decoding RGBLynne2025-04-141-38/+120
* vulkan_ffv1: fix left-2 sample addressingLynne2025-04-141-6/+8
* vulkan_ffv1: optimize symbol readerLynne2025-04-141-7/+5
* ffv1: add a Vulkan-based decoderLynne2025-03-171-0/+276