1. eee904c Adaptive mode search scheduling by Jingning Han · 11 years ago
  2. 31596ee Merge "Remove mi_grid_* structures." by hkuang · 11 years ago
  3. c70cea9 Remove mi_grid_* structures. by hkuang · 11 years ago
  4. 930f825 Merge "test/tools_common.sh: Add support for dumping list of tests." by James Zern · 11 years ago
  5. 77caad4 Merge "High bit-depth coefficient coding functions" by Deb Mukherjee · 11 years ago
  6. f34d728 test/tools_common.sh: Add support for dumping list of tests. by Tom Finegan · 11 years ago
  7. 822b516 High bit-depth coefficient coding functions by Deb Mukherjee · 11 years ago
  8. 2be2c7d Merge "build/make/iosbuild.sh: Support extra configure args." by Tom Finegan · 11 years ago
  9. c1139ec Merge "build/make/rtcd.pl: Add missing arm64 support." by Tom Finegan · 11 years ago
  10. c768162 build/make/iosbuild.sh: Support extra configure args. by Tom Finegan · 11 years ago
  11. 67e8c9e Merge "rtcd: relocate 'extern "C" {' declaration" by James Zern · 11 years ago
  12. c47e420 build/make/rtcd.pl: Add missing arm64 support. by Tom Finegan · 11 years ago
  13. c92abbc Merge "vp8: Update to the adaptive denoising mode." by Marco · 11 years ago
  14. 06fce6b vp8: Update to the adaptive denoising mode. by Marco · 11 years ago
  15. 9d3fb75 rtcd: relocate 'extern "C" {' declaration by James Zern · 11 years ago
  16. d689e77 Merge "Add a conditional compilation macro to VP8 unit test." by James Zern · 11 years ago
  17. 4eece0d Add a conditional compilation macro to VP8 unit test. by JackyChen · 11 years ago
  18. 49dc7b0 Merge "FIX: vp9_loopfilter_intrin_sse2.c" by Frank Galligan · 11 years ago
  19. 1328431 FIX: vp9_loopfilter_intrin_sse2.c by Scott LaVarnway · 11 years ago
  20. 5887aed Merge "Add unit test for VP9 denoiser." by JackyChen · 11 years ago
  21. f66be91 Merge "[spatial svc] Use same golden frame for all temporal layers" by Minghai Shang · 11 years ago
  22. a86e6e8 Add unit test for VP9 denoiser. by JackyChen · 11 years ago
  23. f780b16 [spatial svc] Use same golden frame for all temporal layers by Minghai Shang · 11 years ago
  24. 6d0ee98 Merge "Adds high bitdepth convolve, interpred & scaling" by Deb Mukherjee · 11 years ago
  25. 0d3c3d3 Adds high bitdepth convolve, interpred & scaling by Deb Mukherjee · 11 years ago
  26. c389b37 Substantial reworking of code for arf and kf groups. by Paul Wilkins · 11 years ago
  27. 4e06629 Merge "Improved mb_lpf_horizontal_edge_w_sse2_16() #2" by Frank Galligan · 11 years ago
  28. 217e3cb Improved mb_lpf_horizontal_edge_w_sse2_16() #2 by Scott LaVarnway · 11 years ago
  29. d3a7e67 Merge "Resolves a few gcc warnings" by Deb Mukherjee · 11 years ago
  30. 6d44dad Merge "vp8: common: postproc: fix signed overflow of statement of (X +c) >= X when '-Werror=strict-overflow' is set." by Johann · 11 years ago
  31. 7d0e4f9 Resolves a few gcc warnings by Deb Mukherjee · 11 years ago
  32. 0ca6e4a Merge "arm: Fix building vp8_mse16x16_neon.c with MSVC" by James Zern · 11 years ago
  33. f7cf05c Merge "Adding high-bitdepth intra prediction functions" by Deb Mukherjee · 11 years ago
  34. ecd7e3d Merge "Remove memset of every external frame buffer." by Frank Galligan · 11 years ago
  35. 4f50635 Merge "Speeding up decode_coeffs()." by Dmitry Kovalev · 11 years ago
  36. 81a8138 Adding high-bitdepth intra prediction functions by Deb Mukherjee · 11 years ago
  37. 5cd0aab Adds high bitdepth quantization functions by Deb Mukherjee · 11 years ago
  38. 66f812f Merge "Use non-zero mode threshold for NEARESTMV modes" by Jingning Han · 11 years ago
  39. 73ef536 Merge "Fix a performance regression" by Yaowu Xu · 11 years ago
  40. 1220b49 arm: Fix building vp8_mse16x16_neon.c with MSVC by Scott LaVarnway · 11 years ago
  41. 2b3b63f Merge "Fix ARF construction when scaling" by Adrian Grange · 11 years ago
  42. adaec4d Speeding up decode_coeffs(). by Dmitry Kovalev · 11 years ago
  43. 99df7de Merge "Move call to vp9_rc_get_second_pass_params()." by Adrian Grange · 11 years ago
  44. 601f3a8 Fix a performance regression by Yaowu Xu · 11 years ago
  45. 1def634 Fix ARF construction when scaling by Adrian Grange · 11 years ago
  46. aebb361 Merge "build/make/iosbuild.sh: Be more explicit about armv7." by Tom Finegan · 11 years ago
  47. 56fa3ab Use non-zero mode threshold for NEARESTMV modes by Jingning Han · 11 years ago
  48. ffaebfc Merge "Add ARF validation for compound inter mode check" by Jingning Han · 11 years ago
  49. c50256c Merge "Remove redundant reference frame check in sub8x8 RD search" by Jingning Han · 11 years ago
  50. fe96932 Merge "Replace best_ref_index table fetch with best_mbmode" by Jingning Han · 11 years ago
  51. 57eb2a4 Merge "Simplify the skip flag cost code" by Yunqing Wang · 11 years ago
  52. c60ef81 Merge "Set the skip flag to 1 for skippable blocks" by Yunqing Wang · 11 years ago
  53. 200ec69 Simplify the skip flag cost code by Yunqing Wang · 11 years ago
  54. 46aed7b Set the skip flag to 1 for skippable blocks by Yunqing Wang · 11 years ago
  55. 8caba85 Merge "vp8/vp9: neon: msvc: move the 'ifdef _MSC_VER' bit to vpx_ports/mem.h. fix compiling warning." by Johann · 11 years ago
  56. 175d9df Remove memset of every external frame buffer. by Frank Galligan · 11 years ago
  57. f897dd5 Merge "Fix format in vp9_rd_pick_inter_mode_sub8x8" by Jingning Han · 11 years ago
  58. f1581b3 Add ARF validation for compound inter mode check by Jingning Han · 11 years ago
  59. 252822e Remove redundant reference frame check in sub8x8 RD search by Jingning Han · 11 years ago
  60. fe2cc87 VP8 encoder for ARMv8 by using NEON intrinsics 1 by Scott LaVarnway · 11 years ago
  61. cc00eea Replace best_ref_index table fetch with best_mbmode by Jingning Han · 11 years ago
  62. 11ee248 Merge "Visual Studio build (warning) fix" by Deb Mukherjee · 11 years ago
  63. 73805bf Fix format in vp9_rd_pick_inter_mode_sub8x8 by Jingning Han · 11 years ago
  64. 10a9456 Merge "Refactor encode_superblock function" by Yunqing Wang · 11 years ago
  65. cd95543 Move call to vp9_rc_get_second_pass_params(). by Paul Wilkins · 11 years ago
  66. 41e6ec4 Visual Studio build (warning) fix by Deb Mukherjee · 11 years ago
  67. 95f67f0 Merge "Remove redundant reference frame threshold settings" by Jingning Han · 11 years ago
  68. 0ae866b vp8/vp9: neon: msvc: move the 'ifdef _MSC_VER' bit to vpx_ports/mem.h. by Jia Jia · 11 years ago
  69. 59dd83a Merge "Refactor reference frame control in sub8x8 block RD search" by Jingning Han · 11 years ago
  70. e6d9273 Merge "Format fixes in vp9_rd_pick_inter_mode_sb" by Jingning Han · 11 years ago
  71. ad3c92b Merge "Remove unused best_inter_rd variable" by Jingning Han · 11 years ago
  72. f02e0b6 Merge "Remove unused speed feature" by Jingning Han · 11 years ago
  73. 82fad6f Merge "Add a note for enum values of MV_REFERENCE_FRAME" by Jingning Han · 11 years ago
  74. f265dde vp8: common: postproc: fix signed overflow of statement of (X +c) >= X when '-Werror=strict-overflow' is set. by Jia Jia · 11 years ago
  75. 282fac9 Merge "Change the control function of VP9 denoiser." by JackyChen · 11 years ago
  76. c0dfecf Merge "Use bigdia search with pruned subpel search" by Deb Mukherjee · 11 years ago
  77. bb1a236 Change the control function of VP9 denoiser. by JackyChen · 11 years ago
  78. 7bd403c Merge "[spatial svc] Remove useless APIs and variables" by Minghai Shang · 11 years ago
  79. 4bfdc33 Merge "Remove unused vp8_strict_quantize" by Johann · 11 years ago
  80. ad4edc0 Merge "Remove unused vp8 quantize functions" by Johann · 11 years ago
  81. 1bf0beb Refactor encode_superblock function by Yunqing Wang · 11 years ago
  82. a8e6ffa Merge "Enabling example code build for both VP8 and VP9." by Dmitry Kovalev · 11 years ago
  83. f1f7bcd Remove unused vp8_strict_quantize by Johann · 11 years ago
  84. 888a848 Remove redundant reference frame threshold settings by Jingning Han · 11 years ago
  85. adb2084 Refactor reference frame control in sub8x8 block RD search by Jingning Han · 11 years ago
  86. bb74a77 [spatial svc] Remove useless APIs and variables by Minghai Shang · 11 years ago
  87. 3e7b04a Merge "[spatial svc] Output psnr for all layers in one packet." by Minghai Shang · 11 years ago
  88. 83c7611 Use bigdia search with pruned subpel search by Deb Mukherjee · 11 years ago
  89. 7f77a1c Merge "Unify intra mode mask into mode_skip_mask scheme" by Jingning Han · 11 years ago
  90. 10783d4 Adds high bitdepth transform functions and tests by Deb Mukherjee · 11 years ago
  91. 1e4136d Adds high bit depth sad and variance functions by Deb Mukherjee · 11 years ago
  92. 74ddde0 Format fixes in vp9_rd_pick_inter_mode_sb by Jingning Han · 11 years ago
  93. e3fff31 [spatial svc] Output psnr for all layers in one packet. by Minghai Shang · 11 years ago
  94. 8e3f7a5 Remove unused best_inter_rd variable by Jingning Han · 11 years ago
  95. ac2f2e7 Merge "Allow specifying opt dependencies" by Johann · 11 years ago
  96. 00fe92c Remove unused speed feature by Jingning Han · 11 years ago
  97. 5ba8c79 Enabling example code build for both VP8 and VP9. by Dmitry Kovalev · 11 years ago
  98. d555dfd Merge "vp9_picklpf: search_filter_level: remove filt_err" by James Zern · 11 years ago
  99. e9b6c5f Merge "[spatial svc] Remove handling frame and stats packets in the codec" by Minghai Shang · 11 years ago
  100. 8645a53 Allow specifying opt dependencies by Johann · 11 years ago