Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump third-party/FFmpeg/FFmpeg from b168ed9 to 8cabfd9 #398

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion third-party/FFmpeg/FFmpeg
Submodule FFmpeg updated 89 files
+186 −0 Changelog
+8 −0 INSTALL.md
+2 −2 MAINTAINERS
+1 −1 configure
+3 −6 doc/demuxers.texi
+19 −0 doc/developer.texi
+5 −0 doc/infra.txt
+129 −40 doc/t2h.pm
+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
+44 −15 libavcodec/hevc/hevcdec.c
+3 −0 libavcodec/hevc/hevcdec.h
+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
+0 −102 libavcodec/pthread_slice.c
+2 −3 libavcodec/rangecoder.h
+0 −4 libavcodec/thread.h
+1 −20 libavcodec/utils.c
+1 −0 libavcodec/vc1dec.c
+8 −0 libavcodec/vp9recon.c
+3 −0 libavcodec/webp.c
+1 −1 libavcodec/x86/aacencdsp.asm
+1 −1 libavfilter/af_pan.c
+5 −0 libavfilter/buffersrc.c
+1 −0 libavfilter/vf_addroi.c
+1 −0 libavfilter/vf_drawtext.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
+30 −18 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
+0 −4 libavformat/rtmpproto.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
+4 −1 libavutil/downmix_info.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
+1 −1 tests/checkasm/aacencdsp.c
+4 −2 tests/fate/audio.mak
+3 −0 tools/target_dec_fuzzer.c
Loading