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

Issue 1106303002: Restrict vp9 frame sizes to 16384x16384 (Closed)

Created:
5 years, 8 months ago by Johann
Modified:
5 years, 8 months ago
Reviewers:
Tom Finegan
CC:
wwcv, jzern, fgalligan1, Tom Finegan
Base URL:
https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Restrict vp9 frame sizes to 16384x16384 This is the same as the bitstream restriction for vp8. Helps to ignore obviously corrupt input frames. TBR=tomfinegan@chromium.org BUG=450939 Committed: https://chromium.googlesource.com/chromium/deps/libvpx/+/306d74445e38b203c38f222f7deecf674296215c

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+93 lines, -41 lines) Patch
M generate_gypi.sh View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/arm-neon-cpu-detect/vpx_config.h View 1 chunk +3 lines, -1 line 0 comments Download
M source/config/linux/arm-neon-cpu-detect/vpx_config.asm View 1 chunk +3 lines, -1 line 0 comments Download
M source/config/linux/arm-neon-cpu-detect/vpx_config.c View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/arm-neon/vpx_config.h View 1 chunk +3 lines, -1 line 0 comments Download
M source/config/linux/arm-neon/vpx_config.asm View 1 chunk +3 lines, -1 line 0 comments Download
M source/config/linux/arm-neon/vpx_config.c View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/arm/vpx_config.h View 1 chunk +3 lines, -1 line 0 comments Download
M source/config/linux/arm/vpx_config.asm View 1 chunk +3 lines, -1 line 0 comments Download
M source/config/linux/arm/vpx_config.c View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/arm64/vpx_config.h View 1 chunk +3 lines, -1 line 0 comments Download
M source/config/linux/arm64/vpx_config.asm View 1 chunk +3 lines, -1 line 0 comments Download
M source/config/linux/arm64/vpx_config.c View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/generic/vpx_config.h View 1 chunk +3 lines, -1 line 0 comments Download
M source/config/linux/generic/vpx_config.asm View 1 chunk +3 lines, -1 line 0 comments Download
M source/config/linux/generic/vpx_config.c View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/ia32/vpx_config.h View 1 chunk +3 lines, -1 line 0 comments Download
M source/config/linux/ia32/vpx_config.asm View 1 chunk +3 lines, -1 line 0 comments Download
M source/config/linux/ia32/vpx_config.c View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/mips64el/vpx_config.h View 1 chunk +3 lines, -1 line 0 comments Download
M source/config/linux/mips64el/vpx_config.c View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/mipsel/vpx_config.h View 1 chunk +3 lines, -1 line 0 comments Download
M source/config/linux/mipsel/vpx_config.c View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/x64/vpx_config.h View 1 chunk +3 lines, -1 line 0 comments Download
M source/config/linux/x64/vpx_config.asm View 1 chunk +3 lines, -1 line 0 comments Download
M source/config/linux/x64/vpx_config.c View 1 chunk +1 line, -1 line 0 comments Download
M source/config/mac/ia32/vpx_config.h View 1 chunk +3 lines, -1 line 0 comments Download
M source/config/mac/ia32/vpx_config.asm View 1 chunk +3 lines, -1 line 0 comments Download
M source/config/mac/ia32/vpx_config.c View 1 chunk +1 line, -1 line 0 comments Download
M source/config/mac/x64/vpx_config.h View 1 chunk +3 lines, -1 line 0 comments Download
M source/config/mac/x64/vpx_config.asm View 1 chunk +3 lines, -1 line 0 comments Download
M source/config/mac/x64/vpx_config.c View 1 chunk +1 line, -1 line 0 comments Download
M source/config/nacl/vpx_config.h View 1 chunk +3 lines, -1 line 0 comments Download
M source/config/nacl/vpx_config.asm View 1 chunk +3 lines, -1 line 0 comments Download
M source/config/nacl/vpx_config.c View 1 chunk +1 line, -1 line 0 comments Download
M source/config/win/ia32/vpx_config.h View 1 chunk +3 lines, -1 line 0 comments Download
M source/config/win/ia32/vpx_config.asm View 1 chunk +3 lines, -1 line 0 comments Download
M source/config/win/ia32/vpx_config.c View 1 chunk +1 line, -1 line 0 comments Download
M source/config/win/x64/vpx_config.h View 1 chunk +3 lines, -1 line 0 comments Download
M source/config/win/x64/vpx_config.asm View 1 chunk +3 lines, -1 line 0 comments Download
M source/config/win/x64/vpx_config.c View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Johann
Committed patchset #1 (id:1) manually as 306d74445e38b203c38f222f7deecf674296215c (tree was closed).
5 years, 8 months ago (2015-04-27 20:56:08 UTC) #1
Tom Finegan
5 years, 8 months ago (2015-04-27 21:49:25 UTC) #2
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698