1. c5443fc Fix decoder mismatch in sub-pixel SSSE3 intrinsic filters by Yunqing Wang · 11 years ago
  2. 9410330 Merge "change to use assembly version of ssse3 filter code" by Yaowu Xu · 11 years ago
  3. d1ad3b6 Merge "Adding several consts to assign_std_frame_bits()." by Dmitry Kovalev · 11 years ago
  4. 8a57117 Merge "Removing unused third-party libraries." by Dmitry Kovalev · 11 years ago
  5. 7a0c9b8 change to use assembly version of ssse3 filter code by Yaowu Xu · 11 years ago
  6. aaf204e Merge "Fix a decoding mismatch in sub-pixel filters" by Yunqing Wang · 11 years ago
  7. 48b21ac Merge "Fix for missing initialization of ratectrl vars" by Deb Mukherjee · 11 years ago
  8. 701d907 Fix for missing initialization of ratectrl vars by Deb Mukherjee · 11 years ago
  9. 76bf681 Merge "[spatial svc] Remove hard coded rc_end_usage setting" by Minghai Shang · 11 years ago
  10. efcdf94 Fix a decoding mismatch in sub-pixel filters by Yunqing Wang · 11 years ago
  11. 00fbdc1 Merge "vp9_ratectrl.c: Fix MSVC warnings." by Tom Finegan · 11 years ago
  12. 639e16e Merge "Cleaning up vp9_init_second_pass()." by Dmitry Kovalev · 11 years ago
  13. 4205b51 vp9_ratectrl.c: Fix MSVC warnings. by Tom Finegan · 11 years ago
  14. 59948cc Merge "Cleaning up calculate_section_intra_ratio()." by Dmitry Kovalev · 11 years ago
  15. cebb03c Merge "Adjust cq_level in constrained quality mode" by Deb Mukherjee · 11 years ago
  16. f738895 Merge "Cleaning up calc_frame_boost()." by Dmitry Kovalev · 11 years ago
  17. b2be554 Cleaning up vp9_init_second_pass(). by Dmitry Kovalev · 11 years ago
  18. 0907cb6 Removing unused third-party libraries. by Dmitry Kovalev · 11 years ago
  19. b59b324 Merge "Renames x86_64 specific asm files" by Deb Mukherjee · 11 years ago
  20. 53f1452 Adjust cq_level in constrained quality mode by Deb Mukherjee · 11 years ago
  21. 0a6e42c Adding several consts to assign_std_frame_bits(). by Dmitry Kovalev · 11 years ago
  22. 6e6f588 Merge "Cleaning up calculate_modified_err()." by Dmitry Kovalev · 11 years ago
  23. da39b6a Cleaning up calc_frame_boost(). by Dmitry Kovalev · 11 years ago
  24. 3b72ed5 Merge "Removing decoded_key_frame flag." by Dmitry Kovalev · 11 years ago
  25. b8a6512 Cleaning up calculate_section_intra_ratio(). by Dmitry Kovalev · 11 years ago
  26. 56966ea Merge "Revert "Cleaning up calculate_section_intra_ratio()."" by Paul Wilkins · 11 years ago
  27. 04cf82f Merge "Enable various thresholds of motion detection" by Yaowu Xu · 11 years ago
  28. 74a919a Revert "Cleaning up calculate_section_intra_ratio()." by Paul Wilkins · 11 years ago
  29. 033fde8 Merge "vpx_temporal_svc_encoder: fix memory leak on success" by James Zern · 11 years ago
  30. 21a0371 vpx_temporal_svc_encoder: fix memory leak on success by James Zern · 11 years ago
  31. 8188096 tools_common: fix test_name quoting by James Zern · 11 years ago
  32. 652a3cc [spatial svc] Disable auto alt reference by Minghai Shang · 11 years ago
  33. e7135a9 Removing decoded_key_frame flag. by Dmitry Kovalev · 11 years ago
  34. e272273 Renames x86_64 specific asm files by Deb Mukherjee · 11 years ago
  35. 0958bbd Merge "Fix the memory alignment issue due to patch: https://gerrit.chromium.org/gerrit/#/c/70162/" by hkuang · 11 years ago
  36. 3bda7ec Enable various thresholds of motion detection by Yaowu Xu · 11 years ago
  37. 39aef40 [spatial svc] Remove hard coded rc_end_usage setting by Minghai Shang · 11 years ago
  38. 66ce10c Merge "Deadline is not supported in VP9 decoder, removing it completely." by Dmitry Kovalev · 11 years ago
  39. 3971967 Merge "Cleaning up calculate_section_intra_ratio()." by Dmitry Kovalev · 11 years ago
  40. b9e1e99 Fix the memory alignment issue due to patch: by hkuang · 11 years ago
  41. d8b26ca Merge "Adjust the forward 16x16 DCT computation steps" by Jingning Han · 11 years ago
  42. e39860b Merge "Updates libyuv to version 1005" by Deb Mukherjee · 11 years ago
  43. 9067b29 Cleaning up calculate_section_intra_ratio(). by Dmitry Kovalev · 11 years ago
  44. 55c52f6 Merge "Cleaning up vp9_twopass_postencode_update()." by Dmitry Kovalev · 11 years ago
  45. 68ec479 Merge "Replacing int_mv with MV." by Dmitry Kovalev · 11 years ago
  46. 1a96edd Merge "Hiding struct diff in *.c file." by Dmitry Kovalev · 11 years ago
  47. 47031c0 Updates libyuv to version 1005 by Deb Mukherjee · 11 years ago
  48. ef750d8 Merge "Extends temporal filtering to work for 422 data" by Deb Mukherjee · 11 years ago
  49. ca5d963 Merge "Add make target for running example tests." by Tom Finegan · 11 years ago
  50. 2823b29 Merge "tools_common.sh: Allow over ride of test name." by Tom Finegan · 11 years ago
  51. 733a8e7 Merge "Refactor decode_tiles and loopfilter code." by hkuang · 11 years ago
  52. 80acef0 Merge "make spatial svc an experiment" by James Zern · 11 years ago
  53. 6066041 Merge "configure.sh: only execute toupper when necessary" by James Zern · 11 years ago
  54. a185bc3 Extends temporal filtering to work for 422 data by Deb Mukherjee · 11 years ago
  55. 20c1edf Refactor decode_tiles and loopfilter code. by hkuang · 11 years ago
  56. 3b62aa4 Cleaning up vp9_twopass_postencode_update(). by Dmitry Kovalev · 11 years ago
  57. f82ae79 Cleaning up calculate_modified_err(). by Dmitry Kovalev · 11 years ago
  58. 7af3440 [spatial svc] Remove some restrictions that are needed to improve the quality by Minghai Shang · 11 years ago
  59. e9ed051 Merge "Cosmetic clean up." by Paul Wilkins · 11 years ago
  60. 3946cdf Merge "Add test for vpx_temporal_svc_encoder example." by James Zern · 11 years ago
  61. 0d9d379 Merge "Add test for vp9_spatial_svc_encoder example." by Tom Finegan · 11 years ago
  62. c739fdeb Merge "Make x86inc support local variable array" by Jingning Han · 11 years ago
  63. 4e4e7fa Make x86inc support local variable array by Jingning Han · 11 years ago
  64. 850ebe4 Merge "Fix valgrind read out of bounds error." by Jim Bankoski · 11 years ago
  65. bde1bd9 Merge "Exit with error when vpxenc cannot correctly scale the input." by Alex Converse · 11 years ago
  66. f4f5de0 Merge "Add static-threshold skipping in non-rd mode" by Yunqing Wang · 11 years ago
  67. bb2041d Fix valgrind read out of bounds error. by Jim Bankoski · 11 years ago
  68. 7f54733 Adjust the forward 16x16 DCT computation steps by Jingning Han · 11 years ago
  69. b91b146 Add static-threshold skipping in non-rd mode by Yunqing Wang · 11 years ago
  70. 81e0339 Replacing int_mv with MV. by Dmitry Kovalev · 11 years ago
  71. e5b8bd0 configure.sh: only execute toupper when necessary by James Zern · 11 years ago
  72. 0249531 Merge "Remove unused varables" by Yaowu Xu · 11 years ago
  73. 0271c75 Hiding struct diff in *.c file. by Dmitry Kovalev · 11 years ago
  74. f80bd43 Removing unused members from PICK_MODE_CONTEXT struct. by Dmitry Kovalev · 11 years ago
  75. 28012a7 Merge "Cleaning up vp9_cx_iface.c." by Dmitry Kovalev · 11 years ago
  76. 9ef3347 Merge "Cleaning up vp9_pick_inter_mode()." by Dmitry Kovalev · 11 years ago
  77. 05d5502 Merge "Reusing swap_block_ptr() function." by Dmitry Kovalev · 11 years ago
  78. a822a2a Merge "Removing unused fields from twopass_rc struct." by Dmitry Kovalev · 11 years ago
  79. c23c613 Merge "Hiding vp9_sub_pel_filters_{8, 8s, 8lp} filters in *.c file." by Dmitry Kovalev · 11 years ago
  80. 5ac6d97 Merge "Making vp9_initialize_dec() static." by Dmitry Kovalev · 11 years ago
  81. fc4a0d3 Merge "Rewrite encoder input format handling." by Alex Converse · 11 years ago
  82. d83295f Merge "Add a TODO" by Yaowu Xu · 11 years ago
  83. f07a96f Cosmetic clean up. by Paul Wilkins · 11 years ago
  84. 20ae20c Add test for vp9_spatial_svc_encoder example. by Tom Finegan · 11 years ago
  85. 3d38cf9 tools_common.sh: Allow over ride of test name. by Tom Finegan · 11 years ago
  86. b043c3e Merge "Moving PC_TREE from MACROBLOCK to VP9_COMP." by Dmitry Kovalev · 11 years ago
  87. 2a3092f Exit with error when vpxenc cannot correctly scale the input. by Alex Converse · 11 years ago
  88. ed83c2a Merge "vp8: Add increase_denoising parameter to denoiser." by Johann · 11 years ago
  89. 3dff337 Merge "Removing MACROBLOCKD dependency from loop filter." by Dmitry Kovalev · 11 years ago
  90. 7302a9b Merge "Correct HAVE_NEON_ASM define" by Johann · 11 years ago
  91. 6da66e1 vp8: Add increase_denoising parameter to denoiser. by Marco Paniconi · 11 years ago
  92. c03ae7d Add a TODO by Yaowu Xu · 11 years ago
  93. 6c2e88e Rewrite encoder input format handling. by Alex Converse · 11 years ago
  94. e331203 Add test for vpx_temporal_svc_encoder example. by Tom Finegan · 11 years ago
  95. 51545f5 Moving PC_TREE from MACROBLOCK to VP9_COMP. by Dmitry Kovalev · 11 years ago
  96. 0912ee1 Cleaning up vp9_cx_iface.c. by Dmitry Kovalev · 11 years ago
  97. 79ba419 Removing MACROBLOCKD dependency from loop filter. by Dmitry Kovalev · 11 years ago
  98. b334bfc Merge "Removing redundant decoder_init flag." by Dmitry Kovalev · 11 years ago
  99. 9dc9f17 Merge "Fix post-processor macros & remove vizualization" by Adrian Grange · 11 years ago
  100. f625b2a Correct HAVE_NEON_ASM define by Johann · 11 years ago