Skip to content

Commit

Permalink
Bump ffmpeg-source from 1bed27a to 1961492
Browse files Browse the repository at this point in the history
Bumps [ffmpeg-source](https://github.com/FFmpeg/FFmpeg) from `1bed27a` to `1961492`.
- [Release notes](https://github.com/FFmpeg/FFmpeg/releases)
- [Commits](FFmpeg/FFmpeg@1bed27a...1961492)

---
updated-dependencies:
- dependency-name: ffmpeg-source
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and AnimMouse committed Mar 14, 2022
1 parent 567fe32 commit ed1cc61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ffmpeg-source
Submodule ffmpeg-source updated 79 files
+1 −0 Changelog
+2 −0 MAINTAINERS
+14 −9 configure
+3 −0 doc/APIchanges
+36 −2 doc/filters.texi
+2 −0 doc/general_contents.texi
+2 −0 libavcodec/Makefile
+2 −1 libavcodec/aarch64/fft_neon.S
+13 −4 libavcodec/aarch64/mdct_neon.S
+2 −0 libavcodec/aarch64/synth_filter_neon.S
+2 −0 libavcodec/allcodecs.c
+7 −0 libavcodec/codec_desc.c
+1 −0 libavcodec/codec_id.h
+134 −0 libavcodec/dfpwmdec.c
+121 −0 libavcodec/dfpwmenc.c
+31 −32 libavcodec/libsvtav1.c
+32 −29 libavcodec/pngdec.c
+2 −0 libavcodec/utils.c
+2 −1 libavcodec/version.h
+268 −306 libavfilter/af_afftdn.c
+96 −120 libavfilter/af_anlmdn.c
+21 −0 libavfilter/af_lv2.c
+6 −5 libavfilter/avf_showspectrum.c
+22 −21 libavfilter/dnn/dnn_backend_common.c
+9 −13 libavfilter/dnn/dnn_backend_common.h
+46 −42 libavfilter/dnn/dnn_backend_native.c
+2 −2 libavfilter/dnn/dnn_backend_native.h
+2 −2 libavfilter/dnn/dnn_backend_native_layer_avgpool.c
+2 −1 libavfilter/dnn/dnn_backend_native_layer_avgpool.h
+10 −8 libavfilter/dnn/dnn_backend_native_layer_conv2d.c
+2 −1 libavfilter/dnn/dnn_backend_native_layer_conv2d.h
+2 −2 libavfilter/dnn/dnn_backend_native_layer_dense.c
+2 −1 libavfilter/dnn/dnn_backend_native_layer_dense.h
+2 −2 libavfilter/dnn/dnn_backend_native_layer_depth2space.c
+2 −1 libavfilter/dnn/dnn_backend_native_layer_depth2space.h
+3 −3 libavfilter/dnn/dnn_backend_native_layer_mathbinary.c
+3 −3 libavfilter/dnn/dnn_backend_native_layer_mathunary.c
+2 −1 libavfilter/dnn/dnn_backend_native_layer_mathunary.h
+2 −2 libavfilter/dnn/dnn_backend_native_layer_maximum.c
+2 −2 libavfilter/dnn/dnn_backend_native_layer_pad.c
+97 −71 libavfilter/dnn/dnn_backend_openvino.c
+2 −2 libavfilter/dnn/dnn_backend_openvino.h
+103 −85 libavfilter/dnn/dnn_backend_tf.c
+2 −2 libavfilter/dnn/dnn_backend_tf.h
+31 −27 libavfilter/dnn/dnn_io_proc.c
+4 −4 libavfilter/dnn/dnn_io_proc.h
+5 −5 libavfilter/dnn_filter_common.c
+5 −5 libavfilter/dnn_filter_common.h
+6 −6 libavfilter/dnn_interface.h
+15 −2 libavfilter/f_segment.c
+2 −2 libavfilter/vf_decimate.c
+3 −3 libavfilter/vf_derain.c
+2 −2 libavfilter/vf_dnn_classify.c
+2 −2 libavfilter/vf_dnn_detect.c
+8 −8 libavfilter/vf_dnn_processing.c
+67 −3 libavfilter/vf_drawtext.c
+6 −6 libavfilter/vf_sr.c
+24 −6 libavfilter/vf_zscale.c
+2 −0 libavformat/Makefile
+2 −0 libavformat/allformats.c
+82 −0 libavformat/dfpwmdec.c
+27 −54 libavformat/movenc.c
+13 −0 libavformat/rawenc.c
+3 −0 libavformat/riff.c
+2 −2 libavformat/riffenc.c
+2 −2 libavformat/version.h
+96 −6 libavutil/aarch64/asm.S
+1 −0 libavutil/cpu.c
+1 −0 libavutil/cpu.h
+1 −1 libavutil/version.h
+6 −2 libavutil/x86/cpu.c
+1 −0 libavutil/x86/cpu.h
+27 −26 libavutil/x86/x86inc.asm
+18 −17 tests/checkasm/checkasm.c
+3 −0 tests/fate/hevc.mak
+6 −0 tests/fate/mov.mak
+40 −40 tests/ref/fate/apng-clock
+78 −0 tests/ref/fate/hevc-hdr-vivid-metadata
+50 −0 tests/ref/fate/mov-mp4-chapters

0 comments on commit ed1cc61

Please sign in to comment.