shithub: libvpx

RSS feed

545bc721 – Paul Wilkins <paulwilkins@google.com> authored and On2 (Google) Code Review <on2-gerrit@google.com> committed on 2012/05/15 11:04
Merge "Two pass refactoring continued." into experimental

a1680ad3 – Paul Wilkins <paulwilkins@google.com> authored and On2 (Google) Code Review <on2-gerrit@google.com> committed on 2012/05/15 10:44
Merge "Two pass rc refactoring." into experimental

b22cc559 – Yaowu Xu <yaowu@google.com> authored on 2012/05/09 05:31
Changed to use integer 8x8 dct

3536ad5b – Paul Wilkins <paulwilkins@google.com> authored and On2 (Google) Code Review <on2-gerrit@google.com> committed on 2012/05/15 06:05
Merge "First pass overhaul preparatory change." into experimental

023304e4 – Yaowu Xu <yaowu@google.com> authored and On2 (Google) Code Review <on2-gerrit@google.com> committed on 2012/05/14 15:28
Merge "Reversible WHT pair" into experimental

5cf8a327 – Ronald S. Bultje <rbultje@google.com> authored and On2 (Google) Code Review <on2-gerrit@google.com> committed on 2012/05/14 15:25
Merge "Don't use compound prediction for golden frames based on alt-ref frames." into experimental

e237fd7c – Paul Wilkins <paulwilkins@google.com> authored on 2012/05/14 11:13
Two pass refactoring continued.

59a5c7d5 – Paul Wilkins <paulwilkins@google.com> authored on 2012/05/14 10:54
Two pass rc refactoring.

35358320 – Paul Wilkins <paulwilkins@google.com> authored on 2012/05/11 14:07
First pass overhaul preparatory change.

959b296a – Ronald S. Bultje <rbultje@google.com> authored on 2012/05/11 13:48
Don't use compound prediction for golden frames based on alt-ref frames.

f7c0b315 – Deb Mukherjee <debargha@google.com> authored and On2 (Google) Code Review <on2-gerrit@google.com> committed on 2012/05/11 13:10
Merge "Improved index remapping for prob updates." into experimental

a5d11f29 – Jim Bankoski <jimbankoski@google.com> authored on 2012/05/11 04:08
Fix configure issue with unit test add.

a0769f70 – James Berry <jamesberry@google.com> authored and Jim Bankoski <jimbankoski@google.com> committed on 2012/05/02 13:25
add unit test support via google test

7968d29f – Yaowu Xu <yaowu@google.com> authored on 2012/05/09 13:19
Reversible WHT pair

5f320d01 – Deb Mukherjee <debargha@google.com> authored on 2012/05/02 22:22
Improved index remapping for prob updates.

54cf1d9a – Yaowu Xu <yaowu@google.com> authored on 2012/05/02 09:53
a number of fixes to entropy stats collection

813c6c39 – Deb Mukherjee <debargha@google.com> authored on 2012/03/21 11:22
Expanding the coefficient encoding contexts

3b909a6f – Yaowu Xu <yaowu@google.com> authored on 2012/05/02 07:10
chagned the decoder band to match the encoder

bd69b7d4 – Yaowu Xu <yaowu@google.com> authored on 2012/05/01 15:54
slight adjustment to coef band definition

4d6de817 – Yaowu Xu <yaowu@google.com> authored on 2012/05/01 08:25
Added usage info on command line options

0f68789c – Ronald S. Bultje <rbultje@google.com> authored on 2012/04/30 12:32
Fix inversion of probability and value in calls to vp8_cost_bit().

c0d59513 – Deb Mukherjee <debargha@google.com> authored on 2012/04/30 08:24
Turning off filter search for now to improve encode speed.

fc1a7bd8 – Deb Mukherjee <debargha@google.com> authored on 2012/04/30 07:03
Minor cleanup in tokenize.h

87b6f213 – Adrian Grange <agrange@google.com> authored and On2 (Google) Code Review <on2-gerrit@google.com> committed on 2012/04/27 18:09
Merge "Removed MV costing from ARNR filtering" into experimental

393440db – Adrian Grange <agrange@google.com> authored on 2012/04/26 06:37
Removed MV costing from ARNR filtering

acdda50a – Deb Mukherjee <debargha@google.com> authored on 2012/04/16 10:53
Adds search option for best interpolation filter.

a16608ab – Yaowu Xu <yaowu@google.com> authored on 2012/04/25 04:47
Merge QIMODE experiment

c1814d26 – Yaowu Xu <yaowu@google.com> authored on 2012/04/25 04:33
Merge UVINTRA experiment

ad06c9f0 – Deb Mukherjee <debargha@google.com> authored and On2 (Google) Code Review <on2-gerrit@google.com> committed on 2012/04/24 19:07
Merge "Differential encoding of probability updates" into experimental

29f8cbc2 – Ronald S. Bultje <rbultje@google.com> authored on 2012/04/24 07:07
Remove unused header files.

c6f1bf43 – Deb Mukherjee <debargha@google.com> authored on 2012/04/12 05:24
Differential encoding of probability updates

2210767c – Ronald S. Bultje <rbultje@google.com> authored on 2012/04/20 10:25
Hide some code behind CONFIG_COMP_INTRA_PRED.

ade43d91 – Yaowu Xu <yaowu@google.com> authored on 2012/04/20 05:14
change to allow 8x8 transform always

ecc28cda – Yaowu Xu <yaowu@google.com> authored on 2012/04/17 11:14
added reset of rate estimates for each mode

1259b0b2 – Ronald S. Bultje <rbultje@google.com> authored on 2012/04/19 06:07
Fix splitmv/compound prediction when eightpel is enabled.

18433aef – Ronald S. Bultje <rbultje@google.com> authored on 2012/04/18 09:51
Compound prediction for splitmv macroblocks.

1cc406ab – Adrian Grange <agrange@google.com> authored on 2012/04/18 05:08
Added update of mode context pointers in decoder

1ea2ad1e – Adrian Grange <agrange@google.com> authored and On2 (Google) Code Review <on2-gerrit@google.com> committed on 2012/04/18 12:21
Merge "Added save coding context & modified MV bounds" into experimental

bd49603b – Yaowu Xu <yaowu@google.com> authored and On2 (Google) Code Review <on2-gerrit@google.com> committed on 2012/04/17 14:37
Merge "Added intra mode probabilites into coding_context" into experimental

31afc770 – Yaowu Xu <yaowu@google.com> authored on 2012/04/17 05:26
Added intra mode probabilites into coding_context

bb4ed8d8 – Deb Mukherjee <debargha@google.com> authored on 2012/04/16 07:38
Bug fix introduced from a recent refactoring of skip coding.

fa589adc – Adrian Grange <agrange@google.com> authored on 2012/04/13 06:26
Added save coding context & modified MV bounds

636b2f38 – Yaowu Xu <yaowu@google.com> authored and Paul Wilkins <paulwilkins@google.com> committed on 2012/04/04 03:24
a set of minor fixes

d6f4b71d – Yaowu Xu <yaowu@google.com> authored and Paul Wilkins <paulwilkins@google.com> committed on 2012/04/04 03:24
Adjust the key frame placement condition

d56acae6 – Yaowu Xu <yaowu@google.com> authored and Paul Wilkins <paulwilkins@google.com> committed on 2012/04/03 05:12
changed function prototype for macro_block_yrd

237718dc – Deb Mukherjee <debargha@google.com> authored on 2012/04/11 10:32
Turning off interpolation filter selection

d6ac213c – Paul Wilkins <paulwilkins@google.com> authored on 2012/04/11 13:14
Delete unused function.

13c6d1a8 – Paul Wilkins <paulwilkins@google.com> authored on 2012/04/11 11:44
Refactoring of encode loop and bitstream packing

f2ec452f – Paul Wilkins <paulwilkins@google.com> authored on 2012/04/11 10:37
Changes to costing of skip.

a3392d57 – Paul Wilkins <paulwilkins@google.com> authored on 2012/03/27 09:01
T8x8 zbin and rate control changes.

9daf3154 – Adrian Grange <agrange@google.com> authored and Paul Wilkins <paulwilkins@google.com> committed on 2012/04/06 12:38
Superblock encoding order

78ecbc98 – Deb Mukherjee <debargha@google.com> authored on 2012/03/28 11:19
Bug fix in probability update savings computation

9f900a1c – Ronald S. Bultje <rbultje@google.com> authored on 2012/03/22 06:03
Only enable compound prediction if multiple reference frames are present.

2823173e – Yaowu Xu <yaowu@google.com> authored on 2012/03/19 07:03
enable 8x8 transform for MBs in intra frames

c88d335f – Paul Wilkins <paulwilkins@google.com> authored on 2012/03/21 14:22
Only support improved quant

36af2035 – Paul Wilkins <paulwilkins@google.com> authored on 2012/03/20 10:20
Merge Exact Quant

475d5d56 – Deb Mukherjee <debargha@google.com> authored on 2012/03/19 03:53
Making subpel filters switchable at frame level

57d95347 – Deb Mukherjee <debargha@google.com> authored on 2012/03/19 07:02
Adding contextual coding of mb_skip_coeff flag.

21d3612a – Yaowu Xu <yaowu@google.com> authored on 2012/03/13 06:26
added clamp for 2nd motion vector

f798f9e4 – Yaowu Xu <yaowu@google.com> authored on 2012/03/07 07:25
Added encode/decode recon buffer match test to vpxenc

ea43ba4a – Yaowu Xu <yaowu@google.com> authored on 2012/03/14 13:29
fixed a bug of context overwritten by key frame recoding

03d5d693 – Yaowu Xu <yaowu@google.com> authored on 2012/03/14 03:37
Added option to skip first n frame to vpxenc

3f5feb7d – Yaowu Xu <yaowu@google.com> authored on 2012/03/12 10:51
fixed .mk files to reflect add/remove of a header file

8cf28d34 – Yaowu Xu <yaowu@google.com> authored on 2012/03/07 04:05
Changed MAX_PSNR to be consistent with internal stats

64439c2b – Yaowu Xu <yaowu@google.com> authored on 2012/03/07 02:16
removed duplicate a head file

68033ca4 – Paul Wilkins <paulwilkins@google.com> authored on 2012/03/06 06:23
Snapshot candidate

157f15e1 – Jim Bankoski <jimbankoski@google.com> authored and Yaowu Xu <yaowu@google.com> committed on 2012/03/06 04:31
Imported a change from stable branch

98bf413b – Yaowu Xu <yaowu@google.com> authored on 2012/03/06 04:52
fix a compiling error when CONFIG_COMP_INTRA_PRED not defined

c3f5b293 – Ronald S. Bultje <rbultje@google.com> authored and Paul Wilkins <paulwilkins@google.com> committed on 2012/03/02 06:18
Use per-MB compound intra prediction.

6898e8b7 – Yaowu Xu <yaowu@google.com> authored and Paul Wilkins <paulwilkins@google.com> committed on 2012/02/21 13:10
Changed how UV r/d estimates are done for Intra Modes

eaa955ba – Yaowu Xu <yaowu@google.com> authored and Paul Wilkins <paulwilkins@google.com> committed on 2012/03/01 15:16
Fixed zbin_mode_boost initialization

848bccab – Yaowu Xu <yaowu@google.com> authored and Paul Wilkins <paulwilkins@google.com> committed on 2012/02/21 13:10
refactored code that checks if a macroblock is skippable

a0be3faa – Paul Wilkins <paulwilkins@google.com> authored on 2012/03/01 20:24
Allow for frame overheads in min frame bandwidth.

89ee68b1 – Yaowu Xu <yaowu@google.com> authored on 2012/02/28 12:11
Merge t8x8 experiments

3ceb4310 – Yaowu Xu <yaowu@google.com> authored on 2012/03/01 06:30
disable usage of 8x8 for resolution below 360p

e41e5ce5 – Deb Mukherjee <debargha@google.com> authored on 2012/02/29 22:10
Various bug fixes related to high precision mv

2ad7a4a2 – Paul Wilkins <paulwilkins@google.com> authored on 2012/02/29 20:41
Bug fix in vp8_estimate_entropy_savings()

d8670b3c – Yaowu Xu <yaowu@google.com> authored on 2012/02/28 12:44
Fix compiling issue when CONFIG_HIGH_PRECISION_MV is defined

921b1c3c – Ronald S. Bultje <rbultje@google.com> authored on 2012/02/28 12:25
Rename "dual" prediction to "compound" prediction.

d4761651 – Ronald S. Bultje <rbultje@google.com> authored on 2012/02/28 12:12
Compound intra prediction (b_pred/4x4 only, for now),

af5c774b – Yaowu Xu <yaowu@google.com> authored on 2012/02/28 09:19
Correct zbinboost lookup for 8x8 quantizer

dc825f1e – Paul Wilkins <paulwilkins@google.com> authored and On2 (Google) Code Review <on2-gerrit@google.com> committed on 2012/02/28 18:28
Merge "Merge new loop filter." into experimental

19b9d28f – Paul Wilkins <paulwilkins@google.com> authored on 2012/02/28 15:58
Merge new loop filter.

25c127f5 – Paul Wilkins <paulwilkins@google.com> authored on 2012/02/28 12:15
Experimental branch code clean up.

b6f02c85 – Paul Wilkins <paulwilkins@google.com> authored on 2012/02/27 17:23
Code Simplification

3e1cad9c – Deb Mukherjee <debargha@google.com> authored on 2012/02/27 05:22
Initial refactoring of high_precision mv code.

3d93ae52 – Yaowu Xu <yaowu@google.com> authored and On2 (Google) Code Review <on2-gerrit@google.com> committed on 2012/02/28 17:31
Merge "Try to enable 8x8 tranform for smaller resolution" into experimental

42891098 – Yaowu Xu <yaowu@google.com> authored on 2012/02/28 06:49
Try to enable 8x8 tranform for smaller resolution

eb87b56e – Yaowu Xu <yaowu@google.com> authored on 2012/02/27 13:23
fixed a wrong intialization value

3cdd0a8e – Paul Wilkins <paulwilkins@google.com> authored and On2 (Google) Code Review <on2-gerrit@google.com> committed on 2012/02/27 21:07
Merge "Corrected spelling" into experimental

b00ed02a – Paul Wilkins <paulwilkins@google.com> authored on 2012/02/27 16:42
Corrected spelling

88a867c6 – Paul Wilkins <paulwilkins@google.com> authored and On2 (Google) Code Review <on2-gerrit@google.com> committed on 2012/02/27 15:50
Merge "Code Cleanup." into experimental

2e9d7d64 – Paul Wilkins <paulwilkins@google.com> authored and On2 (Google) Code Review <on2-gerrit@google.com> committed on 2012/02/27 15:50
Merge "Removal of temporal re sampling code." into experimental

46ab54ab – Paul Wilkins <paulwilkins@google.com> authored and On2 (Google) Code Review <on2-gerrit@google.com> committed on 2012/02/27 12:58
Merge "Code Simplification." into experimental

d90b1ee1 – Paul Wilkins <paulwilkins@google.com> authored and On2 (Google) Code Review <on2-gerrit@google.com> committed on 2012/02/27 12:58
Merge "Further code simplification and clean up." into experimental

063d68b7 – Deb Mukherjee <debargha@google.com> authored and On2 (Google) Code Review <on2-gerrit@google.com> committed on 2012/02/26 01:06
Merge "Changing default 8-tap filter to Langrangian interpolator." into experimental

646e6221 – Paul Wilkins <paulwilkins@google.com> authored on 2012/02/25 20:15
Code Cleanup.

80b873e3 – Paul Wilkins <paulwilkins@google.com> authored on 2012/02/25 13:13
Removal of temporal re sampling code.

69e80a02 – Paul Wilkins <paulwilkins@google.com> authored on 2012/02/24 18:58
Code Simplification.

3cc5b92c – Paul Wilkins <paulwilkins@google.com> authored on 2012/02/24 18:27
Further code simplification and clean up.

Next