aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* avutil/hwcontext_vulkan: Allocate public and priv device hwctx togetherAndreas Rheinhardt2024-03-011-53/+56
* avutil/hwcontext_cuda: Allocate public and internal device ctx jointlyAndreas Rheinhardt2024-03-011-21/+22
* avutil/hwcontext_cuda: Don't use AVHWFramesInternal.privAndreas Rheinhardt2024-03-011-4/+4
* avutil/hwcontext: Clarify documentation of AVHWFramesContext.hwctxAndreas Rheinhardt2024-03-011-3/+6
* lavu/opt: get rid of useless read_number() callsAnton Khirnov2024-03-011-8/+5
* lavu/opt: simplify error handling in get_number()Anton Khirnov2024-03-011-6/+1
* lavu/opt: drop an always-NULL argument to get_number()Anton Khirnov2024-03-011-7/+5
* lavu/opt: drop useless handling of NULL return from get_bool_name()Anton Khirnov2024-03-011-2/+2
* lavu/opt: factor out printing option default from opt_list()Anton Khirnov2024-03-011-72/+78
* lavu/opt: simplify printing option type in opt_list()Anton Khirnov2024-03-011-70/+37
* lavu/opt: cosmetics, group option reading function togetherAnton Khirnov2024-03-011-36/+46
* lavu/opt: cosmetics, group option setting function togetherAnton Khirnov2024-03-011-48/+54
* lavu/opt: cosmetics, group (un)init and management functions togetherAnton Khirnov2024-03-011-144/+154
* lavu/opt: document AVOption.flagsAnton Khirnov2024-03-011-0/+3
* lavu/opt: cosmetics, move AV_OPT_FLAG_* out of AVOptionAnton Khirnov2024-03-011-35/+34
* lavu/opt: cosmetics, change option flags to (1 << N) styleAnton Khirnov2024-03-011-12/+36
* avutil/hwcontext_opencl: Add map from Videotoolbox to OpenCLZhao Zhili2024-03-011-0/+97
* avutil/hwcontext_opencl: Fix missing linesize when map from openclZhao Zhili2024-03-011-0/+1
* avutil/hwcontext_vulkan: Fix memleaks when transfer to vulkanZhao Zhili2024-03-011-3/+1
* avutil/vulkan: avoid overreads in ff_vk_count_imagesZhao Zhili2024-03-011-1/+1
* avutil/hwcontext_vulkan: Fix leaks in map_from_drmZhao Zhili2024-03-011-9/+3
* avutil/hwcontext_vulkan: Fix leaks when semaphore creation failsZhao Zhili2024-03-011-10/+17
* avutil/hwcontext: Don't assume frames_uninit is reentrantZhao Zhili2024-03-011-6/+2
* avutil/hwcontext: Don't assume device_uninit is reentrantZhao Zhili2024-03-011-9/+2
* avutil/mem_internal: Remove unneeded headersAndreas Rheinhardt2024-03-011-2/+0
* avutil/mem: limit alignment to maximum simd alignTimo Rothenpieler2024-02-272-6/+29
* avutil/hwcontext: Don't check before av_buffer_unref()Andreas Rheinhardt2024-02-251-2/+1
* avutil/opt: Use correct function pointer typeAndreas Rheinhardt2024-02-251-2/+12
* avutil/tx: print debug log at trace levelJames Almer2024-02-221-6/+7
* avutil/version: Remove outdated checksAndreas Rheinhardt2024-02-211-16/+0
* avutil/common: Move includes to the beginning of the fileAndreas Rheinhardt2024-02-211-13/+7
* avutil/tests/pixelutils: Remove dead codeAndreas Rheinhardt2024-02-211-8/+0
* avutil/hwcontext_vaapi: Allocate pub and priv frames hwctx togetherAndreas Rheinhardt2024-02-201-10/+14
* avutil/hwcontext_vaapi: Allocate public and priv device hwctx togetherAndreas Rheinhardt2024-02-201-9/+13
* configure, libavutil/version: Remove unused HAVE_MMX2Andreas Rheinhardt2024-02-201-1/+0
* avutil/intreadwrite: Remove obsolete warningAndreas Rheinhardt2024-02-201-3/+1
* lavu/tx: correctly use a default scale parameter for all transform typesLynne2024-02-181-3/+5
* avutil/channel_layout: print known layout names in custom layoutJames Almer2024-02-181-26/+42
* avutil/tests/channel_layout: add tests for av_channel_order_retypeMarton Balint2024-02-181-0/+63
* avutil/channel_layout: add FF_CHANNEL_ORDER_NBMarton Balint2024-02-181-0/+4
* avutil/channel_layout: change AV_CHAN_SILENCE to AV_CHAN_UNUSED in the docsMarton Balint2024-02-181-1/+1
* avutil/pixfmt: Add AV_VIDEO_MAX_PLANESMichael Niedermayer2024-02-162-1/+8
* av_tx_init: accept NULL scale for RDFTPeter Ross2024-02-151-2/+2
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-142-17/+17
* avutil/hwcontext_opencl: Use proper OpenCLFramesContextAndreas Rheinhardt2024-02-131-2/+2
* avutil/channel_layout: add av_channel_layout_retype()Marton Balint2024-02-123-1/+147
* avutil/channel_layout: add av_channel_layout_custom_init()Marton Balint2024-02-123-2/+39
* avutil/rational: Document what is to be expected from av_d2q() of doubles rep...Michael Niedermayer2024-02-121-0/+4
* x86: Remove inline MMX assembly that clobbers the FPU stateMartin Storsjö2024-02-091-36/+0
* Revert "avutil/mem: limit alignment to maximum simd align"Timo Rothenpieler2024-02-092-15/+7