1. e956c00 Set and use uv_crop_[width|height] by Johann · 11 years ago
  2. 0cf0b02 Merge "x86inc: fix compilation with NASM Change-Id: I5978921ab1ccad6648a5bde6ad023c3e3430f5f4 " by James Zern · 11 years ago
  3. 7ddb5f5 x86inc: fix compilation with NASM by KO Myung-Hun · 11 years ago
  4. 11f2d4d Makefile: strip debugging informations only by KO Myung-Hun · 11 years ago
  5. 374c885 Merge "Remove redundant argument entry in handle_inter_mode" by Jingning Han · 11 years ago
  6. 787e824 Merge "Use the chessboard pattern pred search in newmv mode" by Jingning Han · 11 years ago
  7. f68288c Merge "Fix clang compiler warning in denoising_neon." by Marco Paniconi · 11 years ago
  8. 5dcb2e3 Merge "Moved call to vp9_clear_system_state() to a proper location" by Yaowu Xu · 11 years ago
  9. e945c56 Remove redundant argument entry in handle_inter_mode by Jingning Han · 11 years ago
  10. 4f2f867 Use the chessboard pattern pred search in newmv mode by Jingning Han · 11 years ago
  11. 66d5757 Merge "Remove redundant num_refs definition" by Jingning Han · 11 years ago
  12. 7788c62 Fix clang compiler warning in denoising_neon. by Marco Paniconi · 11 years ago
  13. 3538191 Remove redundant num_refs definition by Jingning Han · 11 years ago
  14. 0e5edf4 Merge "Enable chessboard inter prediction filter type search" by Jingning Han · 11 years ago
  15. 897116d Merge "frame_size_tests: reduce default 'large' frame size" by James Zern · 11 years ago
  16. 54ad095 Enable chessboard inter prediction filter type search by Jingning Han · 11 years ago
  17. 2528051 frame_size_tests: reduce default 'large' frame size by James Zern · 11 years ago
  18. a9b30b3 Merge "vp8: Set default denoiser_decision to copy for UV channel." by Marco Paniconi · 11 years ago
  19. 1f3c43e Merge "Fix get_frame_type function" by Adrian Grange · 11 years ago
  20. 75441e1 Merge "VP9 denoiser bugfix in debugging code." by Tim Kopp · 11 years ago
  21. f0f428e Merge "USE local best_filter variable in handle_inter_mode" by Jingning Han · 11 years ago
  22. 1fe18ac VP9 denoiser bugfix in debugging code. by Tim Kopp · 11 years ago
  23. dcb6aa8 Merge "vp9_bitstream.c: cosmetics" by James Zern · 11 years ago
  24. f2f69dd Merge "[spatial svc]Use #if instead of #ifdef on macro CONFIG_SPATIAL_SVC" by Minghai Shang · 11 years ago
  25. caad168 Fix get_frame_type function by Adrian Grange · 11 years ago
  26. de4db2d vp9_bitstream.c: cosmetics by James Zern · 11 years ago
  27. 5de6114 USE local best_filter variable in handle_inter_mode by Jingning Han · 11 years ago
  28. aa2ba46 Merge "vp8 denoiser fix: Update denoised altref on key frame." by Marco Paniconi · 11 years ago
  29. daed770 vp8: Set default denoiser_decision to copy for UV channel. by Marco Paniconi · 11 years ago
  30. 24c9d6a [spatial svc]Use #if instead of #ifdef on macro CONFIG_SPATIAL_SVC by Minghai Shang · 11 years ago
  31. f909e43 vp8 denoiser fix: Update denoised altref on key frame. by Marco Paniconi · 11 years ago
  32. 97cceba Merge "Turn on adaptive pred filter scheme for sub8x8 below 720p" by Jingning Han · 11 years ago
  33. ffd948b Turn on adaptive pred filter scheme for sub8x8 below 720p by Jingning Han · 11 years ago
  34. 5926e7c Remove unfinished VP9 alpha channel. by Alex Converse · 11 years ago
  35. bcaf1d6 Moved call to vp9_clear_system_state() to a proper location by Yaowu Xu · 11 years ago
  36. 765485c Add -DNDEBUG when config option debug is disabled by Yunqing Wang · 11 years ago
  37. f932e15 Merge "VP9 denoiser fix: ref frames now updated properly" by Tim Kopp · 11 years ago
  38. 1cfaaf6 y4m_test: drop '_t' from local typenames by James Zern · 11 years ago
  39. 7875602 vp9_subtract_test: drop '_t' from local typenames by James Zern · 11 years ago
  40. 91ba1a7 subtract_test: drop '_t' from local typenames by James Zern · 11 years ago
  41. ee4bbe1 sixtap_predict_test: drop '_t' from local typenames by James Zern · 11 years ago
  42. 18e733b sad_test: drop '_t' from local typenames by James Zern · 11 years ago
  43. 25d74e6 pp_filter_test: drop '_t' from local typenames by James Zern · 11 years ago
  44. 49135d3 partial_idct_test: drop '_t' from local typenames by James Zern · 11 years ago
  45. 9c05172 intrapred_test: drop '_t' from local typenames by James Zern · 11 years ago
  46. 75d56b3 idct_test: drop '_t' from local typenames by James Zern · 11 years ago
  47. 54697d3 fdct8x8_test: drop '_t' from local typenames by James Zern · 11 years ago
  48. b8b3dd9 fdct4x4_test: drop '_t' from local typenames by James Zern · 11 years ago
  49. c3314b7 decode_perf_test: drop '_t' from local typenames by James Zern · 11 years ago
  50. fd38e70 dct32x32_test: drop '_t' from local typenames by James Zern · 11 years ago
  51. 44f8484 dct16x16_test: drop '_t' from local typenames by James Zern · 11 years ago
  52. dfc4e8f convolve_test: drop '_t' from local typenames by James Zern · 11 years ago
  53. a07a7bb Merge "Re-introduce frame size check inadvertantly deleted" by Adrian Grange · 11 years ago
  54. fd31755 Merge "Use custom mkstemp() to fix Win issue in y4m_test" by Deb Mukherjee · 11 years ago
  55. 18a7f69 Re-introduce frame size check inadvertantly deleted by Adrian Grange · 11 years ago
  56. 096224f Use custom mkstemp() to fix Win issue in y4m_test by Deb Mukherjee · 11 years ago
  57. c66f612 VP9 denoiser fix: ref frames now updated properly by Tim Kopp · 11 years ago
  58. 018fd12 Disable vp8_sixtap_predict4x4_neon by Johann · 11 years ago
  59. 597ce31 Fix visual studio build failure by Yunqing Wang · 11 years ago
  60. 1094a11 temporal_svc sample encoder: setting for denoiser. by Marco Paniconi · 11 years ago
  61. 24715c7 Merge "Fix FrameSizeTestsLarge unit-test on 32-bit arch." by Deb Mukherjee · 11 years ago
  62. 727f384 Merge "Separates profile 2 into 2 profiles 2 and 3" by Deb Mukherjee · 11 years ago
  63. bdbaa5b Fix FrameSizeTestsLarge unit-test on 32-bit arch. by Deb Mukherjee · 11 years ago
  64. c447a50 Separates profile 2 into 2 profiles 2 and 3 by Deb Mukherjee · 11 years ago
  65. 4109b8e Merge "iosbuild.sh: Add VPX_FRAMEWORK_TARGET preproc symbol" by James Zern · 11 years ago
  66. 4fae926 iosbuild.sh: Add VPX_FRAMEWORK_TARGET preproc symbol by Tom Finegan · 11 years ago
  67. ac63812 Merge "Fixed a bug of setting wrong first pass mb stats pointer" by Pengchong Jin · 11 years ago
  68. 8cb8aef Merge "Modified frame buffer handling" by Adrian Grange · 11 years ago
  69. e358ab5 Fixed a bug of setting wrong first pass mb stats pointer by Pengchong Jin · 11 years ago
  70. ba0652e Merge "Added vp9_sad64x64_neon(), vp9_sad32x32_neon()" by Scott LaVarnway · 11 years ago
  71. f68aaa3 Modified frame buffer handling by Adrian Grange · 11 years ago
  72. 943e432 allow config options to limit max size of decode by Jim Bankoski · 11 years ago
  73. 1a01194 fail allocation of buffers if size_t < frame_size by Jim Bankoski · 11 years ago
  74. 93960c8 Merge "Changes to rd balance and multi-arf bug fix." by Paul Wilkins · 11 years ago
  75. 42a68e6 Merge "make default_interp_filter choice a speed feature" by Yaowu Xu · 11 years ago
  76. 422acd0 Merge "New decode perf test files" by Joshua Litt · 11 years ago
  77. bcfcd7c New decode perf test files by Joshua Litt · 11 years ago
  78. f744f19 Merge "vp9_ratectrl.c: refactor get_active_quality usage" by Guillaume Martres · 11 years ago
  79. 51c60a8 make default_interp_filter choice a speed feature by Yaowu Xu · 11 years ago
  80. 696fa52 Added vp9_sad64x64_neon(), vp9_sad32x32_neon() by Scott LaVarnway · 11 years ago
  81. a046550 Merge "invalid_file_test: add an operator<< for DecodeParam" by James Zern · 11 years ago
  82. 090f4d4 Adds support for raw yuv files for 422/444 by Deb Mukherjee · 11 years ago
  83. ca752e3 Merge "VP9 Denoiser denoises after mode/bsize search" by Tim Kopp · 11 years ago
  84. b691230 Changes to rd balance and multi-arf bug fix. by Paul Wilkins · 11 years ago
  85. f1f3d09 Merge "Renames interface field in VpxInterface" by Deb Mukherjee · 11 years ago
  86. 998cff6 Merge "Added a rt speed 12" by Yaowu Xu · 11 years ago
  87. 7d77797 Merge changes I58a5af33,Ied9b0392 by James Zern · 11 years ago
  88. f332c63 Renames interface field in VpxInterface by Deb Mukherjee · 11 years ago
  89. faa686b Added a rt speed 12 by Yaowu Xu · 11 years ago
  90. 6d85b12 Merge "[spatial svc]Fix signed/unsigned mismatch error" by Minghai Shang · 11 years ago
  91. 257f16c Merge "Make non-rd pick_mode work with Golden/Altref" by Yaowu Xu · 11 years ago
  92. 7be99c4 Merge "Fix show_existing_frame not decreasing frame buffer ref counter." by Adrian Grange · 11 years ago
  93. e7135e9 [spatial svc]Fix signed/unsigned mismatch error by Minghai Shang · 11 years ago
  94. 0aa2af5 Fix show_existing_frame not decreasing frame buffer ref counter. by Alexander Voronov · 11 years ago
  95. 669e388 Merge "vp8: Allow for on/off control of UV temporal denoiser." by Marco Paniconi · 11 years ago
  96. 8e241ae Merge "active_map_test: remove unused VP9_FACTORY define" by Alex Converse · 11 years ago
  97. 21042c7 vp8: Allow for on/off control of UV temporal denoiser. by Marco Paniconi · 11 years ago
  98. 03819ed VP9 Denoiser denoises after mode/bsize search by Tim Kopp · 11 years ago
  99. 760deb3 active_map_test: remove unused VP9_FACTORY define by James Zern · 11 years ago
  100. c1259aa invalid_file_test: add an operator<< for DecodeParam by James Zern · 11 years ago