Skip to content

Commit

Permalink
Migrate to GitHub mirror of FFMpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
vkryl committed May 2, 2022
1 parent 079721a commit 5faed41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
shallow = true
[submodule "app/jni/thirdparty/ffmpeg"]
path = app/jni/thirdparty/ffmpeg
url = https://git.ffmpeg.org/ffmpeg.git
url = https://github.com/FFmpeg/FFmpeg
shallow = true
[submodule "app/jni/thirdparty/lz4"]
path = app/jni/thirdparty/lz4
Expand Down
2 changes: 1 addition & 1 deletion app/jni/thirdparty/ffmpeg
Submodule ffmpeg updated 82 files
+115 −0 Changelog
+1 −1 RELEASE
+1 −1 configure
+1 −1 doc/Doxyfile
+6 −6 libavcodec/Makefile
+1 −1 libavcodec/alacdsp.c
+11 −11 libavcodec/apedec.c
+3 −0 libavcodec/argo.c
+7 −0 libavcodec/av1.h
+98 −0 libavcodec/av1dec.c
+1 −0 libavcodec/av1dec.h
+1 −1 libavcodec/cbs_av1_syntax_template.c
+2 −2 libavcodec/cfhd.c
+2 −2 libavcodec/diracdec.c
+1 −1 libavcodec/dnxhdenc.c
+1 −1 libavcodec/dxva2_av1.c
+2 −2 libavcodec/exr.c
+3 −0 libavcodec/g729_parser.c
+4 −3 libavcodec/h263.h
+6 −4 libavcodec/jpeglsdec.c
+3 −1 libavcodec/libdav1d.c
+7 −1 libavcodec/libkvazaar.c
+3 −2 libavcodec/libopenh264dec.c
+3 −1 libavcodec/libuavs3d.c
+1 −0 libavcodec/mjpegbdec.c
+4 −5 libavcodec/motion_est.c
+4 −4 libavcodec/movtextenc.c
+1 −1 libavcodec/nvenc.c
+2 −1 libavcodec/opus_silk.c
+2 −2 libavcodec/pixlet.c
+1 −0 libavcodec/rasc.c
+1 −1 libavcodec/sonic.c
+1 −1 libavcodec/takdsp.c
+2 −20 libavcodec/tiff.c
+164 −34 libavcodec/vaapi_av1.c
+1 −1 libavcodec/vaapi_decode.c
+10 −3 libavcodec/vaapi_encode.c
+8 −1 libavcodec/vp3.c
+4 −3 libavcodec/vqavideo.c
+2 −0 libavcodec/wmadec.c
+2 −0 libavcodec/wmaenc.c
+5 −3 libavcodec/zmbvenc.c
+1 −1 libavdevice/xv.c
+3 −4 libavfilter/aeval.c
+2 −2 libavfilter/af_surround.c
+1 −1 libavfilter/af_vibrato.c
+6 −4 libavfilter/asrc_flite.c
+3 −1 libavfilter/avfilter.c
+3 −4 libavfilter/vf_idet.c
+8 −1 libavfilter/vf_subtitles.c
+4 −3 libavfilter/vf_w3fdif.c
+5 −1 libavformat/4xm.c
+2 −2 libavformat/aadec.c
+8 −3 libavformat/aiffdec.c
+2 −1 libavformat/aqtitledec.c
+1 −1 libavformat/argo_asf.c
+7 −2 libavformat/avidec.c
+2 −0 libavformat/cafdec.c
+19 −22 libavformat/cafenc.c
+2 −0 libavformat/flvdec.c
+8 −2 libavformat/hls.c
+1 −1 libavformat/jacosubenc.c
+18 −8 libavformat/matroskadec.c
+6 −7 libavformat/moflex.c
+19 −2 libavformat/mov.c
+1 −1 libavformat/movenc.c
+20 −5 libavformat/mxfdec.c
+1 −1 libavformat/omadec.c
+5 −4 libavformat/rmdec.c
+15 −39 libavformat/sccdec.c
+1 −0 libavformat/subtitles.c
+4 −0 libavformat/tee.c
+22 −12 libavformat/tls_mbedtls.c
+6 −2 libavformat/udp.c
+1 −1 libavformat/utils.c
+9 −4 libavformat/vivo.c
+1 −1 libavformat/webmdashenc.c
+0 −5 libavutil/utils.c
+1 −1 tests/ref/fate/webm-dash-manifest
+1 −1 tests/ref/fate/webm-dash-manifest-representations
+1 −1 tests/ref/fate/webm-dash-manifest-unaligned-audio-streams
+1 −1 tests/ref/fate/webm-dash-manifest-unaligned-video-streams

0 comments on commit 5faed41

Please sign in to comment.