1. 6ab6ac4 Use accurate bit cost for uv_mode in UV intra mode RD selection by hui su · 9 years ago
  2. 3cbe767 Merge "Generate intra prediction reference values only when necessary" by Hui Su · 9 years ago
  3. 255bcf8 Merge "misc fixes: Remove a wasted value." by Alex Converse · 9 years ago
  4. 16bf821 Move palette-based intra prediction out of misc-fixes by hui su · 9 years ago
  5. e085fb6 Generate intra prediction reference values only when necessary by hui su · 9 years ago
  6. 989193c Make the zero handling in extend_to_full_distribution more explicit. by Alex Converse · 10 years ago
  7. 6f229b3 Merge "Shrink probability remap tables." by Alex Converse · 9 years ago
  8. 663960e Revert "Replace the zero handling in extend_to_full_distribution." by Alex Converse · 10 years ago
  9. 0f059d6 misc fixes: Remove a wasted value. by Alex Converse · 10 years ago
  10. a736bf6 Shrink probability remap tables. by Alex Converse · 10 years ago
  11. c1b2d41 Merge "Reorder code to be consistent accross branches" by Yaowu Xu · 10 years ago
  12. 89d10d8 Merge "Replace the zero handling in extend_to_full_distribution." by Alex Converse · 10 years ago
  13. 9d8bde8 Reorder code to be consistent accross branches by Yaowu Xu · 10 years ago
  14. 811be0d Fix VS build. by Alex Converse · 10 years ago
  15. 7f56cb2 Replace the zero handling in extend_to_full_distribution. by Alex Converse · 10 years ago
  16. 65dd056 Merge "Optimize vpx_quantize_{b,b_32x32} assembler." by Debargha Mukherjee · 10 years ago
  17. e34c7e3 Merge "palette: Replace rand() call with custom LCG." by Alex Converse · 10 years ago
  18. 171fd89 palette: Replace rand() call with custom LCG. by Alex Converse · 10 years ago
  19. caeb10b Use explicit block position in foreach_transformed_block by Jingning Han · 10 years ago
  20. f4af1a9 Merge "vp10: merge ext_ipred_bltr experiment into misc_fixes." by Ronald S. Bultje · 10 years ago
  21. 806ae29d Merge "vp10: merge universal_hp experiment into misc_fixes." by Ronald S. Bultje · 10 years ago
  22. dbefcc0 Merge "vp10: don't allow comp_inter_inter on keyframes." by Ronald S. Bultje · 10 years ago
  23. a857728 Merge "vp10: fix tile size in remuxing step." by Ronald S. Bultje · 10 years ago
  24. 40347d0 Merge "vp10: use correct constant for bw adaptation of seg pred probs." by Ronald S. Bultje · 10 years ago
  25. de4e266 Merge "vp10: don't make right edge available across tile boundaries." by Ronald S. Bultje · 10 years ago
  26. 69df584 Merge "vp10: clip MVs before adding to find_ref_mvs() list." by Ronald S. Bultje · 10 years ago
  27. 53dc9fd vp10: merge ext_ipred_bltr experiment into misc_fixes. by Ronald S. Bultje · 10 years ago
  28. 194c0a5 vp10: merge universal_hp experiment into misc_fixes. by Ronald S. Bultje · 10 years ago
  29. 6a03250 vp10: don't allow comp_inter_inter on keyframes. by Ronald S. Bultje · 10 years ago
  30. 558d93f vp10: fix tile size in remuxing step. by Ronald S. Bultje · 10 years ago
  31. 5905877 vp10: use correct constant for bw adaptation of seg pred probs. by Ronald S. Bultje · 10 years ago
  32. 3d90819 vp10: don't make right edge available across tile boundaries. by Ronald S. Bultje · 10 years ago
  33. 56cfbee Merge "vp10: disallow coding zero-sized tiles-in-frame/frames-in-superframe." by Ronald S. Bultje · 10 years ago
  34. 293e20d vp10: clip MVs before adding to find_ref_mvs() list. by Ronald S. Bultje · 10 years ago
  35. dec4405 vp10: disallow coding zero-sized tiles-in-frame/frames-in-superframe. by Ronald S. Bultje · 10 years ago
  36. 96b69de Merge "VP10: some changes to palette mode" by Hui Su · 10 years ago
  37. 9897e1c Merge "vp10: write colorspace info for profile 0 intraonly frames." by Ronald S. Bultje · 10 years ago
  38. bafadaa Merge "vp10: per-segment lossless coding." by Ronald S. Bultje · 10 years ago
  39. 92c4d81 Merge "vp10: add extended-intra prediction edges experiment." by Ronald S. Bultje · 10 years ago
  40. 1a64595 Merge "vp10: allow MV refs to point outside visible image." by Ronald S. Bultje · 10 years ago
  41. 4a7f012 Merge "vp10: allow forward updates for keyframe y intra mode probabilities." by Ronald S. Bultje · 10 years ago
  42. f441a65 Merge "vp10: merge keyframe/interframe uvintramode/partition probabilities." by Ronald S. Bultje · 10 years ago
  43. 24517b9 Merge "vp10: make segmentation probs use generic probability model." by Ronald S. Bultje · 10 years ago
  44. 9cfba09 Optimize vpx_quantize_{b,b_32x32} assembler. by Geza Lore · 10 years ago
  45. 2a388b5 vp10: write colorspace info for profile 0 intraonly frames. by Ronald S. Bultje · 10 years ago
  46. a046f56 vp8cx: remove deprecated reference/entropy controls by James Zern · 10 years ago
  47. 60c58b5 vp10: per-segment lossless coding. by Ronald S. Bultje · 10 years ago
  48. c7dc1d7 vp10: add extended-intra prediction edges experiment. by Ronald S. Bultje · 10 years ago
  49. dea9989 vp10: allow MV refs to point outside visible image. by Ronald S. Bultje · 10 years ago
  50. 1eb51a2 vp10: allow forward updates for keyframe y intra mode probabilities. by Ronald S. Bultje · 10 years ago
  51. d8f3bb1 vp10: merge keyframe/interframe uvintramode/partition probabilities. by Ronald S. Bultje · 10 years ago
  52. 6e5a116 vp10: make segmentation probs use generic probability model. by Ronald S. Bultje · 10 years ago
  53. 17c817a VP10: some changes to palette mode by hui su · 10 years ago
  54. aaf6f62 Fix palette mode in multi-thread encoding setting by hui su · 10 years ago
  55. 15cc8bc Merge "fix a msvc compiler warning" by Yaowu Xu · 10 years ago
  56. 8ced62f fix a msvc compiler warning by Yaowu Xu · 10 years ago
  57. 4727fa2 Fix two asan failures by Yaowu Xu · 10 years ago
  58. 567c791 Merge "vp10: fix compiler warning with --enable-universal_hp." by Ronald S. Bultje · 10 years ago
  59. fe0396c Merge "Fix compiler warnings" by Hui Su · 10 years ago
  60. fa8ba20 vp10: fix compiler warning with --enable-universal_hp. by Ronald S. Bultje · 10 years ago
  61. b9e31b5 Merge "VP10: Add palette mode part 1" by Hui Su · 10 years ago
  62. 6f31722 Fix compiler warnings by hui su · 10 years ago
  63. 0017095 vp10: allow forward updates for uv_mode probabilities. by Ronald S. Bultje · 10 years ago
  64. 5f58982 vp10: allow bw adaptivity for skip/tx probabilities in keyframes. by Ronald S. Bultje · 10 years ago
  65. fee146e vp10: don't write tile size marker bit if CONFIG_MISC_FIXES=0. by Ronald S. Bultje · 10 years ago
  66. 1799f2f vp10: remove ref-MV-dependent use of HP. by Ronald S. Bultje · 10 years ago
  67. 5b4805d vp10: remove clamp_mv2() call from vp10_find_best_ref_mvs(). by Ronald S. Bultje · 10 years ago
  68. 2e45ce1 vp10: update assertion/allocation for tokens. by Ronald S. Bultje · 10 years ago
  69. 5d011cb VP10: Add palette mode part 1 by hui su · 10 years ago
  70. 95f8b81 Merge "vp10: use subexp probability updates for MV probs." by Ronald S. Bultje · 10 years ago
  71. ca67339 Merge "vp10: skip unreachable cat6 token extrabits." by Ronald S. Bultje · 10 years ago
  72. b60b15b Merge "vp10: remove superframe size field for last frame in superframe." by Ronald S. Bultje · 10 years ago
  73. 5dd85e5 Merge "vp10: use superframe marker index/size mechanism for tile size." by Ronald S. Bultje · 10 years ago
  74. f3a73f1 Merge "Backports highbitdepth accelerations into vp10" by Debargha Mukherjee · 10 years ago
  75. 177e7b5 vp10: use subexp probability updates for MV probs. by Ronald S. Bultje · 10 years ago
  76. 3461e8c vp10: skip unreachable cat6 token extrabits. by Ronald S. Bultje · 10 years ago
  77. d77a84b vp10: remove superframe size field for last frame in superframe. by Ronald S. Bultje · 10 years ago
  78. 7460798 vp10: use superframe marker index/size mechanism for tile size. by Ronald S. Bultje · 10 years ago
  79. 612104b vp10: extend range for delta Q values. by Ronald S. Bultje · 10 years ago
  80. ce37802 vp10: make render_width/height referenceable through ref frames. by Ronald S. Bultje · 10 years ago
  81. 3fedf4a Merge "vp10: reimplement d45/4x4 to match vp8 instead of vp9." by Ronald S. Bultje · 10 years ago
  82. f183222 Backports highbitdepth accelerations into vp10 by Debargha Mukherjee · 10 years ago
  83. 06bdc7f Small cleanup by hui su · 10 years ago
  84. 62a1579 vp10: reimplement d45/4x4 to match vp8 instead of vp9. by Ronald S. Bultje · 10 years ago
  85. e40a448 Merge "comment out fdct32" by Angie Chiang · 10 years ago
  86. cc5dd3e Merge "vp9/10: improve support for render_width/height." by Ronald S. Bultje · 10 years ago
  87. 3db5721 Merge "Rename display_{size,width,height} to render_*." by Ronald S. Bultje · 10 years ago
  88. 7238492 Merge "vp10: code reference_mode in uncompressed header." by Ronald S. Bultje · 10 years ago
  89. 2e3aa05 Merge "vp10: split UV int4x4 loopfilter flag in one for each covered edge." by Ronald S. Bultje · 10 years ago
  90. 812945a vp9/10: improve support for render_width/height. by Ronald S. Bultje · 10 years ago
  91. db2056f Merge "vp9/10 encoder: prevent NULL access on failure" by James Zern · 10 years ago
  92. 36ffe64 Rename display_{size,width,height} to render_*. by Ronald S. Bultje · 10 years ago
  93. fcd6414 Merge "vp10: remove MACROBLOCK.{highbd_,}itxfm_add function pointer." by Ronald S. Bultje · 10 years ago
  94. 690f662 Merge "vp10: remove MACROBLOCK.fwd_txm4x4 function pointer." by Ronald S. Bultje · 10 years ago
  95. 6a38210 comment out fdct32 by Angie Chiang · 10 years ago
  96. 8979e9e vp10: code reference_mode in uncompressed header. by Ronald S. Bultje · 10 years ago
  97. 034c28b vp10: split UV int4x4 loopfilter flag in one for each covered edge. by Ronald S. Bultje · 10 years ago
  98. b945a53 Merge "Revert "remove static from fdct4/8/16/32"" by James Zern · 10 years ago
  99. bab8d38 vp10: remove MACROBLOCK.{highbd_,}itxfm_add function pointer. by Ronald S. Bultje · 10 years ago
  100. c74b33a vp10: remove MACROBLOCK.fwd_txm4x4 function pointer. by Ronald S. Bultje · 10 years ago