| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | avcodec/hevc_ps: fix setting HEVCHdrParams fields | James Almer | 2024-03-21 | 1 | -8/+8 |
* | avcodec/vulkan_decode: Un-sparse extensions table | Andreas Rheinhardt | 2024-03-07 | 1 | -0/+1 |
* | avcodec/vulkan_video: Merge dec part of FFVkCodecMap and extension props | Andreas Rheinhardt | 2024-03-07 | 1 | -3/+7 |
* | libavcodec: fix -Wint-conversion in vulkan | Sam James | 2024-01-06 | 1 | -1/+1 |
* | avcodec/vulkan_decode: Use RefStruct API for shared_ref | Andreas Rheinhardt | 2023-10-07 | 1 | -1/+1 |
* | avcodec/decode: Use RefStruct API for hwaccel_picture_private | Andreas Rheinhardt | 2023-10-07 | 1 | -6/+3 |
* | avcodec/hevc_ps: Use RefStruct API for parameter sets | Andreas Rheinhardt | 2023-10-07 | 1 | -8/+8 |
* | vulkan_hevc: handle non-contiguous SPS/PPS/VPS ids | Benjamin Cheng | 2023-10-05 | 1 | -19/+27 |
* | vulkan_hevc: switch from a buffer pool to a malloc and simplify | Lynne | 2023-09-15 | 1 | -35/+17 |
* | avcodec/vulkan_decode: Factor creating session params out, fix leak | Andreas Rheinhardt | 2023-09-15 | 1 | -24/+3 |
* | avcodec/avcodec: Add FFHWAccel, hide internals of AVHWAccel | Andreas Rheinhardt | 2023-08-07 | 1 | -5/+5 |
* | vulkan_hevc: use diagonal scan order for scaling lists | Benjamin Cheng | 2023-07-28 | 1 | -42/+40 |
* | vulkan/hevc: handle missing active PPS | Philip Langdale | 2023-07-10 | 1 | -1/+14 |
* | vulkan_decode: reject decoding of frames with no slices | Lynne | 2023-06-22 | 1 | -0/+3 |
* | vulkan_decode: simplify and make session parameter generation more robust | Lynne | 2023-06-22 | 1 | -4/+16 |
* | vulkan_decode: clean up slice handling | Lynne | 2023-06-22 | 1 | -1/+0 |
* | vulkan/hevc: fix 32x32 scaling list indexing | Dave Airlie | 2023-06-08 | 1 | -6/+6 |
* | hevcdec: remove redundant bits_used_for_short_term_rps field | Lynne | 2023-06-07 | 1 | -1/+1 |
* | vulkan/hevc: fix scaling lists sizes. | Dave Airlie | 2023-06-06 | 1 | -6/+6 |
* | vulkan: replace usage of %lu with %"SIZE_SPECIFIER" | Lynne | 2023-05-29 | 1 | -1/+1 |
* | hevcdec: add Vulkan hwaccel | Lynne | 2023-05-29 | 1 | -0/+948 |