| Commit message (Expand) | Author | Age | Files | Lines |
* | hwcontext_vulkan: move physical device feature discovery to device_init | Lynne | 2020-05-23 | 1 | -14/+16 |
* | hwcontext_vulkan: split uploading and downloading contexts | Lynne | 2020-05-23 | 1 | -57/+66 |
* | hwcontext_vulkan: set usage for DRM imports to the frames context usage | Lynne | 2020-05-23 | 1 | -1/+2 |
* | hwcontext_vulkan: do not OR the user-specified usage with our default flags | Lynne | 2020-05-23 | 2 | -3/+4 |
* | hwcontext_vulkan: actually use the frames exec context for prep/import/export | Lynne | 2020-05-23 | 1 | -10/+14 |
* | hwcontext_vulkan: support user-provided pools | Lynne | 2020-05-23 | 1 | -9/+10 |
* | hwcontext_vulkan: use all enabled queues for transfers, make uploads async | Lynne | 2020-05-23 | 1 | -96/+237 |
* | hwcontext_vulkan: wrap ImageBufs into AVBufferRefs | Lynne | 2020-05-23 | 1 | -36/+56 |
* | hwcontext_vulkan: improve public header documentation | Lynne | 2020-05-23 | 1 | -7/+10 |
* | hwcontext_vulkan: expose the enabled device features | Lynne | 2020-05-23 | 2 | -0/+18 |
* | hwcontext_vulkan: expose the amount of queues for each queue family | Lynne | 2020-05-23 | 2 | -2/+15 |
* | hwcontext: add av_hwdevice_ctx_create_derived_opts | Lynne | 2020-05-23 | 9 | -18/+52 |
* | lavu: add av_gcd_q(). | Nicolas George | 2020-05-23 | 3 | -2/+17 |
* | avutil/opt: add AV_OPT_FLAG_CHILD_CONSTS | Marton Balint | 2020-05-22 | 3 | -2/+4 |
* | Stop hardcoding align=32 in av_frame_get_buffer() calls. | Anton Khirnov | 2020-05-22 | 3 | -4/+4 |
* | lavc/qsvdec: add decode support for HEVC 4:2:2 8-bit and 10-bit | Linjie Fu | 2020-05-18 | 1 | -0/+24 |
* | avutil: bump version after addition of av_sat_add64 and av_sat_sub64 | James Almer | 2020-05-17 | 1 | -1/+1 |
* | avutil/common: Add saturated add/sub operations for int64_t. | Dale Curtis | 2020-05-15 | 1 | -0/+36 |
* | aarch64: Explicitly forbid using the x18 register | Martin Storsjö | 2020-05-15 | 1 | -0/+3 |
* | hwcontext_vulkan: fix incorrect print argument | Lynne | 2020-05-14 | 1 | -1/+1 |
* | hwcontext_vulkan: don't add the optional VK_KHR_surface extension by default | Lynne | 2020-05-12 | 1 | -1/+1 |
* | hwcontext_vulkan: don't error on unavailable user-specified extensions | Lynne | 2020-05-12 | 1 | -3/+1 |
* | hwcontext_vulkan: use the maximum amount of queues for each family | Lynne | 2020-05-12 | 1 | -33/+48 |
* | hwcontext_vulkan: update prepare_frame() for multiple semaphores when exporting | Lynne | 2020-05-12 | 1 | -5/+7 |
* | vp9dec: support exporting QP tables through the AVVideoEncParams API | Anton Khirnov | 2020-05-12 | 1 | -0/+15 |
* | libavutil: add API for exporting video frame quantizers | Juan De León | 2020-05-12 | 6 | -2/+225 |
* | Revert "hwcontext_vulkan: only use one semaphore per image" | Lynne | 2020-05-11 | 2 | -72/+70 |
* | hwcontext_vulkan: convert to general layout and transfer queue when exporting | Lynne | 2020-05-10 | 1 | -1/+19 |
* | hwcontext_vulkan: create all images with concurrent sharing mode | Lynne | 2020-05-10 | 2 | -31/+52 |
* | hwcontext_vulkan: fix inverted condition when exporting images to drm_prime | Lynne | 2020-05-10 | 1 | -1/+1 |
* | hwcontext_vulkan: update debugging layer name | Lynne | 2020-05-10 | 1 | -1/+1 |
* | hwcontext_vulkan: remove unused internal REQUIRED extension flag | Lynne | 2020-05-10 | 1 | -16/+4 |
* | hwcontext_vulkan: expose enabled device and instance extensions | Lynne | 2020-05-10 | 3 | -11/+52 |
* | hwcontext_vulkan: let users enable device and instance extensions using options | Lynne | 2020-05-10 | 1 | -7/+66 |
* | hwcontext_vulkan: optionally enable the VK_KHR_surface extension if available | Lynne | 2020-05-10 | 1 | -1/+1 |
* | avutil/opt: only skip evaluation for rational options | Marton Balint | 2020-05-01 | 1 | -6/+8 |
* | lavu/version: bump minor version for DOVI sidedata | Jun Zhao | 2020-04-25 | 1 | -2/+2 |
* | lavutil: add DOVI related header | vacingfang | 2020-04-23 | 3 | -0/+107 |
* | hwcontext_vulkan: correctly download and upload flipped images | Lynne | 2020-04-21 | 1 | -2/+2 |
* | avutil/log: update text requesting samples | Marton Balint | 2020-04-17 | 1 | -1/+1 |
* | lavu/mem: Make other alloc functions more similar to av_malloc(). | Carl Eugen Hoyos | 2020-04-12 | 1 | -8/+12 |
* | hwcontext_vulkan: only use one semaphore per image | Lynne | 2020-04-07 | 2 | -70/+72 |
* | avutil/hwcontext_cuda: Only handle CUDA hardware frames | Timo Rothenpieler | 2020-04-06 | 1 | -0/+4 |
* | avutil/opt: Don't use NULL for %s string in a log message | Andreas Rheinhardt | 2020-04-01 | 1 | -7/+2 |
* | avutil/frame: make frame copy functions hwframe aware | Timo Rothenpieler | 2020-03-28 | 2 | -2/+10 |
* | avutil/hwcontext: correctly set extended_data on hwframe_get_buffer | Timo Rothenpieler | 2020-03-28 | 1 | -0/+2 |
* | lavu/tx: add 2-point FFT transform | Lynne | 2020-03-23 | 2 | -11/+19 |
* | lavu/tx: improve documentation | Lynne | 2020-03-23 | 1 | -2/+13 |
* | hwcontext_opencl: include header file in HEADERS | Daniel Playfair Cal | 2020-03-20 | 1 | -0/+1 |
* | avutil/hwcontext_cuda: combine transfer functions | Timo Rothenpieler | 2020-03-19 | 1 | -55/+23 |