Skip to content

Commit

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

---
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 Feb 5, 2024
1 parent 25e1330 commit bae72f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ffmpeg-source
Submodule ffmpeg-source updated 74 files
+1 −0 Changelog
+0 −55 MAINTAINERS
+10 −0 configure
+3 −0 doc/APIchanges
+4 −0 doc/bitstream_filters.texi
+2 −1 doc/indevs.texi
+2 −2 fftools/ffmpeg.c
+1 −1 fftools/ffmpeg_enc.c
+2 −3 fftools/ffmpeg_filter.c
+2 −2 fftools/ffmpeg_mux.c
+4 −2 fftools/ffplay.c
+3 −0 fftools/ffprobe.c
+1 −0 libavcodec/Makefile
+1 −0 libavcodec/avpacket.c
+1 −0 libavcodec/bitstream_filters.c
+1 −0 libavcodec/bsf/Makefile
+63 −0 libavcodec/bsf/showinfo.c
+7 −1 libavcodec/cbs_h266_syntax_template.c
+8 −4 libavcodec/d3d12va_decode.c
+1 −0 libavcodec/decode.c
+577 −0 libavcodec/h26x/h2656_inter_template.c
+46 −548 libavcodec/hevcdsp_template.c
+24 −24 libavcodec/leaddec.c
+7 −0 libavcodec/packet.h
+1 −1 libavcodec/version.h
+0 −41 libavcodec/vlc.h
+6 −3 libavcodec/vp8.c
+0 −2 libavcodec/vp8.h
+1 −558 libavcodec/vvc/vvc_inter_template.c
+4 −0 libavcodec/vvc/vvcdsp.c
+2 −0 libavcodec/vvc/vvcdsp.h
+2 −1 libavcodec/x86/Makefile
+1,143 −0 libavcodec/x86/h26x/h2656_inter.asm
+101 −0 libavcodec/x86/h26x/h2656dsp.c
+103 −0 libavcodec/x86/h26x/h2656dsp.h
+17 −445 libavcodec/x86/hevc_mc.asm
+107 −1 libavcodec/x86/hevcdsp_init.c
+7 −0 libavcodec/x86/vvc/Makefile
+302 −0 libavcodec/x86/vvc/vvc_mc.asm
+254 −0 libavcodec/x86/vvc/vvcdsp_init.c
+3 −0 libavdevice/bktr.c
+3 −0 libavdevice/version_major.h
+27 −13 libavfilter/buffersrc.c
+4 −26 libavfilter/vf_bwdif.c
+4 −11 libavfilter/vf_bwdif_cuda.c
+5 −7 libavfilter/vf_bwdif_vulkan.c
+3 −30 libavfilter/vf_yadif.c
+3 −24 libavfilter/vf_yadif_cuda.c
+3 −16 libavfilter/vf_yadif_videotoolbox.m
+6 −0 libavfilter/yadif.h
+58 −4 libavfilter/yadif_common.c
+8 −2 libavformat/avlanguage.c
+15 −0 libavformat/dump.c
+2 −2 libavformat/flvenc.c
+1 −1 libavformat/iamf.h
+0 −1 libavformat/iamf_parse.h
+12 −30 libavformat/iamf_writer.c
+1 −2 libavformat/iamf_writer.h
+0 −3 libavformat/iamfdec.c
+4 −5 libavformat/iamfenc.c
+6 −2 libavformat/isom.h
+153 −69 libavformat/mov.c
+39 −11 libavformat/movenc.c
+1 −1 libavformat/wavenc.c
+1 −1 libavutil/rational.c
+12 −2 libavutil/thread.h
+1 −0 tests/checkasm/Makefile
+3 −0 tests/checkasm/checkasm.c
+1 −0 tests/checkasm/checkasm.h
+334 −0 tests/checkasm/vvc_mc.c
+1 −0 tests/fate/checkasm.mak
+5 −0 tests/fate/mov.mak
+8 −0 tests/ref/fate/mov-read-amve
+33 −0 tests/ref/fate/mov-write-amve

0 comments on commit bae72f3

Please sign in to comment.