shithub: libvpx

RSS feed

29492a5e – Ronald S. Bultje <rbultje@google.com> authored on 2013/05/01 10:50
Fix bug in sb8x8 bitstream decoding.

f37d8400 – Ronald S. Bultje <rbultje@google.com> authored on 2013/05/01 10:43
Store splitmv modes in context after 8x8 rd loop.

b6c2d872 – Ronald S. Bultje <rbultje@google.com> authored on 2013/05/01 10:45
Fix some crashes in sb8x8 experiment.

650e6324 – Jingning Han <jingning@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/05/01 09:48
Merge "Enable bit-stream support to SB8X8" into experimental

2bf1dc2e – Jingning Han <jingning@google.com> authored on 2013/05/01 05:43
Enable bit-stream support to SB8X8

6e4ed2f0 – Dmitry Kovalev <dkovalev@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/05/01 08:04
Merge "Adding vp9_get_qindex function." into experimental

d139655b – John Koleszar <jkoleszar@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/04/30 17:43
Merge "Make vp9_optimize_sb* common" into experimental

1f80a568 – John Koleszar <jkoleszar@google.com> authored on 2013/04/30 05:54
Make vp9_optimize_sb* common

09aaf61e – Jingning Han <jingning@google.com> authored on 2013/04/30 08:08
Migrating MB decoding into decode_sb/atom

79590f18 – Dmitry Kovalev <dkovalev@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/04/30 13:49
Merge "Cleaning up encoder segmentation code." into experimental

d3764f7f – Ronald S. Bultje <rbultje@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/04/30 13:41
Merge "Use more restrictive block radius for 8x8 block MV references." into experimental

ff2d6957 – Ronald S. Bultje <rbultje@google.com> authored on 2013/04/30 13:34
Use more restrictive block radius for 8x8 block MV references.

3cf77cce – Ronald S. Bultje <rbultje@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/04/30 13:29
Merge "sb8x8 integration in rd loop." into experimental

d068d869 – Ronald S. Bultje <rbultje@google.com> authored on 2013/04/30 12:13
sb8x8 integration in rd loop.

3af212eb – John Koleszar <jkoleszar@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/04/30 11:34
Merge "Expand UMV border to 96 pixels" into experimental

3f6c6ffc – Dmitry Kovalev <dkovalev@google.com> authored on 2013/04/30 09:39
Adding vp9_get_qindex function.

ad689031 – Yaowu Xu <yaowu@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/04/30 08:26
Merge "Removed code no longer being used." into experimental

dc8cd7d9 – Jingning Han <jingning@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/04/30 08:17
Merge "Migrating SPLITMV_4X4 decoding into decode_atom" into experimental

df6f82c3 – Yaowu Xu <yaowu@google.com> authored on 2013/04/30 08:09
Removed code no longer being used.

347ad7ff – Dmitry Kovalev <dkovalev@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/04/30 08:00
Merge "Adding vp9_update_frame_size function." into experimental

15b5e465 – Dmitry Kovalev <dkovalev@google.com> authored on 2013/04/30 07:14
Adding vp9_update_frame_size function.

be9cf215 – Dmitry Kovalev <dkovalev@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/04/30 07:07
Merge "General cleanup inside vp9_bitstream.c." into experimental

ce3a8a6e – Jingning Han <jingning@google.com> authored on 2013/04/30 06:16
Migrating SPLITMV_4X4 decoding into decode_atom

70d12c3a – Dmitry Kovalev <dkovalev@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/04/30 06:21
Merge "Renaming refresh_entropy_probs to refresh_frame_context." into experimental

51a73fbb – Dmitry Kovalev <dkovalev@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/04/30 06:19
Merge "Consistent names for quant-related functions and variables." into experimental

e8315aee – John Koleszar <jkoleszar@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/04/30 04:43
Merge "Fix incorrect 32x64, 16x32 subpel variance" into experimental

7492edac – Jingning Han <jingning@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/04/29 17:51
Merge "Separate I4X4_PRED coding from macroblock modules" into experimental

94191b5c – Jingning Han <jingning@google.com> authored on 2013/04/29 08:43
Separate I4X4_PRED coding from macroblock modules

ee0f3a9d – Ronald S. Bultje <rbultje@google.com> authored on 2013/04/29 13:38
Make sure 32x32 coefficients fit in int16_t.

9f5fd31d – John Koleszar <jkoleszar@google.com> authored on 2013/04/29 09:44
Expand UMV border to 96 pixels

0b48548e – Yaowu Xu <yaowu@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/04/29 12:16
Merge "fixed new intra code for rectanglar blocks" into experimental

ee97da2c – Dmitry Kovalev <dkovalev@google.com> authored on 2013/04/29 12:07
Cleaning up encoder segmentation code.

caea860a – Yaowu Xu <yaowu@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/04/29 12:05
Merge "Enabled i4x4 to use right above pixels" into experimental

7ea12f2c – Yaowu Xu <yaowu@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/04/29 12:02
Merge "Use same intra prediction for all block size" into experimental

4747c6ed – Yaowu Xu <yaowu@google.com> authored on 2013/04/29 11:49
fixed new intra code for rectanglar blocks

e388251d – Yaowu Xu <yaowu@google.com> authored on 2013/04/25 13:52
Enabled i4x4 to use right above pixels

3d655805 – Yaowu Xu <yaowu@google.com> authored on 2013/04/23 07:06
Use same intra prediction for all block size

907541ee – John Koleszar <jkoleszar@google.com> authored on 2013/04/29 08:59
Fix incorrect 32x64, 16x32 subpel variance

bbac4094 – John Koleszar <jkoleszar@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/04/29 08:53
Merge "Use foreach_transformed_block with tokenize_b" into experimental

767dd469 – Ronald S. Bultje <rbultje@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/04/29 08:41
Merge "Merge encode_sb and encode_sb64 in a recursive encode_sb/b function." into experimental

02d8cbaa – Ronald S. Bultje <rbultje@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/04/29 08:41
Merge "Fix mi_row argument to update_stats()." into experimental

b2d8d58c – Ronald S. Bultje <rbultje@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/04/29 08:41
Merge "Factor out assigning correct partitioning seg_context pointers." into experimental

846a67e0 – Ronald S. Bultje <rbultje@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/04/29 08:41
Merge "Use recursive function in resetting txfm_size for skip-blocks." into experimental

56d61f8b – Ronald S. Bultje <rbultje@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/04/29 08:33
Merge "Use recursive function in choosing segmentation map coding method." into experimental

5c24469c – John Koleszar <jkoleszar@google.com> authored on 2013/04/29 07:57
Use foreach_transformed_block with tokenize_b

7c5eb6d5 – Ronald S. Bultje <rbultje@google.com> authored on 2013/04/27 11:59
Fix mi_row argument to update_stats().

e4f0c541 – Ronald S. Bultje <rbultje@google.com> authored on 2013/04/28 04:59
Merge encode_sb and encode_sb64 in a recursive encode_sb/b function.

247c4f76 – Ronald S. Bultje <rbultje@google.com> authored on 2013/04/27 11:52
Factor out assigning correct partitioning seg_context pointers.

50e0f5f8 – Ronald S. Bultje <rbultje@google.com> authored on 2013/04/27 11:26
Use recursive function in resetting txfm_size for skip-blocks.

8bbcbded – Ronald S. Bultje <rbultje@google.com> authored on 2013/04/27 11:14
Use recursive function in choosing segmentation map coding method.

c8bed9d4 – Jingning Han <jingning@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/04/29 07:28
Merge "Immigrate tokenize_mb into tokenize_sb" into experimental

f5ad7748 – Ronald S. Bultje <rbultje@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/04/29 07:28
Merge "Change above/left_context to use an 8x8 basis." into experimental

3ac3c469 – Jingning Han <jingning@google.com> authored on 2013/04/29 07:05
Immigrate tokenize_mb into tokenize_sb

2dbaa4f4 – Ronald S. Bultje <rbultje@google.com> authored on 2013/04/29 06:37
Change above/left_context to use an 8x8 basis.

9dcbbe3d – Deb Mukherjee <debargha@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/04/29 06:13
Merge "Turning model based reverse update on for coefs" into experimental

040eeed9 – Deb Mukherjee <debargha@google.com> authored on 2013/04/26 07:13
Turning model based reverse update on for coefs

d8a120c1 – John Koleszar <jkoleszar@google.com> authored on 2013/04/26 13:52
Unify decode_sb for >16x16 in vp9_decodframe.c

fb3e4ed9 – Paul Wilkins <paulwilkins@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/04/27 07:58
Merge "Minor tweak to implicit segmentation experiment." into experimental

9b935f99 – Jingning Han <jingning@google.com> authored and Paul Wilkins <paulwilkins@google.com> committed on 2013/04/26 17:52
Add forward probability model update for partition

f66cc164 – Dmitry Kovalev <dkovalev@google.com> authored on 2013/04/26 12:46
General cleanup inside vp9_bitstream.c.

7f8cbda3 – Ronald S. Bultje <rbultje@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/04/26 10:46
Merge "Grow MODE_INFO array to use an 8x8 basis." into experimental

9713a687 – Dmitry Kovalev <dkovalev@google.com> authored on 2013/04/26 10:39
Renaming refresh_entropy_probs to refresh_frame_context.

9e23bd5d – Johann <johann.koenig@duck.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/04/26 09:35
Merge "Merge branch 'master' into experimental" into experimental

32a5c528 – Johann <johann.koenig@duck.com> authored on 2013/04/26 07:40
Merge branch 'master' into experimental

5a5a1f25 – Dmitry Kovalev <dkovalev@google.com> authored on 2013/04/26 08:30
Consistent names for quant-related functions and variables.

1a46b30e – Ronald S. Bultje <rbultje@google.com> authored on 2013/04/26 07:57
Grow MODE_INFO array to use an 8x8 basis.

eea1fecd – Dmitry Kovalev <dkovalev@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/04/26 07:35
Merge "Code cleanup inside vp9_decodframe.c." into experimental

ac22bb6f – John Koleszar <jkoleszar@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/04/26 07:26
Merge changes I7ff2fa72,I7907230d into experimental

80fadb26 – John Koleszar <jkoleszar@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/04/26 06:49
Merge "Restore vp9_asm_enc_offsets.c" into experimental

bb41ab4a – John Koleszar <jkoleszar@google.com> authored on 2013/04/23 12:22
Remove BLOCKD structure

4f55c561 – John Koleszar <jkoleszar@google.com> authored on 2013/04/25 07:15
Remove destination pointers from BLOCKD

34324a98 – John Koleszar <jkoleszar@google.com> authored on 2013/04/26 02:52
Restore vp9_asm_enc_offsets.c

e5885258 – changjun.yang <changjun.yang@intel.com> authored and Johann <johann.koenig@duck.com> committed on 2013/04/26 11:16
code cleanup for arm_cpudetect.c

4b27eb1f – John Koleszar <jkoleszar@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/04/26 05:08
Merge "quantize: make 4x4, 8x8 common with larger transforms" into experimental

57f180b3 – Scott LaVarnway <slavarnway@google.com> authored on 2013/04/26 06:19
Removed bmi from blockd

9981006d – Johann <johann.koenig@duck.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/04/25 19:30
Merge "Normalize more intrinsic filenames"

863601c5 – Johann <johann.koenig@duck.com> authored on 2013/04/25 19:26
Normalize more intrinsic filenames

b442dfd4 – Dmitry Kovalev <dkovalev@google.com> authored on 2013/04/25 10:25
Code cleanup inside vp9_decodframe.c.

a672351a – John Koleszar <jkoleszar@google.com> authored on 2013/04/25 10:44
quantize: make 4x4, 8x8 common with larger transforms

18f29ff5 – Ronald S. Bultje <rbultje@google.com> authored on 2013/04/25 10:17
Remove duplicate code in RD handle_inter_mode() function.

8d028402 – Ronald S. Bultje <rbultje@google.com> authored on 2013/04/24 08:28
Remove implicit assumption that mode_info_stride == mb_cols + 1.

811f80ca – Ronald S. Bultje <rbultje@google.com> authored on 2013/04/24 07:28
Remove write-only variables that store refframe, signbias and mv.

c849eaca – Ronald S. Bultje <rbultje@google.com> authored on 2013/04/24 05:18
Use b_width/height_log2 instead of mb_ where appropriate.

e292330e – Johann <johannkoenig@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/04/25 09:29
Merge "Change default iOS dev path"

e40a7690 – John Koleszar <jkoleszar@google.com> authored on 2013/04/25 07:54
Fix incorrect dequant used in detokenize

a99e1aa8 – John Koleszar <jkoleszar@google.com> authored on 2013/04/25 07:15
Remove predictor pointers from BLOCKD

6c0c6b86 – John Koleszar <jkoleszar@google.com> authored on 2013/04/24 11:01
Remove diff from BLOCKD

15255eef – John Koleszar <jkoleszar@google.com> authored on 2013/04/24 10:48
Move dequant from BLOCKD to per-plane MACROBLOCKD

4bd0f4f6 – John Koleszar <jkoleszar@google.com> authored on 2013/04/23 12:22
Remove BLOCK structure

c5b127af – Johann <johann.koenig@duck.com> authored on 2013/04/25 07:13
Rename vp9_idct_x86.c

61a47da8 – Dmitry Kovalev <dkovalev@google.com> authored on 2013/04/24 08:14
Adding is_inter_mode function.

2cf0675a – Dmitry Kovalev <dkovalev@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/04/25 06:18
Merge "Removing unused mi_mv_pred_row and mi_mv_pred_col functions." into experimental

9b081e68 – Dmitry Kovalev <dkovalev@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/04/25 06:17
Merge "Using ROUND_POWER_OF_TWO macro inside vp9_loopfilter_filters.c." into experimental

22c6ce03 – Dmitry Kovalev <dkovalev@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/04/25 06:17
Merge "Handling frame references and scale factors in one for loop." into experimental

b42b41c8 – Jingning Han <jingning@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/04/25 05:18
Merge "Move sbsegment out of experimental list" into experimental

a426c7f3 – Scott LaVarnway <slavarnway@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/04/25 04:53
Merge "Moved dequantization into the token decoder" into experimental

994c79cc – Dmitry Kovalev <dkovalev@google.com> authored on 2013/04/24 13:20
Handling frame references and scale factors in one for loop.

da04312f – Paul Wilkins <paulwilkins@google.com> authored on 2013/04/24 12:05
Minor tweak to implicit segmentation experiment.

31ee193a – Paul Wilkins <paulwilkins@google.com> authored on 2013/04/24 09:04
Extension of segmentation to 8 segments.

bcf82cf5 – Yaowu Xu <yaowu@google.com> authored on 2013/04/19 12:28
Merge two similar functions into one

Next