Skip to content

Commit

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

---
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 May 17, 2022
1 parent e85a89d commit 63dd680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ffmpeg-source
Submodule ffmpeg-source updated 67 files
+2 −1 configure
+11 −0 doc/demuxers.texi
+49 −0 doc/encoders.texi
+46 −3 doc/filters.texi
+8 −0 doc/muxers.texi
+85 −2 libavcodec/ac3.c
+0 −117 libavcodec/ac3.h
+2 −0 libavcodec/ac3_parser.c
+40 −1 libavcodec/ac3_parser_internal.h
+1 −0 libavcodec/ac3dec.c
+0 −1 libavcodec/ac3dec_data.c
+104 −0 libavcodec/ac3defs.h
+2 −1 libavcodec/ac3dsp.c
+2 −0 libavcodec/ac3enc.c
+1 −0 libavcodec/ac3enc.h
+0 −83 libavcodec/ac3tab.c
+1 −3 libavcodec/ac3tab.h
+1 −0 libavcodec/avcodec.c
+35 −15 libavcodec/cinepakenc.c
+1 −0 libavcodec/cuviddec.c
+1 −0 libavcodec/decode.c
+1 −1 libavcodec/eac3_data.c
+2 −4 libavcodec/internal.h
+14 −0 libavcodec/libaomenc.c
+1 −0 libavcodec/libvpxenc.c
+1 −0 libavcodec/mips/ac3dsp_mips.c
+3 −3 libavcodec/texturedspenc.c
+0 −6 libavcodec/wrapped_avframe.c
+0 −1 libavcodec/x86/ac3dsp_init.c
+2 −0 libavcodec/x86/vp9dsp_init_16bpp.c
+51 −0 libavcodec/x86/vp9intrapred_16bpp.asm
+3 −3 libavdevice/dshow.c
+43 −1 libavfilter/af_acrossover.c
+96 −415 libavfilter/af_afir.c
+99 −0 libavfilter/af_afir.h
+20 −0 libavfilter/af_afirdsp.h
+89 −0 libavfilter/af_alimiter.c
+37 −6 libavfilter/af_asubboost.c
+56 −12 libavfilter/af_biquads.c
+59 −7 libavfilter/af_crossfeed.c
+0 −1 libavfilter/af_ladspa.c
+392 −0 libavfilter/afir_template.c
+36 −5 libavfilter/vf_zscale.c
+1 −0 libavformat/allformats.c
+5 −2 libavformat/av1.c
+3 −1 libavformat/av1.h
+5 −0 libavformat/dashdec.c
+6 −0 libavformat/demux.h
+1 −1 libavformat/hls.c
+1 −0 libavformat/hls_sample_encryption.c
+4 −2 libavformat/hlsenc.c
+0 −15 libavformat/http.c
+0 −9 libavformat/http.h
+2 −9 libavformat/internal.h
+1 −0 libavformat/lxfdec.c
+2 −2 libavformat/matroskaenc.c
+316 −25 libavformat/movenc.c
+5 −0 libavformat/movenc.h
+1 −0 libavformat/smacker.c
+1 −1 libavformat/spdifdec.c
+1 −1 libavformat/spdifenc.c
+1 −1 libavformat/version.h
+10 −0 tests/fate/matroska.mak
+52 −0 tests/ref/fate/matroska-dvbsub-remux
+4 −4 tests/ref/vsynth/vsynth1-cinepak
+4 −4 tests/ref/vsynth/vsynth2-cinepak
+3 −3 tests/ref/vsynth/vsynth_lena-cinepak

0 comments on commit 63dd680

Please sign in to comment.