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

Git pushed a change to branch release/4.4
in repository ffmpeg.

    from f63a934407 update for 4.4.7
     new de3a541132 forgejo: backport CI to release/4.4
     new 768427b37c forgejo: apply needed CI changes for 4.4
     new 778999474f all: apply linter fixes
     new c1593013bb tools/check_arm_indent: skip empty glob
     new 6266fadf89 avcodec/aarch64/idct: Add missing stddef

The 5 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         |   23 +
 .forgejo/workflows/lint.yml             |   26 +
 .forgejo/workflows/test.yml             |   76 +++
 COPYING.LGPLv2.1                        |   18 +-
 doc/build_system.txt                    |    1 -
 doc/dev_community/resolution_process.md |    1 -
 doc/nut.texi                            |    1 -
 doc/texi2pod.pl                         |    0
 doc/texidep.pl                          |    0
 doc/undefined.txt                       |    1 -
 ffbuild/libversion.sh                   |    2 +
 libavcodec/aarch64/aacpsdsp_neon.S      |  218 +++---
 libavcodec/aarch64/fft_neon.S           |   24 +-
 libavcodec/aarch64/h264cmc_neon.S       |  410 ++++++------
 libavcodec/aarch64/h264dsp_neon.S       | 1106 +++++++++++++++----------------
 libavcodec/aarch64/h264qpel_neon.S      |  556 ++++++++--------
 libavcodec/aarch64/hevcdsp_idct_neon.S  |  294 ++++----
 libavcodec/aarch64/hevcdsp_sao_neon.S   |   22 +-
 libavcodec/aarch64/hpeldsp_neon.S       |  362 +++++-----
 libavcodec/aarch64/idct.h               |    1 +
 libavcodec/aarch64/neon.S               |  226 +++----
 libavcodec/aarch64/opusdsp_neon.S       |  102 +--
 libavcodec/aarch64/sbrdsp_neon.S        |  294 ++++----
 libavcodec/aarch64/simple_idct_neon.S   |  386 +++++------
 libavcodec/aarch64/vp8dsp_neon.S        |  310 ++++-----
 libavcodec/arm/int_neon.S               |    1 -
 libavcodec/cljrdec.c                    |    1 -
 libavcodec/dv.c                         |    1 -
 libavcodec/dv_profile.c                 |    1 -
 libavcodec/ffv1_template.c              |    1 -
 libavcodec/ffv1enc_template.c           |    1 -
 libavcodec/h264_mc_template.c           |    1 -
 libavcodec/hevc_cabac.c                 |    1 -
 libavcodec/mpegaudiodsp_template.c      |    1 -
 libavcodec/mpegaudioenc_template.c      |    1 -
 libavcodec/msmpeg4.c                    |    1 -
 libavcodec/snow_dwt.c                   |    2 -
 libavcodec/x86/fmtconvert.asm           |    1 -
 libavcodec/x86/mpegvideoencdsp.asm      |    1 -
 libavfilter/aarch64/vf_nlmeans_neon.S   |   78 +--
 libavfilter/qp_table.c                  |    1 -
 libavfilter/scene_sad.c                 |    1 -
 libavfilter/vf_overlay_cuda.cu          |    1 -
 libavformat/dash.c                      |    2 -
 libavformat/fifo_test.c                 |    1 -
 libavformat/g726.c                      |    1 -
 libavformat/hlsplaylist.c               |    1 -
 libavformat/mlpdec.c                    |    1 -
 libavformat/mpjpegdec.c                 |    2 -
 libavformat/rdt.c                       |    1 -
 libavutil/aarch64/float_dsp_neon.S      |  200 +++---
 libavutil/aes.c                         |    1 -
 libavutil/hwcontext_cuda_internal.h     |    1 -
 libavutil/hwcontext_qsv.h               |    1 -
 libavutil/tests/blowfish.c              |    1 -
 libswresample/aarch64/resample.S        |   88 +--
 libswresample/soxr_resample.c           |    1 -
 libswresample/swresample_frame.c        |    1 -
 libswscale/aarch64/hscale.S             |  110 +--
 libswscale/aarch64/output.S             |   64 +-
 libswscale/aarch64/yuv2rgb_neon.S       |  234 +++----
 libswscale/gamma.c                      |    1 -
 libswscale/vscale.c                     |    2 -
 libswscale/x86/yuv2rgb_template.c       |    1 -
 tests/extended.ffconcat                 |    1 -
 tests/fate/ffprobe.mak                  |    1 -
 tests/fate/flvenc.mak                   |    2 -
 tests/fate/lossless-audio.mak           |    1 -
 tests/simple1.ffconcat                  |    1 -
 tests/simple2.ffconcat                  |    1 -
 tools/check_arm_indent.sh               |   58 ++
 tools/indent_arm_assembly.pl            |  243 +++++++
 72 files changed, 2980 insertions(+), 2599 deletions(-)
 create mode 100644 .forgejo/pre-commit/config.yaml
 create mode 100644 .forgejo/workflows/lint.yml
 create mode 100644 .forgejo/workflows/test.yml
 mode change 100644 => 100755 doc/texi2pod.pl
 mode change 100644 => 100755 doc/texidep.pl
 create mode 100755 tools/check_arm_indent.sh
 create mode 100755 tools/indent_arm_assembly.pl

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

Reply via email to