Skip to content

Commit

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

---
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 Jan 16, 2024
1 parent 6987f78 commit 32d5b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ffmpeg-source
Submodule ffmpeg-source updated 84 files
+1 −0 Changelog
+1 −0 MAINTAINERS
+4 −4 configure
+3 −2 doc/APIchanges
+1 −1 doc/faq.texi
+741 −368 doc/muxers.texi
+1 −1 doc/utils.texi
+9 −0 fftools/ffplay.c
+12 −1 fftools/ffplay_renderer.c
+99 −0 libavcodec/h26x/h2656_deblock_template.c
+217 −0 libavcodec/h26x/h2656_sao_template.c
+18 −274 libavcodec/hevcdsp_template.c
+4 −1 libavcodec/loongarch/Makefile
+162 −0 libavcodec/loongarch/hevc_add_res.S
+857 −0 libavcodec/loongarch/hevc_idct.S
+5 −5 libavcodec/loongarch/hevc_idct_lsx.c
+4,573 −0 libavcodec/loongarch/hevc_mc.S
+173 −0 libavcodec/loongarch/hevcdsp_init_loongarch.c
+136 −0 libavcodec/loongarch/hevcdsp_lasx.h
+97 −1 libavcodec/loongarch/hevcdsp_lsx.h
+1 −1 libavcodec/mdec.c
+8 −0 libavcodec/proresdata.c
+3 −0 libavcodec/proresdata.h
+71 −98 libavcodec/proresenc_anatoliy.c
+39 −86 libavcodec/proresenc_kostya.c
+2 −0 libavcodec/riscv/takdsp_init.c
+21 −0 libavcodec/riscv/takdsp_rvv.S
+12 −6 libavcodec/svq1enc.c
+1 −0 libavcodec/svq1encdsp.h
+1 −1 libavcodec/videotoolboxenc.c
+5 −270 libavcodec/vvc/vvc_filter_template.c
+4 −4 libavfilter/vf_zscale.c
+1 −1 libavfilter/vsrc_testsrc.c
+1 −0 libavformat/Makefile
+1 −0 libavformat/allformats.c
+9 −7 libavformat/astenc.c
+15 −7 libavformat/isom.h
+279 −59 libavformat/mov.c
+43 −43 libavformat/movenc.c
+10 −1 libavformat/psxstr.c
+202 −0 libavformat/rcwtenc.c
+2 −2 libavformat/rtsp.c
+2 −2 libavformat/rtspdec.c
+20 −4 libavutil/eval.c
+1 −0 libavutil/hwcontext_videotoolbox.c
+49 −6 libavutil/iamf.h
+3 −3 libavutil/pixdesc.c
+1 −1 libavutil/pixfmt.h
+84 −0 libavutil/sfc64.h
+7 −7 libavutil/timecode.h
+1 −0 tests/checkasm/Makefile
+98 −13 tests/checkasm/checkasm.c
+70 −20 tests/checkasm/checkasm.h
+0 −12 tests/checkasm/riscv/checkasm.S
+68 −0 tests/checkasm/svq1enc.c
+1 −0 tests/fate/checkasm.mak
+104 −104 tests/fate/libswresample.mak
+14 −8 tests/fate/mov.mak
+5 −0 tests/fate/subtitles.mak
+1 −1 tests/ref/fate/eval
+2 −2 tests/ref/fate/mov-avif-demux-still-image-1-item
+2 −2 tests/ref/fate/mov-avif-demux-still-image-multiple-items
+11 −0 tests/ref/fate/mov-heic-demux-still-image-1-item
+11 −0 tests/ref/fate/mov-heic-demux-still-image-multiple-items
+1 −1 tests/ref/vsynth/vsynth1-prores
+1 −1 tests/ref/vsynth/vsynth1-prores_444
+1 −1 tests/ref/vsynth/vsynth1-prores_444_int
+1 −1 tests/ref/vsynth/vsynth1-prores_int
+1 −1 tests/ref/vsynth/vsynth1-prores_ks
+1 −1 tests/ref/vsynth/vsynth2-prores
+1 −1 tests/ref/vsynth/vsynth2-prores_444
+1 −1 tests/ref/vsynth/vsynth2-prores_444_int
+1 −1 tests/ref/vsynth/vsynth2-prores_int
+1 −1 tests/ref/vsynth/vsynth2-prores_ks
+1 −1 tests/ref/vsynth/vsynth3-prores
+1 −1 tests/ref/vsynth/vsynth3-prores_444
+1 −1 tests/ref/vsynth/vsynth3-prores_444_int
+1 −1 tests/ref/vsynth/vsynth3-prores_int
+1 −1 tests/ref/vsynth/vsynth3-prores_ks
+1 −1 tests/ref/vsynth/vsynth_lena-prores
+1 −1 tests/ref/vsynth/vsynth_lena-prores_444
+1 −1 tests/ref/vsynth/vsynth_lena-prores_444_int
+1 −1 tests/ref/vsynth/vsynth_lena-prores_int
+1 −1 tests/ref/vsynth/vsynth_lena-prores_ks

0 comments on commit 32d5b0f

Please sign in to comment.