1. 26a9afc VP9_COMP -> VP10_COMP by Yaowu Xu · 10 years ago
  2. fc7cbd1 VP9_COMMON -> VP10->COMMON by Yaowu Xu · 10 years ago
  3. 2dcefd9 Correct guard macros in header files by Yaowu Xu · 10 years ago
  4. 4622af6 Merge "Add vpxenc help info" by Yaowu Xu · 10 years ago
  5. 1aa84e0 Merge "vp10_encoder: add missing vpx_clear_system_state" by Jingning Han · 10 years ago
  6. 13c3c83 vp10_encoder: add missing vpx_clear_system_state by Jingning Han · 10 years ago
  7. 9cc8995 Merge "vp9_encoder: add missing vpx_clear_system_state" by James Zern · 10 years ago
  8. 6cf95bd Merge "VPX: remove step == 16 and filter[3] != 128 checks" by Scott LaVarnway · 10 years ago
  9. 17cf545 Merge "Call set_ref_ptrs only for inter blocks" by Hui Su · 10 years ago
  10. 54fb24a Merge "Use sizeof(variable) instead of sizeof(type)" by Hui Su · 10 years ago
  11. 2b18c9a Add vpxenc help info by Yaowu Xu · 10 years ago
  12. cb79ea1 Call set_ref_ptrs only for inter blocks by hui su · 10 years ago
  13. 088b05f Use sizeof(variable) instead of sizeof(type) by hui su · 10 years ago
  14. 3acfe46 Sync vp10 with vpx_ports/system_state.h by Jingning Han · 10 years ago
  15. 0a81d36 Replace vp10_ssim functions with vpx_ssim versions by Jingning Han · 10 years ago
  16. 54d66ef Remove vp9_ prefix from vp10 files by Jingning Han · 10 years ago
  17. b522d1c Merge "Fix high bit depth in vp10 codebase" by Jingning Han · 10 years ago
  18. 3fc0f5e Merge "Android.mk: add missing vp10_rtcd.h dep" by Jingning Han · 10 years ago
  19. 470cbfc Merge "Change vp10 interface prefix from vp9_ to vp10_" by Jingning Han · 10 years ago
  20. c927e94 Android.mk: add missing vp10_rtcd.h dep by James Zern · 10 years ago
  21. 472e14e vp9_encoder: add missing vpx_clear_system_state by James Zern · 10 years ago
  22. 345b11c Merge "fix build w/only mmx+sse enabled" by James Zern · 10 years ago
  23. c4e354b Change vp10 interface prefix from vp9_ to vp10_ by Jingning Han · 10 years ago
  24. 8af092d Fix high bit depth in vp10 codebase by Jingning Han · 10 years ago
  25. be6c031 Merge "Fork VP9 and VP10 codebase" by Jingning Han · 10 years ago
  26. 70deaf0 Merge "tools_common: fix build w/encoders/decoders disabled" by James Zern · 10 years ago
  27. 3ee6db6 Fork VP9 and VP10 codebase by Jingning Han · 10 years ago
  28. 23532eb fix build w/only mmx+sse enabled by James Zern · 10 years ago
  29. b04dad3 Merge "VPX: remove scaled calls from FUN_CONV_1D" by Scott LaVarnway · 10 years ago
  30. 762641b Merge "Adjust speed setting for temporal layers in 1 pass non-rd mode." by Marco Paniconi · 10 years ago
  31. 3d181a4 Adjust speed setting for temporal layers in 1 pass non-rd mode. by Marco · 10 years ago
  32. fe4a14a blockiness: cleanup includes and add statics by Alex Converse · 10 years ago
  33. 4ef08dc Merge "VPX: Add rtcd support for scaling." by Scott LaVarnway · 10 years ago
  34. b152472 Merge "Move vp9_systemdependent.h to vpx_ports bitops.h and system_state.h" by Aℓex Converse · 10 years ago
  35. 8465c93 tools_common: fix build w/encoders/decoders disabled by James Zern · 10 years ago
  36. 1d72357 Merge "Adjustments for VP9 temporal layers, for 1 pass CBR" by Marco Paniconi · 10 years ago
  37. a8a08ce Move vp9_systemdependent.h to vpx_ports bitops.h and system_state.h by Alex Converse · 10 years ago
  38. 9265bad Merge changes from topic 'x86inc' by James Zern · 10 years ago
  39. 7e28ca0 Merge "Update x86inc.asm from x264" by Johann Koenig · 10 years ago
  40. a229dbc VPX: remove step == 16 and filter[3] != 128 checks by Scott LaVarnway · 10 years ago
  41. 0d8cb09 Adjustments for VP9 temporal layers, for 1 pass CBR by Marco · 10 years ago
  42. 768aad8 Merge "Add unittest for SVC 1pass CBR mode with 4 threads." by Marco Paniconi · 10 years ago
  43. 8634eaf Only use .text sections for aout by Johann · 10 years ago
  44. 29d0cc2 Merge "fastssim: Add some missing consts" by Aℓex Converse · 10 years ago
  45. 20d902a Merge "clang/win: Make libvpx build with -Wunused-function." by Tom Finegan · 10 years ago
  46. 1767067 Merge "Add a codereview.setting file so that `git cl upload` works." by Tom Finegan · 10 years ago
  47. 3715a91 Merge "Make build_inter_predictors static function" by Jingning Han · 10 years ago
  48. c9426aa Add unittest for SVC 1pass CBR mode with 4 threads. by Marco · 10 years ago
  49. 4ea7f2b fastssim: Add some missing consts by Alex Converse · 10 years ago
  50. 2808dd12 Merge changes I2aa2a545,I63932eda,Ie3694ecd by Aℓex Converse · 10 years ago
  51. 244912d Make build_inter_predictors static function by Jingning Han · 10 years ago
  52. d705e17 Merge "Add static syntax to total_adj_strong_thresh" by Jingning Han · 10 years ago
  53. d65ea85 vpx_ports/msvc.h: include math.h for ceil/floor by James Zern · 10 years ago
  54. 6032239 vpx_ports/x86.h: fix visual studio build warning by James Zern · 10 years ago
  55. f2e44aa Move the msvc round() replacement to msvc.h by Alex Converse · 10 years ago
  56. 610e258 Make the round() replacement match C99 and POSIX. by Alex Converse · 10 years ago
  57. 6ad714f Add static syntax to total_adj_strong_thresh by Jingning Han · 10 years ago
  58. 41a0a0c Use newer x86inc.asm by Johann · 10 years ago
  59. c7e9e48 Use .text instead of .rodata on macho by Johann · 10 years ago
  60. e15b535 Copy PIC handling code from x86_abi_support by Johann · 10 years ago
  61. e0ab364 Set 'private_extern' visibility for macho targets by Johann · 10 years ago
  62. bfbba9c Avoid 'amdnop' when building with nasm by Johann · 10 years ago
  63. 5d8f9f5 Catch all elf formats by Johann · 10 years ago
  64. 89ba55e Expand PIC default to macho64 and respect CONFIG_PIC from libvpx by Johann · 10 years ago
  65. 25a2434 Use libvpx defines to set name mangling rules by Johann · 10 years ago
  66. dfa42cf Update x86inc.asm from x264 by Johann · 10 years ago
  67. 3574729 Customize x86inc.asm for libvpx by Johann · 10 years ago
  68. a95f4d9 Add a codereview.setting file so that `git cl upload` works. by Nico Weber · 10 years ago
  69. 8a64f51 clang/win: Make libvpx build with -Wunused-function. by Nico Weber · 10 years ago
  70. a9aa29d Merge "Add static syntax to copy_mem64x64" by Jingning Han · 10 years ago
  71. 9f7fdcb Merge "fastssim: Add stdlib.h for malloc/free" by Aℓex Converse · 10 years ago
  72. 5c4a037 Merge "Replace VP8 SSIM with VP9 derived vpx_dsp SSIM." by Aℓex Converse · 10 years ago
  73. 26f4f2d ssim: Add missing statics and consts by Alex Converse · 10 years ago
  74. c1f911a psnrhvs: Add missing consts and static consts. by Alex Converse · 10 years ago
  75. c65e79d ssim: Replace unsigned long with uint32_t. by Alex Converse · 10 years ago
  76. f87fdeb Merge "Fix a setting in cyclic refresh." by Marco Paniconi · 10 years ago
  77. 17cfee3 fastssim: Add stdlib.h for malloc/free by Alex Converse · 10 years ago
  78. d816fa7 Replace VP8 SSIM with VP9 derived vpx_dsp SSIM. by Alex Converse · 10 years ago
  79. 9b769e4 Merge "Fixed a comment on the compound ref frames." by Zoe Liu · 10 years ago
  80. dc36e5a Fix a setting in cyclic refresh. by Marco · 10 years ago
  81. 1057ee4 Add static syntax to copy_mem64x64 by Jingning Han · 10 years ago
  82. eaa8043 Merge "Move VP9 SSIM metrics to vpx_dsp." by Aℓex Converse · 10 years ago
  83. 4bc6ae4 Merge "Improve the second-level sub-pixel motion search" by Yunqing Wang · 10 years ago
  84. c7b7011 Move VP9 SSIM metrics to vpx_dsp. by Alex Converse · 10 years ago
  85. c21cab3 Fixed a comment on the compound ref frames. by Zoe Liu · 10 years ago
  86. d74ceb0 Merge "Cosmetic - align format in vp9" by Jingning Han · 10 years ago
  87. 7418b17 Improve the second-level sub-pixel motion search by Yunqing Wang · 10 years ago
  88. b4f2c56 Cosmetic - align format in vp9 by Jingning Han · 10 years ago
  89. 294550c Fix a new[]/delete mismatch by Alex Converse · 10 years ago
  90. 7914f7a Merge "endian_inl.h: fix mips32 android build" by James Zern · 10 years ago
  91. 7ac505c Merge "Narrow a load in iwht4x4_16_add." by Aℓex Converse · 10 years ago
  92. fb1a8ba Merge "Fix compiler error in vp8/9 decoder test" by Jingning Han · 10 years ago
  93. 15de7bd Merge "Revert "VP9_COPY_CONVOLVE_SSE2 optimization"" by James Zern · 10 years ago
  94. 2abfd8f endian_inl.h: fix mips32 android build by James Zern · 10 years ago
  95. 463c948 Fix compiler error in vp8/9 decoder test by Jingning Han · 10 years ago
  96. c54d165 Rate control adjustment for temporal-svc 1pass. by Marco · 10 years ago
  97. 6b9f046 Merge "Support build with Visual Studio 14." by James Zern · 10 years ago
  98. f1ecf63 Merge "Bugfix for svc." by Marco Paniconi · 10 years ago
  99. 3067c34 Support build with Visual Studio 14. by Ghislain MARY · 10 years ago
  100. f6255db Bugfix for svc. by Marco · 10 years ago