master
swscale/ops_optimizer: eliminate unneeded SWS_OP_MIN/MAX components
libswscale/arm: Switch consistent indentation to common style
swscale/loongarch: fix LASX YUV2RGB residual for multi-row slices
swscale: avoid overflow in fast bilinear edge handling
swscale/range_convert: saturate output instead of limiting input
swscale/uops_macros: also generate op lists involving 3DLUTs
vulkan: remove runtime shader compilation support
swscale/jit: move jit-related code to its own file
swscale/alphablend: don't overread alpha plane on subsampled odd size
swscale/internal: constify SwsFunc
swscale/cms: fix IPT rounding error
swscale/utils: split off format code into new file
swscale/csputils: Remove unused ff_sws_matrix3x3_rmul()
swscale/uops: add SWS_UOP_LUT_3D reference implementation
swscale/filters: add ability to set a virtual output size
swscale/format: add SwsLut3D support to the ops list generator
swscale: add FFFramePool and use it for allocating planes
swscale: rename SwsContext to SwsInternal
swscale/graph: internally ref copied intermediate buffers
swscale/graph: add plane copy metadata
swscale/input: add rgbaf16 input support
swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats
swscale/input: fix rgbf32 input (add half input functions)
swscale/jit: implement ff_sws_jit_protect() for win32
build: Change structure of the linker version script templates
lsws: duplicate ff_log2_tab
swscale/lut3d: simplify and hard-code 3DLUT format
swscale/ops: use unzwizzled component index for SwsComps.dep_in[]
swscale/ops: add SWS_OP_LUT_3D and supporting code
swscale/ops_chain: Disable ff_sws_setup_{clear,clamp,scale}
swscale/uops: rename SwsOpTable/SwsOpEntry to SwsUOpTable/SwsUOpEntry
swscale/ops: generate plane copy map for passes
swscale/ops_dispatch: add SwsOpBackend.compile_uops()
swscale/ops_optimizer: remove now-unused ff_sws_solve_shuffle()
swscale/ops_memcpy: omit memcpy() if src and dst are identical
swscale: remove GLSL backend
swscale/output: avoid signed overflow in yuv2rgb_write_full luma scaling
swscale/rational64: add 64-bit rational type
swscale/rational64: remove unused av_gcd_q64 declaration
swscale/rgb2rgb: Remove set-but-unused functions
swscale/rgb2rgb_template: use unsigned for <<24
swscale/slice: fix init of 32 bpc planes
swscale: partially ref copied planes
swscale: add new SwsContext.backends option
swscale/swscale_unscaled: disable unscaled copy from yaf32be to grayf32be
Add Windows resource file support for shared libraries
av{codec,filter}/x86: Remove unnecessary asm.h inclusions
lib*/version: Use static_assert for static asserts
Bump minor after release/9.0 branch on master
libs: Bump major version of all libraries
swscale/internal: group user-facing options together
swscale/yuv2rgb: add explicit BE/LE 565/555 cases