shithub: libvpx

RSS feed

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:

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

a10a268e – Paul Wilkins <paulwilkins@google.com> authored on 2011/11/03 08:50
Segment Features. Removal of #ifdefs

d8afecef – Yaowu Xu <yaowu@google.com> authored on 2011/11/03 12:05
Added context reset when 2nd order coefficients are cleared

2370d440 – Paul Wilkins <paulwilkins@google.com> authored and On2 (Google) Code Review <on2-gerrit@google.com> committed on 2011/11/03 08:58
Merge "Segmentation: Reference frames" into experimental

ab9a4ce0 – Paul Wilkins <paulwilkins@google.com> authored and On2 (Google) Code Review <on2-gerrit@google.com> committed on 2011/11/02 10:48
Merge "Change to prevent encoding of effect-less 2nd order coefficients" into experimental

87ff8620 – Paul Wilkins <paulwilkins@google.com> authored on 2011/11/02 09:30
Segmentation: Reference frames

2b450a46 – Adrian Grange <agrange@google.com> authored on 2011/11/01 04:41
Deleted repeated code block

71fb1f8e – Adrian Grange <agrange@google.com> authored on 2011/10/31 08:42
Fixed this_mode used before set in vp8_pick_inter_mode

795c6dd2 – Paul Wilkins <paulwilkins@google.com> authored on 2011/10/28 11:27
Segmentation Entropy and tweaks.

afb52f65 – Paul Wilkins <paulwilkins@google.com> authored on 2011/10/27 08:35
Resolve build problem

4081e5b3 – Yaowu Xu <yaowu@google.com> authored and On2 (Google) Code Review <on2-gerrit@google.com> committed on 2011/10/25 12:08
Merge "added a last stage rounding for 8x8 inverse dct" into experimental

c8ef79d2 – Yaowu Xu <yaowu@google.com> authored on 2011/10/25 06:25
Change to prevent encoding of effect-less 2nd order coefficients

23701f4f – Paul Wilkins <paulwilkins@google.com> authored on 2011/10/07 12:58
Segmentation Features;

01ce04bc – Paul Wilkins <paulwilkins@google.com> authored on 2011/10/05 07:26
Further segment feature extensions.

a66c945c – Yaowu Xu <yaowu@google.com> authored on 2011/10/14 05:58
added a last stage rounding for 8x8 inverse dct

152ce6b2 – Yaowu Xu <yaowu@google.com> authored on 2011/10/12 06:49
fixed the wrong rounding in inverse haar transform

3ca84969 – Yaowu Xu <yaowu@google.com> authored on 2011/10/08 11:48
fixed a decoder bug

156b221a – Paul Wilkins <paulwilkins@google.com> authored on 2011/09/30 12:45
Segment coding of mode and reference frame.

45e49e6e – Paul Wilkins <paulwilkins@google.com> authored on 2011/09/30 12:08
Experimental: segfeature added.

ee03ce90 – John Koleszar <jkoleszar@google.com> authored on 2011/09/21 20:05
Merge remote branch 'internal/upstream-experimental' into HEAD

b02fdf09 – John Koleszar <jkoleszar@google.com> authored on 2011/09/20 20:05
Merge remote branch 'origin/master' into experimental

305084d5 – John Koleszar <jkoleszar@google.com> authored on 2011/09/20 20:05
Merge remote branch 'internal/upstream' into HEAD

b4c03a8b – John Koleszar <jkoleszar@google.com> authored on 2011/09/20 20:05
Merge remote branch 'internal/upstream-experimental' into HEAD

17c754fc – Fritz Koenig <frkoenig@google.com> authored on 2011/09/20 11:36
Reduce grep match when generating offset files.

bd0c3409 – Fritz Koenig <frkoenig@google.com> authored on 2011/09/20 06:51
Move neon only arm functions under arm/neon.

6829e627 – Johann <johannkoenig@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2011/09/20 05:51
Merge "NEON FDCT updated to match current C code"

0c2529a8 – Tero Rintaluoma <teror@google.com> authored on 2011/09/19 06:10
NEON FDCT updated to match current C code

86e07525 – Johann <johannkoenig@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2011/09/20 05:50
Merge "NEON walsh transform updated to match C"

Next