-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump third-party/FFmpeg/FFmpeg from
15035aa
to b016aae
Bumps [third-party/FFmpeg/FFmpeg](https://github.com/FFmpeg/FFmpeg) from `15035aa` to `b016aae`. - [Commits](FFmpeg/FFmpeg@15035aa...b016aae) --- updated-dependencies: - dependency-name: third-party/FFmpeg/FFmpeg dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
- Loading branch information
1 parent
5843ac7
commit 69f4c40
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule FFmpeg
updated
21 files
+9 −0 | Changelog | |
+1 −1 | doc/ffmpeg.texi | |
+2 −1 | doc/fftools-common-opts.texi | |
+5 −0 | fftools/ffplay.c | |
+39 −10 | libavcodec/aom_film_grain.c | |
+5 −1 | libavcodec/aom_film_grain.h | |
+6 −6 | libavcodec/cbs_h266_syntax_template.c | |
+23 −4 | libavcodec/h2645_sei.c | |
+3 −1 | libavcodec/h2645_sei.h | |
+0 −1 | libavcodec/h264_sei.c | |
+4 −1 | libavcodec/h264_slice.c | |
+5 −5 | libavcodec/hevc/hevcdec.c | |
+6 −3 | libavcodec/jpegxl_parser.c | |
+1 −1 | libavcodec/riscv/h264dsp_rvv.S | |
+4 −4 | libavcodec/riscv/h264idct_rvv.S | |
+15 −5 | libavcodec/x86/vvc/vvcdsp_init.c | |
+30 −45 | libavfilter/f_loop.c | |
+8 −4 | libavfilter/framepool.c | |
+17 −21 | libavfilter/vf_zscale.c | |
+1 −1 | libavformat/isom.h | |
+139 −91 | libavformat/mov.c |