summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* hwcontext_vulkan: remove optional encode/decode extensions from the listLynne2023-02-061-8/+0
* avutil/hwcontext_d3d11va: fix texture_infos writes on non-fixed-size poolsTimo Rothenpieler2022-07-181-1/+12
* avutil/parseutils: use quadhd for Quad HDLimin Wang2022-01-121-1/+1
* avutil/hwcontext_vulkan: fixed incorrect memory offsetWu Jianhua2022-01-051-5/+7
* lib*/version.h: Bump Versions before release/5.0 branchAndreas Rheinhardt2022-01-041-1/+1
* lavu/frame: Add Dolby Vision metadata side data typeNiklas Haas2022-01-045-2/+201
* lib*/version.h: Bump Versions after release/5.0 branchMichael Niedermayer2022-01-031-1/+1
* lib*/version.h: Bump Versions before release/5.0 branchMichael Niedermayer2022-01-031-1/+1
* hwcontext_vulkan: remove VK_EXT_hdr_metadata from autoloaded extensions listLynne2022-01-031-1/+0
* libavutil/hwcontext_qsv: clean padding when upload qsv framesWenbin Chen2021-12-231-13/+83
* lavu/hwcontext_videotoolbox: use OS-provided mapping routines when availablercombs2021-12-221-2/+14
* lavu/videotoolbox: expose routine to set CVPixelBufferRef metadatarcombs2021-12-223-1/+14
* lavu/videotoolbox: expose conversion routines for color parametersrcombs2021-12-222-83/+113
* avutil/tests/cpu: add slowgatherJames Almer2021-12-211-0/+1
* avutil/cpu: add slowgather to av_parse_cpu_caps()James Almer2021-12-211-0/+1
* avutil/cpu: move slow gather checks below in the functionJames Almer2021-12-211-14/+9
* libavutil/cpu: Add AV_CPU_FLAG_SLOW_GATHER.Alan Kelly2021-12-213-3/+17
* avutil/display: fix inverted docZhao Zhili2021-12-202-2/+2
* avutil: add objc.h to SKIPHEADERSAman Karmani2021-12-191-0/+1
* avutil/twofish: Fixed decryptionSebastian Kirmayer2021-12-192-7/+16
* avutil: add obj-c helpers into header-only includeAman Karmani2021-12-181-0/+32
* avcodec: [loongarch] Optimize h264_chroma_mc with LASX.Shiyou Yin2021-12-151-0/+1877
* avutil: [loongarch] Add support for loongarch SIMD.Shiyou Yin2021-12-157-0/+117
* hwcontext_vulkan: wait on semaphores when exporting to DRMLynne2021-12-101-0/+11
* lavu: bump minor version and add doc/APIchanges entry for Vulkan changesLynne2021-12-101-2/+2
* hwcontext_vulkan: stricter semaphore number requirementsLynne2021-12-101-6/+4
* hwcontext_vulkan: support creating DRM-tiled images and autodetecting modifiersWenbin Chen2021-12-102-9/+165
* hwcontext_vulkan: add support for mapping frames with planes in a single VkDe...Wenbin Chen2021-12-101-2/+9
* hwcontext_vulkan: add support for allocating all planes in a single allocationWenbin Chen2021-12-102-4/+103
* libavutil/hwcontext_vaapi: Add a new nv12 format map to support vulkan frameWenbin Chen2021-12-101-0/+1
* hwcontext_vaapi: Use PRIME_2 memory type for modifiers.Bas Nieuwenhuizen2021-12-101-44/+114
* avutil/aes_ctr: Avoid allocation of AVAES structAndreas Rheinhardt2021-12-081-12/+5
* avutil/frame: Treat frame as uninitialized in get_frame_defaults()Andreas Rheinhardt2021-12-051-6/+4
* lavu/frame: clarify doxyAnton Khirnov2021-12-041-2/+1
* lavu/frame: drop mentions of non-refcounted framesAnton Khirnov2021-12-041-4/+7
* libavutil/hwcontext_qsv: fix a bug for mapping vaapi frame to qsvnyanmisaka2021-12-041-1/+1
* lavu/avframe: add a time_base fieldLynne2021-12-033-1/+11
* all: Use av_memdup() where appropriateAndreas Rheinhardt2021-12-031-4/+2
* videotoolbox: add alpha supportrcombs2021-11-281-0/+2
* lavu/videotoolbox: add 422 and 444 pixel format mappingsrcombs2021-11-281-0/+44
* lavu/pixfmt: add high-bit-depth semi-planar 4:2:2/4:4:4 formatsrcombs2021-11-282-0/+114
* hwcontext_vulkan: use correct return value for allocation failureLynne2021-11-271-1/+1
* avutil/hwcontext_vulkan: fully support customizable validation layersWu Jianhua2021-11-262-29/+136
* avutil/hwcontext_vulkan: check if created before destroying the instanceWu Jianhua2021-11-241-1/+2
* avutil/hwcontext_vulkan: check if created before destroying the deviceWu Jianhua2021-11-241-1/+2
* avutil/hwcontext_cuda: return more useful error codes from init functionsTimo Rothenpieler2021-11-221-7/+11
* avutil/hwcontext_cuda: add option to use primary device contextTimo Rothenpieler2021-11-222-1/+25
* hwcontext_vulkan: check for non-flagged transfer queue familiesLynne2021-11-201-0/+7
* lavu/vulkan: check for initialization when freeing buffersLynne2021-11-201-1/+1
* avutil/vulkan_glslang: fix compiling failure issueWu Jianhua2021-11-191-2/+2