aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* hwcontext_vulkan: move physical device feature discovery to device_initLynne2020-05-231-14/+16
* hwcontext_vulkan: split uploading and downloading contextsLynne2020-05-231-57/+66
* hwcontext_vulkan: set usage for DRM imports to the frames context usageLynne2020-05-231-1/+2
* hwcontext_vulkan: do not OR the user-specified usage with our default flagsLynne2020-05-232-3/+4
* hwcontext_vulkan: actually use the frames exec context for prep/import/exportLynne2020-05-231-10/+14
* hwcontext_vulkan: support user-provided poolsLynne2020-05-231-9/+10
* hwcontext_vulkan: use all enabled queues for transfers, make uploads asyncLynne2020-05-231-96/+237
* hwcontext_vulkan: wrap ImageBufs into AVBufferRefsLynne2020-05-231-36/+56
* hwcontext_vulkan: improve public header documentationLynne2020-05-231-7/+10
* hwcontext_vulkan: expose the enabled device featuresLynne2020-05-232-0/+18
* hwcontext_vulkan: expose the amount of queues for each queue familyLynne2020-05-232-2/+15
* hwcontext: add av_hwdevice_ctx_create_derived_optsLynne2020-05-239-18/+52
* lavu: add av_gcd_q().Nicolas George2020-05-233-2/+17
* avutil/opt: add AV_OPT_FLAG_CHILD_CONSTSMarton Balint2020-05-223-2/+4
* Stop hardcoding align=32 in av_frame_get_buffer() calls.Anton Khirnov2020-05-223-4/+4
* lavc/qsvdec: add decode support for HEVC 4:2:2 8-bit and 10-bitLinjie Fu2020-05-181-0/+24
* avutil: bump version after addition of av_sat_add64 and av_sat_sub64James Almer2020-05-171-1/+1
* avutil/common: Add saturated add/sub operations for int64_t.Dale Curtis2020-05-151-0/+36
* aarch64: Explicitly forbid using the x18 registerMartin Storsjö2020-05-151-0/+3
* hwcontext_vulkan: fix incorrect print argumentLynne2020-05-141-1/+1
* hwcontext_vulkan: don't add the optional VK_KHR_surface extension by defaultLynne2020-05-121-1/+1
* hwcontext_vulkan: don't error on unavailable user-specified extensionsLynne2020-05-121-3/+1
* hwcontext_vulkan: use the maximum amount of queues for each familyLynne2020-05-121-33/+48
* hwcontext_vulkan: update prepare_frame() for multiple semaphores when exportingLynne2020-05-121-5/+7
* vp9dec: support exporting QP tables through the AVVideoEncParams APIAnton Khirnov2020-05-121-0/+15
* libavutil: add API for exporting video frame quantizersJuan De León2020-05-126-2/+225
* Revert "hwcontext_vulkan: only use one semaphore per image"Lynne2020-05-112-72/+70
* hwcontext_vulkan: convert to general layout and transfer queue when exportingLynne2020-05-101-1/+19
* hwcontext_vulkan: create all images with concurrent sharing modeLynne2020-05-102-31/+52
* hwcontext_vulkan: fix inverted condition when exporting images to drm_primeLynne2020-05-101-1/+1
* hwcontext_vulkan: update debugging layer nameLynne2020-05-101-1/+1
* hwcontext_vulkan: remove unused internal REQUIRED extension flagLynne2020-05-101-16/+4
* hwcontext_vulkan: expose enabled device and instance extensionsLynne2020-05-103-11/+52
* hwcontext_vulkan: let users enable device and instance extensions using optionsLynne2020-05-101-7/+66
* hwcontext_vulkan: optionally enable the VK_KHR_surface extension if availableLynne2020-05-101-1/+1
* avutil/opt: only skip evaluation for rational optionsMarton Balint2020-05-011-6/+8
* lavu/version: bump minor version for DOVI sidedataJun Zhao2020-04-251-2/+2
* lavutil: add DOVI related headervacingfang2020-04-233-0/+107
* hwcontext_vulkan: correctly download and upload flipped imagesLynne2020-04-211-2/+2
* avutil/log: update text requesting samplesMarton Balint2020-04-171-1/+1
* lavu/mem: Make other alloc functions more similar to av_malloc().Carl Eugen Hoyos2020-04-121-8/+12
* hwcontext_vulkan: only use one semaphore per imageLynne2020-04-072-70/+72
* avutil/hwcontext_cuda: Only handle CUDA hardware framesTimo Rothenpieler2020-04-061-0/+4
* avutil/opt: Don't use NULL for %s string in a log messageAndreas Rheinhardt2020-04-011-7/+2
* avutil/frame: make frame copy functions hwframe awareTimo Rothenpieler2020-03-282-2/+10
* avutil/hwcontext: correctly set extended_data on hwframe_get_bufferTimo Rothenpieler2020-03-281-0/+2
* lavu/tx: add 2-point FFT transformLynne2020-03-232-11/+19
* lavu/tx: improve documentationLynne2020-03-231-2/+13
* hwcontext_opencl: include header file in HEADERSDaniel Playfair Cal2020-03-201-0/+1
* avutil/hwcontext_cuda: combine transfer functionsTimo Rothenpieler2020-03-191-55/+23