1. 4106313 Rename loopfilter_thread files to thread_common files by Yunqing Wang · 10 years ago
  2. 519b914 Merge "vp9: fix segfault w/corrupt data post frame-parallel merge" by James Zern · 10 years ago
  3. a5a5b11 Merge "Revert "Add vp9_highbitdepth info in configure --help"" by James Zern · 10 years ago
  4. 1c396f3 Merge "Fix a thread lost bug in frame parallel decode." by hkuang · 10 years ago
  5. dc4cdf9 Merge "vpx_temporal_svc_encoder: change default setting for static threshold." by Marco · 10 years ago
  6. 137fd2d Revert "Add vp9_highbitdepth info in configure --help" by James Zern · 10 years ago
  7. 65f046e Merge "Mute the harmless tsan error in frame parallel decode." by hkuang · 10 years ago
  8. 3be948d Merge "configure: enable x86inc for all intel platforms" by James Zern · 10 years ago
  9. 0261fb4 vp9: fix segfault w/corrupt data post frame-parallel merge by James Zern · 10 years ago
  10. ef6d6ec vpx_temporal_svc_encoder: change default setting for static threshold. by Marco · 10 years ago
  11. 769fe6e configure: enable x86inc for all intel platforms by James Zern · 10 years ago
  12. 7467936 Merge "Xcode: Fix includes in examples." by Tom Finegan · 10 years ago
  13. 9e96bdc Xcode: Fix includes in examples. by Tom Finegan · 10 years ago
  14. c905c42 Remove unnecessary initialization by Yaowu Xu · 10 years ago
  15. 581aee0 Move tx_mode decision logic into select_tx_mode() by Yaowu Xu · 10 years ago
  16. a844a77 Merge "Adjust partitioning threshold based rtc speed" by Yaowu Xu · 10 years ago
  17. 3bc0c65 Merge "Move calls to avoid unnecessary operations" by Yaowu Xu · 10 years ago
  18. 41e376e Mute the harmless tsan error in frame parallel decode. by hkuang · 10 years ago
  19. 1221641 Merge "Unify luma and chroma inter predictors in choose_partitioning" by Jingning Han · 10 years ago
  20. fb2bac4 Merge "Save an extra call for setup_pred_plane function" by Jingning Han · 10 years ago
  21. ce819d7 Merge "Account for chroma component costs in RTC mode decision" by Jingning Han · 10 years ago
  22. bdfb5f9 Adjust partitioning threshold based rtc speed by Yaowu Xu · 10 years ago
  23. b104b84 Fix a thread lost bug in frame parallel decode. by hkuang · 10 years ago
  24. 1b9082ec Unify luma and chroma inter predictors in choose_partitioning by Jingning Han · 10 years ago
  25. 4ccfc7d Save an extra call for setup_pred_plane function by Jingning Han · 10 years ago
  26. 0c6d3a0 Account for chroma component costs in RTC mode decision by Jingning Han · 10 years ago
  27. b3b7645 vp9_dthread: remove frame_parallel_decoding_mode requirement by Yunqing Wang · 10 years ago
  28. 3a5d4060 Merge "Remove unnecessary pointer check" by Johann · 10 years ago
  29. 02537eb Move calls to avoid unnecessary operations by Yaowu Xu · 10 years ago
  30. cb41110 Merge "adjust rtc setting and threshold" by Yaowu Xu · 10 years ago
  31. a367c97 Merge "Use correct buffer size in vp8 subpixel variance" by Johann · 10 years ago
  32. 70554a2 Merge "Remove duplicate code." by hkuang · 10 years ago
  33. d7783ca Merge "make low bitrates a lot less blocky" by Jim Bankoski · 10 years ago
  34. ba18609 Remove unnecessary pointer check by Johann · 10 years ago
  35. 894f0fb Merge "Assign 2nd ref frame in choose_partitioning" by Jingning Han · 10 years ago
  36. 51945a5 Merge "Fail when only an old nasm is found" by Johann · 10 years ago
  37. ca9c352 Assign 2nd ref frame in choose_partitioning by Jingning Han · 10 years ago
  38. f5b3631 Merge "vp9_dthread: pass frame counts to decoder functions" by Yunqing Wang · 10 years ago
  39. 9a66491 Merge "Add mutex initialization in encoder" by Yaowu Xu · 10 years ago
  40. a6b3e01 Add mutex initialization in encoder by Yaowu Xu · 10 years ago
  41. 4210433 Merge "Ensure the error-concealment code is available" by Johann · 10 years ago
  42. 85a9bc0 vp9_dthread: pass frame counts to decoder functions by Yunqing Wang · 10 years ago
  43. eabb793 Use correct buffer size in vp8 subpixel variance by Johann · 10 years ago
  44. 852829c Fail when only an old nasm is found by Johann · 10 years ago
  45. 9f1cf2c make low bitrates a lot less blocky by Jim Bankoski · 10 years ago
  46. 65a1a3e adjust rtc setting and threshold by Yaowu Xu · 10 years ago
  47. 4ed539f Merge "Fix a bug from merging frame parallel branch into master." by hkuang · 10 years ago
  48. 94a4595 Fix a bug from merging frame parallel branch into master. by hkuang · 10 years ago
  49. 5085f8d Merge "Require webm when explicitly requested" by Johann · 10 years ago
  50. a79db92 Merge "Allow larger encoder configurations." by Alex Converse · 10 years ago
  51. b50e518 Require webm when explicitly requested by Johann · 10 years ago
  52. fd354b2 Merge "Abort if firstpass file does not exist" by Adrian Grange · 10 years ago
  53. 80e729f Merge "Optimize coef update" by Yaowu Xu · 10 years ago
  54. be6aead Try again to merge branch 'frame-parallel' into master branch. by hkuang · 10 years ago
  55. f6c2a6c vp9: rename 'near' parameters by James Zern · 10 years ago
  56. f1ab5c1 Merge "Format fixes in vp9_rd_pick_inter_mode_sb/sub8x8" by Jingning Han · 10 years ago
  57. d249331 Merge "configure: echo --(disable|enable)-* cmdline options" by James Zern · 10 years ago
  58. 1c5e16b Merge "Explicitly include vp8_rtcd.h" by Johann · 10 years ago
  59. f92c0b1 Abort if firstpass file does not exist by Adrian Grange · 10 years ago
  60. 45971ab Optimize coef update by Yaowu Xu · 10 years ago
  61. cc7fac3 Enable use_x86inc for 32bit pic enabled Darwin target by Yunqing Wang · 10 years ago
  62. 3b3e2996 Merge "Fix issues in 32bit PIC enabled build" by Yunqing Wang · 10 years ago
  63. 797a255 Allow larger encoder configurations. by Alex Converse · 10 years ago
  64. 68340a3 Merge "Change to update of rate control factors." by Paul Wilkins · 10 years ago
  65. 04168d4 Explicitly include vp8_rtcd.h by Johann · 10 years ago
  66. a80dd52 Merge "Fix to vp9 denoiser." by Marco · 10 years ago
  67. ef7f33b configure: echo --(disable|enable)-* cmdline options by James Zern · 10 years ago
  68. f752da8 Change to update of rate control factors. by Paul Wilkins · 10 years ago
  69. ff99a3c Simplify update_coef_probs() by Yaowu Xu · 10 years ago
  70. c0923d4 Fix to vp9 denoiser. by Marco · 10 years ago
  71. e8c42fb Remove duplicate code. by hkuang · 10 years ago
  72. c29c613 Merge "vp8enc: Prevent out of bounds memory access." by Alex Converse · 10 years ago
  73. d1e6b82 Merge "Add vp9_sad32x32x4d_neon Neon intrinsic function." by Frank Galligan · 10 years ago
  74. eb12d88 Merge "Add vp9_sad16x16x4d_neon Neon intrinsic function." by Frank Galligan · 10 years ago
  75. 80a3a07 Merge "Add vp9_sad64x64x4d_neon Neon intrinsic function." by Frank Galligan · 10 years ago
  76. 10d5e09 Fix issues in 32bit PIC enabled build by Yunqing Wang · 10 years ago
  77. 581731a vp8enc: Prevent out of bounds memory access. by Alex Converse · 10 years ago
  78. fe24397 Merge "move clear_system_state() call before using double" by Yaowu Xu · 10 years ago
  79. 89e07be Merge "Fix discovery of Darwin SDKs" by Johann · 10 years ago
  80. e3167f7 Add vp9_sad32x32x4d_neon Neon intrinsic function. by Frank Galligan · 10 years ago
  81. 9f574d0 Add vp9_sad16x16x4d_neon Neon intrinsic function. by Frank Galligan · 10 years ago
  82. 54fa956 Add vp9_sad64x64x4d_neon Neon intrinsic function. by Frank Galligan · 10 years ago
  83. 1c4a84c Merge "aq-mode=3: Update to allow for refresh on modes other than zero-mv." by Marco · 10 years ago
  84. ad314c1 Fix discovery of Darwin SDKs by Lawrence Velázquez · 10 years ago
  85. 645b7cd move clear_system_state() call before using double by Yaowu Xu · 10 years ago
  86. d231ce4 Merge "Adjust active maxq for GF groups." by Paul Wilkins · 10 years ago
  87. d987dc4 Merge "Fix MSVC warnings on conversion from int64 to int" by Yaowu Xu · 10 years ago
  88. 3f1af6e aq-mode=3: Update to allow for refresh on modes other than zero-mv. by Marco · 10 years ago
  89. e7ef8ec Merge "iosbuild.sh: Increase build speed." by Tom Finegan · 10 years ago
  90. fd07022 Adjust active maxq for GF groups. by Paul Wilkins · 10 years ago
  91. 6d16f6c Fix MSVC warnings on conversion from int64 to int by Yaowu Xu · 10 years ago
  92. 9f6eba4 Add Neon intrinsic vp9_fdct8x8_quant_neon by Frank Galligan · 10 years ago
  93. 643c75d Merge "Replace divide with look-up" by Yaowu Xu · 10 years ago
  94. 4ed1bda x86: correct OSXSAVE + AVX bit check by James Zern · 10 years ago
  95. 9bdc0ae Format fixes in vp9_rd_pick_inter_mode_sb/sub8x8 by Jingning Han · 10 years ago
  96. 65f60f8 Merge "SSE2 code for the filter in MFQE." by JackyChen · 10 years ago
  97. 0e2e2c2 Merge "Remove elevate_newmv_thresh from SPEED_FEATURES (unused)" by Adrian Grange · 10 years ago
  98. eda1797 Replace divide with look-up by Yaowu Xu · 10 years ago
  99. 3e466ce Merge "Revert "Merge branch 'frame-parallel' to enable frame parallel decode in master branch."" by Johann · 10 years ago
  100. a18da97 Revert "Merge branch 'frame-parallel' to enable frame parallel decode in master branch." by Johann · 10 years ago