Skip to content

Commit

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

---
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 Feb 22, 2022
1 parent f98d3f4 commit 2e359d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ffmpeg-source
Submodule ffmpeg-source updated 71 files
+0 −2 configure
+8 −0 doc/filters.texi
+4 −0 doc/muxers.texi
+1 −0 libavcodec/aarch64/idct.h
+19 −28 libavcodec/alsdec.c
+1 −1 libavcodec/apedec.c
+5 −5 libavcodec/avcodec.c
+0 −2 libavcodec/avcodec.h
+2 −0 libavcodec/cabac_functions.h
+0 −1 libavcodec/error_resilience.c
+2 −1 libavcodec/flvdec.c
+4 −2 libavcodec/h263dec.c
+2 −1 libavcodec/intelh263dec.c
+28 −27 libavcodec/ituh263dec.c
+5 −3 libavcodec/jpeglsdec.c
+4 −0 libavcodec/mips/Makefile
+2 −0 libavcodec/mips/lsp_mips.h
+3 −0 libavcodec/mips/vp9dsp_mips.h
+6 −1 libavcodec/mlz.c
+1 −1 libavcodec/mlz.h
+2 −1 libavcodec/mpeg4videodec.c
+83 −74 libavcodec/msmpeg4dec.c
+1 −0 libavcodec/mss2.c
+2 −0 libavcodec/rv10.c
+2 −1 libavcodec/rv30.c
+5 −3 libavcodec/rv40.c
+1 −1 libavcodec/svq3.c
+4 −0 libavcodec/vc1dec.c
+1 −1 libavcodec/vorbisdec.c
+6 −1 libavcodec/vp3.c
+6 −4 libavcodec/wavpack.c
+1 −1 libavcodec/wmv2dec.c
+3 −0 libavdevice/decklink_common_c.h
+2 −0 libavdevice/decklink_dec.h
+2 −0 libavdevice/decklink_enc.h
+13 −6 libavfilter/af_headphone.c
+73 −60 libavfilter/af_speechnorm.c
+33 −30 libavfilter/af_superequalizer.c
+1 −1 libavfilter/af_surround.c
+8 −0 libavfilter/avfilter.c
+28 −10 libavfilter/f_ebur128.c
+8 −0 libavfilter/filters.h
+62 −91 libavfilter/vf_amplify.c
+6 −2 libavfilter/vf_atadenoise.c
+21 −2 libavfilter/vf_dblur.c
+6 −1 libavfilter/vf_extractplanes.c
+36 −30 libavfilter/vf_fieldmatch.c
+1 −1 libavfilter/vf_fps.c
+7 −5 libavfilter/vf_lagfun.c
+21 −34 libavfilter/vf_limiter.c
+36 −45 libavfilter/vf_maskedmerge.c
+22 −32 libavfilter/vf_maskedminmax.c
+83 −50 libavfilter/vf_mix.c
+2 −2 libavfilter/vf_monochrome.c
+1 −1 libavfilter/vf_readeia608.c
+2 −2 libavfilter/vf_waveform.c
+84 −89 libavfilter/vf_xmedian.c
+5 −10 libavformat/argo_cvg.c
+6 −19 libavformat/avisynth.c
+184 −102 libavformat/imfdec.c
+2 −0 libavformat/mov.c
+1 −1 libavformat/utils.c
+1 −1 libavformat/version.h
+25 −2 libavutil/hwcontext.c
+4 −0 libavutil/hwcontext.h
+5 −0 libavutil/hwcontext_opencl.c
+4 −1 libavutil/x86/emms.h
+1 −1 libswscale/swscale_internal.h
+40 −29 libswscale/utils.c
+10 −10 tests/ref/fate/imf-cpl-with-repeat
+14 −0 tools/target_dem_fuzzer.c

0 comments on commit 2e359d5

Please sign in to comment.