shithub: libvpx

RSS feed

5cfff7ce – Ronald S. Bultje <rbultje@google.com> authored on 2012/10/13 07:46
Merge duplicate loops in tokenization code.

a0ad521c – Ronald S. Bultje <rbultje@google.com> authored on 2012/10/13 05:27
Minor refactoring in encodeintra.c.

e7a4bcca – Ronald S. Bultje <rbultje@google.com> authored on 2012/10/13 04:31
Make optimize_mb_16x16() static.

781f6ad7 – Ronald S. Bultje <rbultje@google.com> authored on 2012/10/13 04:29
Remove assignment in vp8_optimize_mby_16x16().

11e42d46 – Ronald S. Bultje <rbultje@google.com> authored on 2012/10/13 04:26
Remove duplicate code in optimize_mb_NxN vs. vp8_optimize_mby/uv_NxN().

238ed517 – Ronald S. Bultje <rbultje@google.com> authored on 2012/10/13 04:15
Remove duplicate or unused code in encoder/encodemb.c.

f41adbb4 – Ronald S. Bultje <rbultje@google.com> authored on 2012/10/12 18:42
Remove duplicate or unused code in encoder/quantize.c.

78bf1029 – Ronald S. Bultje <rbultje@google.com> authored on 2012/10/12 17:59
Remove duplicate or unused code in common/invtrans.c.

f1e62932 – Ronald S. Bultje <rbultje@google.com> authored on 2012/10/12 17:41
Add a _4x4 sufix to all 4x4-transform-related functions.

e03715fe – Ronald S. Bultje <rbultje@google.com> authored on 2012/10/12 17:08
Replace vp8_inverse_htransform_b() by direct call to vp8_ihtllm_c().

f9d5f866 – Jim Bankoski <jimbankoski@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/10/13 16:29
Revert "removed the recon. rtcd invoke macro code"

2113a831 – Jim Bankoski <jimbankoski@google.com> authored on 2012/10/13 14:49
removed the recon. rtcd invoke macro code

6e3c7849 – Adrian Grange <agrange@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/10/12 11:08
Merge "Remove reverting of tx-select if only a single txfm-size is used." into experimental

707e6c30 – Yaowu Xu <yaowu@google.com> authored on 2012/10/12 07:38
removed the dependency cross key frame boundary

f6022327 – Yaowu Xu <yaowu@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/10/12 08:23
Merge "added the ablility to skip first n frames for vpxdec" into experimental

5a4ea8be – Ronald S. Bultje <rbultje@google.com> authored on 2012/10/11 14:19
Remove reverting of tx-select if only a single txfm-size is used.

0dac2901 – Ronald S. Bultje <rbultje@google.com> authored on 2012/10/12 07:06
Remove CONFIG_TX16X16, since the experiment was merged.

c394ffc6 – Yaowu Xu <yaowu@google.com> authored on 2012/10/11 11:12
added the ablility to skip first n frames for vpxdec

31214970 – Ronald S. Bultje <rbultje@google.com> authored on 2012/10/11 06:13
Add encoder/decoder mismatch information to internal stats file.

f39b0f19 – Ronald S. Bultje <rbultje@google.com> authored on 2012/10/10 13:18
Use transform-size selection for i8x8_pred also.

a7333b0a – Deb Mukherjee <debargha@google.com> authored on 2012/10/10 07:20
Merge of the TX_16X16 experiment

239b6a8f – Scott LaVarnway <slavarnway@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/10/10 05:08
Merge "Removing dr[16] from VP8D_COMP" into experimental

9581bf46 – John Koleszar <jkoleszar@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/10/10 04:49
Merge "write_kfmodes: use update_skip_probs()" into experimental

a2b4a560 – Paul Wilkins <paulwilkins@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/10/10 01:45
Merge "convert copy16x16 to rtcd" into experimental

89f060e8 – Jim Bankoski <jimbankoski@google.com> authored on 2012/10/09 13:09
convert copy16x16 to rtcd

f56d0679 – Scott LaVarnway <slavarnway@google.com> authored on 2012/10/09 11:54
Removing dr[16] from VP8D_COMP

d94d2b75 – John Koleszar <jkoleszar@google.com> authored on 2012/10/09 11:35
write_kfmodes: use update_skip_probs()

9ca3c8b2 – Ronald S. Bultje <rbultje@google.com> authored on 2012/10/09 05:18
Selectable transform size try 2.

54434bdb – Deb Mukherjee <debargha@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/10/05 02:49
Merge "Mismatch bug-fix when transform expts are off" into experimental

81c60419 – Paul Wilkins <paulwilkins@google.com> authored on 2012/10/05 07:16
Fix SIMD unsafe use of floating point.

105746c8 – Deb Mukherjee <debargha@google.com> authored on 2012/10/05 01:08
Mismatch bug-fix when transform expts are off

d6290c3b – John Koleszar <jkoleszar@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/10/03 04:28
Merge "all_builds.py: add ability to pass extra configure flags" into experimental

3f5d60b3 – Deb Mukherjee <debargha@google.com> authored on 2012/09/09 18:42
Entropy coding for hybrid transform

70e21afb – Deb Mukherjee <debargha@google.com> authored on 2012/09/21 10:20
Separating 8x8DCT use from hybridtransform8x8

fff019ce – Yaowu Xu <yaowu@google.com> authored on 2012/09/20 08:41
fixed inconsistency of transform size decision

5e4d5e18 – Adrian Grange <agrange@google.com> authored on 2012/09/17 11:37
Added default return value to transform selector

d482fbff – Yaowu Xu <yaowu@google.com> authored on 2012/09/14 05:20
removed redundant initialization

6d8538e5 – Yaowu Xu <yaowu@google.com> authored on 2012/09/14 04:58
Use 3 rows and cols of pixels for ref_mv scoring

e1210c6a – Adrian Grange <agrange@google.com> authored on 2012/09/13 07:37
Removed redundant line.

2b26cf17 – Deb Mukherjee <debargha@google.com> authored on 2012/09/06 05:07
Adds feature for companded MV encoding

d406334f – Deb Mukherjee <debargha@google.com> authored on 2012/09/11 15:36
Cleanups for hybrid transform

d4c329c4 – Yaowu Xu <yaowu@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/09/11 11:00
Merge "Revert "Hybrid transform cleanups"" into experimental

aac982e8 – Debargha Mukherjee <debargha@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/09/11 10:52
Revert "Hybrid transform cleanups"

44d27c7b – Deb Mukherjee <debargha@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/09/10 11:39
Merge "Hybrid transform cleanups" into experimental

c5af82b7 – Deb Mukherjee <debargha@google.com> authored on 2012/09/09 19:10
Hybrid transform cleanups

778ec421 – Paul Wilkins <paulwilkins@google.com> authored on 2012/09/07 10:21
Partial merge of NEWBESTREFMV and NEW_MVREF.

38e1c791 – Paul Wilkins <paulwilkins@google.com> authored on 2012/09/07 08:46
MV reference changes

00f9eb65 – Deb Mukherjee <debargha@google.com> authored on 2012/07/26 09:42
New motion vector entropy coding

de6dfa6b – Jingning Han <jingning@google.com> authored on 2012/08/29 07:25
hybrid transform of 16x16 dimension

c59e36fc – Ronald S. Bultje <rbultje@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/08/30 05:11
Merge "Add proper skip support to intra frames." into experimental

4f36b7c6 – Ronald S. Bultje <rbultje@google.com> authored on 2012/08/29 06:43
Add proper skip support to intra frames.

7a18c816 – Ronald S. Bultje <rbultje@google.com> authored on 2012/08/28 05:51
Remove some disabled code from pick_inter_mode_sb().

8e8fb276 – Ronald S. Bultje <rbultje@google.com> authored on 2012/08/27 14:04
Disable 16x16 temp buffer for superblocks.

307541d9 – John Koleszar <jkoleszar@google.com> authored on 2012/08/22 06:48
all_builds.py: add ability to pass extra configure flags

0256398c – John Koleszar <jkoleszar@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/08/24 11:21
Merge "Fix file permissions" into experimental

6db4d93a – Ronald S. Bultje <rbultje@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/08/24 08:10
Merge "change to properly account for coef scaling in unit tests" into experimental

2d60bee1 – Paul Wilkins <paulwilkins@google.com> authored on 2012/08/24 11:44
New Motion Reference Search

95ee7f11 – Yaowu Xu <yaowu@google.com> authored on 2012/08/24 05:59
change to properly account for coef scaling in unit tests

3777125b – Ronald S. Bultje <rbultje@google.com> authored on 2012/08/22 12:05
Remove duplicate code in C intra prediction.

07083903 – John Koleszar <jkoleszar@google.com> authored on 2012/08/22 06:16
Fix file permissions

0b184efb – John Koleszar <jkoleszar@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/08/22 06:03
Merge "all_builds.py: move to tools/" into experimental

a8f9842d – John Koleszar <jkoleszar@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/08/22 06:02
Merge "all_builds.py: support for sharding builds" into experimental

b43ed7a5 – John Koleszar <jkoleszar@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/08/22 06:01
Merge "remove rotation experiment" into experimental

4580f337 – Christian Duvivier <cduvivier@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/08/21 13:17
Merge "SSE2 version of vectorized 8-tap filtering." into experimental

1b5e5e92 – Ronald S. Bultje <rbultje@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/08/21 13:12
Merge "Fix mismatch caused by a rebase failure." into experimental

94465c19 – Ronald S. Bultje <rbultje@google.com> authored on 2012/08/21 12:45
Fix mismatch caused by a rebase failure.

63ef9c40 – Christian Duvivier <cduvivier@google.com> authored on 2012/08/20 19:49
SSE2 version of vectorized 8-tap filtering.

8c2a6cac – Daniel Kang <ddkang@google.com> authored on 2012/08/21 11:08
Fix compiler warnings

2a050620 – Christian Duvivier <cduvivier@google.com> authored on 2012/08/21 10:58
Fix warning.

b878b556 – John Koleszar <jkoleszar@google.com> authored on 2012/08/21 07:18
all_builds.py: move to tools/

778393cf – John Koleszar <jkoleszar@google.com> authored on 2012/08/21 07:18
all_builds.py: support for sharding builds

6612a43c – John Koleszar <jkoleszar@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/08/21 06:10
Merge changes I96cd08c9,If8eeb8ff into experimental

5055a161 – John Koleszar <jkoleszar@google.com> authored on 2012/08/21 06:09
remove rotation experiment

fb44d3e1 – John Koleszar <jkoleszar@google.com> authored on 2012/08/21 05:31
hybridtransform8x8: fix compilation

978e4d04 – Ronald S. Bultje <rbultje@google.com> authored on 2012/08/20 13:45
Fix some compiler warnings.

04ca6558 – John Koleszar <jkoleszar@google.com> authored on 2012/08/20 13:38
comp_intra_pred: fix compilation

cbc66fa8 – John Koleszar <jkoleszar@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/08/20 13:09
Merge "Fix typo." into experimental

2f743143 – Ronald S. Bultje <rbultje@google.com> authored on 2012/08/20 13:07
Fix typo.

4396441b – Ronald S. Bultje <rbultje@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/08/20 13:04
Merge "Superblock coding." into experimental

5d4cffb3 – Ronald S. Bultje <rbultje@google.com> authored on 2012/08/20 10:43
Superblock coding.

fc892cc5 – Christian Duvivier <cduvivier@google.com> authored on 2012/08/17 11:37
Fix warnings.

ee59dd7e – Christian Duvivier <cduvivier@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/08/16 13:03
Merge "A few more optimizations, about 1% overall speedup." into experimental

525b1839 – Christian Duvivier <cduvivier@google.com> authored on 2012/08/15 18:41
A few more optimizations, about 1% overall speedup.

60ed9545 – Jingning Han <jingning@google.com> authored on 2012/08/16 09:25
Fixed decoder mismatch issue

45ddaab8 – Ronald S. Bultje <rbultje@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/08/16 07:33
Merge "Set a default mv entropy if no tokens are coded." into experimental

319dd1c0 – Ronald S. Bultje <rbultje@google.com> authored on 2012/08/16 07:09
Set a default mv entropy if no tokens are coded.

e5cc24cc – Daniel Kang <ddkang@google.com> authored on 2012/08/16 07:04
Fix valgrind error which causes non-deterministic results.

0393e558 – Ronald S. Bultje <rbultje@google.com> authored on 2012/08/15 18:20
Fix stack overrun in calculating segmentation map coding method.

9471bc2e – Christian Duvivier <cduvivier@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/08/15 14:01
Merge "First partial snapshot of vectorized 8-tap filtering." into experimental

5a34e0eb – Christian Duvivier <cduvivier@google.com> authored on 2012/08/14 14:19
First partial snapshot of vectorized 8-tap filtering.

26a55bae – Daniel Kang <ddkang@google.com> authored on 2012/08/15 05:43
Fix build with TX_16X16

77dc5c65 – Paul Wilkins <paulwilkins@google.com> authored on 2012/08/15 07:00
Code clean up.

a1168155 – Christian Duvivier <cduvivier@google.com> authored on 2012/08/14 10:12
Fix warnings.

73089031 – Christian Duvivier <cduvivier@google.com> authored on 2012/08/14 09:38
Fix build.

fd084b24 – Daniel Kang <ddkang@google.com> authored on 2012/08/13 12:50
Shut up warnings added by -Wundef

8fb9f083 – John Koleszar <jkoleszar@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/08/14 05:26
Merge changes I0b51674f,I1ea6ebf9,I89076d93 into experimental

eaadefdf – Deb Mukherjee <debargha@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/08/14 05:21
Merge "Some build fixes" into experimental

3fda7a66 – Yaowu Xu <yaowu@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/08/14 05:12
Merge "Changed to use reference mv as nearest mv" into experimental

39892cce – Paul Wilkins <paulwilkins@google.com> authored on 2012/08/14 07:32
Code clean up.

e52e8b70 – Yaowu Xu <yaowu@google.com> authored on 2012/08/06 06:51
Changed to use reference mv as nearest mv

Next