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-12-10hwcontext_vulkan: support creating DRM-tiled images and autodetecting modifiersWenbin Chen
2021-12-10hwcontext_vulkan: add support for mapping frames with planes in a single VkDe...Wenbin Chen
2021-12-10hwcontext_vulkan: add support for allocating all planes in a single allocationWenbin Chen
2021-12-10libavutil/hwcontext_vaapi: Add a new nv12 format map to support vulkan frameWenbin Chen
2021-12-10hwcontext_vaapi: Use PRIME_2 memory type for modifiers.Bas Nieuwenhuizen
2021-12-08avutil/aes_ctr: Avoid allocation of AVAES structAndreas Rheinhardt
2021-12-05avutil/frame: Treat frame as uninitialized in get_frame_defaults()Andreas Rheinhardt
2021-12-04lavu/frame: clarify doxyAnton Khirnov
2021-12-04lavu/frame: drop mentions of non-refcounted framesAnton Khirnov
2021-12-04libavutil/hwcontext_qsv: fix a bug for mapping vaapi frame to qsvnyanmisaka
2021-12-04lavu/avframe: add a time_base fieldLynne
2021-12-03all: Use av_memdup() where appropriateAndreas Rheinhardt
2021-11-29videotoolbox: add alpha supportrcombs
2021-11-29lavu/videotoolbox: add 422 and 444 pixel format mappingsrcombs
2021-11-29lavu/pixfmt: add high-bit-depth semi-planar 4:2:2/4:4:4 formatsrcombs
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