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

Issue 168343002: libvpx: Pull from upstream (Closed)

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

Description

libvpx: Pull from upstream Current HEAD: afad1a84c15b9af8298a37c0fa449e0af40931fd git log from upstream: afad1a8 Merge "Calling vpx_img_read() from vp9_spatial_scalable_encoder." fb8c246 Merge "Add VP9 decoder support for external frame buffers" e590e08 Fix target frame size setting, for 1pass cbr. e25fbed Merge "Calling vpx_img_read() from vpx_temporal_scalable_patterns." 3d3c53d Merge "Adding explicit casts in yv12config.c." 9c7c8ff Calling vpx_img_read() from vp9_spatial_scalable_encoder. a4f30a5 Add VP9 decoder support for external frame buffers 56f2752 Merge "Using MV instead of int_mv inside vp9_full_pixel_diamond()." 46025ce Merge "vp9/vp9_cx_iface: Silence ts_number_layers MSVC warnings" 95abad9 Merge "Remove redundant set_offsets in rtc coding mode" f2d9525 Calling vpx_img_read() from vpx_temporal_scalable_patterns. ea31368 Merge "Datarate test for temporal layers and frame dropper." 4c53c8c Adding explicit casts in yv12config.c. <...> TBR=tomfinegan@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=251530

Patch Set 1 #

Patch Set 2 : libvpx: Pull from upstream #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15304 lines, -13059 lines) Patch
M libvpx_srcs_arm.gypi View 1 4 chunks +6 lines, -0 lines 0 comments Download
M libvpx_srcs_arm_neon.gypi View 1 4 chunks +16 lines, -10 lines 0 comments Download
M libvpx_srcs_arm_neon_cpu_detect.gypi View 1 4 chunks +16 lines, -10 lines 0 comments Download
M libvpx_srcs_mips.gypi View 1 4 chunks +6 lines, -0 lines 0 comments Download
M libvpx_srcs_nacl.gypi View 1 4 chunks +6 lines, -0 lines 0 comments Download
M libvpx_srcs_x86.gypi View 1 6 chunks +8 lines, -1 line 0 comments Download
M libvpx_srcs_x86_64.gypi View 1 6 chunks +8 lines, -1 line 0 comments Download
M source/libvpx/.gitignore View 1 2 chunks +0 lines, -10 lines 0 comments Download
M source/libvpx/build/make/ads2gas.pl View 1 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/build/make/ads2gas_apple.pl View 1 4 chunks +7 lines, -7 lines 0 comments Download
M source/libvpx/build/make/configure.sh View 1 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/build/make/gen_msvs_proj.sh View 1 2 chunks +3 lines, -3 lines 0 comments Download
M source/libvpx/build/make/gen_msvs_vcxproj.sh View 1 1 chunk +4 lines, -0 lines 0 comments Download
M source/libvpx/build/make/obj_int_extract.c View 1 1 chunk +5 lines, -1 line 0 comments Download
M source/libvpx/examples.mk View 1 7 chunks +58 lines, -40 lines 0 comments Download
M source/libvpx/examples/decode_to_md5.c View 1 3 chunks +22 lines, -22 lines 0 comments Download
M source/libvpx/examples/decode_with_drops.c View 1 1 chunk +72 lines, -95 lines 0 comments Download
M source/libvpx/examples/example_xma.c View 1 1 chunk +1 line, -1 line 0 comments Download
D source/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/PHP Markdown Extra Readme.text View 1 1 chunk +0 lines, -731 lines 0 comments Download
D source/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/PHP SmartyPants Readme.txt View 1 1 chunk +0 lines, -394 lines 0 comments Download
M source/libvpx/examples/postproc.c View 1 1 chunk +70 lines, -98 lines 0 comments Download
M source/libvpx/examples/simple_decoder.c View 1 3 chunks +24 lines, -24 lines 0 comments Download
M source/libvpx/examples/simple_encoder.c View 1 1 chunk +95 lines, -160 lines 0 comments Download
M source/libvpx/examples/twopass_encoder.c View 1 1 chunk +140 lines, -177 lines 0 comments Download
M source/libvpx/examples/vp8_set_maps.c View 1 2 chunks +2 lines, -2 lines 0 comments Download
A source/libvpx/examples/vpx_temporal_scalable_patterns.c View 1 1 chunk +634 lines, -0 lines 0 comments Download
M source/libvpx/ivfdec.h View 1 1 chunk +0 lines, -28 lines 0 comments Download
M source/libvpx/ivfdec.c View 1 1 chunk +0 lines, -65 lines 0 comments Download
M source/libvpx/ivfenc.h View 1 1 chunk +4 lines, -2 lines 0 comments Download
M source/libvpx/ivfenc.c View 1 2 chunks +19 lines, -22 lines 0 comments Download
M source/libvpx/libs.mk View 1 3 chunks +5 lines, -8 lines 0 comments Download
A source/libvpx/rate_hist.h View 1 1 chunk +40 lines, -0 lines 0 comments Download
A source/libvpx/rate_hist.c View 1 1 chunk +282 lines, -0 lines 0 comments Download
M source/libvpx/test/codec_factory.h View 1 5 chunks +6 lines, -4 lines 0 comments Download
M source/libvpx/test/datarate_test.cc View 1 8 chunks +244 lines, -30 lines 0 comments Download
M source/libvpx/test/dct16x16_test.cc View 1 3 chunks +9 lines, -9 lines 0 comments Download
M source/libvpx/test/decode_test_driver.h View 1 2 chunks +11 lines, -2 lines 0 comments Download
M source/libvpx/test/decode_test_driver.cc View 1 1 chunk +5 lines, -3 lines 0 comments Download
M source/libvpx/test/encode_test_driver.h View 1 1 chunk +6 lines, -1 line 0 comments Download
A source/libvpx/test/external_frame_buffer_test.cc View 1 1 chunk +466 lines, -0 lines 0 comments Download
M source/libvpx/test/fdct4x4_test.cc View 1 3 chunks +9 lines, -9 lines 0 comments Download
M source/libvpx/test/fdct8x8_test.cc View 1 3 chunks +9 lines, -9 lines 0 comments Download
M source/libvpx/test/i420_video_source.h View 1 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/test/resize_test.cc View 1 2 chunks +7 lines, -7 lines 0 comments Download
M source/libvpx/test/subtract_test.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/test/svc_test.cc View 1 4 chunks +4 lines, -4 lines 0 comments Download
M source/libvpx/test/test.mk View 1 2 chunks +3 lines, -0 lines 0 comments Download
M source/libvpx/test/test-data.sha1 View 1 1 chunk +2 lines, -0 lines 0 comments Download
M source/libvpx/test/test_vector_test.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/test/test_vectors.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M source/libvpx/test/test_vectors.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/test/vp8_boolcoder_test.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/third_party/libmkv/EbmlBufferWriter.c View 1 1 chunk +0 lines, -2 lines 0 comments Download
M source/libvpx/third_party/libmkv/Makefile View 1 2 chunks +9 lines, -9 lines 0 comments Download
M source/libvpx/third_party/libmkv/WebMElement.h View 1 1 chunk +12 lines, -15 lines 0 comments Download
M source/libvpx/third_party/libmkv/WebMElement.c View 1 3 chunks +13 lines, -10 lines 0 comments Download
M source/libvpx/tools/diff.py View 1 1 chunk +3 lines, -0 lines 0 comments Download
M source/libvpx/tools_common.h View 1 1 chunk +17 lines, -1 line 0 comments Download
M source/libvpx/tools_common.c View 1 2 chunks +110 lines, -11 lines 0 comments Download
A source/libvpx/video_common.h View 1 1 chunk +23 lines, -0 lines 0 comments Download
A source/libvpx/video_reader.h View 1 1 chunk +52 lines, -0 lines 0 comments Download
A source/libvpx/video_reader.c View 1 1 chunk +81 lines, -0 lines 0 comments Download
A source/libvpx/video_writer.h View 1 1 chunk +47 lines, -0 lines 0 comments Download
A source/libvpx/video_writer.c View 1 1 chunk +80 lines, -0 lines 0 comments Download
M source/libvpx/vp8/encoder/firstpass.c View 1 3 chunks +5 lines, -5 lines 0 comments Download
M source/libvpx/vp8/vp8_cx_iface.c View 1 3 chunks +0 lines, -5 lines 0 comments Download
M source/libvpx/vp8/vp8_dx_iface.c View 1 1 chunk +1 line, -0 lines 0 comments Download
D source/libvpx/vp8_scalable_patterns.c View 1 1 chunk +0 lines, -694 lines 0 comments Download
A source/libvpx/vp9/common/arm/neon/vp9_idct16x16_1_add_neon.asm View 1 1 chunk +198 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/arm/neon/vp9_idct16x16_add_neon.asm View 1 1 chunk +1179 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/arm/neon/vp9_idct32x32_1_add_neon.asm View 1 1 chunk +144 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/arm/neon/vp9_idct32x32_add_neon.asm View 1 1 chunk +1299 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/arm/neon/vp9_idct4x4_1_add_neon.asm View 1 1 chunk +68 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/arm/neon/vp9_idct4x4_add_neon.asm View 1 1 chunk +190 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/arm/neon/vp9_idct8x8_1_add_neon.asm View 1 1 chunk +88 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/arm/neon/vp9_idct8x8_add_neon.asm View 1 1 chunk +519 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/arm/neon/vp9_iht4x4_add_neon.asm View 1 1 chunk +237 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/arm/neon/vp9_iht8x8_add_neon.asm View 1 1 chunk +696 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/arm/neon/vp9_mb_lpf_neon.asm View 1 1 chunk +3 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/arm/neon/vp9_reconintra_neon.asm View 1 5 chunks +8 lines, -8 lines 0 comments Download
D source/libvpx/vp9/common/arm/neon/vp9_short_idct16x16_1_add_neon.asm View 1 1 chunk +0 lines, -198 lines 0 comments Download
D source/libvpx/vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm View 1 1 chunk +0 lines, -1179 lines 0 comments Download
D source/libvpx/vp9/common/arm/neon/vp9_short_idct32x32_1_add_neon.asm View 1 1 chunk +0 lines, -144 lines 0 comments Download
D source/libvpx/vp9/common/arm/neon/vp9_short_idct32x32_add_neon.asm View 1 1 chunk +0 lines, -1299 lines 0 comments Download
D source/libvpx/vp9/common/arm/neon/vp9_short_idct4x4_1_add_neon.asm View 1 1 chunk +0 lines, -68 lines 0 comments Download
D source/libvpx/vp9/common/arm/neon/vp9_short_idct4x4_add_neon.asm View 1 1 chunk +0 lines, -190 lines 0 comments Download
D source/libvpx/vp9/common/arm/neon/vp9_short_idct8x8_1_add_neon.asm View 1 1 chunk +0 lines, -88 lines 0 comments Download
D source/libvpx/vp9/common/arm/neon/vp9_short_idct8x8_add_neon.asm View 1 1 chunk +0 lines, -519 lines 0 comments Download
D source/libvpx/vp9/common/arm/neon/vp9_short_iht4x4_add_neon.asm View 1 1 chunk +0 lines, -237 lines 0 comments Download
D source/libvpx/vp9/common/arm/neon/vp9_short_iht8x8_add_neon.asm View 1 1 chunk +0 lines, -696 lines 0 comments Download
M source/libvpx/vp9/common/mips/dspr2/vp9_common_dspr2.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M source/libvpx/vp9/common/mips/dspr2/vp9_itrans16_dspr2.c View 1 10 chunks +17 lines, -17 lines 0 comments Download
M source/libvpx/vp9/common/mips/dspr2/vp9_itrans32_cols_dspr2.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M source/libvpx/vp9/common/mips/dspr2/vp9_itrans32_dspr2.c View 1 4 chunks +6 lines, -6 lines 0 comments Download
M source/libvpx/vp9/common/mips/dspr2/vp9_itrans4_dspr2.c View 1 8 chunks +13 lines, -13 lines 0 comments Download
M source/libvpx/vp9/common/mips/dspr2/vp9_itrans8_dspr2.c View 1 9 chunks +17 lines, -17 lines 0 comments Download
M source/libvpx/vp9/common/vp9_alloccommon.c View 1 4 chunks +16 lines, -8 lines 0 comments Download
M source/libvpx/vp9/common/vp9_blockd.h View 1 11 chunks +27 lines, -159 lines 0 comments Download
A source/libvpx/vp9/common/vp9_blockd.c View 1 1 chunk +157 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/vp9_common.h View 1 2 chunks +3 lines, -10 lines 0 comments Download
M source/libvpx/vp9/common/vp9_convolve.c View 1 11 chunks +16 lines, -16 lines 0 comments Download
M source/libvpx/vp9/common/vp9_debugmodes.c View 1 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_entropy.h View 1 3 chunks +5 lines, -5 lines 0 comments Download
M source/libvpx/vp9/common/vp9_entropymode.c View 1 4 chunks +5 lines, -6 lines 0 comments Download
M source/libvpx/vp9/common/vp9_entropymv.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M source/libvpx/vp9/common/vp9_filter.h View 1 1 chunk +6 lines, -6 lines 0 comments Download
M source/libvpx/vp9/common/vp9_filter.c View 1 5 chunks +7 lines, -6 lines 0 comments Download
A source/libvpx/vp9/common/vp9_frame_buffers.h View 1 1 chunk +53 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/vp9_frame_buffers.c View 1 1 chunk +80 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/vp9_loopfilter.h View 1 3 chunks +37 lines, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_loopfilter.c View 1 8 chunks +15 lines, -36 lines 0 comments Download
M source/libvpx/vp9/common/vp9_mv.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M source/libvpx/vp9/common/vp9_mvref_common.h View 1 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_onyx.h View 1 2 chunks +7 lines, -2 lines 0 comments Download
M source/libvpx/vp9/common/vp9_onyxc_int.h View 1 7 chunks +34 lines, -18 lines 0 comments Download
M source/libvpx/vp9/common/vp9_postproc.c View 1 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_pred_common.h View 1 3 chunks +10 lines, -9 lines 0 comments Download
M source/libvpx/vp9/common/vp9_pred_common.c View 1 4 chunks +33 lines, -37 lines 0 comments Download
M source/libvpx/vp9/common/vp9_prob.h View 1 1 chunk +3 lines, -30 lines 0 comments Download
M source/libvpx/vp9/common/vp9_prob.c View 1 1 chunk +31 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/vp9_quant_common.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_quant_common.c View 1 1 chunk +2 lines, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_reconinter.h View 1 1 chunk +8 lines, -8 lines 0 comments Download
M source/libvpx/vp9/common/vp9_reconinter.c View 1 5 chunks +11 lines, -18 lines 0 comments Download
M source/libvpx/vp9/common/vp9_rtcd_defs.sh View 1 3 chunks +13 lines, -13 lines 0 comments Download
M source/libvpx/vp9/common/vp9_scale.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M source/libvpx/vp9/common/vp9_systemdependent.h View 1 4 chunks +12 lines, -9 lines 0 comments Download
M source/libvpx/vp9/common/x86/vp9_asm_stubs.c View 1 4 chunks +259 lines, -389 lines 0 comments Download
A source/libvpx/vp9/common/x86/vp9_subpixel_8t_intrin_avx2.c View 1 1 chunk +542 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/x86/vp9_subpixel_bilinear_sse2.asm View 1 1 chunk +448 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/x86/vp9_subpixel_bilinear_ssse3.asm View 1 1 chunk +422 lines, -0 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_decodeframe.c View 1 14 chunks +28 lines, -29 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_decodemv.c View 1 4 chunks +11 lines, -11 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_detokenize.c View 1 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/decoder/vp9_dsubexp.c View 1 2 chunks +13 lines, -28 lines 0 comments Download
A source/libvpx/vp9/decoder/vp9_dthread.h View 1 1 chunk +60 lines, -0 lines 0 comments Download
A source/libvpx/vp9/decoder/vp9_dthread.c View 1 1 chunk +272 lines, -0 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_onyxd_if.c View 1 11 chunks +48 lines, -16 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_onyxd_int.h View 1 2 chunks +3 lines, -0 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_thread.h View 1 2 chunks +113 lines, -4 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_thread.c View 1 1 chunk +0 lines, -110 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_bitstream.c View 1 7 chunks +13 lines, -18 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_block.h View 1 2 chunks +0 lines, -21 lines 0 comments Download
D source/libvpx/vp9/encoder/vp9_dct.h View 1 1 chunk +0 lines, -32 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_dct.c View 1 5 chunks +80 lines, -95 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodeframe.c View 1 34 chunks +525 lines, -486 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodemb.h View 1 1 chunk +7 lines, -19 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodemb.c View 1 12 chunks +41 lines, -41 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodemv.h View 1 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_firstpass.h View 1 1 chunk +78 lines, -11 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_firstpass.c View 1 60 chunks +168 lines, -317 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_lookahead.c View 1 2 chunks +3 lines, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_mbgraph.h View 1 1 chunk +17 lines, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_mbgraph.c View 1 4 chunks +10 lines, -14 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_mcomp.h View 1 6 chunks +16 lines, -14 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_mcomp.c View 1 47 chunks +228 lines, -305 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_onyx_if.c View 1 76 chunks +378 lines, -250 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_onyx_int.h View 1 16 chunks +90 lines, -195 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_picklpf.c View 1 5 chunks +6 lines, -6 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_pickmode.h View 1 1 chunk +1 line, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_pickmode.c View 1 9 chunks +32 lines, -28 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_quantize.c View 1 5 chunks +39 lines, -63 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_ratectrl.h View 1 1 chunk +122 lines, -34 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_ratectrl.c View 1 20 chunks +641 lines, -210 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_rdopt.c View 1 41 chunks +143 lines, -158 lines 0 comments Download
A source/libvpx/vp9/encoder/vp9_sad.c View 1 1 chunk +324 lines, -0 lines 0 comments Download
D source/libvpx/vp9/encoder/vp9_sad_c.c View 1 1 chunk +0 lines, -324 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_subexp.c View 1 4 chunks +29 lines, -62 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_temporal_filter.h View 1 1 chunk +3 lines, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_temporal_filter.c View 1 8 chunks +28 lines, -30 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_tokenize.c View 1 9 chunks +42 lines, -27 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_vaq.c View 1 3 chunks +24 lines, -20 lines 0 comments Download
A source/libvpx/vp9/encoder/vp9_variance.c View 1 1 chunk +1094 lines, -0 lines 0 comments Download
D source/libvpx/vp9/encoder/vp9_variance_c.c View 1 1 chunk +0 lines, -1094 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_writer.h View 1 1 chunk +0 lines, -11 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_writer.c View 1 1 chunk +0 lines, -5 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_dct_avx2.c View 1 3 chunks +45 lines, -32 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_dct_sse2.c View 1 3 chunks +48 lines, -35 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_quantize_ssse3.asm View 1 2 chunks +3 lines, -2 lines 0 comments Download
M source/libvpx/vp9/vp9_common.mk View 1 4 chunks +17 lines, -11 lines 0 comments Download
M source/libvpx/vp9/vp9_cx_iface.c View 1 23 chunks +119 lines, -72 lines 0 comments Download
M source/libvpx/vp9/vp9_dx_iface.c View 1 9 chunks +58 lines, -5 lines 0 comments Download
M source/libvpx/vp9/vp9cx.mk View 1 4 chunks +3 lines, -4 lines 0 comments Download
M source/libvpx/vp9/vp9dx.mk View 1 1 chunk +2 lines, -0 lines 0 comments Download
M source/libvpx/vp9_spatial_scalable_encoder.c View 1 9 chunks +39 lines, -38 lines 0 comments Download
M source/libvpx/vpx/exports_dec View 1 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/vpx/internal/vpx_codec_internal.h View 1 3 chunks +32 lines, -1 line 0 comments Download
M source/libvpx/vpx/src/svc_encodeframe.c View 1 9 chunks +13 lines, -10 lines 0 comments Download
M source/libvpx/vpx/src/vpx_decoder.c View 1 1 chunk +18 lines, -0 lines 0 comments Download
M source/libvpx/vpx/src/vpx_encoder.c View 1 2 chunks +2 lines, -2 lines 0 comments Download
M source/libvpx/vpx/vp8cx.h View 1 4 chunks +10 lines, -2 lines 0 comments Download
M source/libvpx/vpx/vpx_codec.mk View 1 2 chunks +2 lines, -0 lines 0 comments Download
M source/libvpx/vpx/vpx_decoder.h View 1 4 chunks +49 lines, -1 line 0 comments Download
M source/libvpx/vpx/vpx_encoder.h View 1 1 chunk +20 lines, -19 lines 0 comments Download
A source/libvpx/vpx/vpx_frame_buffer.h View 1 1 chunk +76 lines, -0 lines 0 comments Download
M source/libvpx/vpx/vpx_image.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M source/libvpx/vpx/vpx_integer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vpx_ports/vpx_ports.mk View 1 1 chunk +0 lines, -1 line 0 comments Download
M source/libvpx/vpx_ports/x86.h View 1 1 chunk +0 lines, -2 lines 0 comments Download
D source/libvpx/vpx_ports/x86_cpuid.c View 1 1 chunk +0 lines, -49 lines 0 comments Download
M source/libvpx/vpx_scale/generic/yv12config.c View 1 7 chunks +42 lines, -11 lines 0 comments Download
M source/libvpx/vpx_scale/yv12config.h View 1 2 chunks +12 lines, -1 line 0 comments Download
M source/libvpx/vpxdec.c View 1 18 chunks +116 lines, -65 lines 0 comments Download
M source/libvpx/vpxenc.h View 1 1 chunk +3 lines, -1 line 0 comments Download
M source/libvpx/vpxenc.c View 1 26 chunks +80 lines, -363 lines 0 comments Download
M source/libvpx/warnings.c View 1 1 chunk +3 lines, -4 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Johann
libvpx: Pull from upstream Current HEAD: afad1a84c15b9af8298a37c0fa449e0af40931fd git log from upstream: afad1a8 Merge "Calling vpx_img_read() ...
6 years, 10 months ago (2014-02-15 05:07:46 UTC) #1
Johann
Committed patchset #2 manually as r251530 (presubmit successful).
6 years, 10 months ago (2014-02-15 05:08:24 UTC) #2
Tom Finegan
6 years, 10 months ago (2014-02-18 18:48:32 UTC) #3
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698