Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(131)

Issue 2462023002: Add ffmpeg and zxing to webrtc/tools/video_quality_toolchain. (Closed)

Created:
4 years, 1 month ago by kjellander_webrtc
Modified:
4 years, 1 month ago
CC:
webrtc-reviews_webrtc.org, qiang.lu, niklas.enbom, yujie_mao (webrtc), peah-webrtc
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Add ffmpeg and zxing to webrtc/tools/video_quality_toolchain. Usually .sha1 files are downlaoded using DEPS hooks but since this bucket is internal we can't run it everywhere since it would fail non-Googler checkouts. Instead we download the binaries by calling a Python script, which will be added as a separate build step on the buildbots. The .sha1 files are copied from https://cs.chromium.org/chromium/src/chrome/test/data/webrtc/resources/tools/ leaving out pesq and sox. BUG=webrtc:6633 TESTED=Ran the download.py script on Mac and verified the files were downloaded. R=mandermo@google.com, phoglund@webrtc.org Committed: https://crrev.com/bb9212a33e3dba6b05c632a9d5a42f35ebea0b4f Cr-Commit-Position: refs/heads/master@{#14859}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+191 lines, -0 lines) Patch
M .gitignore View 1 chunk +6 lines, -0 lines 0 comments Download
A tools/video_quality_toolchain/README View 1 chunk +3 lines, -0 lines 0 comments Download
A tools/video_quality_toolchain/download.py View 1 chunk +35 lines, -0 lines 0 comments Download
A tools/video_quality_toolchain/linux/ffmpeg.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/linux/zxing.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/mac/ffmpeg.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/mac/zxing.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygEMF-1.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygICE-6.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygMagick++-1.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygMagick++-5.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygMagickCore-1.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygMagickCore-5.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygMagickWand-1.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygMagickWand-5.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygSM-6.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygX11-6.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygXau-6.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygXaw-7.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygXdmcp-6.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygXext-6.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygXft-2.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygXmu-6.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygXpm-4.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygXrender-1.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygXt-6.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygattr-1.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygautotrace-3.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygbz2-1.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygcairo-2.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygcairo-gobject-2.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygcairo-script-interpreter-2.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygcharset-1.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygcroco-0.6-3.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygcrypt-0.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygcrypto-0.9.8.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygcrypto-1.0.0.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygdatrie-1.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygdb-4.5.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygdb_cxx-4.5.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygdbus-1-3.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygexpat-1.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygfam-0.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygffi-4.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygfftw3-3.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygfftw3_threads-3.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygfftw3f-3.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygfftw3f_threads-3.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygfontconfig-1.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygform-10.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygformw-10.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygfpx-1.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygfreetype-6.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cyggcc_s-1.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cyggd-2.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cyggdbm-4.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cyggdbm_compat-4.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cyggdk_pixbuf-2.0-0.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cyggif-4.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cyggio-2.0-0.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygglib-2.0-0.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cyggmodule-2.0-0.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cyggmp-3.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cyggobject-2.0-0.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cyggomp-1.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cyggraphite2-3.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cyggs-9.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cyggthread-2.0-0.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygharfbuzz-0.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cyghistory7.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygicons-0.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygiconv-2.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygicudata.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygicudata48.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygicui18n.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygicui18n48.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygicuio.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygicuio48.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygicule.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygicule48.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygiculx.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygiculx48.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygicutest.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygicutest48.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygicuuc.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygicuuc48.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygidn-11.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygintl-3.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygintl-8.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygjasper-1.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygjbig-2.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygjpeg-7.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygjpeg-8.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cyglcms-1.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cyglcms2-2.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cyglsa.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cyglsa64.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygltdl-7.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cyglzma-5.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygmagic-1.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygmenu-10.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygmenuw-10.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygming-1.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygmp-3.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygncurses++-10.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygncurses++w-10.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygncurses-10.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygncursesw-10.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygpanel-10.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygpanelw-10.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygpango-1.0-0.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygpangocairo-1.0-0.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygpangoft2-1.0-0.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygpangoxft-1.0-0.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygpaper-1.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygpcre-0.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygpcre-1.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygperl5_14.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygpixman-1-0.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygplotter-2.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygpng12.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygpng14-14.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygpng15-15.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygpopt-0.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygpstoedit-0.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygreadline7.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygrsvg-2-2.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygsigsegv-2.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygsqlite3-0.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygssl-0.9.8.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygssl-1.0.0.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygssp-0.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygstdc++-6.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygthai-0.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygtic-10.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygticw-10.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygtiff-5.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygtiffxx-5.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cyguuid-1.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygwin1.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygxcb-1.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygxcb-render-0.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygxcb-shm-0.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygxml2-2.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/cygz.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/ffmpeg.exe.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/libgomp-1.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/pthreadgc2.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/zlib1.dll.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A tools/video_quality_toolchain/win/zxing.exe.sha1 View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 10 (5 generated)
kjellander_webrtc
Even if we target only Linux to begin with, I don't see why we wouldn't ...
4 years, 1 month ago (2016-10-31 14:04:24 UTC) #3
phoglund
On 2016/10/31 14:04:24, kjellander_webrtc wrote: > Even if we target only Linux to begin with, ...
4 years, 1 month ago (2016-10-31 15:13:09 UTC) #4
mandermo1
lgtm
4 years, 1 month ago (2016-10-31 15:32:16 UTC) #6
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/bb9212a33e3dba6b05c632a9d5a42f35ebea0b4f Cr-Commit-Position: refs/heads/master@{#14859}
4 years, 1 month ago (2016-10-31 21:02:43 UTC) #9
kjellander_webrtc
4 years, 1 month ago (2016-10-31 21:02:44 UTC) #10
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
bb9212a33e3dba6b05c632a9d5a42f35ebea0b4f (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698