Skip to content

Commit

Permalink
build(deps): bump third-party/FFmpeg/FFmpeg from b168ed9 to dc07f98
Browse files Browse the repository at this point in the history
Bumps [third-party/FFmpeg/FFmpeg](https://github.com/FFmpeg/FFmpeg) from `b168ed9` to `dc07f98`.
- [Commits](FFmpeg/FFmpeg@b168ed9...dc07f98)

---
updated-dependencies:
- dependency-name: third-party/FFmpeg/FFmpeg
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 2, 2025
1 parent dce761d commit 1fd6ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third-party/FFmpeg/FFmpeg
Submodule FFmpeg updated 78 files
+186 −0 Changelog
+8 −0 INSTALL.md
+2 −2 MAINTAINERS
+3 −6 doc/demuxers.texi
+19 −0 doc/developer.texi
+5 −0 doc/infra.txt
+2 −0 libavcodec/aac/aacdec.c
+4 −1 libavcodec/aac/aacdec_usac.c
+1 −0 libavcodec/aacsbr_template.c
+9 −11 libavcodec/aarch64/h264pred_neon.S
+9 −1 libavcodec/aarch64/vp9mc_neon.S
+2 −2 libavcodec/aarch64/vvc/alf.S
+10 −3 libavcodec/arm/vp9mc_neon.S
+5 −5 libavcodec/cbs_av1.c
+1 −1 libavcodec/cbs_vp9.c
+1 −1 libavcodec/cfhdenc.c
+2 −2 libavcodec/decode.c
+2 −1 libavcodec/eatgq.c
+9 −0 libavcodec/ffv1.c
+5 −1 libavcodec/ffv1.h
+9 −9 libavcodec/ffv1_template.c
+2 −2 libavcodec/ffv1dec.c
+40 −19 libavcodec/ffv1enc.c
+4 −1 libavcodec/get_buffer.c
+4 −2 libavcodec/h2645_parse.c
+1 −0 libavcodec/hapdec.c
+1 −1 libavcodec/hevc/hevcdec.c
+2 −0 libavcodec/huffyuvdec.c
+1 −1 libavcodec/ilbcdec.c
+3 −2 libavcodec/libdav1d.c
+4 −0 libavcodec/mjpegdec.c
+6 −0 libavcodec/mpegvideo_enc.c
+3 −3 libavcodec/osq.c
+2 −3 libavcodec/rangecoder.h
+1 −1 libavcodec/utils.c
+1 −0 libavcodec/vc1dec.c
+8 −0 libavcodec/vp9recon.c
+3 −0 libavcodec/webp.c
+1 −1 libavfilter/af_pan.c
+5 −0 libavfilter/buffersrc.c
+1 −0 libavfilter/vf_addroi.c
+2 −2 libavfilter/vf_grayworld.c
+2 −2 libavfilter/vf_v360.c
+15 −15 libavformat/dashdec.c
+215 −174 libavformat/dvdvideodec.c
+2 −0 libavformat/dxa.c
+5 −3 libavformat/hevc.c
+3 −1 libavformat/hlsenc.c
+1 −1 libavformat/iamf_parse.c
+3 −1 libavformat/iamf_reader.c
+8 −0 libavformat/iamf_writer.c
+1 −1 libavformat/icodec.c
+2 −1 libavformat/ilbc.c
+2 −1 libavformat/ipmovie.c
+1 −1 libavformat/jpegxl_anim_dec.c
+3 −3 libavformat/libssh.c
+4 −3 libavformat/matroskadec.c
+2 −2 libavformat/mccdec.c
+4 −2 libavformat/mlvdec.c
+29 −17 libavformat/mov.c
+2 −0 libavformat/mpegts.c
+5 −3 libavformat/mxfdec.c
+1 −1 libavformat/nistspheredec.c
+2 −1 libavformat/qcp.c
+2 −1 libavformat/rmdec.c
+3 −1 libavformat/rpl.c
+1 −1 libavformat/rtsp.c
+3 −1 libavformat/smoothstreamingenc.c
+2 −1 libavformat/vividas.c
+14 −6 libavformat/vqf.c
+1 −1 libavformat/wtvdec.c
+4 −2 libavutil/avstring.c
+2 −2 libavutil/timecode.c
+8 −7 libswscale/output.c
+6 −1 libswscale/rgb2rgb_template.c
+1 −1 libswscale/slice.c
+2 −0 libswscale/swscale_unscaled.c
+3 −0 tools/target_dec_fuzzer.c

0 comments on commit 1fd6ffc

Please sign in to comment.