This is an automated email from the git hooks/post-receive script.
Git pushed a change to branch release/6.1
in repository ffmpeg.
from 34277e12e8 Update for 6.1.4
new 28fb3be2b6 forgejo: backport CI to release/6.1
new c08991dfc6 forgejo: apply needed CI changes for 6.1
new 8a36dad7f2 tools/check_arm_indent: skip empty glob
new 735acddb8a all: apply linter fixes
new 43a7ea8101 doc/examples/qsv_transcode: EINVAL is more appropriate and
ENAVAIL will fail build with visual studio
new 240c1b0eb7 avfilter/stack_internal: fix checkheaders test
The 6 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/examples/qsv_transcode.c | 8 +-
doc/nut.texi | 1 -
doc/texi2pod.pl | 0
doc/texidep.pl | 0
doc/undefined.txt | 1 -
ffbuild/libversion.sh | 2 +
libavcodec/aarch64/hevcdsp_epel_neon.S | 8 +-
libavcodec/aarch64/hevcdsp_qpel_neon.S | 104 ++++++------
libavcodec/arm/int_neon.S | 1 -
libavcodec/cljrdec.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/imgconvert.c | 1 -
libavcodec/mpegaudiodsp_template.c | 1 -
libavcodec/mpegaudioenc_template.c | 1 -
libavcodec/mpv_reconstruct_mb_template.c | 1 -
libavcodec/msmpeg4.c | 1 -
libavcodec/opus_parse.c | 1 -
libavcodec/snow_dwt.c | 2 -
libavcodec/vp8data.c | 1 -
libavcodec/x86/fmtconvert.asm | 1 -
libavcodec/x86/mpegvideoencdsp.asm | 1 -
libavfilter/aarch64/vf_bwdif_init_aarch64.c | 1 -
libavfilter/qp_table.c | 1 -
libavfilter/scene_sad.c | 1 -
libavfilter/stack_internal.h | 6 +
libavfilter/vf_overlay_cuda.cu | 1 -
libavformat/dash.c | 2 -
libavformat/fifo_test.c | 1 -
libavformat/g726.c | 1 -
libavformat/hls_sample_encryption.h | 1 -
libavformat/hlsplaylist.c | 1 -
libavformat/rdt.c | 1 -
libavutil/aes.c | 1 -
libavutil/hwcontext_cuda_internal.h | 1 -
libavutil/hwcontext_qsv.h | 1 -
libavutil/tests/blowfish.c | 1 -
libswresample/aarch64/resample.S | 8 +-
libswresample/soxr_resample.c | 1 -
libswresample/swresample_frame.c | 1 -
libswresample/version.c | 1 -
libswscale/aarch64/yuv2rgb_neon.S | 14 +-
libswscale/gamma.c | 1 -
libswscale/vscale.c | 2 -
tests/extended.ffconcat | 1 -
tests/fate/ffprobe.mak | 1 -
tests/fate/lossless-audio.mak | 1 -
tests/simple1.ffconcat | 1 -
tests/simple2.ffconcat | 1 -
tools/check_arm_indent.sh | 58 +++++++
tools/general_assembly.pl | 0
tools/indent_arm_assembly.pl | 243 ++++++++++++++++++++++++++++
60 files changed, 514 insertions(+), 127 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
mode change 100644 => 100755 tools/general_assembly.pl
create mode 100755 tools/indent_arm_assembly.pl
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]