summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
...
* hwcontext_vulkan: use dedicated allocation for buffers when necessaryLynne2020-05-26
* hwcontext_vulkan: use host mapped buffers when uploading and downloadingLynne2020-05-26
* avutil/mem: Use max_alloc_size as-isAndreas Rheinhardt2020-05-26
* h264dec: support exporting QP tables through the AVVideoEncParams APIAnton Khirnov2020-05-25
* hwcontext_vulkan: move physical device feature discovery to device_initLynne2020-05-23
* hwcontext_vulkan: split uploading and downloading contextsLynne2020-05-23
* hwcontext_vulkan: set usage for DRM imports to the frames context usageLynne2020-05-23
* hwcontext_vulkan: do not OR the user-specified usage with our default flagsLynne2020-05-23
* hwcontext_vulkan: actually use the frames exec context for prep/import/exportLynne2020-05-23
* hwcontext_vulkan: support user-provided poolsLynne2020-05-23
* hwcontext_vulkan: use all enabled queues for transfers, make uploads asyncLynne2020-05-23
* hwcontext_vulkan: wrap ImageBufs into AVBufferRefsLynne2020-05-23
* hwcontext_vulkan: improve public header documentationLynne2020-05-23
* hwcontext_vulkan: expose the enabled device featuresLynne2020-05-23
* hwcontext_vulkan: expose the amount of queues for each queue familyLynne2020-05-23
* hwcontext: add av_hwdevice_ctx_create_derived_optsLynne2020-05-23
* lavu: add av_gcd_q().Nicolas George2020-05-23
* avutil/opt: add AV_OPT_FLAG_CHILD_CONSTSMarton Balint2020-05-22
* Stop hardcoding align=32 in av_frame_get_buffer() calls.Anton Khirnov2020-05-22
* lavc/qsvdec: add decode support for HEVC 4:2:2 8-bit and 10-bitLinjie Fu2020-05-18
* avutil: bump version after addition of av_sat_add64 and av_sat_sub64James Almer2020-05-17
* avutil/common: Add saturated add/sub operations for int64_t.Dale Curtis2020-05-15
* aarch64: Explicitly forbid using the x18 registerMartin Storsjö2020-05-15
* hwcontext_vulkan: fix incorrect print argumentLynne2020-05-14
* hwcontext_vulkan: don't add the optional VK_KHR_surface extension by defaultLynne2020-05-12
* hwcontext_vulkan: don't error on unavailable user-specified extensionsLynne2020-05-12
* hwcontext_vulkan: use the maximum amount of queues for each familyLynne2020-05-12
* hwcontext_vulkan: update prepare_frame() for multiple semaphores when exportingLynne2020-05-12
* vp9dec: support exporting QP tables through the AVVideoEncParams APIAnton Khirnov2020-05-12
* libavutil: add API for exporting video frame quantizersJuan De León2020-05-12
* Revert "hwcontext_vulkan: only use one semaphore per image"Lynne2020-05-11
* hwcontext_vulkan: convert to general layout and transfer queue when exportingLynne2020-05-10
* hwcontext_vulkan: create all images with concurrent sharing modeLynne2020-05-10
* hwcontext_vulkan: fix inverted condition when exporting images to drm_primeLynne2020-05-10
* hwcontext_vulkan: update debugging layer nameLynne2020-05-10
* hwcontext_vulkan: remove unused internal REQUIRED extension flagLynne2020-05-10
* hwcontext_vulkan: expose enabled device and instance extensionsLynne2020-05-10
* hwcontext_vulkan: let users enable device and instance extensions using optionsLynne2020-05-10
* hwcontext_vulkan: optionally enable the VK_KHR_surface extension if availableLynne2020-05-10
* avutil/opt: only skip evaluation for rational optionsMarton Balint2020-05-01
* lavu/version: bump minor version for DOVI sidedataJun Zhao2020-04-25
* lavutil: add DOVI related headervacingfang2020-04-23
* hwcontext_vulkan: correctly download and upload flipped imagesLynne2020-04-21
* avutil/log: update text requesting samplesMarton Balint2020-04-17
* lavu/mem: Make other alloc functions more similar to av_malloc().Carl Eugen Hoyos2020-04-12
* hwcontext_vulkan: only use one semaphore per imageLynne2020-04-07
* avutil/hwcontext_cuda: Only handle CUDA hardware framesTimo Rothenpieler2020-04-06
* avutil/opt: Don't use NULL for %s string in a log messageAndreas Rheinhardt2020-04-01
* avutil/frame: make frame copy functions hwframe awareTimo Rothenpieler2020-03-28
* avutil/hwcontext: correctly set extended_data on hwframe_get_bufferTimo Rothenpieler2020-03-28