shithub: libvpx

RSS feed

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 and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/11/14 12:05
Merge "fix costing bug in pick_uv_sb_mode." into experimental

d7290d49 – Ronald S. Bultje <rbultje@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/11/14 12:05
Merge "Merge a few mostly-duplicate code fragments in SB/MB encoding." into experimental

a77df0c4 – Ronald S. Bultje <rbultje@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/11/14 10:43
Merge "Prevent overflow in variance32x32." into experimental

fa1b356e – Ronald S. Bultje <rbultje@google.com> authored on 2012/11/13 10:04
Merge a few mostly-duplicate code fragments in SB/MB encoding.

a653c9d2 – Ronald S. Bultje <rbultje@google.com> authored on 2012/11/14 10:03
fix costing bug in pick_uv_sb_mode.

a0993703 – Ronald S. Bultje <rbultje@google.com> authored on 2012/11/14 10:02
Prevent overflow in variance32x32.

b527c4db – Paul Wilkins <paulwilkins@google.com> authored on 2012/11/14 09:33
Segment mode coding bug.

19a1ba1e – Paul Wilkins <paulwilkins@google.com> authored on 2012/11/12 12:21
Silenced a few warnings.

16e26866 – John Koleszar <jkoleszar@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/11/14 04:39
Merge "SEG_LVL_MODE: don't code ref_frame if it's implicit" into experimental

127836d1 – Ronald S. Bultje <rbultje@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/11/14 04:18
Merge "Don't use hybrid transform (ADST) for superblocks." into experimental

1e3dd49f – Ronald S. Bultje <rbultje@google.com> authored on 2012/11/13 07:09
Don't use hybrid transform (ADST) for superblocks.

854e41f0 – John Koleszar <jkoleszar@google.com> authored on 2012/11/13 10:20
Don't write recon.yuv by default

6d482706 – John Koleszar <jkoleszar@google.com> authored on 2012/11/13 10:18
SEG_LVL_MODE: don't code ref_frame if it's implicit

3fa1348d – Yaowu Xu <yaowu@google.com> authored on 2012/11/13 09:45
fix a few typos

1761a6b5 – Ronald S. Bultje <rbultje@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/11/13 09:12
Merge "Use full 32-pixel edge for superblock bestrefmv motion vector ordering." into experimental

b147c64c – Ronald S. Bultje <rbultje@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/11/13 09:12
Merge "Fix edge MV handling in SBs." into experimental

7de64f35 – Deb Mukherjee <debargha@google.com> authored on 2012/11/09 05:52
A fix in MV_REF experiment

e60478d4 – Yunqing Wang <yunqingwang@google.com> authored on 2012/11/09 12:50
Optimize 8x8 dequant and idct

c79ae171 – Ronald S. Bultje <rbultje@google.com> authored on 2012/11/12 11:18
Use full 32-pixel edge for superblock bestrefmv motion vector ordering.

72297245 – Ronald S. Bultje <rbultje@google.com> authored on 2012/11/12 10:43
Fix edge MV handling in SBs.

5d65614f – Paul Wilkins <paulwilkins@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/11/12 04:24
Merge "New inter mode context" into experimental

2669f42b – Paul Wilkins <paulwilkins@google.com> authored on 2012/11/12 10:09
New inter mode context

6fb8953c – Paul Wilkins <paulwilkins@google.com> authored on 2012/11/05 07:32
Restrict ref mv search range.

3ec56639 – Ronald S. Bultje <rbultje@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/11/12 03:35
Merge "Fix frame number on which the mismatch is reported in vpxenc." into experimental

3a08b033 – Ronald S. Bultje <rbultje@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/11/12 02:40
Merge "Fix data type for eobs[] array in SB 4x4 IDCT code." into experimental

11fec186 – Ronald S. Bultje <rbultje@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/11/12 02:22
Merge "Remove 'thismb' data pointer when superblock experiment is on." into experimental

195172cf – Ronald S. Bultje <rbultje@google.com> authored on 2012/11/10 11:22
Fix frame number on which the mismatch is reported in vpxenc.

dd9d4f9e – Ronald S. Bultje <rbultje@google.com> authored on 2012/11/10 07:08
Fix data type for eobs[] array in SB 4x4 IDCT code.

73987d14 – Ronald S. Bultje <rbultje@google.com> authored on 2012/11/10 03:39
Remove 'thismb' data pointer when superblock experiment is on.

d01357bb – Deb Mukherjee <debargha@google.com> authored on 2012/10/09 09:19
New b-intra mode where direction is contextual

3f7182cb – Deb Mukherjee <debargha@google.com> authored on 2012/11/09 07:48
Build fix in decoder/decodframe.c

3a0cfb36 – John Koleszar <jkoleszar@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/11/09 07:31
Merge "Packing Altref along with succeeding frame and length encoding frames" into experimental

bc9670ee – Vignesh Venkatasubramanian <vigneshv@google.com> authored and John Koleszar <jkoleszar@google.com> committed on 2012/10/29 11:57
Packing Altref along with succeeding frame and length encoding frames

9f53661e – Ronald S. Bultje <rbultje@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/11/09 04:14
Merge "Fix another crash in vpxenc with --pass=1 and --test-decode." into experimental

88d703cd – Ronald S. Bultje <rbultje@google.com> authored on 2012/11/09 04:07
Fix another crash in vpxenc with --pass=1 and --test-decode.

71b18854 – Yunqing Wang <yunqingwang@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/11/09 03:30
Merge "Optimize 16x16 dequant and idct" into experimental

7ab951d8 – Yaowu Xu <yaowu@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/11/08 11:30
Merge changes I18407622,I34057b87 into experimental

606c6479 – Yaowu Xu <yaowu@google.com> authored on 2012/11/08 11:22
fix a crash in 2-pass encoding with test-decode on

7798aef5 – Yaowu Xu <yaowu@google.com> authored on 2012/11/08 10:56
enable build on windows with msvc

a186eb7f – Jim Bankoski <jimbankoski@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/11/08 10:51
Merge "remove macros obfuscating mv costing" into experimental

c72be96b – Jim Bankoski <jimbankoski@google.com> authored on 2012/11/08 10:44
remove macros obfuscating mv costing

1d4fbeb3 – Ronald S. Bultje <rbultje@google.com> authored on 2012/11/08 06:03
Implement tx_select for superblock encoding.

6c17c9fa – Yunqing Wang <yunqingwang@google.com> authored on 2012/11/06 11:06
Optimize 16x16 dequant and idct

8959c8b1 – John Koleszar <jkoleszar@google.com> authored on 2012/11/07 09:32
Merge with upstream experimental changes (2)

5338d983 – James Zern <jzern@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/11/07 07:49
Merge "Fix variance (signed integer) overflow" into experimental

2c08c281 – John Koleszar <jkoleszar@google.com> authored on 2012/11/07 05:40
Merge with upstream experimental changes

7b8dfcb5 – John Koleszar <jkoleszar@google.com> authored on 2012/11/06 11:59
Rough merge of master into experimental

0cedaa36 – Yaowu Xu <yaowu@google.com> authored on 2012/11/07 05:41
merge full pixel refmv experiment

98473443 – James Zern <jzern@google.com> authored on 2012/11/06 11:58
Fix variance (signed integer) overflow

a879b4e6 – Yaowu Xu <yaowu@google.com> authored on 2012/11/06 10:17
fixed function prototype

acadcec5 – Yaowu Xu <yaowu@google.com> authored on 2012/11/06 10:17
group refmv experiment related functions

182f99f0 – James Zern <jzern@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/11/06 07:18
Merge "fix test builds" into experimental

Next