Commit 68fb5d90 authored by liberato@chromium.org's avatar liberato@chromium.org Committed by Commit Bot

Roll src/third_party/ffmpeg/ e0e3133c4..0f36d36f4 (160 commits)

https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/e0e3133c40fb..0f36d36f4973

$ git log e0e3133c4..0f36d36f4 --date=short --no-merges --format='%ad %ae %s'
2019-08-01 liberato Roll FFmpeg for M78
2019-07-31 liberato Comment out HAVE_VALGRIND_VALGRIND_H in asm headers.
2019-07-30 andriy.gelman lavfi/zmq: Avoid mem copy past the end of input buffer
2019-07-30 lq FATE: add hls single file mode test case
2019-07-10 michael tools/target_dec_fuzzer: fix memleak of extradata
(...)
2019-07-04 michael avcodec/huffyuvdec: Check vertical subsampling in hymt
2019-07-03 michael avcodec/huffyuv: remove gray8a (the format is listed but not supported by the implementation)
2019-07-11 michael tools/target_dec_fuzzer: Remove redundant av_free()
2019-07-11 michael avcodec/mpc8: Fixes invalid shift in mpc8_decode_frame()
2019-07-13 onemda avfilter/af_aiir: do not ignore k option for audio filtering

Created with:
  roll-dep src/third_party/ffmpeg

Bug: 985463
Change-Id: I02b69cbd4b48b02ea7c998bb3efcb21f6fc7bba0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1737071Reviewed-by: default avatarMatthew Wolenetz <wolenetz@chromium.org>
Commit-Queue: Frank Liberato <liberato@chromium.org>
Cr-Commit-Position: refs/heads/master@{#688276}
parent 4fd6b479
...@@ -885,7 +885,7 @@ deps = { ...@@ -885,7 +885,7 @@ deps = {
}, },
'src/third_party/ffmpeg': 'src/third_party/ffmpeg':
Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + 'e0e3133c40fbca0032a2d9400da736e4b933882f', Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '0f36d36f49735b889d5cbcc1ed366a06b4651153',
'src/third_party/flac': 'src/third_party/flac':
Var('chromium_git') + '/chromium/deps/flac.git' + '@' + 'af862024c8c8fa0ae07ced05e89013d881b00596', Var('chromium_git') + '/chromium/deps/flac.git' + '@' + 'af862024c8c8fa0ae07ced05e89013d881b00596',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment