1. 3f5a2a8 vp10/ratectrl.c: fix implicit float conversion by James Zern · 9 years ago
  2. d2fa9fe rd_pick_palette_intra_sbuv: fix implicit float conv by James Zern · 9 years ago
  3. d2e11e9 Fix compiler errors in warped_motion.c by Sarah Parker · 9 years ago
  4. 19a95f0 Merge "Restore vp10_default_scan_orders[]" into nextgenv2 by James Zern · 9 years ago
  5. da30900 Restore vp10_default_scan_orders[] by Sarah Parker · 9 years ago
  6. e96c20b add .clang-format, based on Google style by James Zern · 9 years ago
  7. 44aac61 Add and remove explicit type conversions by Yaowu Xu · 9 years ago
  8. 3826383 Fix compiling issues by Yaowu Xu · 9 years ago
  9. 0ea035f Merge "Add affine model to global motion" into nextgenv2 by Sarah Parker · 9 years ago
  10. a7cfdd9 Merge "Rectangular transforms 4x8 & 8x4" into nextgenv2 by Debargha Mukherjee · 9 years ago
  11. e9bd26b Add affine model to global motion by Sarah Parker · 9 years ago
  12. e5848de Rectangular transforms 4x8 & 8x4 by Debargha Mukherjee · 9 years ago
  13. ff3f35c Merge "Cleanup x86inc leftovers" into nextgenv2 by Yaowu Xu · 9 years ago
  14. f9c01c7 Merge "HBD fast path quantization speed improvement" into nextgenv2 by Yi Luo · 9 years ago
  15. b2663a8 HBD fast path quantization speed improvement by Yi Luo · 9 years ago
  16. dec16ab Cleanup x86inc leftovers by Yaowu Xu · 9 years ago
  17. c03268b make signatures match for vp10_init_plane_quantizers by Pascal Massimino · 9 years ago
  18. 0be4d3b Merge "Change order of warped motion parameters" into nextgenv2 by Sarah Parker · 9 years ago
  19. 054689b A small refactor on the rate controller by Zoe Liu · 9 years ago
  20. 95fef21 Merge "fix vp10_convolve() signatures" into nextgenv2 by James Zern · 9 years ago
  21. 78ea3b3 Change order of warped motion parameters by sarahparker · 9 years ago
  22. 096d8ac Merge "Extra round of subpel MV search around second best full-pixel MV" into nextgenv2 by Hui Su · 9 years ago
  23. 3c13124 Merge "Allow OVERLAY frames to use the show_exsiting_frame flag" into nextgenv2 by Wei-ting Lin · 9 years ago
  24. 5fa46c0 Add global motion parameters to compressed header by Sarah Parker · 9 years ago
  25. ccc9e7c Allow OVERLAY frames to use the show_exsiting_frame flag by Wei-ting Lin · 9 years ago
  26. 681ba36 Merge "Merge changes from libvpx/master by cherry-pick" into nextgenv2 by Yaowu Xu · 9 years ago
  27. e03af51 Merge "Add buf0, width, height fields to buf_2d" into nextgenv2 by Sarah Parker · 9 years ago
  28. a555207 Merge "Align the quantizers for inter/inter modes in the first pass coding" into nextgenv2 by Jingning Han · 9 years ago
  29. 9a47024 Extra round of subpel MV search around second best full-pixel MV by hui su · 9 years ago
  30. e7869b7 Correct the experiment names for ext-refs by Zoe Liu · 9 years ago
  31. 166c325 Add buf0, width, height fields to buf_2d by Sarah Parker · 9 years ago
  32. 2967bf3 Merge changes from libvpx/master by cherry-pick by Johann · 9 years ago
  33. 2ad40b8 Align the quantizers for inter/inter modes in the first pass coding by Jingning Han · 9 years ago
  34. 87c2db8 fix vp10_convolve() signatures by skal · 9 years ago
  35. 06c297b Merge "Merge branch 'master' into nextgenv2" into nextgenv2 by Yaowu Xu · 9 years ago
  36. 6fe07a2 Merge branch 'master' into nextgenv2 by Yaowu Xu · 9 years ago
  37. 010d4a8 Merge "Add new_quant quantization in rdopt for 4x4 blocks and intra" into nextgenv2 by Sarah Parker · 9 years ago
  38. 5f8ea94 Remove unused zcoeff_blk by Debargha Mukherjee · 9 years ago
  39. b90dbc3 Merge "Fix highbd obmc_variance unit test" into nextgenv2 by Pascal Massimino · 9 years ago
  40. a6aed6e Add new_quant quantization in rdopt for 4x4 blocks and intra by Sarah Parker · 9 years ago
  41. a387b19 Fix highbd obmc_variance unit test by Jingning Han · 9 years ago
  42. 0c68db4 Merge "Refactor codes about motion search" into nextgenv2 by Hui Su · 9 years ago
  43. 75b3224 Merge "Fix highbd inter prediction filter sse4 overwriting issue" into nextgenv2 by Jingning Han · 9 years ago
  44. edbbce8 Fix highbd inter prediction filter sse4 overwriting issue by Jingning Han · 9 years ago
  45. f2b34c3 Merge "Optimize and cleanup obmc predictor and rd search." into nextgenv2 by Yue Chen · 9 years ago
  46. 581636d Refactor codes about motion search by hui su · 9 years ago
  47. 4c4f04a Optimize and cleanup obmc predictor and rd search. by Geza Lore · 9 years ago
  48. ebc2d34 Add SSE4.1 vpx_obmc_variance* implementations and cosmetics by Geza Lore · 9 years ago
  49. 6de0e97 Merge "Clean up FunctionEquivalenceTest." into nextgenv2 by Pascal Massimino · 9 years ago
  50. a3f7ddc Clean up FunctionEquivalenceTest. by Geza Lore · 9 years ago
  51. 15aaa60 Merge "Fix for loop filter selection procedure" into nextgenv2 by Aamir Anis · 9 years ago
  52. 8575709 Fix for loop filter selection procedure by Aamir Anis · 9 years ago
  53. fde48c9 Merge "HBD convolution filtering (10/12 taps) SSE4.1 optimization" into nextgenv2 by Yi Luo · 9 years ago
  54. 8cacca7 HBD convolution filtering (10/12 taps) SSE4.1 optimization by Yi Luo · 9 years ago
  55. c804e0d Cleanup obmc_sad function prototypes. by Geza Lore · 9 years ago
  56. b8a28fb Merge changes from topic 'missing-proto' into nextgenv2 by James Zern · 9 years ago
  57. 4ff6d13 Merge "Cosmetics for vp10/common/vp10_rtcd_defs.pl" into nextgenv2 by Yue Chen · 9 years ago
  58. 849e990 vp10/encoder/rdopt.c: make a function static by James Zern · 9 years ago
  59. 0baa083 vp10/encoder/rd.c: make a function static by James Zern · 9 years ago
  60. 08bd57e vp10_convolve_ssse3.c: make some functions static by James Zern · 9 years ago
  61. 3c127f2 vp10/encoder/bitstream.[hc]: correct a prototype by James Zern · 9 years ago
  62. 9bf5a1a vp10/common/idct.h: add some missing prototypes by James Zern · 9 years ago
  63. e046f5e highbd_quantize_intrin_sse2.c: add missing rtcd include by James Zern · 9 years ago
  64. bc4341f vp10: add some missing includes by James Zern · 9 years ago
  65. 68e1947 Cosmetics for vp10/common/vp10_rtcd_defs.pl by Yue Chen · 9 years ago
  66. 5041ff4 Merge "Add a few branch hints to vp10_optimize_b." into nextgenv2 by Debargha Mukherjee · 9 years ago
  67. 6770c73 Merge "Optimize and cleanup supertx predictor." into nextgenv2 by Debargha Mukherjee · 9 years ago
  68. 6bbadfb Merge "Improve vpx_blend_* functions." into nextgenv2 by Debargha Mukherjee · 9 years ago
  69. cd48926 Optimize and cleanup supertx predictor. by Geza Lore · 9 years ago
  70. bfa59b4 Improve vpx_blend_* functions. by Geza Lore · 9 years ago
  71. e5fb2d4 remove ROUNDZ_* macros in favor of just ROUND_* ones by Pascal Massimino · 9 years ago
  72. 1178f71 Merge "Fix unused warning without ext-interp" into nextgenv2 by Geza Lore · 9 years ago
  73. 5d28183 Merge "Refactor and clean up on blend_mask6" into nextgenv2 by Debargha Mukherjee · 9 years ago
  74. 5b25323 Merge "Fix assertion failures in mips+msa setting" into nextgenv2 by Yue Chen · 9 years ago
  75. 4ab19ea Fix assertion failures in mips+msa setting by Yue Chen · 9 years ago
  76. 9c4b041 Merge "Properly reset rate and distortion value for zero pred residual case" into nextgenv2 by Jingning Han · 9 years ago
  77. 72ef6d7 Refactor and clean up on blend_mask6 by Debargha Mukherjee · 9 years ago
  78. 985dd03 Merge "Integrate ext-interp into dual filter framework" into nextgenv2 by Jingning Han · 9 years ago
  79. 0b9b3d8 Add a few branch hints to vp10_optimize_b. by Geza Lore · 9 years ago
  80. 6c56def Merge "Make new_quant bin widths to be uniform" into nextgenv2 by Sarah Parker · 9 years ago
  81. e3a2aeb Integrate ext-interp into dual filter framework by Jingning Han · 9 years ago
  82. 1bf039c Properly reset rate and distortion value for zero pred residual case by Jingning Han · 9 years ago
  83. bb5059f Fix unused warning without ext-interp by Geza Lore · 9 years ago
  84. 7c393d0 Merge "Fix ioc in trellis optimization with hbd" into nextgenv2 by Jingning Han · 9 years ago
  85. 88faa2b Make new_quant bin widths to be uniform by Sarah Parker · 9 years ago
  86. c6f9b7f Merge "RD costing fix in loop-restoration expt" into nextgenv2 by Debargha Mukherjee · 9 years ago
  87. 51957b4 Merge "Remove redundant code in new_quant" into nextgenv2 by Debargha Mukherjee · 9 years ago
  88. fc3ce72 Merge "Clean up build_wedge_inter_predictor_from_buf" into nextgenv2 by Debargha Mukherjee · 9 years ago
  89. aab64cd RD costing fix in loop-restoration expt by Debargha Mukherjee · 9 years ago
  90. 07d35de Fix ioc in trellis optimization with hbd by Jingning Han · 9 years ago
  91. a85e845 Remove redundant code in new_quant by Debargha Mukherjee · 9 years ago
  92. e6f8c17 Remove various testing utilities. by Geza Lore · 9 years ago
  93. fc28be3 Clean up build_wedge_inter_predictor_from_buf by Geza Lore · 9 years ago
  94. fabc0ed Merge "Reinstate tests for wedge partition selection optimizations." into nextgenv2 by Debargha Mukherjee · 9 years ago
  95. 9303d42 Merge "Add tests for vpx_sum_squares_i16." into nextgenv2 by Debargha Mukherjee · 9 years ago
  96. c7a92f2 Merge "Add SSE4.1 vpx_obmc_sad* implementations." into nextgenv2 by Yue Chen · 9 years ago
  97. abf05c3 Merge changes I9433d858,Iafd05637,If08ce6ca into nextgenv2 by James Zern · 9 years ago
  98. 87aec58 Merge "Refactoring in preparation for OBMC optimizations." into nextgenv2 by Yue Chen · 9 years ago
  99. aacdf98 Add SSE4.1 vpx_obmc_sad* implementations. by Geza Lore · 9 years ago
  100. 4a18771 mcomp.c: rename variables and remove unnecessary codes by hui su · 9 years ago