shithub: libvpx

RSS feed

9970d8b6 – Ronald S. Bultje <rbultje@google.com> authored on 2012/11/23 04:43
Restructure vp9_decode_mb_tokens_8x8() a bit.

f090b6b4 – Ronald S. Bultje <rbultje@google.com> authored on 2012/11/23 04:11
Restructure vp9_decode_mb_tokens_16x16() a bit.

0312c3d6 – Ronald S. Bultje <rbultje@google.com> authored on 2012/11/23 03:17
Make get_eob() function static.

44228471 – Ronald S. Bultje <rbultje@google.com> authored on 2012/11/17 13:32
Rename "block_type" function argument to "txfm_size".

91d703b2 – Jim Bankoski <jimbankoski@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/11/21 14:55
Merge "remove subpixel invoke functions" into experimental

a5e542e7 – Ronald S. Bultje <rbultje@google.com> authored on 2012/11/21 07:39
Fix enc/dec mismatch with b_context_pred experiment enabled.

3338af41 – Jim Bankoski <jimbankoski@google.com> authored on 2012/11/21 04:16
remove subpixel invoke functions

e25bd474 – Jim Bankoski <jimbankoski@google.com> authored on 2012/11/21 01:46
fixed const problem

4ad2f08c – Jim Bankoski <jimbankoski@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/11/21 01:41
Merge "clean out some of the rtcd code." into experimental

414f68d2 – John Koleszar <jkoleszar@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/11/20 12:22
Merge "Pack invisible frames without lengths" into experimental

b551d82d – John Koleszar <jkoleszar@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/11/20 12:22
Merge "make: fix dependency generation for flat build tree" into experimental

bbe5e032 – Yunqing Wang <yunqingwang@google.com> authored on 2012/11/20 05:01
Fix ref_stride in sad function

2978bb87 – John Koleszar <jkoleszar@google.com> authored on 2012/11/19 05:45
make: fix dependency generation for flat build tree

f4871b6a – Jim Bankoski <jimbankoski@google.com> authored on 2012/11/18 07:33
clean out some of the rtcd code.

4db08237 – Ronald S. Bultje <rbultje@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/11/17 09:41
Merge "Assign above/left context in decode_coefs() instead of in caller." into experimental

18e42ddd – Ronald S. Bultje <rbultje@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/11/17 09:41
Merge "Remove unused argument from decode_coefs() function prototype." into experimental

d0b52565 – Ronald S. Bultje <rbultje@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/11/17 09:40
Merge "Remove coef_bands_x[] array and related machinery in decode_coefs()." into experimental

825b20b0 – Ronald S. Bultje <rbultje@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/11/17 09:40
Merge "Inline count_tokens() in decode_coefs()." into experimental

4db4f98b – Ronald S. Bultje <rbultje@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/11/17 09:40
Merge "Merge various count_token() functions into a single one." into experimental

5d7cb590 – Ronald S. Bultje <rbultje@google.com> authored on 2012/11/17 06:22
Assign above/left context in decode_coefs() instead of in caller.

3bdf302c – Ronald S. Bultje <rbultje@google.com> authored on 2012/11/17 06:11
Remove unused argument from decode_coefs() function prototype.

a253b379 – Ronald S. Bultje <rbultje@google.com> authored on 2012/11/17 06:07
Remove coef_bands_x[] array and related machinery in decode_coefs().

511ef207 – Ronald S. Bultje <rbultje@google.com> authored on 2012/11/17 05:35
Inline count_tokens() in decode_coefs().

56352f18 – Ronald S. Bultje <rbultje@google.com> authored on 2012/11/17 05:18
Merge various count_token() functions into a single one.

b38b6abc – Jim Bankoski <jimbankoski@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/11/17 04:53
Merge "removal of temporal invoke" into experimental

166d24d0 – Ronald S. Bultje <rbultje@google.com> authored on 2012/11/17 02:45
Remove unused function count_tokens() in detokenize.c.

cb98b832 – Jim Bankoski <jimbankoski@google.com> authored on 2012/11/17 01:11
removal of temporal invoke

f19a1caf – Ronald S. Bultje <rbultje@google.com> authored on 2012/11/16 17:26
Remove special-case inline detokenization in b_pred reconstruction.

a57dbd95 – Paul Wilkins <paulwilkins@google.com> authored on 2012/11/16 11:31
Further experimentation with the mode context

0eb55904 – Yunqing Wang <yunqingwang@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/11/16 07:35
Merge "Add const before the dequant(dq)" into experimental

4c7c15ee – Yunqing Wang <yunqingwang@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/11/16 07:23
Merge "Optimize 8x8 dequant and idct" into experimental

47d9d48f – Yunqing Wang <yunqingwang@google.com> authored on 2012/11/16 07:07
Add const before the dequant(dq)

7bb2afa1 – Yaowu Xu <yaowu@xuyaowu.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/11/16 06:46
Merge "remove yasm.rules" into experimental

9152f485 – Yaowu Xu <yaowu@google.com> authored on 2012/11/16 06:09
remove yasm.rules

5b11052a – Ronald S. Bultje <rbultje@google.com> authored on 2012/11/15 10:50
Support 32x32 intra modes in non-keyframe superblocks.

6bca6dec – John Koleszar <jkoleszar@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/11/16 03:41
Merge "Don't write recon.yuv by default" into experimental

cb2d06ce – Deb Mukherjee <debargha@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/11/16 03:30
Merge "Compound inter-intra experiment" into experimental

170305dc – Yaowu Xu <yaowu@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/11/16 02:21
Merge "changed mv candidate search for superblocks" into experimental

415e6bff – Yaowu Xu <yaowu@google.com> authored on 2012/11/16 01:31
changed mv candidate search for superblocks

0c917fc9 – Deb Mukherjee <debargha@google.com> authored on 2012/11/07 01:50
Compound inter-intra experiment

1c56946e – Yaowu Xu <yaowu@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/11/16 00:49
Merge "subpelrefmv for superblocks" into experimental

64bcffc1 – John Koleszar <jkoleszar@google.com> authored on 2012/11/15 07:19
Pack invisible frames without lengths

08b43fef – John Koleszar <jkoleszar@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/11/13 07:14
webm: add support for V_VP9

61416aed – Yaowu Xu <yaowu@google.com> authored on 2012/11/14 05:32
subpelrefmv for superblocks

a3384f00 – Yaowu Xu <yaowu@google.com> authored and John Koleszar <jkoleszar@google.com> committed on 2012/11/15 04:55
changed asm obj output filenames in MSVC build

a9c7597a – John Koleszar <jkoleszar@google.com> authored on 2012/11/08 12:09
support building vp8 and vp9 into a single lib

b72373de – John Koleszar <jkoleszar@google.com> authored on 2012/10/31 09:13
make: flatten object file directories

6becad42 – John Koleszar <jkoleszar@google.com> authored and Paul Wilkins <paulwilkins@google.com> committed on 2012/11/14 04:51
detokenize: use SEG_LVL_EOB feature consistently

5a955973 – pascal massimino <pascal.massimino@gmail.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/11/14 19:24
Merge changes I63348ae3,I658ea409 into experimental

12069098 – Ronald S. Bultje <rbultje@google.com> authored