Skip to content

Commit

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

---
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 Jan 17, 2022
1 parent 89e9def commit 7af5ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ffmpeg-source
Submodule ffmpeg-source updated 52 files
+4 −0 doc/demuxers.texi
+9 −0 doc/muxers.texi
+0 −1 libavcodec/flvdec.c
+0 −9 libavcodec/h263dec.c
+3 −3 libavcodec/h264_slice.c
+77 −83 libavcodec/h264pred.c
+6 −28 libavcodec/h264pred_template.c
+0 −1 libavcodec/intelh263dec.c
+0 −2 libavcodec/ituh263dec.c
+0 −1 libavcodec/ituh263enc.c
+3 −3 libavcodec/libmp3lame.c
+32 −10 libavcodec/libopenh264enc.c
+1 −2 libavcodec/mpeg4data.h
+0 −35 libavcodec/mpeg4video.h
+61 −0 libavcodec/mpeg4videodata.h
+36 −32 libavcodec/mpeg4videodec.c
+1 −0 libavcodec/mpeg4videoenc.c
+2 −1 libavcodec/mpegpicture.h
+0 −1 libavcodec/mpegvideo.h
+0 −1 libavcodec/mpegvideo_dec.c
+2 −1 libavcodec/mpegvideo_enc.c
+1 −1 libavcodec/msmpeg4.c
+1 −1 libavcodec/msmpeg4data.c
+2 −2 libavcodec/qsvdec.c
+0 −2 libavcodec/rv10.c
+3 −1 libavcodec/snow.h
+1 −1 libavcodec/snowenc.c
+2 −17 libavcodec/svq3.c
+11 −20 libavcodec/v4l2_context.c
+0 −7 libavcodec/vc1dec.c
+2 −2 libavcodec/vp3.c
+38 −6 libavfilter/vf_deinterlace_vaapi.c
+2 −1 libavfilter/vf_paletteuse.c
+8 −7 libavfilter/vf_tonemap.c
+31 −11 libavformat/matroskaenc.c
+6 −5 libavformat/mpegts.c
+7 −0 libavformat/rawvideodec.c
+24 −7 libavformat/rtpdec_rfc4175.c
+7 −2 libavformat/rtpenc.c
+1 −1 libavformat/rtpenc.h
+21 −10 libavformat/rtpenc_rfc4175.c
+4 −1 libavformat/sdp.c
+1 −1 libavformat/version.h
+1 −1 libavutil/parseutils.c
+1 −1 tests/fate/ffmpeg.mak
+3 −0 tests/fate/filter-video.mak
+38 −0 tests/fate/matroska.mak
+76 −0 tests/ref/fate/filter-paletteuse-bayer0
+49 −0 tests/ref/fate/matroska-dovi-write-config7
+72 −0 tests/ref/fate/matroska-move-cues-to-front
+89 −0 tests/ref/fate/matroska-ms-mode
+125 −0 tests/ref/fate/matroska-qt-mode

0 comments on commit 7af5ff1

Please sign in to comment.