Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-27hwcontext_vulkan: use correct return value for allocation failureLynne
2021-11-26avutil/hwcontext_vulkan: fully support customizable validation layersWu Jianhua
2021-11-24avutil/hwcontext_vulkan: check if created before destroying the instanceWu Jianhua
2021-11-24avutil/hwcontext_vulkan: check if created before destroying the deviceWu Jianhua
2021-11-23avutil/hwcontext_cuda: return more useful error codes from init functionsTimo Rothenpieler
2021-11-23avutil/hwcontext_cuda: add option to use primary device contextTimo Rothenpieler
2021-11-20hwcontext_vulkan: check for non-flagged transfer queue familiesLynne
2021-11-20lavu/vulkan: check for initialization when freeing buffersLynne
2021-11-19avutil/vulkan_glslang: fix compiling failure issueWu Jianhua
2021-11-19lavu/vulkan: add support for using libshaderc as a GLSL compilerLynne
2021-11-19vulkan: fix checkheadersLynne
2021-11-19lavfi/vulkan: split off lavfi-specific code into vulkan_filter.cLynne
2021-11-19x86/intmath: add VEX encoded versions of av_clipf() and av_clipd()James Almer
2021-11-19lavu/vulkan: add option to switch between shader compilers and cleanup glslangLynne
2021-11-19lavu/vulkan: move common Vulkan code from libavfilter to libavutilLynne
2021-11-18avutil/frame: Document the possibility of negative line sizesSoft Works
2021-11-18avutil/hwcontext_qsv: Remove redundant checkAndreas Rheinhardt
2021-11-18avutil/hwcontext_qsv: Fix leak of AVBuffer and AVBufferRefAndreas Rheinhardt
2021-11-18vulkan_loader: fix typo in error messageLynne
2021-11-17avutil: Add Dolby Vision RPU side data typeDerek Buitenhuis
2021-11-16aarch64: Add Armv8.5-A BTI supportJonathan Wright
2021-11-15libavutil/common: clip nan value to aminMark Reid
2021-11-15*/version.h: define FF_API macros unconditionallyAnton Khirnov
2021-11-14avutil/hwcontext_vulkan: add support for exporting memory via Win32 HandlesTimo Rothenpieler
2021-11-14avutil/vulkan: load win32 external memory functionsTimo Rothenpieler
2021-11-13avutil/opt: fix mis-alignment of option and constant values for filter helpSoft Works
2021-11-13avutil/hwcontext_dxva2: add ARGB formatSoft Works
2021-11-13hwcontext_vaapi: don't use the generic mapping struct for DRM/VAAPILynne
2021-11-13hwcontext_vulkan: fix small memory leak when unmappingLynne
2021-11-13hwcontext_vulkan: wait for semaphores when unmapping from VAAPILynne
2021-11-13hwcontext_vulkan: print error information on queue submission failureLynne
2021-11-13hwcontext_vulkan: fix DMABUF import format check callLynne
2021-11-13hwcontext_vulkan: improve CUDA error handlingLynne
2021-11-13hwcontext_vulkan: close exported memory FD on CUDA import errorLynne
2021-11-13hwcontext_vulkan: do not dup() semaphore FDs for CUDALynne
2021-11-13hwcontext_vulkan: properly migrate queue families with DRM import/exportLynne
2021-11-13hwcontext_vulkan: properly migrate between queue families on CUDA import/exportLynne
2021-11-13hwcontext_vulkan: properly error out if timeline semaphores are unsupportedLynne
2021-11-12hwcontext_vulkan: fix CreateSemaphore conflict with synchapi.hLynne
2021-11-12hwcontext_vulkan: use vkDeviceWaitIdle instead of vkWaitSemaphores on uninitLynne
2021-11-12doc/APIchanges: update for Vulkan API changesLynne
2021-11-12lavu: move hwcontext_vulkan's function loader into separate filesLynne
2021-11-12hwcontext_vulkan: clean up extensions code and add additional defaultsLynne
2021-11-12hwcontext_vulkan: host wait on semaphores before freeing frameLynne
2021-11-12hwcontext_vulkan: report device that's usedLynne
2021-11-12vulkan: add support for encode and decode queues and refactor queue codeLynne
2021-11-12hwcontext_vulkan: port CUDA interop to use timeline semaphoresLynne
2021-11-12hwcontext_vulkan: fix mapping from/to DRM/VAAPI framesLynne
2021-11-12hwcontext_vulkan: switch to using timeline semaphoresLynne
2021-11-12hwcontext_vulkan: bump required Vulkan loader version to 1.2Lynne