[FFmpeg-devel] [PATCH v7 03/12] swscale/internal: group user-facing options together
Michael Niedermayer
michael at niedermayer.cc
Thu Nov 21 01:18:40 EET 2024
Hi
On Sat, Nov 16, 2024 at 12:24:58PM +0100, Niklas Haas wrote:
> From: Niklas Haas <git at haasn.dev>
>
> This is a preliminary step to separating these into a new struct. This
> commit contains no functional changes, it is a pure search-and-replace.
>
> Sponsored-by: Sovereign Tech Fund
> Signed-off-by: Niklas Haas <git at haasn.dev>
> ---
> libswscale/aarch64/swscale.c | 28 +-
> libswscale/aarch64/swscale_unscaled.c | 34 +-
> libswscale/alphablend.c | 16 +-
> libswscale/arm/swscale_unscaled.c | 24 +-
> libswscale/input.c | 2 +-
> libswscale/loongarch/input_lasx.c | 2 +-
> libswscale/loongarch/input_lsx.c | 2 +-
> libswscale/loongarch/output_lasx.c | 10 +-
> libswscale/loongarch/output_lsx.c | 10 +-
> libswscale/loongarch/swscale_init_loongarch.c | 28 +-
> libswscale/loongarch/swscale_lasx.c | 8 +-
> libswscale/loongarch/swscale_lsx.c | 8 +-
> libswscale/loongarch/yuv2rgb_lasx.c | 8 +-
> libswscale/loongarch/yuv2rgb_lsx.c | 12 +-
> libswscale/options.c | 32 +-
> libswscale/output.c | 24 +-
> libswscale/ppc/swscale_altivec.c | 6 +-
> libswscale/ppc/swscale_vsx.c | 18 +-
> libswscale/ppc/yuv2rgb_altivec.c | 18 +-
> libswscale/ppc/yuv2yuv_altivec.c | 14 +-
> libswscale/riscv/swscale.c | 4 +-
> libswscale/slice.c | 22 +-
> libswscale/swscale.c | 162 ++++-----
> libswscale/swscale_internal.h | 51 +--
> libswscale/swscale_unscaled.c | 308 +++++++++---------
> libswscale/utils.c | 275 ++++++++--------
> libswscale/vscale.c | 10 +-
> libswscale/x86/output.asm | 2 +-
> libswscale/x86/swscale.c | 60 ++--
> libswscale/x86/swscale_template.c | 20 +-
> libswscale/x86/yuv2rgb.c | 14 +-
> libswscale/yuv2rgb.c | 80 ++---
> tests/checkasm/sw_gbrp.c | 16 +-
> tests/checkasm/sw_range_convert.c | 16 +-
> tests/checkasm/sw_rgb.c | 10 +-
> tests/checkasm/sw_scale.c | 18 +-
> 36 files changed, 692 insertions(+), 680 deletions(-)
probably ok
thx
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Modern terrorism, a quick summary: Need oil, start war with country that
has oil, kill hundread thousand in war. Let country fall into chaos,
be surprised about raise of fundamantalists. Drop more bombs, kill more
people, be surprised about them taking revenge and drop even more bombs
and strip your own citizens of their rights and freedoms. to be continued
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20241121/c5db0688/attachment.sig>
More information about the ffmpeg-devel
mailing list