This repository has been archived by the owner on May 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ffmpeg to version 20190411-3e10223385
- Loading branch information
1 parent
97ea66d
commit 6c01133
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule ffmpeg
updated
21 files
+1 −0 | Changelog | |
+1 −0 | configure | |
+8 −0 | doc/protocols.texi | |
+2 −0 | libavcodec/Makefile | |
+58 −0 | libavcodec/adpcm.c | |
+669 −48 | libavcodec/agm.c | |
+1 −0 | libavcodec/allcodecs.c | |
+261 −0 | libavcodec/av1_frame_split_bsf.c | |
+1 −0 | libavcodec/avcodec.h | |
+1 −0 | libavcodec/bitstream_filters.c | |
+7 −0 | libavcodec/codec_desc.c | |
+18 −6 | libavcodec/pnm_parser.c | |
+2 −2 | libavcodec/version.h | |
+5 −0 | libavformat/file.c | |
+7 −0 | libavformat/mxfdec.c | |
+7 −0 | libavformat/riff.c | |
+1 −1 | libavformat/version.h | |
+188 −0 | libswscale/ppc/swscale_vsx.c | |
+1 −0 | tests/ref/fate/mxf-probe-d10 | |
+1 −0 | tests/ref/fate/mxf-probe-dnxhd | |
+1 −0 | tests/ref/fate/mxf-probe-dv25 |