1. 345489c vp10/resize: add missing alloc checks by James Zern · 9 years ago
  2. 7fe9675 vp10/encoder: add missing alloc checks by James Zern · 9 years ago
  3. 5d23339 vp10_cyclic_refresh_alloc: correct cleanup on error by James Zern · 9 years ago
  4. fdc977a vp10,encoder: relocate setjmp by James Zern · 9 years ago
  5. 8628898 vp10_receive_raw_frame: add missing setjmp by James Zern · 9 years ago
  6. f28ea3e Explicitly set tx_type for sub8x8 blocks by Debargha Mukherjee · 9 years ago
  7. 0f7dd40 Define a macro to replace hardcoded values by Zoe Liu · 9 years ago
  8. ebf2586 vp10: remove unused (read|write)_uniform by James Zern · 9 years ago
  9. 580e815 Refactor prob_diff_update_savings_search_model by hui su · 9 years ago
  10. bca1a35 Merge "Cleaned code in firstpass related to altref frame" by Zoe Liu · 9 years ago
  11. b6f1f36 Cleaned code in firstpass related to altref frame by Zoe Liu · 9 years ago
  12. 4f780e9 vp9/10: fix encoder crash on flush by James Zern · 9 years ago
  13. 9e61276 Cleaned a code in define_gf_group() for firstpass by Zoe Liu · 9 years ago
  14. dea6f52 Deduplicate sign cost for ONE/TWO/THREE/FOUR tokens by Alex Converse · 9 years ago
  15. d803e8a Fix encoder crashes and enc/dec mismatches by Yaowu Xu · 9 years ago
  16. a0900fd Remove experimental flag for ext_tx by Debargha Mukherjee · 9 years ago
  17. f7dfa4e Modifies inter/intra coding to allow all tx types by Debargha Mukherjee · 9 years ago
  18. 53a1165 vp10: only assume ONLY_4X4 if segmentation is disabled. by Ronald S. Bultje · 9 years ago
  19. d9439fd vp10: skip coding of txsz for lossless-segment blocks. by Ronald S. Bultje · 9 years ago
  20. eace551 Merge changes Icf9b57c3,I9e12da84,Idf5ee179 by Yaowu Xu · 9 years ago
  21. 9232f69 Merge "Fix a enc/dec mismatch under CONFIG_MISC_FIXES" by Yaowu Xu · 9 years ago
  22. 9930900 Fixed interval, fixed Q 1 pass test patch. by paulwilkins · 9 years ago
  23. 9ce611a 1 pass VBR mode bug fix. by paulwilkins · 9 years ago
  24. c710183 Fix a enc/dec mismatch under CONFIG_MISC_FIXES by Yaowu Xu · 9 years ago
  25. d36659c move vp9_avg to vpx_dsp by James Zern · 9 years ago
  26. f0bef77 Merge "Proper fix of a msvc complier warning" by Yaowu Xu · 9 years ago
  27. 4d2cfea Proper fix of a msvc complier warning by Yaowu Xu · 9 years ago
  28. 5a81c5c Merge changes Iece22223,Iefad9d8d by Yaowu Xu · 9 years ago
  29. 6786280 Fix two msvc build issues by Yaowu Xu · 9 years ago
  30. 221ed5e Fix enc/dec mismatches for aq-mode 1 and 2 by Yaowu Xu · 9 years ago
  31. 4e692bb Changes to exhaustive motion search. by paulwilkins · 9 years ago
  32. 9d85ce8 Fix bug when overlaying middle arfs in multi-arf groups. by paulwilkins · 9 years ago
  33. 06bdcea Merge "comment out range_check of fdct in dct.c" by Angie Chiang · 9 years ago
  34. 08b157d comment out range_check of fdct in dct.c by Angie Chiang · 9 years ago
  35. 5d3327e Remove palette from VP10 by hui su · 9 years ago
  36. b1fcd17 Fix unsigned overflow in rd_variance_adjustment. by Alex Converse · 9 years ago
  37. 6ab6ac4 Use accurate bit cost for uv_mode in UV intra mode RD selection by hui su · 9 years ago
  38. 255bcf8 Merge "misc fixes: Remove a wasted value." by Alex Converse · 9 years ago
  39. 6f229b3 Merge "Shrink probability remap tables." by Alex Converse · 9 years ago
  40. 0f059d6 misc fixes: Remove a wasted value. by Alex Converse · 9 years ago
  41. a736bf6 Shrink probability remap tables. by Alex Converse · 9 years ago
  42. c1b2d41 Merge "Reorder code to be consistent accross branches" by Yaowu Xu · 9 years ago
  43. 9d8bde8 Reorder code to be consistent accross branches by Yaowu Xu · 9 years ago
  44. 811be0d Fix VS build. by Alex Converse · 9 years ago
  45. 65dd056 Merge "Optimize vpx_quantize_{b,b_32x32} assembler." by Debargha Mukherjee · 9 years ago
  46. e34c7e3 Merge "palette: Replace rand() call with custom LCG." by Alex Converse · 9 years ago
  47. 171fd89 palette: Replace rand() call with custom LCG. by Alex Converse · 9 years ago
  48. caeb10b Use explicit block position in foreach_transformed_block by Jingning Han · 9 years ago
  49. dbefcc0 Merge "vp10: don't allow comp_inter_inter on keyframes." by Ronald S. Bultje · 9 years ago
  50. a857728 Merge "vp10: fix tile size in remuxing step." by Ronald S. Bultje · 9 years ago
  51. 6a03250 vp10: don't allow comp_inter_inter on keyframes. by Ronald S. Bultje · 9 years ago
  52. 558d93f vp10: fix tile size in remuxing step. by Ronald S. Bultje · 9 years ago
  53. 56cfbee Merge "vp10: disallow coding zero-sized tiles-in-frame/frames-in-superframe." by Ronald S. Bultje · 9 years ago
  54. dec4405 vp10: disallow coding zero-sized tiles-in-frame/frames-in-superframe. by Ronald S. Bultje · 9 years ago
  55. 96b69de Merge "VP10: some changes to palette mode" by Hui Su · 9 years ago
  56. 9cfba09 Optimize vpx_quantize_{b,b_32x32} assembler. by Geza Lore · 9 years ago
  57. 2a388b5 vp10: write colorspace info for profile 0 intraonly frames. by Ronald S. Bultje · 9 years ago
  58. 60c58b5 vp10: per-segment lossless coding. by Ronald S. Bultje · 9 years ago
  59. c7dc1d7 vp10: add extended-intra prediction edges experiment. by Ronald S. Bultje · 9 years ago
  60. 1eb51a2 vp10: allow forward updates for keyframe y intra mode probabilities. by Ronald S. Bultje · 9 years ago
  61. d8f3bb1 vp10: merge keyframe/interframe uvintramode/partition probabilities. by Ronald S. Bultje · 9 years ago
  62. 6e5a116 vp10: make segmentation probs use generic probability model. by Ronald S. Bultje · 9 years ago
  63. 17c817a VP10: some changes to palette mode by hui su · 9 years ago
  64. aaf6f62 Fix palette mode in multi-thread encoding setting by hui su · 9 years ago
  65. 15cc8bc Merge "fix a msvc compiler warning" by Yaowu Xu · 9 years ago
  66. 8ced62f fix a msvc compiler warning by Yaowu Xu · 9 years ago
  67. 4727fa2 Fix two asan failures by Yaowu Xu · 9 years ago
  68. fe0396c Merge "Fix compiler warnings" by Hui Su · 9 years ago
  69. b9e31b5 Merge "VP10: Add palette mode part 1" by Hui Su · 9 years ago
  70. 6f31722 Fix compiler warnings by hui su · 9 years ago
  71. 0017095 vp10: allow forward updates for uv_mode probabilities. by Ronald S. Bultje · 9 years ago
  72. 5f58982 vp10: allow bw adaptivity for skip/tx probabilities in keyframes. by Ronald S. Bultje · 9 years ago
  73. fee146e vp10: don't write tile size marker bit if CONFIG_MISC_FIXES=0. by Ronald S. Bultje · 9 years ago
  74. 5b4805d vp10: remove clamp_mv2() call from vp10_find_best_ref_mvs(). by Ronald S. Bultje · 9 years ago
  75. 2e45ce1 vp10: update assertion/allocation for tokens. by Ronald S. Bultje · 9 years ago
  76. 5d011cb VP10: Add palette mode part 1 by hui su · 10 years ago
  77. 177e7b5 vp10: use subexp probability updates for MV probs. by Ronald S. Bultje · 9 years ago
  78. 3461e8c vp10: skip unreachable cat6 token extrabits. by Ronald S. Bultje · 9 years ago
  79. 7460798 vp10: use superframe marker index/size mechanism for tile size. by Ronald S. Bultje · 9 years ago
  80. 612104b vp10: extend range for delta Q values. by Ronald S. Bultje · 9 years ago
  81. ce37802 vp10: make render_width/height referenceable through ref frames. by Ronald S. Bultje · 9 years ago
  82. e40a448 Merge "comment out fdct32" by Angie Chiang · 9 years ago
  83. cc5dd3e Merge "vp9/10: improve support for render_width/height." by Ronald S. Bultje · 9 years ago
  84. 3db5721 Merge "Rename display_{size,width,height} to render_*." by Ronald S. Bultje · 9 years ago
  85. 7238492 Merge "vp10: code reference_mode in uncompressed header." by Ronald S. Bultje · 9 years ago
  86. 812945a vp9/10: improve support for render_width/height. by Ronald S. Bultje · 10 years ago
  87. db2056f Merge "vp9/10 encoder: prevent NULL access on failure" by James Zern · 10 years ago
  88. 36ffe64 Rename display_{size,width,height} to render_*. by Ronald S. Bultje · 10 years ago
  89. fcd6414 Merge "vp10: remove MACROBLOCK.{highbd_,}itxfm_add function pointer." by Ronald S. Bultje · 10 years ago
  90. 690f662 Merge "vp10: remove MACROBLOCK.fwd_txm4x4 function pointer." by Ronald S. Bultje · 10 years ago
  91. 6a38210 comment out fdct32 by Angie Chiang · 10 years ago
  92. 8979e9e vp10: code reference_mode in uncompressed header. by Ronald S. Bultje · 10 years ago
  93. bab8d38 vp10: remove MACROBLOCK.{highbd_,}itxfm_add function pointer. by Ronald S. Bultje · 10 years ago
  94. c74b33a vp10: remove MACROBLOCK.fwd_txm4x4 function pointer. by Ronald S. Bultje · 10 years ago
  95. cf8f655 vp9/10 encoder: prevent NULL access on failure by James Zern · 10 years ago
  96. e7c8b71 Revert "remove static from fdct4/8/16/32" by James Zern · 10 years ago
  97. 38cc168 Adjust rd calculation in choose_tx_size_from_rd by hui su · 10 years ago
  98. 36c4e8b Merge "remove static from fdct4/8/16/32" by Angie Chiang · 10 years ago
  99. 8903b9f remove static from fdct4/8/16/32 by Angie Chiang · 10 years ago
  100. d6be267 Create sub8x8 block inter prediction function by Jingning Han · 10 years ago