1. 19234cc Macro to disable warped/obmc_causal with global motion by Sarah Parker · 8 years ago
  2. da3d94f Account for elided extrabits during rate cost calculation. by Alex Converse · 8 years ago
  3. 1052575 NEW_TOKENSET: improve RDO. by Thomas Davies · 8 years ago
  4. b3ebed1 Fix sub8x8 rd costing to include global motion prediction by Sarah Parker · 8 years ago
  5. 9f7ca0b handle_inter_mode: rename opt_args to args by Fergus Simpson · 8 years ago
  6. 3424c2d rdopt: move/remove 2d arrays in pick_inter_mode_sb by Fergus Simpson · 8 years ago
  7. d16a836 Rename a macro by Sebastien Alaiwan · 8 years ago
  8. de18e2b rdopt: refactor interpolation_filter_search() by Fergus Simpson · 8 years ago
  9. f80a058 hbd: remove unused variable "use_hbd" by Fergus Simpson · 8 years ago
  10. 531d6af localize the use of CONFIG_DEPENDENT_HORZTILES by Yaowu Xu · 8 years ago
  11. 0b96b47 rdopt: fix wrong #endif by Fergus Simpson · 8 years ago
  12. 4550963 handle_inter_mode: add handle_newmv() by Fergus Simpson · 8 years ago
  13. efbbe70 handle_inter_mode: loop mv rate calculation by Fergus Simpson · 8 years ago
  14. febb59c Allow global motion based translation for sub8x8 by Debargha Mukherjee · 8 years ago
  15. 5329a2b Restrict the number of neighbors in obmc mode by Yue Chen · 8 years ago
  16. 4063a68 rdopt.c: add comments to #endif's by Fergus Simpson · 8 years ago
  17. ae7c458 Turn off global motion for sub8x8 blocks by Sarah Parker · 8 years ago
  18. ab77e73 Fix compiling warnings in var-tx and pvq by Jingning Han · 8 years ago
  19. 073c6f3 handle_inter_mode: add arguments struct by Fergus Simpson · 8 years ago
  20. 246d273 Assign offsets correctly to compute warped motion by Debargha Mukherjee · 8 years ago
  21. c41a549 Disable compound mode in sub8x8 coding blocks by Jingning Han · 8 years ago
  22. 1e2aae1 Use correct segment by Yaowu Xu · 8 years ago
  23. f6dd3c6 Better block center in gm_get_motion_vector fn by Debargha Mukherjee · 8 years ago
  24. 094c943 Adds macro to test cb4x4 w/o sub8x8 txtype search by Debargha Mukherjee · 8 years ago
  25. e6eb3b5 Integerize warped motion computation by Debargha Mukherjee · 8 years ago
  26. 7fcfee4 Prefer using get_tx_size() by Angie Chiang · 8 years ago
  27. 005feb6 Add get_plane_type() helper function. by Luc Trudeau · 8 years ago
  28. 2b0eeb1 Fix a compiling error in ext-tx and var-tx by Jingning Han · 8 years ago
  29. 1857cfa Remove recon_variance variable from MACROBLOCK by Jingning Han · 8 years ago
  30. 31b6a4f Add chroma 2x2 block experiment by Jingning Han · 8 years ago
  31. 45390c1 Change gm_get_motion_vector by David Barker · 8 years ago
  32. e7e3720 Enable av1_is_interp_needed in handle_inter_mode by Angie Chiang · 8 years ago
  33. 9210981 palette: Use some enums / defines by Alex Converse · 8 years ago
  34. 1b5bd29 Remove redundant full-pixel check from rdopt.c by Angie Chiang · 8 years ago
  35. 36fe320 Skip non-reference position chroma uv intra mode coding by Jingning Han · 8 years ago
  36. 9ce464c Account for the re-scheduled sub8x8 chroma block order by Jingning Han · 8 years ago
  37. 8efdbc8 Skip 2x2 uv block in the rd search loop by Jingning Han · 8 years ago
  38. e68a3e4 Add default reduced set for ext-tx by Sarah Parker · 8 years ago
  39. 18c53c8 Re-schedule sub8x8 chroma component encoding process by Jingning Han · 8 years ago
  40. 5dfa930 Support trapezoidal models for global motion by Debargha Mukherjee · 8 years ago
  41. 5c20729 Remove PVQ_CHROMA_RD codes by Yushin Cho · 8 years ago
  42. ed8e2d2 NEW_TOKENSET: modify trellis and coeff costs. by Thomas Davies · 8 years ago
  43. 55ce9e0 apply clang-format by clang-format · 8 years ago
  44. 17ce8b1 Remove file base name collisions. by Tom Finegan · 8 years ago
  45. e3a4c1c Pass plane into get_conv_params### by Angie Chiang · 8 years ago
  46. 42d9610 Avoid sending bits for the compound type for sub 8x8 blocks by Sarah Parker · 8 years ago
  47. 19e7aa8 Remove interp filter for non-translation global mv by Yue Chen · 8 years ago
  48. d091b80 Correlate od_compute_dist_8x8 with sum of squared error by David Michael Barr · 8 years ago
  49. 451e0f2 Bugfix: Fix an assert being triggered because of palette. by Urvang Joshi · 8 years ago
  50. 426a997 Fix ext-inter + compound-segment + supertx by David Barker · 8 years ago
  51. c2d3871 Make global_motion work with ext_inter by Sarah Parker · 8 years ago
  52. 23a6111 Palette code: add comments and rename some variables. by Urvang Joshi · 8 years ago
  53. 199a2f4 Palette: Don't use top-right pixel for context of color indices. by Urvang Joshi · 8 years ago
  54. 79c0f32 Remove DCT from od_compute_dist_8x8 by Jean-Marc Valin · 8 years ago
  55. 9868c74 Fix crash with cb4x4 and warped-motion by Debargha Mukherjee · 8 years ago
  56. 83c2663 Refactor rd_pick_intra_sbuv_mode() by hui su · 8 years ago
  57. 56ba91b Palette: Don't store tokens for pixels outside image boundary. by Urvang Joshi · 8 years ago
  58. 8b61321 Fix mismatch w/ ext-inter/warped-motion/motion-var by Debargha Mukherjee · 8 years ago
  59. 78c611a Speed up palette keyframe encoding with model RD by hui su · 8 years ago
  60. 8f4cc0a Speed up filter-intra keyframe encoding with model RD by hui su · 8 years ago
  61. 9a416f5 Speed up ext-intra keyframe encoding with model RD by hui su · 8 years ago
  62. 839467f Make ext-inter use new rectangular intra predictor by David Barker · 8 years ago
  63. 61418bb Fix conflicts between ext-inter and cb4x4 modes by Jingning Han · 8 years ago
  64. 01770b3 Rename NONE to NONE_FRAME. by Emil Keyder · 8 years ago
  65. 7a428ba Add a new experiment, DAALA_DIST by Yushin Cho · 8 years ago
  66. 561eb72 Fix a typo in a comment for ext-inter by David Barker · 8 years ago
  67. 2e60488 Do masked motion search based on COMPOUND_TYPE by Sarah Parker · 8 years ago
  68. 308a639 Speed up keyframe encoding with model RD by hui su · 8 years ago
  69. 25f2f7d Remove an outdated assertion by Jingning Han · 8 years ago
  70. f27b160 Add rd loop of NCOBMC by Yue Chen · 8 years ago
  71. 2615d6e Fix the transform size/type search condition by Yunqing Wang · 8 years ago
  72. feb925f Enable rectangular transforms for Intra also. by Urvang Joshi · 8 years ago
  73. 9f45bc4 Pass ConvolveParams into prediction functions by Angie Chiang · 8 years ago
  74. 1edf9a3 Improvements on segment mask by Debargha Mukherjee · 8 years ago
  75. 8a63049 Fix a RD bug with palette mode by hui su · 8 years ago
  76. de0c70a Refactor rd_pick_intra_sby_mode() by hui su · 8 years ago
  77. 203b1d3 Clean up redundant #if statements by Jingning Han · 8 years ago
  78. c7ea761 Make rd_debug aligned to var-tx by Jingning Han · 8 years ago
  79. b9f757c Refactor compound_segment to try different segmentation masks by Sarah Parker · 8 years ago
  80. ab44fd1 Rename encode_inter_mb_segment() by Yushin Cho · 8 years ago
  81. ee0af21 Correct the misleading codes in encode_inter_mb_segment() by Yushin Cho · 8 years ago
  82. 1a2df5e Fix wrong stride of dst buffer in intra4x4 by Yushin Cho · 8 years ago
  83. 6ae7564 Fix frame boundary block distortion computation in var-tx by Jingning Han · 8 years ago
  84. 482016d Rename the function rd_pick_best_sub8x8_mode() by Yushin Cho · 8 years ago
  85. 1733f6b Merge ext_interp and dual_filter by Angie Chiang · 8 years ago
  86. 581d169 Rework the txfm partition context to support cb4x4 mode by Jingning Han · 8 years ago
  87. 9ca05b7 Refactor var-tx pipeline to support cb4x4 mode by Jingning Han · 8 years ago
  88. 409c0bb Bugfixes in pick_interinter_seg_mask by Sarah Parker · 8 years ago
  89. 3839548 Refactor PVQ codes for inter4x4 by Yushin Cho · 8 years ago
  90. 900243b Refactor PVQ codes for intra4x4 by Yushin Cho · 8 years ago
  91. b27a17f Fix wrong place of setting dst with PVQ in intra 4x4 by Yushin Cho · 8 years ago
  92. 569edda Add temporary dummy mask for compound segmentation by Sarah Parker · 8 years ago
  93. 930118c PVQ: Fix incorrect calculation of rd_stats by Guillaume Martres · 8 years ago
  94. bf9c6b7 Enable 4x4 block partition search by Jingning Han · 8 years ago
  95. cc60daa Remove no longer necessary intra block reencode again by Guillaume Martres · 8 years ago
  96. 4d44f5a Make a small cleanup on wedge compound prediction by Zoe Liu · 8 years ago
  97. 271bb2c Enable rate-distortion optimization search to support cb4x4 by Jingning Han · 8 years ago
  98. 45dc597 Refactor ext-intra by hui su · 8 years ago
  99. 705544c Refines the recode loop by Debargha Mukherjee · 8 years ago
  100. fd87380 Update entropy context after trellis quant by Yaowu Xu · 8 years ago