Skip to content
This repository has been archived by the owner on May 31, 2022. It is now read-only.

Commit

Permalink
Update to 4.1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouriNaruto committed Apr 29, 2019
1 parent 54db875 commit be6853a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FFmpeg
Submodule FFmpeg updated 88 files
+123 −0 Changelog
+1 −1 RELEASE
+6 −5 configure
+1 −1 doc/Doxyfile
+1 −1 doc/indevs.texi
+7 −3 fftools/ffmpeg.c
+2 −2 libavcodec/4xm.c
+3 −0 libavcodec/aic.c
+1 −2 libavcodec/av1_parser.c
+1 −1 libavcodec/avcodec.h
+5 −0 libavcodec/bethsoftvideo.c
+4 −1 libavcodec/bmp.c
+55 −41 libavcodec/cbs_av1.c
+2 −2 libavcodec/cbs_av1.h
+10 −7 libavcodec/cbs_av1_syntax_template.c
+1 −4 libavcodec/cdgraphics.c
+5 −0 libavcodec/clearvideo.c
+2 −0 libavcodec/dfa.c
+5 −0 libavcodec/diracdec.c
+7 −0 libavcodec/dvbsubdec.c
+8 −1 libavcodec/dxv.c
+1 −1 libavcodec/error_resilience.c
+6 −0 libavcodec/exr.c
+5 −0 libavcodec/fic.c
+66 −23 libavcodec/gdv.c
+2 −2 libavcodec/h264_direct.c
+1 −1 libavcodec/h264_redundant_pps_bsf.c
+1 −1 libavcodec/h264_slice.c
+10 −0 libavcodec/hevcdec.c
+0 −2 libavcodec/hevcdec.h
+50 −3 libavcodec/htmlsubtitles.c
+7 −6 libavcodec/ilbcdec.c
+3 −2 libavcodec/imm4.c
+1 −1 libavcodec/jpeg2000dwt.c
+5 −0 libavcodec/jvdec.c
+1 −1 libavcodec/mips/hevc_lpf_sao_msa.c
+9 −15 libavcodec/mjpegbdec.c
+16 −16 libavcodec/mjpegdec.c
+1 −1 libavcodec/mlpdec.c
+7 −0 libavcodec/mpeg4videodec.c
+2 −0 libavcodec/mpeg_er.c
+6 −1 libavcodec/mpegpicture.c
+8 −0 libavcodec/msmpeg4dec.c
+3 −0 libavcodec/msvideo1.c
+5 −0 libavcodec/pgssubdec.c
+4 −0 libavcodec/pngdec.c
+15 −2 libavcodec/ppc/hevcdsp.c
+4 −2 libavcodec/proresenc_kostya.c
+5 −2 libavcodec/prosumer.c
+2 −0 libavcodec/qpeg.c
+9 −4 libavcodec/rasc.c
+11 −6 libavcodec/rpza.c
+6 −0 libavcodec/rscc.c
+19 −15 libavcodec/sbrdsp_fixed.c
+1 −1 libavcodec/scpr.c
+2 −2 libavcodec/shorten.c
+1 −1 libavcodec/tests/rangecoder.c
+7 −4 libavcodec/tiff.c
+5 −4 libavcodec/truemotion2.c
+1 −1 libavcodec/truemotion2rt.c
+2 −2 libavcodec/v4l2_m2m.h
+8 −0 libavcodec/wmv2dec.c
+3 −3 libavcodec/zmbv.c
+2 −2 libavfilter/af_afade.c
+7 −0 libavfilter/af_asetnsamples.c
+4 −4 libavfilter/vf_fade.c
+13 −13 libavfilter/vf_overlay.c
+2 −2 libavfilter/vf_tonemap_opencl.c
+1 −1 libavformat/async.c
+1 −1 libavformat/ftp.c
+3 −0 libavformat/gdv.c
+1 −1 libavformat/http.c
+4 −2 libavformat/id3v2.c
+1 −0 libavformat/isom.h
+1 −1 libavformat/libopenmpt.c
+1 −1 libavformat/matroskadec.c
+50 −17 libavformat/mov.c
+8 −8 libavformat/movenc.c
+1 −1 libavformat/mpegts.c
+1 −1 libavformat/nutenc.c
+6 −2 libavformat/rtsp.c
+6 −0 libavformat/webmdashenc.c
+6 −0 libavformat/wvdec.c
+5 −22 libavutil/imgutils.c
+12 −0 libavutil/mem.c
+5 −5 libpostproc/postprocess_template.c
+1 −1 tests/fate/filter-video.mak
+2 −2 tests/ref/fate/copy-trac3074
2 changes: 1 addition & 1 deletion FFmpegUniversal/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ License: LGPL version 2.1 or later

#define FFMPEG_VER_MAJOR 4
#define FFMPEG_VER_MINOR 1
#define FFMPEG_VER_BUILD 0
#define FFMPEG_VER_BUILD 3
#define FFMPEG_VER_REV 0
#endif

Expand Down

0 comments on commit be6853a

Please sign in to comment.