1. 1d7ccd5 Relocate memory operations for common code by Johann · 10 years ago
  2. 465ce0e Merge "build_intra_predictors*: reduce above_data size" by James Zern · 10 years ago
  3. 5f0dc57 Merge "Reduce border extension by 1 line" by Adrian Grange · 10 years ago
  4. 2dcfd16 Merge "Sort variables dependency in read_uncompressed_header" by Jingning Han · 10 years ago
  5. 2b2b461 Sort variables dependency in read_uncompressed_header by Jingning Han · 10 years ago
  6. 913862b Fix rate control issue with layers and aq-mode=3. by Marco · 10 years ago
  7. aa5c1b4 Merge "Skip the last frame update for some frame repeats." by paulwilkins · 10 years ago
  8. a5e4ca8 build_intra_predictors*: reduce above_data size by James Zern · 10 years ago
  9. 6d22713 Merge "build_intra_predictors*: reduce left_col size" by James Zern · 10 years ago
  10. d53fb0f Fix clang ioc warning due to NULL mi pointer. by hkuang · 10 years ago
  11. f5574fb Merge "Add more sse2 code for intra prediction." by hkuang · 10 years ago
  12. e5112b3 Skip the last frame update for some frame repeats. by paulwilkins · 10 years ago
  13. a8a9c2b Merge "mips msa vp9 idct 32x32 optimization" by Parag Salasakar · 10 years ago
  14. 7e55ff1 build_intra_predictors*: reduce left_col size by James Zern · 10 years ago
  15. fd3658b replace DECLARE_ALIGNED_ARRAY w/DECLARE_ALIGNED by James Zern · 10 years ago
  16. 76a0821 Merge "Move shared SAD code to vpx_dsp" by Johann · 10 years ago
  17. 0869341 Merge "Remove an unnecessary check." by hkuang · 10 years ago
  18. 97307af Merge "Remvoe EIGHTTAP_SHARP filter check for non-rd mode." by Marco · 10 years ago
  19. aecb177 Merge "Image size restriction to rd auto partition search." by paulwilkins · 10 years ago
  20. 1601c13 mips msa vp9 idct 32x32 optimization by Parag Salasakar · 10 years ago
  21. 7153b82 Add more sse2 code for intra prediction. by hkuang · 10 years ago
  22. 76fe5df Remvoe EIGHTTAP_SHARP filter check for non-rd mode. by Marco · 10 years ago
  23. d5d9289 Move shared SAD code to vpx_dsp by Johann · 10 years ago
  24. 0af5ff4 Reduce border extension by 1 line by Adrian Grange · 10 years ago
  25. 240767b Remove an unnecessary check. by hkuang · 10 years ago
  26. 92b1990 Correct the inter prediction coordinate calculation which greatly reduced the by hkuang · 10 years ago
  27. 623e6ee Merge "Optimize the read_partition." by hkuang · 10 years ago
  28. 7dbdada Merge "Add intra mode early termination in non-rd mode" by Yunqing Wang · 10 years ago
  29. d1cdda8 Merge "mips msa vp9 idct 16x16 optimization" by Parag Salasakar · 10 years ago
  30. 36eabb1 Add intra mode early termination in non-rd mode by Yunqing Wang · 10 years ago
  31. 4c1a8be Optimize the read_partition. by hkuang · 10 years ago
  32. ccae5d9 fix and enable vp9_dc_128_predictor_16x16 by James Zern · 10 years ago
  33. e47811e Merge "Add some sse2 code for intra prediction." by hkuang · 10 years ago
  34. af76953 Merge "Remove CONSTRAIN_NEIGHBORING_MIN_MAX." by paulwilkins · 10 years ago
  35. 4cd65e4 Merge "Adjust ARF min and max interval." by paulwilkins · 10 years ago
  36. 60052b6 mips msa vp9 idct 16x16 optimization by Parag Salasakar · 10 years ago
  37. b9a72d3 Allow for H and V intra modes for non-rd mode. by Marco · 10 years ago
  38. 670b2c0 vp9_idct_intrin_sse2: cosmetics: reindent by James Zern · 10 years ago
  39. d31256c Merge "Reduce intra_cost_penalty for BLOCK_8X8" by Yunqing Wang · 10 years ago
  40. 57fefd5 Merge "Adjust the vbp early termination threshold slightly" by Yunqing Wang · 10 years ago
  41. 7b0f24f FIX: Use correct above/left in read_intra_frame_mode_info by Scott LaVarnway · 10 years ago
  42. 4a7dcf8 Image size restriction to rd auto partition search. by paulwilkins · 10 years ago
  43. 287b0c6 Remove CONSTRAIN_NEIGHBORING_MIN_MAX. by paulwilkins · 10 years ago
  44. e0786c2 Adjust ARF min and max interval. by paulwilkins · 10 years ago
  45. c77b1f5 vp9: RECON_AND_STORE4X4: remove dest offset by James Zern · 10 years ago
  46. 778845d vp9_idct_intrin_*: RECON_AND_STORE: remove dest offset by James Zern · 10 years ago
  47. 2061359 Merge "Remove vp9_idct16x16_10_add_ssse3()" by Yaowu Xu · 10 years ago
  48. 0ae1e4a Merge "vp9_decodeframe: simplify compare_tile_buffers" by James Zern · 10 years ago
  49. 493a857 Add some sse2 code for intra prediction. by hkuang · 10 years ago
  50. 4907c29 Reduce intra_cost_penalty for BLOCK_8X8 by Yunqing Wang · 10 years ago
  51. 4776760 Remove vp9_idct16x16_10_add_ssse3() by Yaowu Xu · 10 years ago
  52. fd90ce2 Merge "Improve golden frame refreshing in non-rd mode" by Yunqing Wang · 10 years ago
  53. a257e46 Adjust the vbp early termination threshold slightly by Yunqing Wang · 10 years ago
  54. 95cb130 Merge "mips msa vp9 copy and avg convolve optimization" by Parag Salasakar · 10 years ago
  55. d45870b Merge "Disable ssse3 version idct16x16_256_add()" by Yaowu Xu · 10 years ago
  56. 9e81112 vp9_decodeframe: simplify compare_tile_buffers by James Zern · 10 years ago
  57. 486a73a Disable ssse3 version idct16x16_256_add() by Yaowu Xu · 10 years ago
  58. d31698b Improve golden frame refreshing in non-rd mode by Yunqing Wang · 10 years ago
  59. 2301d10 mips msa vp9 copy and avg convolve optimization by Parag Salasakar · 10 years ago
  60. f58011a vpx_mem: remove vpx_memset by James Zern · 10 years ago
  61. f274c21 vpx_mem: remove vpx_memcpy by James Zern · 10 years ago
  62. fbd3b89 vpx_mem: remove vpx_memmove by James Zern · 10 years ago
  63. 2be50a1 Merge "WIP: Use LUT for y_dequant/uv_dequant" by Frank Galligan · 10 years ago
  64. bfce029 Merge "Fix debugmodes file to print modes and MVs correctly" by Yunqing Wang · 10 years ago
  65. afcb62b WIP: Use LUT for y_dequant/uv_dequant by Scott LaVarnway · 10 years ago
  66. 297b2b9 Fix debugmodes file to print modes and MVs correctly by Yunqing Wang · 10 years ago
  67. b3e411e Add validation of UV partition size by Yaowu Xu · 10 years ago
  68. a6e9ae9 Adds worst frame metrics for a bunch of metrics. by Jim Bankoski · 10 years ago
  69. e07b141 Merge "Modified test for auto key frame detection." by paulwilkins · 10 years ago
  70. 5d8877a Merge "Limit arf interval for low fpf clips." by paulwilkins · 10 years ago
  71. 1c9af98 Merge "mips msa vp9 convolve8 horiz optimization" by Parag Salasakar · 10 years ago
  72. 3b35e96 Merge "Adds a new temporal consistency metric to libvpx." by Jim Bankoski · 10 years ago
  73. 931c0a9 Merge "Rename neon convolve avg file" by Johann · 10 years ago
  74. 66b9933 Rename neon convolve avg file by Johann · 10 years ago
  75. 8b17f7f Revert "Remove mi_grid_* structures." by Scott LaVarnway · 10 years ago
  76. ee87e20 Adds a new temporal consistency metric to libvpx. by Jim Bankoski · 10 years ago
  77. 924d06a Merge "Resolve configuration conflict" by Yaowu Xu · 10 years ago
  78. 3606b78 Modified test for auto key frame detection. by paulwilkins · 10 years ago
  79. ca90d4f mips msa vp9 convolve8 horiz optimization by Parag Salasakar · 10 years ago
  80. 391ecff Merge "mips msa vp9 convolve8 hv optimization" by Parag Salasakar · 10 years ago
  81. ef51c1a mips msa vp9 convolve8 hv optimization by Parag Salasakar · 10 years ago
  82. b423a6b Resolve configuration conflict by Yaowu Xu · 10 years ago
  83. 305492c Move declaration before statement by Yaowu Xu · 10 years ago
  84. 2e36149 Merge "mips msa vp9 convolve8 vert optimization" by Parag Salasakar · 10 years ago
  85. 27d083c mips msa vp9 convolve8 vert optimization by Parag Salasakar · 10 years ago
  86. 03829f2 Merge "Adds a blockiness metric to internal stats." by Jim Bankoski · 10 years ago
  87. 3d2f037 Merge "adds psnrhvs to internal stats." by Jim Bankoski · 10 years ago
  88. f2cbee9 Merge "Adds a fastssim metric to VPX internal stats." by Jim Bankoski · 10 years ago
  89. 1777413 Adds a blockiness metric to internal stats. by Jim Bankoski · 10 years ago
  90. 9757c1a adds psnrhvs to internal stats. by Jim Bankoski · 10 years ago
  91. 3f7f194 Adds a fastssim metric to VPX internal stats. by Jim Bankoski · 10 years ago
  92. 73bce9e Merge "Remove unnecessary backup token stream pointer" by Jingning Han · 10 years ago
  93. f76ccce Revert "Revert "Force_split on 16x16 blocks in variance partition."" by Marco Paniconi · 10 years ago
  94. 645c70f Remove unnecessary backup token stream pointer by Jingning Han · 10 years ago
  95. 29b5cf6 Merge "[svc] Fix syntax error when encoding multiple tiles." by Minghai Shang · 10 years ago
  96. 4aa9255 [svc] Fix syntax error when encoding multiple tiles. by Minghai Shang · 10 years ago
  97. effd974 Limit arf interval for low fpf clips. by paulwilkins · 10 years ago
  98. 14e7203 Merge "Fix Tsan errors" by Yunqing Wang · 10 years ago
  99. 63c5bf2 Fix Tsan errors by Yunqing Wang · 10 years ago
  100. 14ef4ae Reorganize *_rtcd() calling conventions by Johann · 10 years ago