aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/vulkan_hevc.c
Commit message (Expand)AuthorAgeFilesLines
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-0/+1
* avcodec/hevc_ps: fix setting HEVCHdrParams fieldsJames Almer2024-03-211-8/+8
* avcodec/vulkan_decode: Un-sparse extensions tableAndreas Rheinhardt2024-03-071-0/+1
* avcodec/vulkan_video: Merge dec part of FFVkCodecMap and extension propsAndreas Rheinhardt2024-03-071-3/+7
* libavcodec: fix -Wint-conversion in vulkanSam James2024-01-061-1/+1
* avcodec/vulkan_decode: Use RefStruct API for shared_refAndreas Rheinhardt2023-10-071-1/+1
* avcodec/decode: Use RefStruct API for hwaccel_picture_privateAndreas Rheinhardt2023-10-071-6/+3
* avcodec/hevc_ps: Use RefStruct API for parameter setsAndreas Rheinhardt2023-10-071-8/+8
* vulkan_hevc: handle non-contiguous SPS/PPS/VPS idsBenjamin Cheng2023-10-051-19/+27
* vulkan_hevc: switch from a buffer pool to a malloc and simplifyLynne2023-09-151-35/+17
* avcodec/vulkan_decode: Factor creating session params out, fix leakAndreas Rheinhardt2023-09-151-24/+3
* avcodec/avcodec: Add FFHWAccel, hide internals of AVHWAccelAndreas Rheinhardt2023-08-071-5/+5
* vulkan_hevc: use diagonal scan order for scaling listsBenjamin Cheng2023-07-281-42/+40
* vulkan/hevc: handle missing active PPSPhilip Langdale2023-07-101-1/+14
* vulkan_decode: reject decoding of frames with no slicesLynne2023-06-221-0/+3
* vulkan_decode: simplify and make session parameter generation more robustLynne2023-06-221-4/+16
* vulkan_decode: clean up slice handlingLynne2023-06-221-1/+0
* vulkan/hevc: fix 32x32 scaling list indexingDave Airlie2023-06-081-6/+6
* hevcdec: remove redundant bits_used_for_short_term_rps fieldLynne2023-06-071-1/+1
* vulkan/hevc: fix scaling lists sizes.Dave Airlie2023-06-061-6/+6
* vulkan: replace usage of %lu with %"SIZE_SPECIFIER"Lynne2023-05-291-1/+1
* hevcdec: add Vulkan hwaccelLynne2023-05-291-0/+948