shithub: libvpx

RSS feed

5f0f260f – Paul Wilkins <paulwilkins@google.com> authored on 2012/01/27 13:35
Moved some reference frame data structures into common.

fe96afa7 – Paul Wilkins <paulwilkins@google.com> authored on 2012/01/27 13:29
Moved some segmentation data structures.

a127c940 – Jim Bankoski <jimbankoski@google.com> authored on 2012/01/26 05:04
vpnext use segref segmentation filter

1a9fd54e – Jim Bankoski <jimbankoski@google.com> authored on 2012/01/25 12:06
vpnext: pick loop filter segment by segment

9a4dde1b – Yaowu Xu <yaowu@google.com> authored and On2 (Google) Code Review <on2-gerrit@google.com> committed on 2012/01/27 10:11
Merge "fixed an issue with 8x8 token cost in trellisquant" into experimental

81d16e3f – Yaowu Xu <yaowu@google.com> authored on 2012/01/26 09:36
fixed an issue with 8x8 token cost in trellisquant

6fa47a5f – Deb Mukherjee <debargha@google.com> authored on 2012/01/16 06:21
Adds support for enhanced interpolation for subpel motion

5a5d24ee – Yaowu Xu <yaowu@google.com> authored and On2 (Google) Code Review <on2-gerrit@google.com> committed on 2012/01/24 16:45
Merge "changed loop filter for MBs using 8x8 transform" into experimental

91325b8f – Jim Bankoski <jimbankoski@google.com> authored on 2012/01/23 04:55
vpn common -> implicit segmentation

aebb16bf – Yaowu Xu <yaowu@google.com> authored on 2011/11/30 03:05
changed loop filter for MBs using 8x8 transform

5aab0c3f – Yaowu Xu <yaowu@google.com> authored on 2012/01/19 11:37
Added code to prevent I8X8_PRED mode for MBs using 8x8 transform

be9af16e – Yaowu Xu <yaowu@google.com> authored on 2012/01/19 11:56
reverted an accidental code deleting

df91ab7b – Yaowu Xu <yaowu@google.com> authored and On2 (Google) Code Review <on2-gerrit@google.com> committed on 2012/01/18 12:54
Merge "new loop filter functions for macroblock boundaries" into experimental

bd5f384b – Paul Wilkins <paulwilkins@google.com> authored on 2012/01/18 06:10
Possible divide by 0 error.

5e7d7d3d – Yaowu Xu <yaowu@google.com> authored on 2012/01/13 09:37
new loop filter functions for macroblock boundaries

cf561bad – Paul Wilkins <paulwilkins@google.com> authored on 2012/01/11 09:05
Rate control on static scenes plus Y2dc delta Q fix.

483b262b – Yaowu Xu <yaowu@google.com> authored and On2 (Google) Code Review <on2-gerrit@google.com> committed on 2012/01/11 18:07
Merge "Added an emms to prevent invalid stats output" into experimental

a5ea6844 – Yaowu Xu <yaowu@google.com> authored on 2012/01/05 06:22
Added an emms to prevent invalid stats output

e4ca542a – Christian Duvivier <cduvivier@google.com> authored on 2011/12/21 11:19
Fix more warnings.

3a82bf4d – Christian Duvivier <cduvivier@google.com> authored on 2011/12/22 11:04
Add script to test all builds.

a7eb2176 – Christian Duvivier <cduvivier@google.com> authored on 2011/12/21 10:52
Fix a couple of warnings.

4e9b4a15 – Yaowu Xu <yaowu@google.com> authored on 2011/12/21 07:05
changed mode_context update strategy

5920b520 – Paul Wilkins <paulwilkins@google.com> authored and On2 (Google) Code Review <on2-gerrit@google.com> committed on 2011/12/20 06:12
Merge "Extended Q:" into experimental

0d203eff – Paul Wilkins <paulwilkins@google.com> authored and On2 (Google) Code Review <on2-gerrit@google.com> committed on 2011/12/20 06:12
Merge "Extend to 256 Q steps." into experimental

df5a1fca – Paul Wilkins <paulwilkins@google.com> authored and On2 (Google) Code Review <on2-gerrit@google.com> committed on 2011/12/20 06:11
Merge "QRange experiements." into experimental

e92c8ccd – Paul Wilkins <paulwilkins@google.com> authored and On2 (Google) Code Review <on2-gerrit@google.com> committed on 2011/12/20 06:11
Merge "Further QIndex realted Fixes:" into experimental

7187c462 – Paul Wilkins <paulwilkins@google.com> authored on 2011/12/19 04:25
Extended Q:

df4e79f7 – Paul Wilkins <paulwilkins@google.com> authored on 2011/12/16 05:23
Extend to 256 Q steps.

ec670bc5 – Paul Wilkins <paulwilkins@google.com> authored on 2011/12/15 13:22
QRange experiements.

fb807776 – Paul Wilkins <paulwilkins@google.com> authored on 2011/12/12 13:27
Further QIndex realted Fixes:

0fafd054 – Adrian Grange <agrange@google.com> authored on 2011/12/16 09:00
Reset segment_id to 0 when segmentation is disabled

b3ade15a – Adrian Grange <agrange@google.com> authored on 2011/12/15 07:27
Fixed stride bug in segmentation code

ae63ce24 – Adrian Grange <agrange@google.com> authored on 2011/12/15 05:00
Fixed bug to use mode_info_stride rather than mb_cols

ae9023a3 – Paul Wilkins <paulwilkins@google.com> authored on 2011/12/12 06:18
QINDEX_RANGE fixed tables.

be360d47 – Yaowu Xu <yaowu@google.com> authored on 2011/12/08 06:43
Enabled adaptive UV intra coding for inter frames

43a059de – Adrian Grange <agrange@google.com> authored and On2 (Google) Code Review <on2-gerrit@google.com> committed on 2011/12/09 16:05
Merge "Fix out of bounds read in update_mbgraph_frame_stats" into experimental

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:

ba1a6619 – Yaowu Xu <yaowu@google.com> authored on 2011/12/08 06:43
Revised coding using adaptive mode context to depend on frame type

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.

4f792921 – Paul Wilkins <paulwilkins@google.com> authored on 2011/11/18 14:44
CONFIG_T8X8 experiment.:

eb15fe85 – Adrian Grange <agrange@google.com> authored on 2011/11/17 10:57
Clip buffer level to the maximum buffer size in CBR

6dddcbc5 – Yaowu Xu <yaowu@google.com> authored and On2 (Google) Code Review <on2-gerrit@google.com> committed on 2011/11/17 09:55
Merge "fixed the scaling in 8x8 trellis quant" into experimental

7f33be9e – Yaowu Xu <yaowu@google.com> authored on 2011/11/10 16:14
fixed the scaling in 8x8 trellis quant

cee3d222 – Paul Wilkins <paulwilkins@google.com> authored on 2011/11/16 05:34
Header inclusion for Unix build

3cdfdb55 – Paul Wilkins <paulwilkins@google.com> authored on 2011/11/15 11:15
Merge CONFIGURE_SEGMENTATION experiment.

6394ef28 – Paul Wilkins <paulwilkins@google.com> authored on 2011/11/15 10:22
Further clean up of Segmentation experiment code

661b2c2d – Paul Wilkins <paulwilkins@google.com> authored on 2011/11/15 06:13
Further work on Segmentation Experiment:

c9130bdb – Paul Wilkins <paulwilkins@google.com> authored on 2011/11/11 13:08
Segmentation experiment:

bf25d4ad – Paul Wilkins <paulwilkins@google.com> authored on 2011/11/11 05:10
SEGMENTATION experiment:

e01b3925 – Yaowu Xu <yaowu@google.com> authored on 2011/11/10 07:54
changed function name for clarity

0c846f66 – Yaowu Xu <yaowu@google.com> authored and On2 (Google) Code Review <on2-gerrit@google.com> committed on 2011/11/11 10:38
Merge "fixed the decoder when using 8x8 transform" into experimental

982b061d – Yaowu Xu <yaowu@google.com> authored on 2011/11/10 07:54
Make 8x8 and extend_qrange to work together

7189198d – Yaowu Xu <yaowu@google.com> authored on 2011/11/10 12:15
fixed the decoder when using 8x8 transform

a0ed4e63 – Yaowu Xu <yaowu@google.com> authored and On2 (Google) Code Review <on2-gerrit@google.com> committed on 2011/11/10 11:34
Merge "scaled the threshold for 2nd order coefficient reset" into experimental

151b7f25 – Paul Wilkins <paulwilkins@google.com> authored and On2 (Google) Code Review <on2-gerrit@google.com> committed on 2011/11/10 04:37
Merge "T8x8 experiment merge." into experimental

cbcba9e7 – Yaowu Xu <yaowu@google.com> authored on 2011/11/10 02:40
scaled the threshold for 2nd order coefficient reset

842dc7ca – Yaowu Xu <yaowu@google.com> authored and On2 (Google) Code Review <on2-gerrit@google.com> committed on 2011/11/09 19:43
Merge "fixed an encoder bug" into experimental

8974daea – Yaowu Xu <yaowu@google.com> authored on 2011/11/09 11:03
fixed an encoder bug

07892531 – Paul Wilkins <paulwilkins@google.com> authored on 2011/11/09 09:05
T8x8 experiment merge.

b0f9f15d – Paul Wilkins <paulwilkins@google.com> authored on 2011/11/08 10:40
Merging and testing of SEGMENTATION experiment.

ac2ab02d – Paul Wilkins <paulwilkins@google.com> authored on 2011/11/03 13:45
Segmentation feature logic fix.

5883246d – Yaowu Xu <yaowu@google.com> authored on 2011/11/08 15:05
make debug match release build on win32 with 8x8 transform enabled

6e165e86 – Yaowu Xu <yaowu@google.com> authored and Paul Wilkins <paulwilkins@google.com> committed on 2011/11/04 15:08
Attempt to fix an issue related to 8x8 transform and segfeature

a9df4183 – Paul Wilkins <paulwilkins@google.com> authored on 2011/11/04 14:29
Segment signaling of TX size

f82d601f – Yaowu Xu <yaowu@google.com> authored and On2 (Google) Code Review <on2-gerrit@google.com> committed on 2011/11/04 12:25
Merge "Added context reset when 2nd order coefficients are cleared" into experimental

fe38082f – Paul Wilkins <paulwilkins@google.com> authored on 2011/11/04 06:59
Segment Features with 8x8DCT.

a258bba1 – Paul Wilkins <paulwilkins@google.com> authored on 2011/11/03 12:58
Segment Feature Data Access

2bbde250 – Yaowu Xu <yaowu@google.com> authored on 2011/08/04 12:30
make uv intra mode coding adaptive to Y mode

Next