shithub: libvpx

RSS feed

95b4cf05 – Adrian Grange <agrange@google.com> authored on 2011/12/09 07:47
Fix out of bounds read in update_mbgraph_frame_stats

7748d833 – Paul Wilkins <paulwilkins@google.com> authored on 2011/12/08 09:46
Experiment with old Q range:

ebcc6605 – Yaowu Xu <yaowu@google.com> authored on 2011/12/07 15:08
fixed a crash caused invalid Q choice

b70f23ca – Yaowu Xu <yaowu@google.com> authored on 2011/12/07 08:55
Removed #if CONFIG_MULCONTEXT

d37cd976 – Yaowu Xu <yaowu@google.com> authored on 2011/12/07 08:03
Removed #if CONFIG_I8X8

76feb965 – Yaowu Xu <yaowu@google.com> authored on 2011/12/06 07:03
made vp8_mode_context adaptive

b1823a7d – Yaowu Xu <yaowu@google.com> authored on 2011/12/06 02:37
fixed a crash when MODE_STATS is enabled

d0e3acf9 – Yaowu Xu <yaowu@google.com> authored and On2 (Google) Code Review <on2-gerrit@google.com> committed on 2011/12/07 13:52
Merge "Minor fixes:" into experimental

79774d10 – Paul Wilkins <paulwilkins@google.com> authored and Yaowu Xu <yaowu@google.com> committed on 2011/12/07 08:32
Minor fixes:

73bbdfe5 – Ronald S. Bultje <rbultje@google.com> authored on 2011/10/28 10:36
Rename use_dc_pred to use_16x16_pred.

b1781b48 – Yaowu Xu <yaowu@google.com> authored and On2 (Google) Code Review <on2-gerrit@google.com> committed on 2011/12/06 22:25
Merge "corrected an enum name" into experimental

0072b8bc – Ronald S. Bultje <rbultje@google.com> authored on 2011/12/06 10:13
Fix for RD thresholds if both I8X8 and DUALPRED are enabled.

60cb39da – Ronald S. Bultje <rbultje@google.com> authored on 2011/12/06 06:53
Dual 16x16 inter prediction.

b4ad9b5d – Paul Wilkins <paulwilkins@google.com> authored on 2011/12/06 09:48
Some further QIndex issues with extended Q

0404a5a7 – Yaowu Xu <yaowu@google.com> authored on 2011/12/06 02:09
corrected an enum name

82d99257 – Yaowu Xu <yaowu@google.com> authored on 2011/12/05 06:22
removed leftover code from a couple merge problems.

8a40d2f5 – Yaowu Xu <yaowu@google.com> authored on 2011/12/02 10:32
changed configure script to enable new experimental options

acf5d20c – Yaowu Xu <yaowu@google.com> authored on 2011/11/30 11:36
added separate entropy context for alt_ref

a8fbab86 – Yaowu Xu <yaowu@google.com> authored on 2011/11/30 11:25
enabled 8x8 intra prediction modes on inter frames

8487a68b – Paul Wilkins <paulwilkins@google.com> authored on 2011/12/02 09:57
Further work on extended Q range.

2b307b38 – Paul Wilkins <paulwilkins@google.com> authored on 2011/12/02 10:06
CR/LF issue.

bba710fc – Yaowu Xu <yaowu@google.com> authored on 2011/11/17 13:31
added transform type to MB_MODE_INFO

a917afab – Paul Wilkins <paulwilkins@google.com> authored on 2011/11/28 06:48
MinQ equations.

b9ce9bcb – Paul Wilkins <paulwilkins@google.com> authored on 2011/11/25 11:31
Extended Q Range:

99df6bb6 – Paul Wilkins <paulwilkins@google.com> authored on 2011/11/24 13:25
Further work on extended Q range.

82733643 – Ronald S. Bultje <rbultje@google.com> authored on 2011/11/28 07:39
mbgraph: fix invalid memory access if motion vectors are too big.

643238a3 – Yaowu Xu <yaowu@google.com> authored on 2011/11/15 11:16
changed find_near_mvs search to include a mb from last frame

ee2051f6 – Paul Wilkins <paulwilkins@google.com> authored on 2011/11/23 12:18
Two pass rate control code changes.

a0b7db22 – Paul Wilkins <paulwilkins@google.com> authored on 2011/11/23 06:32
Further resolution of QIndex LUTS;

08491b86 – Adrian Grange <agrange@google.com> authored and Paul Wilkins <paulwilkins@google.com> committed on 2011/11/18 08:02
Remove redundant code (lf_or_gf and frame_lf_or_gf)

d39b5d05 – Paul Wilkins <paulwilkins@google.com> authored on 2011/11/21 10:45
Removal of Qindex LUTS.

9bac509a – Paul Wilkins <paulwilkins@google.com> authored on 2011/11/21 09:18
Extended Q range Experiment.

54f090b1 – Paul Wilkins <paulwilkins@google.com> authored on 2011/11/21 06:07
Cosmetic clean up.

19d87e8e – Paul Wilkins <paulwilkins@google.com> authored on 2011/11/21 06:02
Decoder segmentation bug.