This is an automated email from the git hooks/post-receive script.

Git pushed a change to branch master
in repository ffmpeg.

    from 7c67748537 avformat/mov: check extradata in mov_read_dops()
     new cd7a3cd799 tools/indent_arm_assembly: Recognize more comment forms, 
for skipping lowercasing
     new ea7079074c tools/indent_arm_assembly: Don't indent "foo .req bar" 
lines like an instruction
     new 946e80fde7 libswscale/arm: Lowercase the "LSL" keyword
     new 17765fe831 arm: Reindent assembly where it was off by one char
     new 7eaeb5ab4a arm: Fix indentation of stray individual misaligned 
instructions
     new d94e2b0f7c arm/hevcdsp: Fix misindented instructions in some macros
     new 25d703dd2a libavutil/arm: Fix indentation in asm.S
     new c5a3cb00b7 libswresample/arm: Change to the common indentation size
     new 9653588441 libswscale/arm: Switch consistent indentation to common 
style
     new 8e199a2a9f arm/rv34dsp: Adjust macro argument indentation slightly
     new b27fd61020 arm/simple_idct_armv5te: Reindent previously consistent 
code to common style
     new a65ed248fd arm/simple_idct_armv6: Reindent previously consistent 
assembly to shared style
     new 8d9c1db95d arm/simple_idct_arm: Reindent previously unindented code
     new 2325421904 arm/synth_filter_vfp: Fix indentation
     new 65d4c5bbe2 arm: Reindent asm that used consistent but differing styles
     new 5e0f1b1eda arm/hevcdsp_qpel: Reindent code that seem to lack 
consistent indentation
     new 10a45072fc arm/jrevdct: Indent previously unindented assembly
     new 0a86aead82 arm/vc1dsp: Fix a few cases of inconsistent indentation
     new 963ea707e3 arm/rv40dsp: Add * on comment continuation lines in 
prototypes
     new f6b21eca5e tools/check_arm_indent: Add missing ;; in switch case, fix 
indentation
     new 397c7c7524 tools/check_arm_indent: Run formatting on arm, in addition 
to aarch64

The 21 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .forgejo/pre-commit/config.yaml       |    6 +-
 libavcodec/arm/fmtconvert_vfp.S       |   58 +-
 libavcodec/arm/h264qpel_neon.S        |   12 +-
 libavcodec/arm/hevcdsp_deblock_neon.S |  650 ++++++++--------
 libavcodec/arm/hevcdsp_idct_neon.S    |  186 ++---
 libavcodec/arm/hevcdsp_qpel_neon.S    | 1328 ++++++++++++++++-----------------
 libavcodec/arm/hevcdsp_sao_neon.S     |  282 +++----
 libavcodec/arm/hpeldsp_arm.S          |    2 +-
 libavcodec/arm/jrevdct_arm.S          |  476 ++++++------
 libavcodec/arm/rv34dsp_neon.S         |    4 +-
 libavcodec/arm/rv40dsp_neon.S         |    4 +-
 libavcodec/arm/sbcdsp_neon.S          |    2 +-
 libavcodec/arm/simple_idct_arm.S      |  468 ++++++------
 libavcodec/arm/simple_idct_armv5te.S  | 1068 +++++++++++++-------------
 libavcodec/arm/simple_idct_armv6.S    |  530 ++++++-------
 libavcodec/arm/startcode_armv6.S      |  318 ++++----
 libavcodec/arm/synth_filter_vfp.S     |  170 ++---
 libavcodec/arm/vc1dsp_neon.S          |   28 +-
 libavcodec/arm/vp3dsp_neon.S          |  612 +++++++--------
 libavcodec/arm/vp9itxfm_16bpp_neon.S  |   32 +-
 libavcodec/arm/vp9itxfm_neon.S        |   24 +-
 libavcodec/arm/vp9lpf_16bpp_neon.S    |   32 +-
 libavcodec/arm/vp9mc_16bpp_neon.S     |    8 +-
 libavcodec/arm/vp9mc_neon.S           |    8 +-
 libavutil/arm/asm.S                   |    4 +-
 libswresample/arm/resample.S          |   88 +--
 libswscale/arm/hscale.S               |   88 +--
 libswscale/arm/output.S               |  104 +--
 libswscale/arm/rgb2yuv_neon_16.S      |   48 +-
 libswscale/arm/rgb2yuv_neon_32.S      |   68 +-
 libswscale/arm/rgb2yuv_neon_common.S  |  218 +++---
 libswscale/arm/yuv2rgb_neon.S         |  310 ++++----
 tools/check_arm_indent.sh             |   25 +-
 tools/indent_arm_assembly.pl          |   19 +-
 34 files changed, 3655 insertions(+), 3625 deletions(-)

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to