Skip to content

Commit

Permalink
Bump ffmpeg-source from ff5a357 to ae72412
Browse files Browse the repository at this point in the history
Bumps [ffmpeg-source](https://github.com/FFmpeg/FFmpeg) from `ff5a357` to `ae72412`.
- [Commits](FFmpeg/FFmpeg@ff5a357...ae72412)

---
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 Oct 31, 2023
1 parent 080f4a9 commit b2ba18e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ffmpeg-source
Submodule ffmpeg-source updated 87 files
+1 −1 Changelog
+1 −3 configure
+9 −0 doc/APIchanges
+22 −6 doc/decoders.texi
+1 −0 doc/ffprobe.xsd
+19 −0 doc/filters.texi
+9 −1 doc/utils.texi
+1 −0 fftools/ffprobe.c
+2 −1 libavcodec/aarch64/hevcdsp_epel_neon.S
+2 −0 libavcodec/aarch64/hevcdsp_qpel_neon.S
+14 −1 libavcodec/bitstream_template.h
+1 −1 libavcodec/hevc_mvs.c
+2 −3 libavcodec/hevc_refs.c
+3 −3 libavcodec/hevcdec.c
+1 −1 libavcodec/hevcdec.h
+5 −0 libavcodec/jpeg2000dec.c
+19 −9 libavcodec/libaribcaption.c
+2 −3 libavcodec/magicyuv.c
+4 −1 libavcodec/mlpdec.c
+22 −13 libavcodec/mlpenc.c
+18 −283 libavcodec/mpeg12dec.c
+1 −1 libavcodec/riscv/idctdsp_init.c
+32 −48 libavcodec/riscv/idctdsp_rvv.S
+24 −9 libavcodec/riscv/pixblockdsp_init.c
+24 −3 libavcodec/riscv/pixblockdsp_rvv.S
+1 −1 libavcodec/version.h
+8 −9 libavcodec/vlc.c
+23 −19 libavcodec/vulkan_decode.c
+2 −2 libavdevice/version.h
+1 −1 libavfilter/version.h
+8 −3 libavfilter/vf_feedback.c
+0 −4 libavfilter/vf_libvmaf.c
+14 −1 libavfilter/vf_vidstabdetect.c
+1 −1 libavfilter/vf_vidstabtransform.c
+1 −0 libavformat/options.c
+1 −1 libavformat/rtsp.c
+1 −1 libavformat/version.h
+14 −2 libavutil/aarch64/asm.S
+1 −2 libavutil/aarch64/cpu.c
+5 −1 libavutil/channel_layout.c
+15 −3 libavutil/channel_layout.h
+3 −3 libavutil/hwcontext_vaapi.c
+34 −22 libavutil/hwcontext_vulkan.c
+1 −1 libavutil/riscv/cpu.c
+4 −3 libavutil/tx_template.c
+1 −1 libavutil/version.h
+2 −2 libavutil/video_enc_params.h
+5 −0 libavutil/vulkan.c
+1 −0 libavutil/vulkan.h
+1 −1 libpostproc/version.h
+1 −1 libswresample/version.h
+1 −1 libswscale/version.h
+1 −1 tests/ref/fate/cavs-demux
+5 −1 tests/ref/fate/channel_layout
+1 −1 tests/ref/fate/concat-demuxer-extended-lavf-mxf
+1 −1 tests/ref/fate/concat-demuxer-extended-lavf-mxf_d10
+2 −2 tests/ref/fate/concat-demuxer-simple1-lavf-mxf
+2 −2 tests/ref/fate/concat-demuxer-simple1-lavf-mxf_d10
+2 −2 tests/ref/fate/concat-demuxer-simple2-lavf-ts
+3 −3 tests/ref/fate/ffprobe_compact
+3 −3 tests/ref/fate/ffprobe_csv
+3 −0 tests/ref/fate/ffprobe_default
+3 −0 tests/ref/fate/ffprobe_flat
+3 −0 tests/ref/fate/ffprobe_ini
+3 −0 tests/ref/fate/ffprobe_json
+3 −3 tests/ref/fate/ffprobe_xml
+3 −3 tests/ref/fate/ffprobe_xsd
+2 −2 tests/ref/fate/flv-demux
+1 −1 tests/ref/fate/gapless-mp3-side-data
+1 −0 tests/ref/fate/hapqa-extract-nosnappy-to-hapalphaonly-mov
+1 −0 tests/ref/fate/hapqa-extract-nosnappy-to-hapq-mov
+1 −0 tests/ref/fate/matroska-alac-remux
+2 −0 tests/ref/fate/matroska-mpegts-remux
+1 −0 tests/ref/fate/matroska-vp8-alpha-remux
+2 −0 tests/ref/fate/mov-mp4-disposition-mpegts-remux
+1 −1 tests/ref/fate/mov-zombie
+3 −0 tests/ref/fate/mxf-probe-applehdr10
+2 −0 tests/ref/fate/mxf-probe-d10
+4 −0 tests/ref/fate/mxf-probe-dnxhd
+3 −0 tests/ref/fate/mxf-probe-dv25
+1 −0 tests/ref/fate/mxf-probe-j2k
+1 −1 tests/ref/fate/oggopus-demux
+3 −3 tests/ref/fate/ts-demux
+1 −1 tests/ref/fate/ts-opus-demux
+1 −1 tests/ref/fate/ts-small-demux
+1 −1 tests/ref/fate/ts-timed-id3-demux
+4 −0 tests/ref/fate/webm-webvtt-remux

0 comments on commit b2ba18e

Please sign in to comment.