shithub: libvpx

RSS feed

6ee08f3c – Yunqing Wang <yunqingwang@google.com> authored and John Koleszar <jkoleszar@google.com> committed on 2012/12/18 07:09
Fix a warning

22927339 – John Koleszar <jkoleszar@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/12/21 09:21
Merge "add emmintrin_compat.h for builds with gcc < 4" into vp9-preview

b14f6518 – John Koleszar <jkoleszar@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/12/21 09:20
Merge "configure: test for -msse4" into vp9-preview

ad64ca44 – Jim Bankoski <jimbankoski@google.com> authored on 2012/12/21 08:09
fixed sizes of global arrays

9dab3ce6 – James Zern <jzern@google.com> authored on 2012/12/20 09:46
add emmintrin_compat.h for builds with gcc < 4

3162b4f2 – James Zern <jzern@google.com> authored on 2012/12/20 09:05
configure: test for -msse4

1dffce7f – Jim Bankoski <jimbankoski@google.com> authored on 2012/12/20 04:40
add private to assembly files to insure proper chromebuild

a6b2070d – Scott LaVarnway <slavarnway@google.com> authored on 2012/12/19 09:13
Disabled x86inc style assembly functions.... part 2

08dabbce – Scott LaVarnway <slavarnway@google.com> authored on 2012/12/19 06:53
Disabled x86inc style assembly functions

c29fb029 – Yaowu Xu <yaowu@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/12/18 09:22
Merge "Problem of over smoothing with intra modes." into vp9-preview

d8f5d1b2 – Paul Wilkins <paulwilkins@google.com> authored on 2012/12/14 12:49
Problem of over smoothing with intra modes.

0405cd8e – Yaowu Xu <yaowu@google.com> authored on 2012/12/17 06:10
fixed a warning

6247b239 – Yaowu Xu <yaowu@google.com> authored on 2012/12/13 18:53
reset segement map on key frame

f8ff3e5d – Yaowu Xu <yaowu@google.com> authored on 2012/12/13 11:09
prevents redefine of INT64_MAX

fd6f4926 – Yaowu Xu <yaowu@google.com> authored on 2012/12/13 10:57
remove floating point inverse transforms

b575394e – Scott LaVarnway <slavarnway@google.com> authored on 2012/12/12 10:49
Improved vp9_ihtllm_c

b192d99f – Frank Galligan <fgalligan@google.com> authored on 2012/12/10 10:50
Fix ads2gas script to look for ALIGN as a word.

d9847638 – John Koleszar <jkoleszar@google.com> authored on 2012/12/10 07:07
configure: add --enable-external-build support

fccebcba – Jim Bankoski <jimbankoski@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/12/07 12:16
Merge "Fix implicit cast." into vp9-preview

26a49182 – Jim Bankoski <jimbankoski@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/12/07 12:15
Merge "Fix meaninglesss if." into vp9-preview

1c0ee775 – Frank Galligan <fgalligan@google.com> authored on 2012/12/07 10:20
Fix meaninglesss if.

8d449ce0 – Frank Galligan <fgalligan@google.com> authored on 2012/12/07 10:29
Remove unused symbols from vp9 asm offsets C files.

eec0bc4f – Frank Galligan <fgalligan@google.com> authored on 2012/12/07 10:25
Fix implicit cast.

434336b0 – John Koleszar <jkoleszar@google.com> authored on 2012/12/06 08:56
libvpx_test: ensure rtcd init functions are called

52d350fe – Johann <johannkoenig@google.com> authored and John Koleszar <jkoleszar@google.com> committed on 2012/12/03 07:26
Begin to refactor vpx_scale usage in VP9

a9056729 – Johann <johannkoenig@google.com> authored and John Koleszar <jkoleszar@google.com> committed on 2012/12/02 09:14
Remove ARM optimizations from VP9

4a9b9547 – Johann <johannkoenig@google.com> authored and John Koleszar <jkoleszar@google.com> committed on 2012/11/30 07:25
Update ARM for vpx_scale changes

4a4d2aa5 – John Koleszar <jkoleszar@google.com> authored on 2012/12/05 03:27
vp9_bilinear_filters_mmx: add missing extern specifiers

c202100f – Yaowu Xu <yaowu@google.com> authored on 2012/12/04 07:28
Enable unit tests to build with MSVC

6a5e6e05 – Yaowu Xu <yaowu@google.com> authored on 2012/12/04 03:35
Fix the build with MSVC

48556db7 – Frank Galligan <fgalligan@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/12/03 12:29
Merge "vp9: Fix assert check." into vp9-preview

b95338c7 – Jim Bankoski <jimbankoski@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/12/03 07:41
Merge "fixes --disable-vp9-encoder" into vp9-preview

d9038b3c – Jim Bankoski <jimbankoski@google.com> authored on 2012/12/03 07:21
fixes --disable-vp9-encoder

0d687ed2 – Frank Galligan <fgalligan@google.com> authored on 2012/12/03 07:18
vp9: Fix assert check.

3e0ea7f6 – Frank Galligan <fgalligan@google.com> authored on 2012/12/03 05:20
vp9: Remove superfluous command.

271d635c – John Koleszar <jkoleszar@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/12/03 04:18
Merge "Rename vpx_scale/rtcd.c to vpx_scale/vpx_scale_rtcd.c" into experimental

8b92f1e0 – Deb Mukherjee <debargha@google.com> authored on 2012/11/30 06:46
Supports inter-intra prediction with superblocks

5f9e0caf – Frank Galligan <fgalligan@google.com> authored on 2012/11/30 10:48
Rename vpx_scale/rtcd.c to vpx_scale/vpx_scale_rtcd.c

66323307 – Deb Mukherjee <debargha@google.com> authored on 2012/11/29 11:39
Adds switchable filters with superblocks

9f937042 – Jim Bankoski <jimbankoski@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/11/30 02:29
warnings in various experiments

2b8dc065 – Jim Bankoski <jimbankoski@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/11/29 11:36
google style guide include guards

eebc0b49 – Yunqing Wang <yunqingwang@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/11/29 11:07
Merge "Further improve macroblock loop filters" into experimental

d7489ea4 – Deb Mukherjee <debargha@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2012/11/29 10:33
Merge "Minor refactoring of superblock decoding" into experimental

be08b5af – Deb Mukherjee <debargha@google.com> authored on 2012/11/29 10:26
Minor refactoring of superblock decoding

3e3fffe0 – Jim Bankoski <jimbankoski@google.com> authored on 2012/11/29 09:24
a vp8 warning to boot.

e3bdae1f – Jim Bankoski <jimbankoski@google.com> authored on 2012/11/29 09:14
intrinsic warnings begone

d0a20fd2 – Jim Bankoski <jimbankoski@google.com> authored on 2012/11/29 09:07
last remaining warning

51e770de – Jim Bankoski <jimbankoski@google.com> authored on 2012/11/29 06:23
fix implicit warnings idct etc

ef3c01ed – Jim Bankoski <jimbankoski@google.com> authored on 2012/11/29 05:10
Additional warning message cleanup.