Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: ffmpeg-source
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 25, 2024
1 parent 04b2208 commit 7c4433e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ffmpeg-source
Submodule ffmpeg-source updated 65 files
+1 −0 Changelog
+1 −0 configure
+2 −1 doc/general_contents.texi
+401 −126 doc/muxers.texi
+1 −0 libavcodec/Makefile
+1 −0 libavcodec/allcodecs.c
+2 −10 libavcodec/d3d12va_av1.c
+0 −5 libavcodec/d3d12va_decode.c
+1 −5 libavcodec/d3d12va_h264.c
+4 −9 libavcodec/d3d12va_hevc.c
+1 −4 libavcodec/d3d12va_vc1.c
+5 −9 libavcodec/d3d12va_vp9.c
+361 −0 libavcodec/dxvenc.c
+1 −1 libavcodec/version.h
+2 −2 libavcodec/vvc/vvc_ctu.c
+2 −2 libavcodec/vvc/vvc_ctu.h
+2 −2 libavcodec/vvc/vvc_filter.c
+12 −12 libavcodec/vvc/vvc_inter.c
+2 −2 libavcodec/vvc/vvc_inter_template.c
+33 −34 libavcodec/vvc/vvc_mvs.c
+34 −34 libavformat/dashenc.c
+16 −2 libavformat/daudenc.c
+11 −28 libavformat/iamf_parse.c
+0 −5 libavformat/iamf_writer.c
+2 −0 libavformat/iamfdec.c
+1 −1 libavformat/mov.c
+2 −2 libavformat/mpegenc.c
+3 −3 libavformat/mxfenc.c
+4 −4 libavutil/hwcontext_d3d12va.c
+1 −0 tests/Makefile
+1 −1 tests/checkasm/aacencdsp.c
+9 −0 tests/fate/iamf.mak
+1 −1 tests/fate/matroska.mak
+50 −0 tests/fate/vvc.mak
+0 −4 tests/filtergraphs/iamf_5_1
+0 −5 tests/filtergraphs/iamf_5_1_2
+4 −0 tests/filtergraphs/iamf_ambisonic_1
+66 −0 tests/ref/fate/iamf-ambisonic_1
+13 −0 tests/ref/fate/vvc-conformance-APSALF_A_2
+37 −0 tests/ref/fate/vvc-conformance-APSLMCS_D_1
+53 −0 tests/ref/fate/vvc-conformance-APSMULT_A_4
+35 −0 tests/ref/fate/vvc-conformance-AUD_A_3
+45 −0 tests/ref/fate/vvc-conformance-BUMP_A_2
+105 −0 tests/ref/fate/vvc-conformance-CROP_B_4
+7 −0 tests/ref/fate/vvc-conformance-CodingToolsSets_A_2
+7 −0 tests/ref/fate/vvc-conformance-DCI_A_3
+65 −0 tests/ref/fate/vvc-conformance-HRD_A_3
+6 −0 tests/ref/fate/vvc-conformance-OPI_B_3
+11 −0 tests/ref/fate/vvc-conformance-PHSH_B_1
+25 −0 tests/ref/fate/vvc-conformance-POC_A_1
+69 −0 tests/ref/fate/vvc-conformance-PPS_B_1
+6 −0 tests/ref/fate/vvc-conformance-RAP_A_1
+65 −0 tests/ref/fate/vvc-conformance-SAO_A_3
+69 −0 tests/ref/fate/vvc-conformance-SCALING_A_1
+30 −0 tests/ref/fate/vvc-conformance-SLICES_A_3
+133 −0 tests/ref/fate/vvc-conformance-SPS_B_1
+10 −0 tests/ref/fate/vvc-conformance-STILL_B_1
+9 −0 tests/ref/fate/vvc-conformance-SUBPIC_A_3
+14 −0 tests/ref/fate/vvc-conformance-TILE_A_2
+6 −0 tests/ref/fate/vvc-conformance-VPS_A_3
+54 −0 tests/ref/fate/vvc-conformance-WPP_A_3
+22 −0 tests/ref/fate/vvc-conformance-WP_A_3
+14 −0 tests/ref/fate/vvc-conformance-WRAP_A_4
+2 −0 tests/streamgroups/audio_element-ambisonic_1
+2 −0 tests/streamgroups/mix_presentation-ambisonic_1

0 comments on commit 7c4433e

Please sign in to comment.