shithub: libvpx

RSS feed

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

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

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