shithub: libvpx

RSS feed

25b6e9f4 – John Koleszar <jkoleszar@google.com> authored on 2013/02/12 16:17
Add estimated completion time to vpxenc

097f2052 – Christian Duvivier <cduvivier@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/02/12 12:08
Merge "Faster vp9_regular_quantize_b_8x8." into experimental

0e4397f0 – Christian Duvivier <cduvivier@google.com> authored on 2013/02/11 12:43
Faster vp9_regular_quantize_b_8x8.

7630cf0c – Yunqing Wang <yunqingwang@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/02/12 10:52
Merge "Rewrote fdct8x8" into experimental

1d60b6bc – John Koleszar <jkoleszar@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/02/12 08:59
Merge "Replace as_mv struct with array" into experimental

f496f601 – Ronald S. Bultje <rbultje@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/02/06 10:30
Add tile column size limits (256 pixels min, 4096 pixels max).

cb00be1f – Ronald S. Bultje <rbultje@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/02/12 04:47
Merge "Clean up detokenize contextualization to be like tokenizer." into experimental

ff024f81 – Scott LaVarnway <slavarnway@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/02/12 03:45
Merge "Bug fix: ssse3 version of subpixel did not match C code" into experimental

aa295918 – Yunqing Wang <yunqingwang@google.com> authored on 2013/02/11 17:04
Rewrote fdct8x8

491d0952 – Ronald S. Bultje <rbultje@google.com> authored on 2013/02/11 12:21
Clean up detokenize contextualization to be like tokenizer.

094e2572 – Christian Duvivier <cduvivier@google.com> authored on 2013/02/11 10:34
Faster convolve8_avg.

f1060e4c – Jingning Han <jingning@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/02/11 09:46
Merge "butterfly inverse 4x4 ADST" into experimental

ab2dc6ae – Yunqing Wang <yunqingwang@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/02/11 07:15
Merge "Integerization of dct32x32" into experimental

57e995ff – Jingning Han <jingning@google.com> authored on 2013/02/08 11:19
butterfly inverse 4x4 ADST

5f2e8449 – Ronald S. Bultje <rbultje@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/02/11 03:20
Merge "Port sadNxNx4d functions to x86inc.asm." into experimental

aec5bed3 – Paul Wilkins <paulwilkins@google.com> authored on 2013/02/05 05:13
Change rd thresholds and add speed trade off flags.

eda30b41 – Scott LaVarnway <slavarnway@google.com> authored on 2013/02/09 10:15
Bug fix: ssse3 version of subpixel did not match C code

e4f949b5 – Paul Wilkins <paulwilkins@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/02/08 23:21
Merge "Nearest / Zero Mv default entropy tweak." into experimental

7ca517f7 – John Koleszar <jkoleszar@google.com> authored on 2013/02/08 14:46
Replace as_mv struct with array

dc836109 – John Koleszar <jkoleszar@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/02/08 15:20
Merge "Pass macroblock index to pick inter functions" into experimental

c0ce2ab3 – Ronald S. Bultje <rbultje@google.com> authored on 2013/02/07 12:28
Port sadNxNx4d functions to x86inc.asm.

02ff360b – Ronald S. Bultje <rbultje@google.com> authored on 2013/02/07 05:24
Add sad64x64 and sad32x32 SSE2 versions.

639b863d – Ronald S. Bultje <rbultje@google.com> authored on 2013/02/06 12:16
Make cost_coeffs() more efficient.

6125a1ed – John Koleszar <jkoleszar@google.com> authored on 2013/02/07 05:09
Pass macroblock index to pick inter functions

6dfc95fe – John Koleszar <jkoleszar@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/02/08 09:20
Merge changes Icd1a2a5a,I204d17a1,I3ed92117 into experimental

3de8ee6b – John Koleszar <jkoleszar@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/02/08 08:19
Merge changes Ife0d8147,I7d469716,Ic9a5615f into experimental

393b4856 – John Koleszar <jkoleszar@google.com> authored on 2013/02/06 10:54
Initial support for resolution changes on P-frames

c03d45de – John Koleszar <jkoleszar@google.com> authored on 2013/02/06 09:22
Avoid allocating memory when resizing frames

88f99f4e – John Koleszar <jkoleszar@google.com> authored on 2013/02/06 07:44
Adds a test for the VP8E_SET_SCALEMODE control

29d47ac8 – John Koleszar <jkoleszar@google.com> authored on 2013/02/07 12:00
Restore SSSE3 subpixel filters in new convolve framework

bbede82f – Paul Wilkins <paulwilkins@google.com> authored on 2013/02/06 08:02
Nearest / Zero Mv default entropy tweak.

dbccffe2 – Yunqing Wang <yunqingwang@google.com> authored on 2013/01/18 12:04
Integerization of dct32x32

e6ad9ab0 – Yaowu Xu <yaowu@google.com> authored on 2013/02/07 06:51
move dct/idct constants to a header file

d15e1da4 – Jingning Han <jingning@google.com> authored on 2013/02/05 07:37
Butterfly ADST based hybrid transform

29731308 – Paul Wilkins <paulwilkins@google.com> authored on 2013/02/05 07:54
Added skip switches for SB32 and SB64

5cfd82bc – Ronald S. Bultje <rbultje@google.com> authored on 2013/02/06 09:13
Use fdct8x4 instead of fdct4x4 where the block size allows it.

aac73df1 – Ronald S. Bultje <rbultje@google.com> authored on 2013/02/06 07:45
Use configure checks for various inline keywords.

a788e0fe – Ronald S. Bultje <rbultje@google.com> authored on 2013/02/06 06:20
Add sse2 versions of sub_pixel_variance{32x32,64x64}.

a001fe97 – Ronald S. Bultje <rbultje@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/02/06 05:07
Merge "Reindent segmentation code." into experimental

55cafb61 – Ronald S. Bultje <rbultje@google.com> authored on 2013/02/06 04:08
Reindent segmentation code.

31cbe2ed – John Koleszar <jkoleszar@google.com> authored on 2013/02/06 03:22
Eliminate tautology

8b4e9c59 – Paul Wilkins <paulwilkins@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/02/05 23:06
Merge "Change definition of NearestMV." into experimental

278df745 – Ronald S. Bultje <rbultje@google.com> authored on 2013/02/05 12:15
Fix mismatch after merge of the tiling patch.

81043e8d – Paul Wilkins <paulwilkins@google.com> authored on 2013/02/05 05:28
Change definition of NearestMV.

1407bdc2 – Ronald S. Bultje <rbultje@google.com> authored on 2013/02/01 04:35
[WIP] Add column-based tiling.

82286413 – Ronald S. Bultje <rbultje@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/02/05 10:40
Merge "Add SSE3 versions for sad{32x32,64x64}x4d functions." into experimental

9e3e7439 – Yaowu Xu <yaowu@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/02/05 10:26
Merge "fix a build issue with MSVC on windows" into experimental

c9ae73b2 – Yaowu Xu <yaowu@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/02/05 10:26
Merge "rewrite 4x4 idct and fdct" into experimental

58c983d1 – Ronald S. Bultje <rbultje@google.com> authored on 2013/02/05 10:21
Add SSE3 versions for sad{32x32,64x64}x4d functions.

7a07eea1 – John Koleszar <jkoleszar@google.com> authored on 2013/01/28 11:59
Convert subpixel filters to use convolve framework

5ca6a366 – John Koleszar <jkoleszar@google.com> authored on 2013/01/25 04:47
Add 8-tap generic convolver

77f889b2 – Yaowu Xu <yaowu@google.com> authored on 2013/02/04 10:22
fix a build issue with MSVC on windows

fa36981e – Yaowu Xu <yaowu@google.com> authored on 2013/02/04 10:22
rewrite 4x4 idct and fdct

77440d50 – Scott LaVarnway <slavarnway@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/02/05 03:56
Merge "Added vp9_short_idct1_32x32_c" into experimental

fb4b533d – Paul Wilkins <paulwilkins@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/02/04 21:12
Merge "Re-factor code for rd thresholds." into experimental

3ab53876 – Paul Wilkins <paulwilkins@google.com> authored on 2013/02/04 12:43
Re-factor code for rd thresholds.

5780c4cb – Scott LaVarnway <slavarnway@google.com> authored on 2013/02/04 11:49
Added vp9_short_idct1_32x32_c

dea14332 – Yaowu Xu <yaowu@google.com> authored on 2013/02/04 05:16
Added INT16_MIN and INT16_MAX for MSVC builds

ebd58089 – Yaowu Xu <yaowu@google.com> authored on 2013/02/01 06:02
enable 16x16 iDCT unit test

1eb79dc1 – Yaowu Xu <yaowu@google.com> authored on 2013/02/01 10:34
re-write 8 point idct

ccaaeb4b – Yaowu Xu <yaowu@google.com> authored on 2013/02/01 11:45
a couple of minor fixes

af4c9d2f – Yaowu Xu <yaowu@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/02/01 03:22
Merge "Changes 16 point idct" into experimental

c1f611be – Yaowu Xu <yaowu@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/02/01 00:57
Merge "fix a small bug in 16 point forward dct" into experimental

91e0e801 – Yaowu Xu <yaowu@google.com> authored on 2013/01/31 11:16
Changes 16 point idct

ab1cad9b – Yaowu Xu <yaowu@google.com> authored on 2013/01/31 10:39
fix a small bug in 16 point forward dct

c94e55ad – Yaowu Xu <yaowu@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/01/31 05:48
Merge "A fix point implementation of 32x32 idct" into experimental

5149d7f7 – Yaowu Xu <yaowu@google.com> authored on 2013/01/30 08:01
A fix point implementation of 32x32 idct

a53be609 – Deb Mukherjee <debargha@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/01/30 07:03
Merge "Adding a frame parallel decoding mode" into experimental

b499c24c – Ronald S. Bultje <rbultje@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/01/30 05:02
Merge "don't code the branch for the predicted seg_id if that flag is false." into experimental

3a4b18bc – Ronald S. Bultje <rbultje@google.com> authored on 2013/01/30 04:30
don't code the branch for the predicted seg_id if that flag is false.

4d53a95a – Ronald S. Bultje <rbultje@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/01/30 04:12
Merge "Default superblock skip flag to 32x32 for skip-blocks." into experimental

de6718a3 – Ronald S. Bultje <rbultje@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/01/30 04:12
Merge "Reset skip flag in superblock RD loop." into experimental

d2875053 – Deb Mukherjee <debargha@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/01/30 03:38
Merge "Further improvement on compound inter-intra expt" into experimental

3febf970 – Ronald S. Bultje <rbultje@google.com> authored on 2013/01/29 16:46
Default superblock skip flag to 32x32 for skip-blocks.

b90996c5 – Ronald S. Bultje <rbultje@google.com> authored on 2013/01/29 16:42
Reset skip flag in superblock RD loop.

2f6fce3e – Ronald S. Bultje <rbultje@google.com> authored on 2013/01/29 11:58
Write only visible area (for better comparison with rec.yuv).

5a9da2d9 – Ronald S. Bultje <rbultje@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/01/29 07:49
Merge "Fix block pointer corruption in intra8x8 prediction with 4x4 transform." into experimental

64401f83 – Ronald S. Bultje <rbultje@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/01/29 07:49
Merge "Fix overread/write reported by valgrind if (mb_cols) & 3 != 0." into experimental

d8e86af2 – Paul Wilkins <paulwilkins@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/01/29 04:29
Merge "Remove eob_max_offset markers." into experimental

93762ca9 – Paul Wilkins <paulwilkins@google.com> authored on 2013/01/29 08:33
Remove eob_max_offset markers.

5d1c62c6 – Paul Wilkins <paulwilkins@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/01/29 04:29
Merge "Segment Skip Flag" into experimental

8b7eced6 – Scott LaVarnway <slavarnway@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/01/29 04:19
Merge "Added eob == 0 check to vp9_dequant_idct_add_32x32_c" into experimental

ffc2e4f4 – Ronald S. Bultje <rbultje@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/01/25 11:08
Fix block pointer corruption in intra8x8 prediction with 4x4 transform.

3b04d467 – Deb Mukherjee <debargha@google.com> authored on 2013/01/24 10:22
Further improvement on compound inter-intra expt

0ff9b033 – Paul Wilkins <paulwilkins@google.com> authored on 2013/01/28 10:22
Segment Skip Flag

8e2c03fb – Paul Wilkins <paulwilkins@google.com> authored on 2013/01/24 13:28
Simplify Zero bin and zero bin run code.

5f242925 – Paul Wilkins <paulwilkins@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/01/28 03:35
Merge "Simplify Zero bin and zero bin run code." into experimental

f8b9f11c – John Koleszar <jkoleszar@google.com> authored on 2013/01/25 12:48
Tweak DropFramesWithoutRecovery params

9dc9f07f – Ronald S. Bultje <rbultje@google.com> authored on 2013/01/25 11:03
Fix overread/write reported by valgrind if (mb_cols) & 3 != 0.

dfd89f2e – Deb Mukherjee <debargha@google.com> authored on 2013/01/25 06:30
Adding a frame parallel decoding mode

3ca5b35c – Ronald S. Bultje <rbultje@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/01/25 04:43
Merge "Remove "update_context" variable from VP9_COMP context." into experimental

fcb4a25c – Paul Wilkins <paulwilkins@google.com> authored on 2013/01/24 07:52
Mvref speedup

9d4c2653 – Scott LaVarnway <slavarnway@google.com> authored on 2013/01/24 12:09
Added eob == 0 check to vp9_dequant_idct_add_32x32_c

0a7b3953 – Ronald S. Bultje <rbultje@google.com> authored on 2013/01/24 11:28
Remove "update_context" variable from VP9_COMP context.

425316bc – Paul Wilkins <paulwilkins@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/01/24 04:21
Merge "MSVS compiler error" into experimental

f7597625 – Paul Wilkins <paulwilkins@google.com> authored on 2013/01/24 06:42
MSVS compiler error

70019f60 – Scott LaVarnway <slavarnway@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/01/24 03:45
Merge "Intrinsic version of loopfilter now matches C code" into experimental

01cafaab – Deb Mukherjee <debargha@google.com> authored on 2013/01/15 01:43
Adds an error-resilient mode with test

8410582b – John Koleszar <jkoleszar@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/01/23 09:52
Merge "Support multiple codecs in test infrastructure" into experimental

706cafe3 – John Koleszar <jkoleszar@google.com> authored on 2013/01/18 06:51
Support multiple codecs in test infrastructure

Next