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

Issue 668403002: libvpx: Pull from upstream (Closed)

Created:
6 years, 2 months ago by Johann
Modified:
6 years, 2 months ago
Reviewers:
Tom Finegan
CC:
chromium-reviews, wwcv, jzern, fgalligan1, Tom Finegan
Visibility:
Public.

Description

libvpx: Pull from upstream Current HEAD: 687c56e8026978f8ccfd5b3fbfee4dbd1de466e1 git log from upstream: 7045aec SAD32xh and SAD64xh for AVX2 7c4992c Remove the dependency in token storing locations f0c3da9 Alter adjustment of two pass GF/ARF boost with Q. 73ae6e4 Add highbitdepth function for vp9_avg_8x8 e1111fb Remove unused VAR_BASED_FIXED_PARTITION flag 5e766cc Use rate/distortion thresholds to control non-RD partition search 6f77bff Updates to aggressive denoising mode. e3bf55d Correct the logic of ready_for_new_data. 6356d21 vp9_denoiser_sse2.c: solve windows build error. e2612fb Add init and reset functions for RD_COST struct 94ecfa3 Reset rate cost value in rd mode search 8514d03 vp9_denoiser_sse2.c: eliminate gcc warnings 50c59cd Adds a set of end-to-end encode tests ed100c0 Fix an ioc issue in super_block_uvrd 716ae78 Change initialization of static_scene_max_gf_interval. 68b550f [spatial svc]Another workaround to avoid using prev_mi d5130af Revert "Move input frame scaling into the recode loop" 4680329 Revert "[spatial svc]Another workaround to avoid using prev_mi" 23fc1f7 Fix in bit-shift operation for highbitdepth decode 91657ab fix CONFIG_SPATIAL_SVC warning 09ea74f Some updates for Speed 6/VAR_BASED_PARTITION. <...> TBR=tomfinegan@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=292609

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14225 lines, -5908 lines) Patch
M README.chromium View 1 chunk +2 lines, -2 lines 0 comments Download
M libvpx_srcs.gni View 11 chunks +13 lines, -0 lines 0 comments Download
M libvpx_srcs_arm.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M libvpx_srcs_arm64.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M libvpx_srcs_arm_neon.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M libvpx_srcs_arm_neon_cpu_detect.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M libvpx_srcs_generic.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M libvpx_srcs_mips.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M libvpx_srcs_nacl.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M libvpx_srcs_x86.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M libvpx_srcs_x86_64.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M libvpx_srcs_x86_64_intrinsics.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M libvpx_srcs_x86_intrinsics.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M source/config/linux/arm-neon-cpu-detect/vp9_rtcd.h View 2 chunks +4 lines, -1 line 0 comments Download
M source/config/linux/arm-neon-cpu-detect/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/arm-neon-cpu-detect/vpx_config.asm View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/arm-neon/vp9_rtcd.h View 2 chunks +4 lines, -1 line 0 comments Download
M source/config/linux/arm-neon/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/arm-neon/vpx_config.asm View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/arm/vp9_rtcd.h View 2 chunks +4 lines, -1 line 0 comments Download
M source/config/linux/arm/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/arm/vpx_config.asm View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/arm64/vp9_rtcd.h View 2 chunks +4 lines, -1 line 0 comments Download
M source/config/linux/arm64/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/arm64/vpx_config.asm View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/generic/vp9_rtcd.h View 2 chunks +4 lines, -1 line 0 comments Download
M source/config/linux/generic/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/generic/vpx_config.asm View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/ia32/vp9_rtcd.h View 5 chunks +11 lines, -2 lines 0 comments Download
M source/config/linux/ia32/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/ia32/vpx_config.asm View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/mips64el/vp9_rtcd.h View 2 chunks +4 lines, -1 line 0 comments Download
M source/config/linux/mips64el/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/mipsel/vp9_rtcd.h View 2 chunks +4 lines, -1 line 0 comments Download
M source/config/linux/mipsel/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/x64/vp9_rtcd.h View 4 chunks +7 lines, -2 lines 0 comments Download
M source/config/linux/x64/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/x64/vpx_config.asm View 1 chunk +1 line, -1 line 0 comments Download
M source/config/mac/ia32/vp9_rtcd.h View 5 chunks +11 lines, -2 lines 0 comments Download
M source/config/mac/ia32/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M source/config/mac/ia32/vpx_config.asm View 1 chunk +1 line, -1 line 0 comments Download
M source/config/mac/x64/vp9_rtcd.h View 4 chunks +7 lines, -2 lines 0 comments Download
M source/config/mac/x64/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M source/config/mac/x64/vpx_config.asm View 1 chunk +1 line, -1 line 0 comments Download
M source/config/nacl/vp9_rtcd.h View 2 chunks +4 lines, -1 line 0 comments Download
M source/config/nacl/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M source/config/nacl/vpx_config.asm View 1 chunk +1 line, -1 line 0 comments Download
M source/config/win/ia32/vp9_rtcd.h View 5 chunks +11 lines, -2 lines 0 comments Download
M source/config/win/ia32/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M source/config/win/ia32/vpx_config.asm View 1 chunk +1 line, -1 line 0 comments Download
M source/config/win/x64/vp9_rtcd.h View 4 chunks +7 lines, -2 lines 0 comments Download
M source/config/win/x64/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M source/config/win/x64/vpx_config.asm View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/args.h View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/build/make/configure.sh View 5 chunks +24 lines, -5 lines 0 comments Download
M source/libvpx/configure View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/examples/simple_decoder.c View 3 chunks +13 lines, -13 lines 0 comments Download
M source/libvpx/examples/vp8cx_set_ref.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/examples/vp9_spatial_svc_encoder.c View 4 chunks +53 lines, -5 lines 0 comments Download
M source/libvpx/examples/vpx_temporal_svc_encoder.c View 5 chunks +58 lines, -3 lines 0 comments Download
M source/libvpx/test/convolve_test.cc View 55 chunks +163 lines, -141 lines 0 comments Download
M source/libvpx/test/dct16x16_test.cc View 9 chunks +19 lines, -19 lines 0 comments Download
M source/libvpx/test/dct32x32_test.cc View 5 chunks +9 lines, -9 lines 0 comments Download
M source/libvpx/test/fdct4x4_test.cc View 7 chunks +22 lines, -21 lines 0 comments Download
M source/libvpx/test/fdct8x8_test.cc View 6 chunks +18 lines, -17 lines 0 comments Download
M source/libvpx/test/frame_size_tests.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M source/libvpx/test/i420_video_source.h View 1 chunk +6 lines, -88 lines 0 comments Download
A source/libvpx/test/lpf_8_test.cc View 1 chunk +587 lines, -0 lines 0 comments Download
M source/libvpx/test/partial_idct_test.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M source/libvpx/test/sad_test.cc View 1 chunk +14 lines, -0 lines 0 comments Download
M source/libvpx/test/svc_test.cc View 13 chunks +20 lines, -107 lines 0 comments Download
M source/libvpx/test/test.mk View 8 chunks +14 lines, -741 lines 0 comments Download
A source/libvpx/test/test-data.mk View 1 chunk +726 lines, -0 lines 0 comments Download
M source/libvpx/test/test-data.sha1 View 2 chunks +5 lines, -0 lines 0 comments Download
M source/libvpx/test/test_vectors.cc View 1 chunk +2 lines, -1 line 0 comments Download
A source/libvpx/test/vp8_denoiser_sse2_test.cc View 1 chunk +116 lines, -0 lines 0 comments Download
A source/libvpx/test/vp9_avg_test.cc View 1 chunk +150 lines, -0 lines 0 comments Download
A source/libvpx/test/vp9_denoiser_sse2_test.cc View 1 chunk +101 lines, -0 lines 0 comments Download
A source/libvpx/test/vp9_end_to_end_test.cc View 1 chunk +155 lines, -0 lines 0 comments Download
M source/libvpx/test/vp9_intrapred_test.cc View 1 chunk +140 lines, -126 lines 0 comments Download
M source/libvpx/test/vp9_lossless_test.cc View 6 chunks +10 lines, -7 lines 0 comments Download
A source/libvpx/test/yuv_video_source.h View 1 chunk +151 lines, -0 lines 0 comments Download
M source/libvpx/tools_common.h View 1 chunk +6 lines, -0 lines 0 comments Download
M source/libvpx/tools_common.c View 2 chunks +218 lines, -1 line 0 comments Download
M source/libvpx/vp8/common/arm/neon/loopfilter_neon.c View 4 chunks +50 lines, -31 lines 0 comments Download
M source/libvpx/vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.c View 3 chunks +62 lines, -61 lines 0 comments Download
M source/libvpx/vp8/encoder/arm/neon/vp8_shortwalsh4x4_neon.c View 2 chunks +3 lines, -5 lines 0 comments Download
M source/libvpx/vp8/encoder/denoising.h View 1 chunk +2 lines, -0 lines 0 comments Download
M source/libvpx/vp8/encoder/denoising.c View 2 chunks +10 lines, -10 lines 0 comments Download
M source/libvpx/vp8/encoder/mcomp.c View 1 chunk +2 lines, -2 lines 0 comments Download
M source/libvpx/vp8/encoder/pickinter.c View 3 chunks +11 lines, -5 lines 0 comments Download
M source/libvpx/vp8/vp8_dx_iface.c View 2 chunks +15 lines, -19 lines 0 comments Download
M source/libvpx/vp9/common/vp9_blockd.h View 5 chunks +3 lines, -20 lines 0 comments Download
M source/libvpx/vp9/common/vp9_blockd.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_common.h View 2 chunks +15 lines, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_common_data.c View 2 chunks +0 lines, -3 lines 0 comments Download
M source/libvpx/vp9/common/vp9_convolve.h View 1 chunk +5 lines, -5 lines 0 comments Download
M source/libvpx/vp9/common/vp9_convolve.c View 15 chunks +97 lines, -101 lines 0 comments Download
M source/libvpx/vp9/common/vp9_debugmodes.c View 2 chunks +2 lines, -2 lines 0 comments Download
M source/libvpx/vp9/common/vp9_entropy.h View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_entropymode.h View 1 chunk +0 lines, -2 lines 0 comments Download
M source/libvpx/vp9/common/vp9_entropymv.h View 1 chunk +3 lines, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_enums.h View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/vp9/common/vp9_filter.h View 1 chunk +7 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/vp9_idct.h View 7 chunks +25 lines, -34 lines 0 comments Download
M source/libvpx/vp9/common/vp9_idct.c View 78 chunks +1074 lines, -1050 lines 0 comments Download
M source/libvpx/vp9/common/vp9_loopfilter.c View 16 chunks +389 lines, -11 lines 0 comments Download
M source/libvpx/vp9/common/vp9_loopfilter_filters.c View 2 chunks +405 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/vp9_mvref_common.c View 3 chunks +4 lines, -8 lines 0 comments Download
M source/libvpx/vp9/common/vp9_onyxc_int.h View 3 chunks +3 lines, -3 lines 0 comments Download
M source/libvpx/vp9/common/vp9_postproc.c View 10 chunks +239 lines, -5 lines 0 comments Download
M source/libvpx/vp9/common/vp9_prob.h View 1 chunk +0 lines, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_quant_common.h View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_reconinter.h View 1 chunk +8 lines, -8 lines 0 comments Download
M source/libvpx/vp9/common/vp9_reconinter.c View 8 chunks +18 lines, -21 lines 0 comments Download
M source/libvpx/vp9/common/vp9_reconintra.c View 16 chunks +60 lines, -60 lines 0 comments Download
M source/libvpx/vp9/common/vp9_rtcd_defs.pl View 9 chunks +758 lines, -633 lines 0 comments Download
M source/libvpx/vp9/common/vp9_scale.h View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_scale.c View 2 chunks +28 lines, -28 lines 0 comments Download
M source/libvpx/vp9/common/vp9_scan.h View 1 chunk +0 lines, -2 lines 0 comments Download
M source/libvpx/vp9/common/vp9_scan.c View 2 chunks +460 lines, -120 lines 0 comments Download
M source/libvpx/vp9/common/x86/vp9_asm_stubs.c View 7 chunks +153 lines, -136 lines 0 comments Download
M source/libvpx/vp9/common/x86/vp9_high_intrapred_sse2.asm View 12 chunks +12 lines, -12 lines 0 comments Download
A source/libvpx/vp9/common/x86/vp9_high_loopfilter_intrin_sse2.c View 1 chunk +1119 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/x86/vp9_high_subpixel_8t_sse2.asm View 12 chunks +24 lines, -24 lines 0 comments Download
M source/libvpx/vp9/common/x86/vp9_high_subpixel_bilinear_sse2.asm View 12 chunks +24 lines, -24 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_decodeframe.c View 14 chunks +93 lines, -31 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_decodemv.c View 2 chunks +8 lines, -4 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_decoder.c View 5 chunks +5 lines, -5 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_detokenize.c View 1 chunk +4 lines, -0 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_dthread.c View 1 chunk +8 lines, -4 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_aq_variance.c View 2 chunks +29 lines, -0 lines 0 comments Download
A source/libvpx/vp9/encoder/vp9_avg.c View 1 chunk +33 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_bitstream.c View 7 chunks +34 lines, -18 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_block.h View 2 chunks +2 lines, -4 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_context_tree.h View 1 chunk +2 lines, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_dct.c View 1 chunk +23 lines, -20 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_denoiser.h View 1 chunk +4 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_denoiser.c View 8 chunks +31 lines, -26 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodeframe.c View 59 chunks +486 lines, -368 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodemb.h View 1 chunk +0 lines, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodemb.c View 16 chunks +330 lines, -12 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encoder.h View 4 chunks +18 lines, -5 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encoder.c View 43 chunks +975 lines, -56 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_extend.c View 3 chunks +73 lines, -7 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_firstpass.h View 2 chunks +4 lines, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_firstpass.c View 31 chunks +231 lines, -66 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_mbgraph.c View 3 chunks +3 lines, -3 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_mcomp.h View 5 chunks +6 lines, -3 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_mcomp.c View 31 chunks +342 lines, -108 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_picklpf.c View 2 chunks +27 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_pickmode.c View 12 chunks +86 lines, -13 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_quantize.h View 1 chunk +12 lines, -9 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_quantize.c View 9 chunks +69 lines, -55 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_ratectrl.h View 1 chunk +2 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_ratectrl.c View 8 chunks +24 lines, -8 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_rd.h View 2 chunks +15 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_rd.c View 7 chunks +40 lines, -7 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_rdopt.h View 1 chunk +21 lines, -26 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_rdopt.c View 84 chunks +562 lines, -270 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_resize.h View 1 chunk +56 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_resize.c View 4 chunks +346 lines, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_sad.c View 4 chunks +75 lines, -70 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_speed_features.h View 4 chunks +12 lines, -8 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_speed_features.c View 14 chunks +34 lines, -19 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_ssim.h View 1 chunk +14 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_ssim.c View 4 chunks +111 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_svc_layercontext.h View 1 chunk +10 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_svc_layercontext.c View 4 chunks +62 lines, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_temporal_filter.c View 11 chunks +286 lines, -50 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_tokenize.h View 3 chunks +15 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_tokenize.c View 3 chunks +20 lines, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_variance.h View 2 chunks +15 lines, -14 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_variance.c View 10 chunks +168 lines, -158 lines 0 comments Download
A source/libvpx/vp9/encoder/x86/vp9_avg_intrin_sse2.c View 1 chunk +40 lines, -0 lines 0 comments Download
A source/libvpx/vp9/encoder/x86/vp9_denoiser_sse2.c View 1 chunk +474 lines, -0 lines 0 comments Download
A source/libvpx/vp9/encoder/x86/vp9_quantize_sse2.c View 1 chunk +225 lines, -0 lines 0 comments Download
A source/libvpx/vp9/encoder/x86/vp9_sad_intrin_avx2.c View 1 chunk +180 lines, -0 lines 0 comments Download
M source/libvpx/vp9/vp9_common.mk View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/vp9/vp9_cx_iface.c View 4 chunks +31 lines, -9 lines 0 comments Download
M source/libvpx/vp9/vp9_dx_iface.c View 1 chunk +0 lines, -1 line 0 comments Download
M source/libvpx/vp9/vp9_iface_common.h View 5 chunks +55 lines, -8 lines 0 comments Download
M source/libvpx/vp9/vp9cx.mk View 3 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vpx/src/svc_encodeframe.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vpx/src/vpx_image.c View 7 chunks +34 lines, -27 lines 0 comments Download
M source/libvpx/vpx/vpx_encoder.h View 2 chunks +6 lines, -2 lines 0 comments Download
M source/libvpx/vpx/vpx_image.h View 2 chunks +4 lines, -43 lines 0 comments Download
M source/libvpx/vpx/vpx_integer.h View 1 chunk +9 lines, -3 lines 0 comments Download
M source/libvpx/vpx_ports/arm.h View 1 chunk +6 lines, -0 lines 0 comments Download
M source/libvpx/vpx_scale/generic/yv12config.c View 2 chunks +2 lines, -1 line 0 comments Download
M source/libvpx/vpx_scale/yv12config.h View 2 chunks +3 lines, -0 lines 0 comments Download
M source/libvpx/vpxdec.c View 5 chunks +66 lines, -224 lines 0 comments Download
M source/libvpx/vpxenc.h View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/vpxenc.c View 22 chunks +202 lines, -324 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Johann
Committed patchset #1 (id:1) manually as r292609 (presubmit successful).
6 years, 2 months ago (2014-10-23 03:24:40 UTC) #1
Tom Finegan
6 years, 2 months ago (2014-10-24 17:33:52 UTC) #2
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698