1. 8678ab4 Rework motion vector precision limit by Jingning Han · 9 years ago
  2. 6ca3646 Store ANS token CDFs in the FRAME_CONTEXT rather than in a global table. by Alex Converse · 9 years ago
  3. ab759be Merge "Use an exponential growth approach for the ANS reversal buffer." into nextgenv2 by Alex Converse · 9 years ago
  4. 77d197e Fix segfault with --cpu-used >= 3 and ext-refs. by Geza Lore · 9 years ago
  5. 5d2b0f9 Use an exponential growth approach for the ANS reversal buffer. by Alex Converse · 9 years ago
  6. c50aaf3 Make ext-refs respect encoding flags. by Geza Lore · 9 years ago
  7. 9e8cad3 Merge "Add vp10_ prefix to full_to_model_counts and fill_token_costs" into nextgenv2 by Hui Su · 9 years ago
  8. 0792748 Add vp10_ prefix to full_to_model_counts and fill_token_costs by hui su · 9 years ago
  9. 61af898 Extend variance based partitioning to 128x128 superblocks by Geza Lore · 9 years ago
  10. 454989f Make superblock size variable at the frame level. by Geza Lore · 9 years ago
  11. 511da8c Rename MI_BLOCK_SIZE and MI_MASK macros. by Geza Lore · 9 years ago
  12. 552d5cd Extend superblock size fo 128x128 pixels. by Geza Lore · 9 years ago
  13. c810740 Merge branch 'masterbase' into nextgenv2 by Yaowu Xu · 9 years ago
  14. 490ba1a Port large scale tile coding features from nextgen. by Geza Lore · 9 years ago
  15. 83b47af Add "entropy" experiment by hui su · 9 years ago
  16. e6e2d88 Add high-precision sub-pixel search as a speed feature by Yunqing Wang · 9 years ago
  17. f34deab Adds compound wedge prediction modes by Debargha Mukherjee · 9 years ago
  18. 6bbbe31 ANS: Switch from PDFs to CDFs. by Alex Converse · 9 years ago
  19. 342a368 Do sub-pixel motion search in up-sampled reference frames by Yunqing Wang · 9 years ago
  20. bab2912 Some refactoring and cleanups of interp filter by Debargha Mukherjee · 9 years ago
  21. a570cef Merge "Extend vpxssim to handle more HBD combinations" into nextgenv2 by Yaowu Xu · 9 years ago
  22. ac4c37c vp9/10: fix forced keyframes w/alt-refs enabled by James Zern · 9 years ago
  23. aa6c754 Merge remote-tracking branch 'webm/master' into nextgenv2 by Yaowu Xu · 9 years ago
  24. 272dbaa Merge "Cleanup psnr.h" into nextgenv2 by Yaowu Xu · 9 years ago
  25. ec6b8d8 Merge "Add shift stage in FASTSSIM computation" into nextgenv2 by Yaowu Xu · 9 years ago
  26. eeaf8e6 Extend vpxssim to handle more HBD combinations by Yaowu Xu · 9 years ago
  27. 38cfc45 Cleanup psnr.h by Yaowu Xu · 9 years ago
  28. d1c5cd4 Add shift stage in FASTSSIM computation by Yaowu Xu · 9 years ago
  29. af3a838 Merge "Move psnrhvs function declaration to psnr.h" into nextgenv2 by Yaowu Xu · 9 years ago
  30. 404c512 Merge "Unify motion vector cost system" into nextgenv2 by Jingning Han · 9 years ago
  31. a10814e Merge "Account context based prob model for motion vector cost estimate" into nextgenv2 by Jingning Han · 9 years ago
  32. 6e695da Move psnrhvs function declaration to psnr.h by Yaowu Xu · 9 years ago
  33. fec5988 Unify motion vector cost system by Jingning Han · 9 years ago
  34. 03c01bc Account context based prob model for motion vector cost estimate by Jingning Han · 9 years ago
  35. 7823fbb Merge "Move PSNR related functions into vpx_dsp/psnr.c" into nextgenv2 by Yaowu Xu · 9 years ago
  36. 7fe9675 vp10/encoder: add missing alloc checks by James Zern · 9 years ago
  37. 7538501 Move PSNR related functions into vpx_dsp/psnr.c by Yaowu Xu · 9 years ago
  38. 6ed7f7a Merge branch 'master' into nextgenv2 by Yaowu Xu · 9 years ago
  39. fdc977a vp10,encoder: relocate setjmp by James Zern · 9 years ago
  40. 8b0a5b8 Adding loop wiener restoration by Debargha Mukherjee · 9 years ago
  41. 1a69cb2 Refactor internal stats code by Yaowu Xu · 9 years ago
  42. 8628898 vp10_receive_raw_frame: add missing setjmp by James Zern · 9 years ago
  43. bb8ca08 Enable computing PSNRHVS for hbd build by Yaowu Xu · 9 years ago
  44. c0874f2 Enable computing of FastSSIM for HBD build by Yaowu Xu · 9 years ago
  45. bb5f9e4 Fix a bug in HBD buffer size computation by Yaowu Xu · 9 years ago
  46. 090eaad Change to use local variables consistently by Yaowu Xu · 9 years ago
  47. 204e77e Remove a flavor of SSIM that is never really used. by Yaowu Xu · 9 years ago
  48. f0a4485 Refactor to separate restoration from loop filter by Debargha Mukherjee · 9 years ago
  49. 3eb10fc Cosmetic changes to loop restoration by Debargha Mukherjee · 9 years ago
  50. eef57c1 Fixes ext-interp experiment by Debargha Mukherjee · 9 years ago
  51. 84ca7a9 Loop restoration filter by Debargha Mukherjee · 9 years ago
  52. 727ca80 Merge "Merge branch 'master' into nextgenv2" into nextgenv2 by Yaowu Xu · 9 years ago
  53. 0367f32 Merge branch 'master' into nextgenv2 by Yaowu Xu · 9 years ago
  54. 33cc1bd Generate compound reference motion vector by Jingning Han · 9 years ago
  55. f7dfa4e Modifies inter/intra coding to allow all tx types by Debargha Mukherjee · 9 years ago
  56. 387a10e Enable context analyzer for inter mode entropy coding by Jingning Han · 9 years ago
  57. 9581f3d Replaced a hard-coded value with the macro by Zoe Liu · 9 years ago
  58. ec36a2b Restore the flexibility for the new 3 references by Zoe Liu · 9 years ago
  59. dab7515 Merge branch 'master' into nextgenv2 by Yaowu Xu · 9 years ago
  60. 9930900 Fixed interval, fixed Q 1 pass test patch. by paulwilkins · 9 years ago
  61. f07d73b Merge branch 'master' into nextgenv2 by Yaowu Xu · 9 years ago
  62. 4e692bb Changes to exhaustive motion search. by paulwilkins · 9 years ago
  63. c93e5cc Bring palette back to nextgenv2 by hui su · 9 years ago
  64. 69f4930 Merge branch 'master' into nextgenv2 by Yaowu Xu · 9 years ago
  65. 5d3327e Remove palette from VP10 by hui su · 9 years ago
  66. 3ec1601 Added 3 more reference frames for inter prediction. by Zoe Liu · 9 years ago
  67. 66f2f65 Merge MISC_FIXES by hui su · 9 years ago
  68. 85514c4 New interpolation experiment by Debargha Mukherjee · 9 years ago
  69. 6727943 Refactor loop filter mask by Jingning Han · 9 years ago
  70. 4ac2ae3 Merge branch 'masterbase' into nextgenv2 by Yaowu Xu · 9 years ago
  71. 60c58b5 vp10: per-segment lossless coding. by Ronald S. Bultje · 9 years ago
  72. 6e5a116 vp10: make segmentation probs use generic probability model. by Ronald S. Bultje · 9 years ago
  73. aaf6f62 Fix palette mode in multi-thread encoding setting by hui su · 9 years ago
  74. b9e31b5 Merge "VP10: Add palette mode part 1" by Hui Su · 9 years ago
  75. 5f58982 vp10: allow bw adaptivity for skip/tx probabilities in keyframes. by Ronald S. Bultje · 10 years ago
  76. 5d011cb VP10: Add palette mode part 1 by hui su · 10 years ago
  77. 7c514e2 Merged branch 'master' into nextgenv2 by Yaowu Xu · 10 years ago
  78. cc5dd3e Merge "vp9/10: improve support for render_width/height." by Ronald S. Bultje · 10 years ago
  79. 3db5721 Merge "Rename display_{size,width,height} to render_*." by Ronald S. Bultje · 10 years ago
  80. 812945a vp9/10: improve support for render_width/height. by Ronald S. Bultje · 10 years ago
  81. db2056f Merge "vp9/10 encoder: prevent NULL access on failure" by James Zern · 10 years ago
  82. 36ffe64 Rename display_{size,width,height} to render_*. by Ronald S. Bultje · 10 years ago
  83. bab8d38 vp10: remove MACROBLOCK.{highbd_,}itxfm_add function pointer. by Ronald S. Bultje · 10 years ago
  84. c74b33a vp10: remove MACROBLOCK.fwd_txm4x4 function pointer. by Ronald S. Bultje · 10 years ago
  85. cf8f655 vp9/10 encoder: prevent NULL access on failure by James Zern · 10 years ago
  86. 09ff5f2 Merge remote-tracking branch 'origin/master' into nextgenv2 by Debargha Mukherjee · 10 years ago
  87. c3bf837 Refactor mbmi_ext structure by Jingning Han · 10 years ago
  88. eeb5ef0 Add support for color-range. by Ronald S. Bultje · 10 years ago
  89. c667593 Merge changes from topic 'fix-vp9-bitstream-test' by James Zern · 10 years ago
  90. d1474f0 vp10: merge frame_parallel_decoding_mode and refresh_frame_context. by Ronald S. Bultje · 10 years ago
  91. 62da0bf Make reset_frame_context an enum. by Ronald S. Bultje · 10 years ago
  92. a2e61ad vp9/10: set color_space on preview frame by James Zern · 10 years ago
  93. 9fc691e Backport EXT_TX experiment from nextgen by Debargha Mukherjee · 10 years ago
  94. bd89a34 Don't build calc_psnr for high bit depth. by Johann · 10 years ago
  95. c5f1191 Include vpx_dsp_common.h when using VPXMIN/MAX by Johann · 10 years ago
  96. c147c4d vp10 cleanup: remove svc code by Yunqing Wang · 10 years ago
  97. 5e16d39 vpx_dsp_common: add VPX prefix to MIN/MAX by James Zern · 10 years ago
  98. 1c07691 vp10 cleanup: remove nonrd and real-time code by Yunqing Wang · 10 years ago
  99. a4c7e92 VP9EncoderConfig -> VP10EncoderConfig by hui su · 10 years ago
  100. 89af744 Change vp9_ prefix function names in vpx_scale to vpx_ by Jingning Han · 10 years ago