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

Issue 17009012: libvpx: Pull from upstream (Closed)

Created:
7 years, 6 months ago by jpet
Modified:
7 years, 6 months ago
CC:
chromium-reviews, Tom Finegan (google)
Base URL:
http://src.chromium.org/chrome/trunk/deps/third_party/libvpx/
Visibility:
Public.

Description

libvpx: Pull from upstream Current HEAD: 7088426976b5204ec0c1a90a2980e7346cf0975e git log from upstream: 7088426 Merge "Make fdct32 computation flow within 16bit range" f231a3e Merge "Code cleanup inside the decoder code." dfc0385 Merge "Removing vp9_invtrans.{c, h} files." a41a486 Make fdct32 computation flow within 16bit range 9524765 Merge "Move subpixel variance function from common/ to encoder/." b1a17e4 Merge "Use assembly-optimized variance functions in sub_pixel_{avg}_var()." a15ca3f Merge "vpx_ports/x86.h: de-dup #elif block" e7b599f convolve_test: align filter arrays 9fb6f40 vpx_ports/x86.h: de-dup #elif block 6f06450 Code cleanup inside the decoder code. d9fc451 Move subpixel variance function from common/ to encoder/. 686b997 Removing vp9_invtrans.{c, h} files. a2f33e2 Use assembly-optimized variance functions in sub_pixel_{avg}_var(). b1caa7c Merge "Fixing compilation error on Mac OS." d1bfa55 Merge "Fix typo ('weight' instead of 'width')." 53729c7 Fix typo ('weight' instead of 'width'). ccd9886 Fixing compilation error on Mac OS. 859a474 Merge "Removed hardcoded global->limit" 0450a88 Removed hardcoded global->limit 368c723 Change the encryption feature to use a callback for decryption. c43af9a Enable sse2 version of sad8x4/4x8

Patch Set 1 #

Total comments: 3

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1032 lines, -1090 lines) Patch
M README.chromium View 1 1 chunk +2 lines, -2 lines 0 comments Download
M libvpx_srcs_arm.gypi View 1 chunk +0 lines, -2 lines 0 comments Download
M libvpx_srcs_arm_neon.gypi View 1 chunk +0 lines, -2 lines 0 comments Download
M libvpx_srcs_arm_neon_cpu_detect.gypi View 1 chunk +0 lines, -2 lines 0 comments Download
M libvpx_srcs_mips.gypi View 1 chunk +0 lines, -2 lines 0 comments Download
M libvpx_srcs_x86.gypi View 2 chunks +0 lines, -3 lines 0 comments Download
M libvpx_srcs_x86_64.gypi View 2 chunks +0 lines, -3 lines 0 comments Download
M libvpx_srcs_x86_64_intrinsics.gypi View 1 chunk +0 lines, -1 line 0 comments Download
M libvpx_srcs_x86_intrinsics.gypi View 1 chunk +0 lines, -1 line 0 comments Download
M source/libvpx/test/convolve_test.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M source/libvpx/test/vp8_boolcoder_test.cc View 2 chunks +23 lines, -12 lines 0 comments Download
M source/libvpx/test/vp8_decrypt_test.cc View 1 chunk +33 lines, -27 lines 0 comments Download
M source/libvpx/vp8/decoder/dboolhuff.h View 3 chunks +9 lines, -15 lines 0 comments Download
M source/libvpx/vp8/decoder/dboolhuff.c View 3 chunks +15 lines, -9 lines 0 comments Download
M source/libvpx/vp8/decoder/decodframe.c View 9 chunks +33 lines, -44 lines 0 comments Download
M source/libvpx/vp8/decoder/onyxd_int.h View 1 chunk +2 lines, -1 line 0 comments Download
M source/libvpx/vp8/vp8_dx_iface.c View 11 chunks +41 lines, -40 lines 0 comments Download
M source/libvpx/vp9/common/vp9_idct.h View 1 chunk +0 lines, -6 lines 0 comments Download
D source/libvpx/vp9/common/vp9_invtrans.h View 1 chunk +0 lines, -20 lines 0 comments Download
D source/libvpx/vp9/common/vp9_invtrans.c View 1 chunk +0 lines, -20 lines 0 comments Download
M source/libvpx/vp9/common/vp9_rtcd_defs.sh View 1 chunk +3 lines, -0 lines 0 comments Download
D source/libvpx/vp9/common/x86/vp9_subpel_variance_impl_sse2.asm View 1 chunk +0 lines, -645 lines 0 comments Download
D source/libvpx/vp9/common/x86/vp9_subpixel_variance_sse2.c View 1 chunk +0 lines, -45 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_decodframe.c View 12 chunks +40 lines, -79 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_detokenize.h View 1 chunk +1 line, -4 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_detokenize.c View 5 chunks +27 lines, -31 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_block.h View 1 chunk +3 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_dct.c View 4 chunks +83 lines, -6 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodeframe.c View 3 chunks +3 lines, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodeintra.c View 1 chunk +0 lines, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodemb.c View 5 chunks +17 lines, -6 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_variance.h View 1 chunk +4 lines, -4 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_variance_c.c View 27 chunks +27 lines, -26 lines 0 comments Download
A source/libvpx/vp9/encoder/x86/vp9_subpel_variance_impl_sse2.asm View 1 chunk +645 lines, -0 lines 0 comments Download
M source/libvpx/vp9/vp9_common.mk View 3 chunks +0 lines, -4 lines 0 comments Download
M source/libvpx/vp9/vp9cx.mk View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/vpx/vp8dx.h View 3 chunks +13 lines, -5 lines 0 comments Download
M source/libvpx/vpx_ports/x86.h View 1 chunk +4 lines, -17 lines 0 comments Download
M source/libvpx/vpxenc.c View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 13 (0 generated)
jpet
Thanks for the assistance.
7 years, 6 months ago (2013-06-18 21:00:30 UTC) #1
Johann
LGTM
7 years, 6 months ago (2013-06-18 21:13:03 UTC) #2
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an ...
7 years, 6 months ago (2013-06-18 22:53:30 UTC) #3
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an ...
7 years, 6 months ago (2013-06-18 22:53:39 UTC) #4
jpet
Sorry, Johann, apparently the commit-bot hates you.
7 years, 6 months ago (2013-06-18 22:56:44 UTC) #5
Tom Finegan
On 2013/06/18 22:56:44, jpet wrote: > Sorry, Johann, apparently the commit-bot hates you. No one ...
7 years, 6 months ago (2013-06-18 23:18:55 UTC) #6
jpet
Hi David, can I borrow your chromium-committer superpower momentarily?
7 years, 6 months ago (2013-06-19 00:07:46 UTC) #7
ddorwin
I think the readme needs to be updated. Otherwise, LG. https://codereview.chromium.org/17009012/diff/1/README.chromium File README.chromium (right): https://codereview.chromium.org/17009012/diff/1/README.chromium#newcode10 ...
7 years, 6 months ago (2013-06-19 01:53:53 UTC) #8
fgalligan1
https://codereview.chromium.org/17009012/diff/1/README.chromium File README.chromium (right): https://codereview.chromium.org/17009012/diff/1/README.chromium#newcode10 README.chromium:10: Commit: 859a4747189262f640d837f6959125e21dc8af79 On 2013/06/19 01:53:53, ddorwin wrote: > This ...
7 years, 6 months ago (2013-06-19 15:45:04 UTC) #9
jpet
https://codereview.chromium.org/17009012/diff/1/README.chromium File README.chromium (right): https://codereview.chromium.org/17009012/diff/1/README.chromium#newcode10 README.chromium:10: Commit: 859a4747189262f640d837f6959125e21dc8af79 On 2013/06/19 15:45:04, fgalligan1 wrote: > On ...
7 years, 6 months ago (2013-06-19 17:09:56 UTC) #10
ddorwin
lgtm
7 years, 6 months ago (2013-06-19 17:43:25 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jpet@google.com/17009012/23001
7 years, 6 months ago (2013-06-19 17:50:55 UTC) #12
commit-bot: I haz the power
7 years, 6 months ago (2013-06-19 17:51:18 UTC) #13
Message was sent while issue was closed.
Change committed as 207249

Powered by Google App Engine
This is Rietveld 408576698