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

Issue 232133009: libvpx: Pull from upstream (Closed)

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

Description

libvpx: Pull from upstream Update grep pattern in update_libvpx.sh to account for alternative locales. Update generate_gypi.sh to use the new perl rtcd scripts. Current HEAD: 23ccf7192434399e5db3a981fbfde40e1712ed5f git log from upstream: 23ccf71 Merge "Fix encoder uninitialized read errors reported by drmemory" 4b8ad4a Merge "Fix coding format in vp9_rc_regulate_q" 675d95f Merge "Prevent the usage of invalid best_mode_index" 9034094 Merge "Remove duplicate code" 81056e2 Merge "Minor code cleanup" 65e650e Merge "Revert "Converting set_prev_mi() to get_prev_mi()."" 3dff8aa Merge "Moving q_trans[] table to vp9_quantize.{c, h}." f10c173 Merge "Removing unused code from vp9_onyx_if.c." 1dcc1aa Prevent the usage of invalid best_mode_index 41ea9ef Merge "Removing redundant assignments." 71ffc7d Merge "Remove unused tile arguments from vp_rdopt." 1eee13c Merge "Cleanup vp9_rd_pick_inter_mode_sub8x8()." 2255085 Fix coding format in vp9_rc_regulate_q 60def47 Revert "Converting set_prev_mi() to get_prev_mi()." 2dc9248 Merge "Fix the setting of mode_skip_mask" b60d23f Removing unused code from vp9_onyx_if.c. d1a396d Moving q_trans[] table to vp9_quantize.{c, h}. 4fffefe Merge "Fix avx builds on macosx with clang 5.0." 585e01b Remove duplicate code 7cc78c0 Merge "Adding vp9_inc_frame_in_layer() function." 7c891ed Minor code cleanup 3ab4d57 Remove unused tile arguments from vp_rdopt. <...> TBR=tomfinegan@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=263021

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29453 lines, -12061 lines) Patch
M README.chromium View 1 chunk +2 lines, -2 lines 0 comments Download
M generate_gypi.sh View 1 chunk +6 lines, -6 lines 0 comments Download
M libvpx_srcs_arm.gypi View 3 chunks +16 lines, -6 lines 0 comments Download
M libvpx_srcs_arm_neon.gypi View 4 chunks +16 lines, -7 lines 0 comments Download
M libvpx_srcs_arm_neon_cpu_detect.gypi View 4 chunks +16 lines, -7 lines 0 comments Download
M libvpx_srcs_generic.gypi View 3 chunks +16 lines, -6 lines 0 comments Download
M libvpx_srcs_mips.gypi View 3 chunks +16 lines, -6 lines 0 comments Download
M libvpx_srcs_nacl.gypi View 3 chunks +16 lines, -6 lines 0 comments Download
M libvpx_srcs_x86.gypi View 3 chunks +16 lines, -6 lines 0 comments Download
M libvpx_srcs_x86_64.gypi View 3 chunks +16 lines, -6 lines 0 comments Download
M source/config/linux/arm-neon-cpu-detect/vp8_rtcd.h View 2 chunks +1 line, -98 lines 0 comments Download
M source/config/linux/arm-neon-cpu-detect/vp9_rtcd.h View 3 chunks +4 lines, -196 lines 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-cpu-detect/vpx_scale_rtcd.h View 2 chunks +2 lines, -15 lines 0 comments Download
M source/config/linux/arm-neon/vp8_rtcd.h View 2 chunks +1 line, -1 line 0 comments Download
M source/config/linux/arm-neon/vp9_rtcd.h View 3 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-neon/vpx_scale_rtcd.h View 2 chunks +2 lines, -3 lines 0 comments Download
M source/config/linux/arm/vp8_rtcd.h View 2 chunks +1 line, -1 line 0 comments Download
M source/config/linux/arm/vp9_rtcd.h View 3 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/arm/vpx_scale_rtcd.h View 2 chunks +1 line, -1 line 0 comments Download
M source/config/linux/generic/vp8_rtcd.h 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/generic/vpx_scale_rtcd.h View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/ia32/vp8_rtcd.h View 1 chunk +0 lines, -98 lines 0 comments Download
M source/config/linux/ia32/vp9_rtcd.h View 2 chunks +6 lines, -212 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/ia32/vpx_scale_rtcd.h View 1 chunk +0 lines, -1 line 0 comments Download
M source/config/linux/mipsel/vp8_rtcd.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/mipsel/vpx_scale_rtcd.h View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/x64/vp8_rtcd.h View 1 chunk +0 lines, -84 lines 0 comments Download
M source/config/linux/x64/vp9_rtcd.h View 2 chunks +4 lines, -186 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/linux/x64/vpx_scale_rtcd.h View 1 chunk +0 lines, -1 line 0 comments Download
M source/config/mac/ia32/vp8_rtcd.h View 1 chunk +0 lines, -98 lines 0 comments Download
M source/config/mac/ia32/vp9_rtcd.h View 2 chunks +6 lines, -209 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/ia32/vpx_scale_rtcd.h View 1 chunk +0 lines, -1 line 0 comments Download
M source/config/mac/x64/vp8_rtcd.h View 1 chunk +0 lines, -84 lines 0 comments Download
M source/config/mac/x64/vp9_rtcd.h View 2 chunks +4 lines, -186 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/mac/x64/vpx_scale_rtcd.h View 1 chunk +0 lines, -1 line 0 comments Download
M source/config/nacl/vp8_rtcd.h 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/nacl/vpx_scale_rtcd.h View 1 chunk +1 line, -1 line 0 comments Download
M source/config/win/ia32/vp8_rtcd.h View 1 chunk +0 lines, -98 lines 0 comments Download
M source/config/win/ia32/vp9_rtcd.h View 2 chunks +6 lines, -212 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/ia32/vpx_scale_rtcd.h View 1 chunk +0 lines, -1 line 0 comments Download
M source/config/win/x64/vp8_rtcd.h View 1 chunk +0 lines, -84 lines 0 comments Download
M source/config/win/x64/vp9_rtcd.h View 2 chunks +4 lines, -186 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/config/win/x64/vpx_scale_rtcd.h View 1 chunk +0 lines, -1 line 0 comments Download
M source/libvpx/.gitignore View 1 chunk +1 line, -3 lines 0 comments Download
M source/libvpx/build/make/Makefile View 2 chunks +11 lines, -1 line 0 comments Download
M source/libvpx/build/make/ads2armasm_ms.pl View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/build/make/configure.sh View 7 chunks +27 lines, -27 lines 0 comments Download
M source/libvpx/build/make/gen_msvs_proj.sh View 2 chunks +3 lines, -2 lines 0 comments Download
M source/libvpx/build/make/gen_msvs_vcxproj.sh View 5 chunks +9 lines, -3 lines 0 comments Download
A source/libvpx/build/make/rtcd.pl View 1 chunk +414 lines, -0 lines 0 comments Download
D source/libvpx/build/make/rtcd.sh View 1 chunk +0 lines, -373 lines 0 comments Download
M source/libvpx/build/make/thumb.pm View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/configure View 7 chunks +19 lines, -1 line 0 comments Download
M source/libvpx/examples.mk View 5 chunks +30 lines, -24 lines 0 comments Download
D source/libvpx/examples/force_keyframe.c View 1 chunk +0 lines, -225 lines 0 comments Download
A source/libvpx/examples/resize_util.c View 1 chunk +120 lines, -0 lines 0 comments Download
A source/libvpx/examples/set_maps.c View 1 chunk +243 lines, -0 lines 0 comments Download
M source/libvpx/examples/simple_encoder.c View 8 chunks +33 lines, -9 lines 0 comments Download
D source/libvpx/examples/vp8_set_maps.c View 1 chunk +0 lines, -240 lines 0 comments Download
M source/libvpx/examples/vp8cx_set_ref.c View 1 chunk +104 lines, -176 lines 0 comments Download
M source/libvpx/examples/vp9_spatial_scalable_encoder.c View 8 chunks +127 lines, -18 lines 0 comments Download
M source/libvpx/examples/vpx_temporal_scalable_patterns.c View 9 chunks +37 lines, -14 lines 0 comments Download
M source/libvpx/libs.mk View 4 chunks +11 lines, -3 lines 0 comments Download
D source/libvpx/resize_util.c View 1 chunk +0 lines, -120 lines 0 comments Download
A source/libvpx/test/active_map_test.cc View 1 chunk +92 lines, -0 lines 0 comments Download
A source/libvpx/test/android/scrape_gtest_log.py View 1 chunk +57 lines, -0 lines 0 comments Download
A source/libvpx/test/aq_segment_test.cc View 1 chunk +119 lines, -0 lines 0 comments Download
M source/libvpx/test/borders_test.cc View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/test/config_test.cc View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/test/cpu_speed_test.cc View 4 chunks +5 lines, -4 lines 0 comments Download
M source/libvpx/test/datarate_test.cc View 11 chunks +22 lines, -19 lines 0 comments Download
M source/libvpx/test/encode_test_driver.h View 2 chunks +10 lines, -0 lines 0 comments Download
M source/libvpx/test/error_resilience_test.cc View 4 chunks +13 lines, -12 lines 0 comments Download
M source/libvpx/test/external_frame_buffer_test.cc View 3 chunks +5 lines, -3 lines 0 comments Download
M source/libvpx/test/intrapred_test.cc View 3 chunks +7 lines, -9 lines 0 comments Download
M source/libvpx/test/keyframe_test.cc View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/test/pp_filter_test.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M source/libvpx/test/register_state_check.h View 2 chunks +59 lines, -4 lines 0 comments Download
M source/libvpx/test/set_roi.cc View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/test/sixtap_predict_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/test/superframe_test.cc View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/test/svc_test.cc View 3 chunks +107 lines, -0 lines 0 comments Download
M source/libvpx/test/test.mk View 4 chunks +49 lines, -0 lines 0 comments Download
M source/libvpx/test/test-data.sha1 View 2 chunks +47 lines, -0 lines 0 comments Download
M source/libvpx/test/test_vector_test.cc View 1 chunk +6 lines, -2 lines 0 comments Download
M source/libvpx/test/test_vectors.h View 1 chunk +4 lines, -5 lines 0 comments Download
M source/libvpx/test/test_vectors.cc View 3 chunks +20 lines, -3 lines 0 comments Download
A source/libvpx/test/tools_common.sh View 1 chunk +437 lines, -0 lines 0 comments Download
M source/libvpx/test/vp8_boolcoder_test.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M source/libvpx/test/vp8_decrypt_test.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M source/libvpx/test/vp8_fdct4x4_test.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M source/libvpx/test/vp9_lossless_test.cc View 4 chunks +10 lines, -9 lines 0 comments Download
M source/libvpx/test/vp9_thread_test.cc View 1 chunk +60 lines, -0 lines 0 comments Download
A source/libvpx/test/vpxdec.sh View 1 chunk +65 lines, -0 lines 0 comments Download
A source/libvpx/test/vpxenc.sh View 1 chunk +96 lines, -0 lines 0 comments Download
A source/libvpx/third_party/libwebm/AUTHORS.TXT View 1 chunk +4 lines, -0 lines 0 comments Download
A source/libvpx/third_party/libwebm/LICENSE.TXT View 1 chunk +30 lines, -0 lines 0 comments Download
A source/libvpx/third_party/libwebm/PATENTS.TXT View 1 chunk +22 lines, -0 lines 0 comments Download
A source/libvpx/third_party/libwebm/README.webm View 1 chunk +7 lines, -0 lines 0 comments Download
A source/libvpx/third_party/libwebm/RELEASE.TXT View 1 chunk +34 lines, -0 lines 0 comments Download
A source/libvpx/third_party/libwebm/mkvmuxer.hpp View 1 chunk +1403 lines, -0 lines 0 comments Download
A source/libvpx/third_party/libwebm/mkvmuxer.cpp View 1 chunk +3245 lines, -0 lines 0 comments Download
A source/libvpx/third_party/libwebm/mkvmuxertypes.hpp View 1 chunk +30 lines, -0 lines 0 comments Download
A source/libvpx/third_party/libwebm/mkvmuxerutil.hpp View 1 chunk +151 lines, -0 lines 0 comments Download
A source/libvpx/third_party/libwebm/mkvmuxerutil.cpp View 1 chunk +713 lines, -0 lines 0 comments Download
A source/libvpx/third_party/libwebm/mkvparser.hpp View 1 chunk +1079 lines, -0 lines 0 comments Download
A source/libvpx/third_party/libwebm/mkvparser.cpp View 1 chunk +9617 lines, -0 lines 0 comments Download
A source/libvpx/third_party/libwebm/mkvreader.hpp View 1 chunk +46 lines, -0 lines 0 comments Download
A source/libvpx/third_party/libwebm/mkvreader.cpp View 1 chunk +143 lines, -0 lines 0 comments Download
A source/libvpx/third_party/libwebm/mkvwriter.hpp View 1 chunk +51 lines, -0 lines 0 comments Download
A source/libvpx/third_party/libwebm/mkvwriter.cpp View 1 chunk +97 lines, -0 lines 0 comments Download
A source/libvpx/third_party/libwebm/webmids.hpp View 1 chunk +141 lines, -0 lines 0 comments Download
M source/libvpx/third_party/nestegg/README.webm View 1 chunk +4 lines, -0 lines 0 comments Download
M source/libvpx/third_party/nestegg/src/nestegg.c View 13 chunks +24 lines, -19 lines 0 comments Download
M source/libvpx/tools_common.h View 1 chunk +4 lines, -2 lines 0 comments Download
M source/libvpx/vp8/common/loopfilter.c View 1 chunk +0 lines, -1 line 0 comments Download
M source/libvpx/vp8/common/postproc.c View 1 chunk +2 lines, -2 lines 0 comments Download
A source/libvpx/vp8/common/rtcd_defs.pl View 1 chunk +541 lines, -0 lines 0 comments Download
D source/libvpx/vp8/common/rtcd_defs.sh View 1 chunk +0 lines, -542 lines 0 comments Download
M source/libvpx/vp8/common/x86/postproc_mmx.asm View 1 chunk +5 lines, -2 lines 0 comments Download
M source/libvpx/vp8/common/x86/postproc_sse2.asm View 1 chunk +5 lines, -2 lines 0 comments Download
M source/libvpx/vp8/encoder/onyx_if.c View 2 chunks +2 lines, -0 lines 0 comments Download
M source/libvpx/vp8/encoder/rdopt.c View 1 chunk +3 lines, -6 lines 0 comments Download
M source/libvpx/vp8/encoder/tokenize.c View 6 chunks +8 lines, -4 lines 0 comments Download
M source/libvpx/vp8/vp8_common.mk View 2 chunks +2 lines, -2 lines 0 comments Download
M source/libvpx/vp9/common/vp9_alloccommon.h View 1 chunk +8 lines, -9 lines 0 comments Download
M source/libvpx/vp9/common/vp9_alloccommon.c View 8 chunks +118 lines, -87 lines 0 comments Download
M source/libvpx/vp9/common/vp9_blockd.h View 5 chunks +29 lines, -38 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_debugmodes.c View 2 chunks +2 lines, -2 lines 0 comments Download
M source/libvpx/vp9/common/vp9_entropy.h View 2 chunks +2 lines, -3 lines 0 comments Download
M source/libvpx/vp9/common/vp9_entropymode.h View 4 chunks +48 lines, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_entropymode.c View 4 chunks +16 lines, -18 lines 0 comments Download
M source/libvpx/vp9/common/vp9_entropymv.h View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_entropymv.c View 3 chunks +26 lines, -29 lines 0 comments Download
M source/libvpx/vp9/common/vp9_enums.h View 2 chunks +23 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/vp9_frame_buffers.c View 1 chunk +3 lines, -2 lines 0 comments Download
M source/libvpx/vp9/common/vp9_loopfilter.c View 11 chunks +40 lines, -47 lines 0 comments Download
M source/libvpx/vp9/common/vp9_mvref_common.h View 1 chunk +2 lines, -4 lines 0 comments Download
M source/libvpx/vp9/common/vp9_mvref_common.c View 7 chunks +44 lines, -52 lines 0 comments Download
D source/libvpx/vp9/common/vp9_onyx.h View 1 chunk +0 lines, -248 lines 0 comments Download
M source/libvpx/vp9/common/vp9_onyxc_int.h View 8 chunks +40 lines, -61 lines 0 comments Download
M source/libvpx/vp9/common/vp9_postproc.h View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/vp9/common/vp9_ppflags.h View 1 chunk +2 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/vp9_pred_common.h View 1 chunk +2 lines, -2 lines 0 comments Download
M source/libvpx/vp9/common/vp9_pred_common.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_reconinter.h View 1 chunk +5 lines, -34 lines 0 comments Download
M source/libvpx/vp9/common/vp9_reconinter.c View 8 chunks +86 lines, -28 lines 0 comments Download
M source/libvpx/vp9/common/vp9_reconintra.h View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_reconintra.c View 4 chunks +14 lines, -18 lines 0 comments Download
A source/libvpx/vp9/common/vp9_rtcd_defs.pl View 1 chunk +782 lines, -0 lines 0 comments Download
D source/libvpx/vp9/common/vp9_rtcd_defs.sh View 1 chunk +0 lines, -760 lines 0 comments Download
M source/libvpx/vp9/common/vp9_scale.c View 1 chunk +2 lines, -2 lines 0 comments Download
M source/libvpx/vp9/common/vp9_systemdependent.h View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/common/x86/vp9_copy_sse2.asm View 1 chunk +8 lines, -4 lines 0 comments Download
M source/libvpx/vp9/common/x86/vp9_subpixel_8t_intrin_avx2.c View 3 chunks +23 lines, -24 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_decodeframe.h View 1 chunk +5 lines, -2 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_decodeframe.c View 39 chunks +108 lines, -190 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_decodemv.h View 1 chunk +0 lines, -1 line 0 comments Download
M source/libvpx/vp9/decoder/vp9_decodemv.c View 15 chunks +63 lines, -64 lines 0 comments Download
A source/libvpx/vp9/decoder/vp9_decoder.h View 1 chunk +95 lines, -0 lines 0 comments Download
A source/libvpx/vp9/decoder/vp9_decoder.c View 1 chunk +434 lines, -0 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_detokenize.h View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/decoder/vp9_detokenize.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/decoder/vp9_dthread.h View 2 chunks +2 lines, -3 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_dthread.c View 7 chunks +24 lines, -11 lines 0 comments Download
D source/libvpx/vp9/decoder/vp9_onyxd.h View 1 chunk +0 lines, -71 lines 0 comments Download
D source/libvpx/vp9/decoder/vp9_onyxd_if.c View 1 chunk +0 lines, -489 lines 0 comments Download
D source/libvpx/vp9/decoder/vp9_onyxd_int.h View 1 chunk +0 lines, -67 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_read_bit_buffer.h View 1 chunk +4 lines, -27 lines 0 comments Download
A source/libvpx/vp9/decoder/vp9_read_bit_buffer.c View 1 chunk +41 lines, -0 lines 0 comments Download
A source/libvpx/vp9/encoder/vp9_aq_complexity.h View 1 chunk +34 lines, -0 lines 0 comments Download
A source/libvpx/vp9/encoder/vp9_aq_complexity.c View 1 chunk +103 lines, -0 lines 0 comments Download
A source/libvpx/vp9/encoder/vp9_aq_cyclicrefresh.h View 1 chunk +50 lines, -0 lines 0 comments Download
A source/libvpx/vp9/encoder/vp9_aq_cyclicrefresh.c View 1 chunk +324 lines, -0 lines 0 comments Download
A source/libvpx/vp9/encoder/vp9_aq_variance.h View 1 chunk +34 lines, -0 lines 0 comments Download
A source/libvpx/vp9/encoder/vp9_aq_variance.c View 1 chunk +148 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_bitstream.c View 17 chunks +131 lines, -165 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_block.h View 5 chunks +5 lines, -7 lines 0 comments Download
A source/libvpx/vp9/encoder/vp9_cost.h View 1 chunk +55 lines, -0 lines 0 comments Download
A source/libvpx/vp9/encoder/vp9_cost.c View 1 chunk +62 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodeframe.h View 1 chunk +9 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodeframe.c View 71 chunks +1497 lines, -672 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodemb.c View 12 chunks +17 lines, -23 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodemv.h View 1 chunk +1 line, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodemv.c View 6 chunks +19 lines, -21 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_firstpass.h View 4 chunks +5 lines, -4 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_firstpass.c View 58 chunks +252 lines, -204 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_lookahead.h View 1 chunk +3 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_lookahead.c View 5 chunks +33 lines, -18 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_mbgraph.c View 4 chunks +5 lines, -4 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_mcomp.h View 2 chunks +28 lines, -36 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_mcomp.c View 48 chunks +278 lines, -628 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_onyx_if.c View 83 chunks +461 lines, -1146 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_onyx_int.h View 14 chunks +232 lines, -346 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_picklpf.h View 1 chunk +3 lines, -3 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_picklpf.c View 7 chunks +25 lines, -34 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_pickmode.c View 13 chunks +193 lines, -83 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_quantize.h View 2 chunks +26 lines, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_quantize.c View 5 chunks +62 lines, -34 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_ratectrl.h View 6 chunks +23 lines, -9 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_ratectrl.c View 41 chunks +202 lines, -232 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_rdopt.h View 3 chunks +7 lines, -9 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_rdopt.c View 129 chunks +411 lines, -419 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_sad.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_segmentation.c View 5 chunks +6 lines, -5 lines 0 comments Download
A source/libvpx/vp9/encoder/vp9_speed_features.h View 1 chunk +359 lines, -0 lines 0 comments Download
A source/libvpx/vp9/encoder/vp9_speed_features.c View 1 chunk +391 lines, -0 lines 0 comments Download
A source/libvpx/vp9/encoder/vp9_ssim.h View 1 chunk +30 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_ssim.c View 2 chunks +2 lines, -7 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_subexp.c View 1 chunk +1 line, -10 lines 0 comments Download
A source/libvpx/vp9/encoder/vp9_svc_layercontext.h View 1 chunk +80 lines, -0 lines 0 comments Download
A source/libvpx/vp9/encoder/vp9_svc_layercontext.c View 1 chunk +224 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_temporal_filter.c View 7 chunks +12 lines, -9 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_tokenize.c View 7 chunks +12 lines, -22 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_treewriter.h View 1 chunk +0 lines, -29 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_treewriter.c View 1 chunk +0 lines, -27 lines 0 comments Download
D source/libvpx/vp9/encoder/vp9_vaq.h View 1 chunk +0 lines, -34 lines 0 comments Download
D source/libvpx/vp9/encoder/vp9_vaq.c View 1 chunk +0 lines, -148 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_variance.h View 1 chunk +2 lines, -14 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_variance.c View 14 chunks +36 lines, -13 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_write_bit_buffer.h View 1 chunk +3 lines, -21 lines 0 comments Download
A source/libvpx/vp9/encoder/vp9_write_bit_buffer.c View 1 chunk +34 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_writer.h View 1 chunk +0 lines, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_writer.c View 1 chunk +0 lines, -28 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_dct_sse2.c View 2 chunks +165 lines, -62 lines 0 comments Download
A source/libvpx/vp9/encoder/x86/vp9_sad4d_intrin_avx2.c View 1 chunk +167 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_variance_mmx.c View 1 chunk +0 lines, -1 line 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_variance_sse2.c View 1 chunk +0 lines, -4 lines 0 comments Download
M source/libvpx/vp9/vp9_common.mk View 3 chunks +2 lines, -3 lines 0 comments Download
M source/libvpx/vp9/vp9_cx_iface.c View 32 chunks +465 lines, -479 lines 0 comments Download
M source/libvpx/vp9/vp9_dx_iface.c View 18 chunks +211 lines, -353 lines 0 comments Download
M source/libvpx/vp9/vp9cx.mk View 5 chunks +15 lines, -2 lines 0 comments Download
M source/libvpx/vp9/vp9dx.mk View 1 chunk +3 lines, -3 lines 0 comments Download
M source/libvpx/vpx/exports_enc View 1 chunk +2 lines, -0 lines 0 comments Download
M source/libvpx/vpx/src/svc_encodeframe.c View 13 chunks +101 lines, -40 lines 0 comments Download
M source/libvpx/vpx/src/vpx_encoder.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vpx/svc_context.h View 1 chunk +11 lines, -0 lines 0 comments Download
M source/libvpx/vpx/vp8cx.h View 2 chunks +3 lines, -0 lines 0 comments Download
M source/libvpx/vpx/vpx_encoder.h View 1 chunk +1 line, -1 line 0 comments Download
D source/libvpx/vpx_scale/arm/neon/vp8_vpxyv12_copy_y_neon.asm View 1 chunk +0 lines, -123 lines 0 comments Download
M source/libvpx/vpx_scale/vpx_scale.mk View 2 chunks +2 lines, -3 lines 0 comments Download
A source/libvpx/vpx_scale/vpx_scale_rtcd.pl View 1 chunk +34 lines, -0 lines 0 comments Download
D source/libvpx/vpx_scale/vpx_scale_rtcd.sh View 1 chunk +0 lines, -34 lines 0 comments Download
M source/libvpx/vpxdec.c View 5 chunks +13 lines, -1 line 0 comments Download
M source/libvpx/vpxenc.c View 12 chunks +35 lines, -8 lines 0 comments Download
M source/libvpx/y4minput.c View 4 chunks +40 lines, -8 lines 0 comments Download
M update_libvpx.sh View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Johann
Committed patchset #1 manually as r263021 (presubmit successful).
6 years, 8 months ago (2014-04-10 17:14:29 UTC) #1
Tom Finegan
6 years, 8 months ago (2014-04-10 17:28:03 UTC) #2
Message was sent while issue was closed.
On 2014/04/10 17:14:29, Johann wrote:
> Committed patchset #1 manually as r263021 (presubmit successful).

lgtm [rubber stamp]

Powered by Google App Engine
This is Rietveld 408576698