summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* avutil: remove deprecated FF_API_XVMCJames Almer2024-03-07
* avutil: remove deprecated FF_API_FIFO_OLD_APIJames Almer2024-03-07
* avutil: remove deprecated FF_API_FIFO_PEEK2James Almer2024-03-07
* avutil/hwcontext_videotoolbox: Allocate pub and priv frames hwctx togetherAndreas Rheinhardt2024-03-05
* avutil/hwcontext_qsv: Allocate pub and priv frames hwctx togetherAndreas Rheinhardt2024-03-05
* avutil/hwcontext_qsv: Allocate public and priv device hwctx togetherAndreas Rheinhardt2024-03-05
* avutil/hwcontext_d3d11va: Allocate pub and priv frames hwctx togetherAndreas Rheinhardt2024-03-05
* avutil/hwcontext_dxva2: Allocate pub and priv frames hwctx togetherAndreas Rheinhardt2024-03-05
* fix "@param foo[in/out]" to "@param[in, out] foo"Andrew Sayers2024-03-04
* fix "param"s that should be "@param"Andrew Sayers2024-03-04
* avutil/hwcontext_vdpau: Don't use AVHWFramesInternal.privAndreas Rheinhardt2024-03-04
* avutil/hwcontext_vdpau: Allocate public and priv device hwctx togetherAndreas Rheinhardt2024-03-04
* aarch64: Use regular hwcaps flags instead of HWCAP_CPUID for CPU feature dete...Martin Storsjö2024-03-04
* avutil/hwcontext_opencl: Allocate pub and priv frames hwctx togetherAndreas Rheinhardt2024-03-04
* avutil/hwcontext_opencl: Allocate pub and priv device hwctx togetherAndreas Rheinhardt2024-03-04
* avutil/vulkan: Remove unused ff_vk_set_descriptor_sampler()Andreas Rheinhardt2024-03-03
* avutil/vulkan: Make ff_vk_set_descriptor_image() staticAndreas Rheinhardt2024-03-03
* avutil/vulkan: Avoid shadowingAndreas Rheinhardt2024-03-03
* avutil/vulkan_loader: Avoid relocations for stringsAndreas Rheinhardt2024-03-03
* avutil/vulkan_loader: Use smaller typesAndreas Rheinhardt2024-03-03
* avutil/vulkan_loader: Avoid redundant strings and relocationsAndreas Rheinhardt2024-03-03
* avutil/vulkan: Don't autoinclude vulkan_loader.hAndreas Rheinhardt2024-03-03
* avutil/timestamp: Constify av_ts_make_time_string()Andreas Rheinhardt2024-03-02
* avutil/hwcontext_vulkan: Allocate pub and priv frames hwctx togetherAndreas Rheinhardt2024-03-01
* avutil/hwcontext_vulkan: Allocate public and priv device hwctx togetherAndreas Rheinhardt2024-03-01
* avutil/hwcontext_cuda: Allocate public and internal device ctx jointlyAndreas Rheinhardt2024-03-01
* avutil/hwcontext_cuda: Don't use AVHWFramesInternal.privAndreas Rheinhardt2024-03-01
* avutil/hwcontext: Clarify documentation of AVHWFramesContext.hwctxAndreas Rheinhardt2024-03-01
* lavu/opt: get rid of useless read_number() callsAnton Khirnov2024-03-01
* lavu/opt: simplify error handling in get_number()Anton Khirnov2024-03-01
* lavu/opt: drop an always-NULL argument to get_number()Anton Khirnov2024-03-01
* lavu/opt: drop useless handling of NULL return from get_bool_name()Anton Khirnov2024-03-01
* lavu/opt: factor out printing option default from opt_list()Anton Khirnov2024-03-01
* lavu/opt: simplify printing option type in opt_list()Anton Khirnov2024-03-01
* lavu/opt: cosmetics, group option reading function togetherAnton Khirnov2024-03-01
* lavu/opt: cosmetics, group option setting function togetherAnton Khirnov2024-03-01
* lavu/opt: cosmetics, group (un)init and management functions togetherAnton Khirnov2024-03-01
* lavu/opt: document AVOption.flagsAnton Khirnov2024-03-01
* lavu/opt: cosmetics, move AV_OPT_FLAG_* out of AVOptionAnton Khirnov2024-03-01
* lavu/opt: cosmetics, change option flags to (1 << N) styleAnton Khirnov2024-03-01
* avutil/hwcontext_opencl: Add map from Videotoolbox to OpenCLZhao Zhili2024-03-01
* avutil/hwcontext_opencl: Fix missing linesize when map from openclZhao Zhili2024-03-01
* avutil/hwcontext_vulkan: Fix memleaks when transfer to vulkanZhao Zhili2024-03-01
* avutil/vulkan: avoid overreads in ff_vk_count_imagesZhao Zhili2024-03-01
* avutil/hwcontext_vulkan: Fix leaks in map_from_drmZhao Zhili2024-03-01
* avutil/hwcontext_vulkan: Fix leaks when semaphore creation failsZhao Zhili2024-03-01
* avutil/hwcontext: Don't assume frames_uninit is reentrantZhao Zhili2024-03-01
* avutil/hwcontext: Don't assume device_uninit is reentrantZhao Zhili2024-03-01
* avutil/mem_internal: Remove unneeded headersAndreas Rheinhardt2024-03-01
* avutil/mem: limit alignment to maximum simd alignTimo Rothenpieler2024-02-27