shithub: libvpx

RSS feed

41e3a9ef – Ronald S. Bultje <rbultje@google.com> authored on 2012/10/14 11:29
Add and consistently use PLANE_TYPE.

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"