summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
...
* lavu/vulkan: add support for using libshaderc as a GLSL compilerLynne2021-11-192-0/+126
* vulkan: fix checkheadersLynne2021-11-193-5/+10
* lavfi/vulkan: split off lavfi-specific code into vulkan_filter.cLynne2021-11-192-6/+3
* x86/intmath: add VEX encoded versions of av_clipf() and av_clipd()James Almer2021-11-191-0/+30
* lavu/vulkan: add option to switch between shader compilers and cleanup glslangLynne2021-11-194-75/+82
* lavu/vulkan: move common Vulkan code from libavfilter to libavutilLynne2021-11-195-7/+2105
* avutil/frame: Document the possibility of negative line sizesSoft Works2021-11-181-3/+15
* avutil/hwcontext_qsv: Remove redundant checkAndreas Rheinhardt2021-11-181-2/+2
* avutil/hwcontext_qsv: Fix leak of AVBuffer and AVBufferRefAndreas Rheinhardt2021-11-181-2/+0
* vulkan_loader: fix typo in error messageLynne2021-11-181-1/+1
* avutil: Add Dolby Vision RPU side data typeDerek Buitenhuis2021-11-173-1/+9
* aarch64: Add Armv8.5-A BTI supportJonathan Wright2021-11-161-0/+30
* libavutil/common: clip nan value to aminMark Reid2021-11-152-10/+10
* */version.h: define FF_API macros unconditionallyAnton Khirnov2021-11-151-8/+0
* avutil/hwcontext_vulkan: add support for exporting memory via Win32 HandlesTimo Rothenpieler2021-11-141-6/+96
* avutil/vulkan: load win32 external memory functionsTimo Rothenpieler2021-11-143-1/+23
* avutil/opt: fix mis-alignment of option and constant values for filter helpSoft Works2021-11-131-1/+1
* avutil/hwcontext_dxva2: add ARGB formatSoft Works2021-11-131-0/+1
* hwcontext_vaapi: don't use the generic mapping struct for DRM/VAAPILynne2021-11-131-19/+11
* hwcontext_vulkan: fix small memory leak when unmappingLynne2021-11-131-0/+1
* hwcontext_vulkan: wait for semaphores when unmapping from VAAPILynne2021-11-131-0/+10
* hwcontext_vulkan: print error information on queue submission failureLynne2021-11-131-0/+2
* hwcontext_vulkan: fix DMABUF import format check callLynne2021-11-131-0/+4
* hwcontext_vulkan: improve CUDA error handlingLynne2021-11-131-12/+14
* hwcontext_vulkan: close exported memory FD on CUDA import errorLynne2021-11-131-0/+1
* hwcontext_vulkan: do not dup() semaphore FDs for CUDALynne2021-11-131-5/+1
* hwcontext_vulkan: properly migrate queue families with DRM import/exportLynne2021-11-131-11/+1
* hwcontext_vulkan: properly migrate between queue families on CUDA import/exportLynne2021-11-131-41/+52
* hwcontext_vulkan: properly error out if timeline semaphores are unsupportedLynne2021-11-131-0/+1
* hwcontext_vulkan: fix CreateSemaphore conflict with synchapi.hLynne2021-11-121-6/+7
* hwcontext_vulkan: use vkDeviceWaitIdle instead of vkWaitSemaphores on uninitLynne2021-11-122-9/+4
* doc/APIchanges: update for Vulkan API changesLynne2021-11-121-1/+1
* lavu: move hwcontext_vulkan's function loader into separate filesLynne2021-11-123-226/+357
* hwcontext_vulkan: clean up extensions code and add additional defaultsLynne2021-11-121-8/+18
* hwcontext_vulkan: host wait on semaphores before freeing frameLynne2021-11-121-0/+11
* hwcontext_vulkan: report device that's usedLynne2021-11-121-1/+6
* vulkan: add support for encode and decode queues and refactor queue codeLynne2021-11-122-131/+207
* hwcontext_vulkan: port CUDA interop to use timeline semaphoresLynne2021-11-121-3/+25
* hwcontext_vulkan: fix mapping from/to DRM/VAAPI framesLynne2021-11-121-84/+121
* hwcontext_vulkan: switch to using timeline semaphoresLynne2021-11-122-12/+92
* hwcontext_vulkan: bump required Vulkan loader version to 1.2Lynne2021-11-122-2/+2
* avutil/opt: handle whole range of int64_t in av_opt_get_intZhao Zhili2021-11-111-1/+4
* avutil/parseutils: add qhd(Quad HD) or wqhd(Wide Quad HD) for 1440pLimin Wang2021-11-031-0/+2
* avutil/hwcontext_videotoolbox: fix use of unknown builtin '__builtin_available'Limin Wang2021-11-031-24/+30
* avutil/mathematics: Document av_rescale_rnd() behavior on non int64 resultsMichael Niedermayer2021-10-211-0/+1
* avutil/detection_bbox: Fix av_detection_bbox_alloc failed if nb_bboxes == 0Limin Wang2021-10-081-11/+13
* avutil/detection_bbox: use offsetof for bboxes_offsetLimin Wang2021-10-081-2/+3
* avutil/md5: Avoid av_unused variableAndreas Rheinhardt2021-10-021-2/+1
* avutil/utils: Remove racy check from avutil_version()Andreas Rheinhardt2021-09-291-5/+0
* avutil/tests/opt: Set AVClass.versionAndreas Rheinhardt2021-09-271-0/+1