shithub: libvpx

RSS feed

30466f26 – James Zern <jzern@google.com> authored on 2015/11/06 08:03
Revert "Add AVX vectorized vp9_diamond_search_sad"

892130f7 – James Zern <jzern@google.com> authored on 2015/11/05 10:22
vp9_spatial_svc_encoder.sh: fix command line param

57cae22c – Yunqing Wang <yunqingwang@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2015/11/05 15:17
Merge "Add AVX vectorized vp9_diamond_search_sad"

f1342a7b – Geza Lore <gezalore@gmail.com> authored on 2015/10/28 10:35
Add AVX vectorized vp9_diamond_search_sad

c6641709 – Marco Paniconi <marpan@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2015/11/03 19:01
Merge "Bias against non-zero mv for large blocks."

17534d29 – Marco Paniconi <marpan@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2015/11/03 17:40
Merge "Update to encoder_breakout_test, for non-rd mode."

5ff1008e – Yaowu Xu <yaowu@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2015/11/03 16:56
Merge "Fix a msvc warning"

3cbe7679 – Hui Su <huisu@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2015/11/03 15:55
Merge "Generate intra prediction reference values only when necessary"

73372cc0 – Marco Paniconi <marpan@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2015/11/03 14:54
Merge "Adjust threshold for datarate frame drop test."

255bcf86 – Alex Converse <aconverse@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2015/11/03 12:52
Merge "misc fixes: Remove a wasted value."

1796d1cc – Alex Converse <aconverse@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2015/11/03 12:50
Merge "Add target for Mac OS X 10.11 'El Capitan'"

04a99cb3 – Marco <marpan@chromium.org> authored and Marco <marpan@google.com> committed on 2015/10/30 07:51
Bias against non-zero mv for large blocks.

9a7785b9 – Marco <marpan@google.com> authored on 2015/11/03 06:47
Update to encoder_breakout_test, for non-rd mode.

87e08f4d – Yaowu Xu <yaowu@google.com> authored on 2015/11/03 06:22
Fix a msvc warning

cb7b2a4f – Marco <marpan@google.com> authored on 2015/11/03 03:15
Adjust threshold for datarate frame drop test.

d73e6cef – Jacky Chen <jackychen@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2015/11/02 18:37
Merge "vpx_scale: fix the issue in msan test."

61f240c2 – Marco Paniconi <marpan@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2015/11/02 17:08
Merge "Move noise level estimate outside denoiser."

080ad919 – Alex Converse <aconverse@google.com> authored on 2015/11/02 09:05
Add target for Mac OS X 10.11 'El Capitan'

fcb46467 – jackychen <jackychen@google.com> authored on 2015/10/30 07:08
vpx_scale: fix the issue in msan test.

c7da053d – Marco <marpan@chromium.org> authored on 2015/11/01 09:40
Move noise level estimate outside denoiser.

16bf821d – hui su <huisu@google.com> authored on 2015/11/02 06:11
Move palette-based intra prediction out of misc-fixes

e085fb64 – hui su <huisu@google.com> authored on 2015/10/30 13:15
Generate intra prediction reference values only when necessary

c2f6a7df – Marco <marpan@chromium.org> authored on 2015/11/02 04:10
vp9 denoiser: Don't estimate noise on resized trigger frame.

9cafc46d – Debargha Mukherjee <debargha@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2015/10/30 16:57
Merge "Convert motion search config from AoS to SoA"

082434b2 – James Zern <jzern@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2015/10/30 01:50
Merge changes I3b89e7a6,I8ef772a0

d2967221 – Alex Converse <aconverse@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2015/10/29 20:37
Merge "Make the zero handling in extend_to_full_distribution more explicit."

ca163b85 – James Zern <jzern@google.com> authored on 2015/10/29 12:42
vp9_dx_iface: move struct defs to separate header

68ecfc1e – James Zern <jzern@google.com> authored on 2015/10/29 12:41
vp9_decodeframe.h: add missing include

039f241f – Jacky Chen <jackychen@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2015/10/29 17:00
Merge "VP9_resizing: add limitation to the downsacling resolution."

6f229b3e – Alex Converse <aconverse@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2015/10/29 15:58
Merge "Shrink probability remap tables."

ede323a1 – hui su <huisu@google.com> authored on 2015/10/29 11:53
Specify feasible parameter values for lossless mode

487023e9 – Jacky Chen <jackychen@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2015/10/29 12:00
Merge "VP9 decoder: Add more test vectors for resizing."

989193c7 – Alex Converse <aconverse@google.com> authored on 2015/10/08 12:01
Make the zero handling in extend_to_full_distribution more explicit.

dba2d5b3 – jackychen <jackychen@google.com> authored on 2015/10/28 08:30
VP9_resizing: add limitation to the downsacling resolution.

9cb73659 – Marco <marpan@chromium.org> authored on 2015/10/28 14:16
Update to vp9_spatial_svc_encoder.

9645cd48 – Marco Paniconi <marpan@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2015/10/28 17:59
Merge "VP9-SVC: Allow frame dropping due to overshoot for spatial layers."

d464e8a4 – jackychen <jackychen@google.com> authored on 2015/10/15 10:02
VP9 decoder: Add more test vectors for resizing.

e7659699 – Alex Converse <aconverse@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2015/10/28 16:48
Merge "Revert "Replace the zero handling in extend_to_full_distribution.""

bb0bc06f – Johann Koenig <johannkoenig@chromium.org> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2015/10/28 15:18
Merge "Skip AS detection when using --enable-external-build"

6f498956 – Johann Koenig <johannkoenig@chromium.org> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2015/10/28 15:16
Merge "Only set sysroot when alt_libc finds a directory"

965a8dea – Geza Lore <gezalore@gmail.com> authored on 2015/10/26 05:39
Convert motion search config from AoS to SoA

f5f19a1f – Hangyu Kuang <hkuang@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2015/10/28 11:04
Merge "Add several new test vectors with small resolution."

663960e7 – Alex Converse <aconverse@google.com> authored on 2015/10/28 07:48
Revert "Replace the zero handling in extend_to_full_distribution."

bd45af8b – Hangyu Kuang <hkuang@google.com> authored on 2015/10/26 12:02
Add more resize test videos that with larger resolution change intervals.

0771a30e – Hangyu Kuang <hkuang@google.com> authored on 2015/10/22 12:31
Add several new test vectors with small resolution.

823a47ee – Marco <marpan@chromium.org> authored on 2015/10/27 11:50
Update to vp9-denoising.

2de14eb9 – Marco Paniconi <marpan@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2015/10/27 15:10
Merge "Adjustments to vp9-denoising."

c1b2d416 – Yaowu Xu <yaowu@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2015/10/27 13:07
Merge "Reorder code to be consistent accross branches"

89d10d8f – Alex Converse <aconverse@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2015/10/27 12:54
Merge "Replace the zero handling in extend_to_full_distribution."

a6f70b42 – Johann <johannkoenig@google.com> authored on 2015/10/27 11:38
Only set sysroot when alt_libc finds a directory

4fb2ba28 – Marco <marpan@chromium.org> authored on 2015/10/27 09:02
VP9-SVC: Allow frame dropping due to overshoot for spatial layers.

0f059d6d – Alex Converse <aconverse@google.com> authored on 2015/10/27 06:02
misc fixes: Remove a wasted value.

a736bf6b – Alex Converse <aconverse@google.com> authored on 2015/10/27 06:25
Shrink probability remap tables.

8a2fc545 – Marco <marpan@chromium.org> authored on 2015/10/26 10:56
Adjustments to vp9-denoising.

9d8bde85 – Yaowu Xu <yaowu@google.com> authored on 2015/10/27 05:04
Reorder code to be consistent accross branches

811be0df – Alex Converse <aconverse@google.com> authored on 2015/10/26 19:13
Fix VS build.

dc9d36c0 – Marco Paniconi <marpan@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2015/10/26 16:52
Merge "Code cleanup for vp9-denoiser."

cce3982c – Paul Wilkins <paulwilkins@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2015/10/26 15:12
Merge "Incorrect frame used in KF boost loop."

26abc15e – Paul Wilkins <paulwilkins@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2015/10/26 15:12
Merge "Bug in clamping of base_frame_target."

65dd056e – Debargha Mukherjee <debargha@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2015/10/26 14:04
Merge "Optimize vpx_quantize_{b,b_32x32} assembler."

35cae7f1 – Debargha Mukherjee <debargha@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2015/10/26 14:03
Merge "Optimize vp9_highbd_block_error_8bit assembly."

e34c7e3f – Alex Converse <aconverse@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2015/10/26 13:05
Merge "palette: Replace rand() call with custom LCG."

12f26bf0 – Johann <johannkoenig@google.com> authored on 2015/10/26 12:40
Skip AS detection when using --enable-external-build

e1a056e1 – Jingning Han <jingning@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2015/10/26 12:25
Merge "Use explicit block position in foreach_transformed_block"

f2845ed8 – Marco <marpan@chromium.org> authored on 2015/10/26 08:01
Code cleanup for vp9-denoiser.

7f56cb29 – Alex Converse <aconverse@google.com> authored on 2015/10/08 12:01
Replace the zero handling in extend_to_full_distribution.

171fd899 – Alex Converse <aconverse@google.com> authored on 2015/10/14 07:03
palette: Replace rand() call with custom LCG.

762c0f22 – Paul Wilkins <paulwilkins@google.com> authored on 2015/10/21 13:20
Bug in clamping of base_frame_target.

d162934b – Marco <marpan@chromium.org> authored on 2015/10/16 12:14
VP9: Estimate noise level for denoiser.

caeb10bf – Jingning Han <jingning@google.com> authored on 2015/10/22 13:25
Use explicit block position in foreach_transformed_block

f4af1a9a – Ronald S. Bultje <rsbultje@gmail.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2015/10/22 17:14
Merge "vp10: merge ext_ipred_bltr experiment into misc_fixes."

806ae29d – Ronald S. Bultje <rsbultje@gmail.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2015/10/22 17:14
Merge "vp10: merge universal_hp experiment into misc_fixes."

d6fc63ac – Ronald S. Bultje <rsbultje@gmail.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2015/10/22 17:14
Merge "Adjust superframe-is-optional unit test for vp10 superframe syntax."

dbefcc06 – Ronald S. Bultje <rsbultje@gmail.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2015/10/22 17:14
Merge "vp10: don't allow comp_inter_inter on keyframes."

a8577282 – Ronald S. Bultje <rsbultje@gmail.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2015/10/22 17:12
Merge "vp10: fix tile size in remuxing step."

40347d0c – Ronald S. Bultje <rsbultje@gmail.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2015/10/22 17:12
Merge "vp10: use correct constant for bw adaptation of seg pred probs."

de4e2662 – Ronald S. Bultje <rsbultje@gmail.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2015/10/22 17:12
Merge "vp10: don't make right edge available across tile boundaries."

69df5844 – Ronald S. Bultje <rsbultje@gmail.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2015/10/22 17:12
Merge "vp10: clip MVs before adding to find_ref_mvs() list."

53dc9fd0 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2015/10/21 11:23
vp10: merge ext_ipred_bltr experiment into misc_fixes.

194c0a5c – Ronald S. Bultje <rsbultje@gmail.com> authored on 2015/10/21 11:20
vp10: merge universal_hp experiment into misc_fixes.

aa112565 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2015/10/21 06:24
Adjust superframe-is-optional unit test for vp10 superframe syntax.

4e887f03 – Paul Wilkins <paulwilkins@google.com> authored on 2015/10/21 14:48
Incorrect frame used in KF boost loop.

59058775 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2015/10/20 15:40
vp10: use correct constant for bw adaptation of seg pred probs.

6a032503 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2015/10/21 05:13
vp10: don't allow comp_inter_inter on keyframes.

558d93f3 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2015/10/20 15:40
vp10: fix tile size in remuxing step.

3d908191 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2015/10/20 15:13
vp10: don't make right edge available across tile boundaries.

aa8f8522 – Geza Lore <gezalore@gmail.com> authored on 2015/10/15 14:28
Optimize vp9_highbd_block_error_8bit assembly.

56cfbeef – Ronald S. Bultje <rsbultje@gmail.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2015/10/20 15:58
Merge "vp10: disallow coding zero-sized tiles-in-frame/frames-in-superframe."

9897e1c2 – Ronald S. Bultje <rsbultje@gmail.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2015/10/20 11:57
Merge "vp10: write colorspace info for profile 0 intraonly frames."

bafadaaf – Ronald S. Bultje <rsbultje@gmail.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2015/10/20 11:57
Merge "vp10: per-segment lossless coding."

92c4d814 – Ronald S. Bultje <rsbultje@gmail.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2015/10/20 11:57
Merge "vp10: add extended-intra prediction edges experiment."

1a645957 – Ronald S. Bultje <rsbultje@gmail.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2015/10/20 11:56
Merge "vp10: allow MV refs to point outside visible image."

4a7f012b – Ronald S. Bultje <rsbultje@gmail.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2015/10/20 11:56
Merge "vp10: allow forward updates for keyframe y intra mode probabilities."

f441a652 – Ronald S. Bultje <rsbultje@gmail.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2015/10/20 11:56
Merge "vp10: merge keyframe/interframe uvintramode/partition probabilities."

24517b96 – Ronald S. Bultje <rsbultje@gmail.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2015/10/20 11:56
Merge "vp10: make segmentation probs use generic probability model."

293e20df – Ronald S. Bultje <rsbultje@gmail.com> authored on 2015/10/20 09:31
vp10: clip MVs before adding to find_ref_mvs() list.

dec4405c – Ronald S. Bultje <rsbultje@gmail.com> authored on 2015/10/20 08:13
vp10: disallow coding zero-sized tiles-in-frame/frames-in-superframe.

be3f2713 – Marco <marpan@chromium.org> authored on 2015/10/20 06:38
Setting change in sample encoder: vpx_temporal_svc_encoder.c

96b69dec – Hui Su <huisu@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2015/10/20 12:37
Merge "VP10: some changes to palette mode"

9cfba09a – Geza Lore <gezalore@gmail.com> authored on 2015/10/19 10:05
Optimize vpx_quantize_{b,b_32x32} assembler.

Next