| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/hwcontext_vulkan: Allocate public and priv device hwctx together | Andreas Rheinhardt | 2024-03-01 | 1 | -53/+56 |
* | avutil/hwcontext_cuda: Allocate public and internal device ctx jointly | Andreas Rheinhardt | 2024-03-01 | 1 | -21/+22 |
* | avutil/hwcontext_cuda: Don't use AVHWFramesInternal.priv | Andreas Rheinhardt | 2024-03-01 | 1 | -4/+4 |
* | avutil/hwcontext: Clarify documentation of AVHWFramesContext.hwctx | Andreas Rheinhardt | 2024-03-01 | 1 | -3/+6 |
* | lavu/opt: get rid of useless read_number() calls | Anton Khirnov | 2024-03-01 | 1 | -8/+5 |
* | lavu/opt: simplify error handling in get_number() | Anton Khirnov | 2024-03-01 | 1 | -6/+1 |
* | lavu/opt: drop an always-NULL argument to get_number() | Anton Khirnov | 2024-03-01 | 1 | -7/+5 |
* | lavu/opt: drop useless handling of NULL return from get_bool_name() | Anton Khirnov | 2024-03-01 | 1 | -2/+2 |
* | lavu/opt: factor out printing option default from opt_list() | Anton Khirnov | 2024-03-01 | 1 | -72/+78 |
* | lavu/opt: simplify printing option type in opt_list() | Anton Khirnov | 2024-03-01 | 1 | -70/+37 |
* | lavu/opt: cosmetics, group option reading function together | Anton Khirnov | 2024-03-01 | 1 | -36/+46 |
* | lavu/opt: cosmetics, group option setting function together | Anton Khirnov | 2024-03-01 | 1 | -48/+54 |
* | lavu/opt: cosmetics, group (un)init and management functions together | Anton Khirnov | 2024-03-01 | 1 | -144/+154 |
* | lavu/opt: document AVOption.flags | Anton Khirnov | 2024-03-01 | 1 | -0/+3 |
* | lavu/opt: cosmetics, move AV_OPT_FLAG_* out of AVOption | Anton Khirnov | 2024-03-01 | 1 | -35/+34 |
* | lavu/opt: cosmetics, change option flags to (1 << N) style | Anton Khirnov | 2024-03-01 | 1 | -12/+36 |
* | avutil/hwcontext_opencl: Add map from Videotoolbox to OpenCL | Zhao Zhili | 2024-03-01 | 1 | -0/+97 |
* | avutil/hwcontext_opencl: Fix missing linesize when map from opencl | Zhao Zhili | 2024-03-01 | 1 | -0/+1 |
* | avutil/hwcontext_vulkan: Fix memleaks when transfer to vulkan | Zhao Zhili | 2024-03-01 | 1 | -3/+1 |
* | avutil/vulkan: avoid overreads in ff_vk_count_images | Zhao Zhili | 2024-03-01 | 1 | -1/+1 |
* | avutil/hwcontext_vulkan: Fix leaks in map_from_drm | Zhao Zhili | 2024-03-01 | 1 | -9/+3 |
* | avutil/hwcontext_vulkan: Fix leaks when semaphore creation fails | Zhao Zhili | 2024-03-01 | 1 | -10/+17 |
* | avutil/hwcontext: Don't assume frames_uninit is reentrant | Zhao Zhili | 2024-03-01 | 1 | -6/+2 |
* | avutil/hwcontext: Don't assume device_uninit is reentrant | Zhao Zhili | 2024-03-01 | 1 | -9/+2 |
* | avutil/mem_internal: Remove unneeded headers | Andreas Rheinhardt | 2024-03-01 | 1 | -2/+0 |
* | avutil/mem: limit alignment to maximum simd align | Timo Rothenpieler | 2024-02-27 | 2 | -6/+29 |
* | avutil/hwcontext: Don't check before av_buffer_unref() | Andreas Rheinhardt | 2024-02-25 | 1 | -2/+1 |
* | avutil/opt: Use correct function pointer type | Andreas Rheinhardt | 2024-02-25 | 1 | -2/+12 |
* | avutil/tx: print debug log at trace level | James Almer | 2024-02-22 | 1 | -6/+7 |
* | avutil/version: Remove outdated checks | Andreas Rheinhardt | 2024-02-21 | 1 | -16/+0 |
* | avutil/common: Move includes to the beginning of the file | Andreas Rheinhardt | 2024-02-21 | 1 | -13/+7 |
* | avutil/tests/pixelutils: Remove dead code | Andreas Rheinhardt | 2024-02-21 | 1 | -8/+0 |
* | avutil/hwcontext_vaapi: Allocate pub and priv frames hwctx together | Andreas Rheinhardt | 2024-02-20 | 1 | -10/+14 |
* | avutil/hwcontext_vaapi: Allocate public and priv device hwctx together | Andreas Rheinhardt | 2024-02-20 | 1 | -9/+13 |
* | configure, libavutil/version: Remove unused HAVE_MMX2 | Andreas Rheinhardt | 2024-02-20 | 1 | -1/+0 |
* | avutil/intreadwrite: Remove obsolete warning | Andreas Rheinhardt | 2024-02-20 | 1 | -3/+1 |
* | lavu/tx: correctly use a default scale parameter for all transform types | Lynne | 2024-02-18 | 1 | -3/+5 |
* | avutil/channel_layout: print known layout names in custom layout | James Almer | 2024-02-18 | 1 | -26/+42 |
* | avutil/tests/channel_layout: add tests for av_channel_order_retype | Marton Balint | 2024-02-18 | 1 | -0/+63 |
* | avutil/channel_layout: add FF_CHANNEL_ORDER_NB | Marton Balint | 2024-02-18 | 1 | -0/+4 |
* | avutil/channel_layout: change AV_CHAN_SILENCE to AV_CHAN_UNUSED in the docs | Marton Balint | 2024-02-18 | 1 | -1/+1 |
* | avutil/pixfmt: Add AV_VIDEO_MAX_PLANES | Michael Niedermayer | 2024-02-16 | 2 | -1/+8 |
* | av_tx_init: accept NULL scale for RDFT | Peter Ross | 2024-02-15 | 1 | -2/+2 |
* | all: use designated initializers for AVOption.unit | Anton Khirnov | 2024-02-14 | 2 | -17/+17 |
* | avutil/hwcontext_opencl: Use proper OpenCLFramesContext | Andreas Rheinhardt | 2024-02-13 | 1 | -2/+2 |
* | avutil/channel_layout: add av_channel_layout_retype() | Marton Balint | 2024-02-12 | 3 | -1/+147 |
* | avutil/channel_layout: add av_channel_layout_custom_init() | Marton Balint | 2024-02-12 | 3 | -2/+39 |
* | avutil/rational: Document what is to be expected from av_d2q() of doubles rep... | Michael Niedermayer | 2024-02-12 | 1 | -0/+4 |
* | x86: Remove inline MMX assembly that clobbers the FPU state | Martin Storsjö | 2024-02-09 | 1 | -36/+0 |
* | Revert "avutil/mem: limit alignment to maximum simd align" | Timo Rothenpieler | 2024-02-09 | 2 | -15/+7 |