6190 Commits (c240ff98b3dbf46eff954bf2aa0ad3844baca4c8)

Author SHA1 Message Date
Anton Khirnov 2cd89194b0 libavutil/opt: rework figuring out option sizes 9 months ago
Anton Khirnov 85797886fe lavu/opt: factor per-type dispatch out of av_opt_set() 9 months ago
Anton Khirnov a1be08ba05 lavu/opt: factor per-type dispatch out of av_opt_get() 9 months ago
Andreas Rheinhardt dfffe03755 avutil/dict: Deduplicate freeing dictionary 9 months ago
James Almer 783d00b203 libs: bump major version for all libraries 9 months ago
Andreas Rheinhardt 3e669b24e2 avutil/hwcontext: Allocate AVHWFramesCtx jointly with its internals 9 months ago
Andreas Rheinhardt a0b9b96269 avutil/hwcontext_internal: Remove unused AVHWFramesInternal.priv 9 months ago
Andreas Rheinhardt 51d6bee667 avutil/hwcontext_d3d12va: Allocate pub and priv frames hwctx together 9 months ago
Andreas Rheinhardt dd397d05f1 avutil/hwcontext: Allocate AVHWDevCtx jointly with its internals 9 months ago
Andreas Rheinhardt 060277136d avutil/hwcontext: Remove unused AVHWDeviceInternal.priv 9 months ago
Andreas Rheinhardt 51f0405450 avutil/hwcontext_d3d12va: Allocate pub and priv device hwctx together 9 months ago
Andreas Rheinhardt be54923abc avutil/opt: Don't use AV_OPT_TYPE_FLAGS for sentinels 9 months ago
James Almer 7b11fd585f avutil/version_major: postpone some deprecations until the next bump 9 months ago
James Almer 583cf2a869 avutil: remove deprecated FF_API_FRAME_PICTURE_NUMBER 9 months ago
James Almer 67e7f0b05e avutil: remove deprecated FF_API_REORDERED_OPAQUE 9 months ago
James Almer b8fef7e9c5 avutil: remove deprecated FF_API_PKT_DURATION 9 months ago
James Almer 4c92fc02f8 avutil: remove deprecated FF_API_AV_FOPEN_UTF8 9 months ago
James Almer 65ddc74988 avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUT 9 months ago
James Almer a12cd3be98 avutil: remove deprecated FF_API_XVMC 9 months ago
James Almer 4105899245 avutil: remove deprecated FF_API_FIFO_OLD_API 9 months ago
James Almer 43c62b11aa avutil: remove deprecated FF_API_FIFO_PEEK2 9 months ago
Andreas Rheinhardt 68f48d5c30 avutil/hwcontext_videotoolbox: Allocate pub and priv frames hwctx together 9 months ago
Andreas Rheinhardt 91745ac233 avutil/hwcontext_qsv: Allocate pub and priv frames hwctx together 9 months ago
Andreas Rheinhardt 028907b08a avutil/hwcontext_qsv: Allocate public and priv device hwctx together 9 months ago
Andreas Rheinhardt 32fd27df2f avutil/hwcontext_d3d11va: Allocate pub and priv frames hwctx together 9 months ago
Andreas Rheinhardt a62c8558ae avutil/hwcontext_dxva2: Allocate pub and priv frames hwctx together 9 months ago
Andrew Sayers b47b2c5b91 fix "@param foo[in/out]" to "@param[in, out] foo" 9 months ago
Andrew Sayers dea1d7531d fix "param"s that should be "@param" 9 months ago
Andreas Rheinhardt ac86b52f80 avutil/hwcontext_vdpau: Don't use AVHWFramesInternal.priv 9 months ago
Andreas Rheinhardt f4df14b354 avutil/hwcontext_vdpau: Allocate public and priv device hwctx together 9 months ago
Martin Storsjö e30369bc1c aarch64: Use regular hwcaps flags instead of HWCAP_CPUID for CPU feature detection on Linux 9 months ago
Andreas Rheinhardt c0a1ce1c40 avutil/hwcontext_opencl: Allocate pub and priv frames hwctx together 9 months ago
Andreas Rheinhardt c305dbf745 avutil/hwcontext_opencl: Allocate pub and priv device hwctx together 9 months ago
Andreas Rheinhardt 1b7308b61d avutil/vulkan: Remove unused ff_vk_set_descriptor_sampler() 9 months ago
Andreas Rheinhardt c346c097af avutil/vulkan: Make ff_vk_set_descriptor_image() static 9 months ago
Andreas Rheinhardt c0d31cec7f avutil/vulkan: Avoid shadowing 9 months ago
Andreas Rheinhardt 0a05577d1e avutil/vulkan_loader: Avoid relocations for strings 9 months ago
Andreas Rheinhardt 674f20813d avutil/vulkan_loader: Use smaller types 9 months ago
Andreas Rheinhardt e9b4f4461f avutil/vulkan_loader: Avoid redundant strings and relocations 9 months ago
Andreas Rheinhardt e429b0fdb7 avutil/vulkan: Don't autoinclude vulkan_loader.h 9 months ago
Andreas Rheinhardt 58e3ef7f54 avutil/timestamp: Constify av_ts_make_time_string() 9 months ago
Andreas Rheinhardt e70e9b6554 avutil/hwcontext_vulkan: Allocate pub and priv frames hwctx together 9 months ago
Andreas Rheinhardt 2d63379cae avutil/hwcontext_vulkan: Allocate public and priv device hwctx together 9 months ago
Andreas Rheinhardt ac7e72972c avutil/hwcontext_cuda: Allocate public and internal device ctx jointly 9 months ago
Andreas Rheinhardt 8d277de009 avutil/hwcontext_cuda: Don't use AVHWFramesInternal.priv 9 months ago
Andreas Rheinhardt cb92b4bd83 avutil/hwcontext: Clarify documentation of AVHWFramesContext.hwctx 9 months ago
Anton Khirnov 200f82e3f8 lavu/opt: get rid of useless read_number() calls 9 months ago
Anton Khirnov 1ffa657a03 lavu/opt: simplify error handling in get_number() 9 months ago
Anton Khirnov 84ba46fa5e lavu/opt: drop an always-NULL argument to get_number() 9 months ago
Anton Khirnov 9fabdd64b2 lavu/opt: drop useless handling of NULL return from get_bool_name() 9 months ago