1. 91f01fd Support non-causal obmc in the cb4x4 mode by Jingning Han · 8 years ago
  2. eeacc4c Bug fix: determine tx_mode based on lossless mode of all segments by Yue Chen · 8 years ago
  3. f27b160 Add rd loop of NCOBMC by Yue Chen · 8 years ago
  4. feb925f Enable rectangular transforms for Intra also. by Urvang Joshi · 8 years ago
  5. 55c6bde Add unpoison_partition_ctx experiment by Alex Converse · 8 years ago
  6. 1733f6b Merge ext_interp and dual_filter by Angie Chiang · 8 years ago
  7. 581d169 Rework the txfm partition context to support cb4x4 mode by Jingning Han · 8 years ago
  8. 9ca05b7 Refactor var-tx pipeline to support cb4x4 mode by Jingning Han · 8 years ago
  9. 6675be0 Replace od_ec_enc with aom_writer in daala_enc_ctx. by Nathan E. Egge · 8 years ago
  10. 8fd2d7a Remove speed feature use_lp32x32fdct by Angie Chiang · 8 years ago
  11. 7386eda Add an experiment to disable lpf on tile boundaries by Ryan Lei · 8 years ago
  12. 9e0976a Support sub8x8 chroma component prediction by Jingning Han · 8 years ago
  13. 24f24a5 Rework spatial filter process in supertx by Jingning Han · 8 years ago
  14. 38b1bc4 Fix update_state_supertx() motion vector update by Jingning Han · 8 years ago
  15. feb517c Make cb4x4 mode support supertx by Jingning Han · 8 years ago
  16. 1856e43 Refactor prediction filtering process in supertx by Jingning Han · 8 years ago
  17. fc0476d Remove redundant #if config from encodeframe.c by Jingning Han · 8 years ago
  18. 5b7706a Clean up supertx functions by Jingning Han · 8 years ago
  19. bf9c6b7 Enable 4x4 block partition search by Jingning Han · 8 years ago
  20. 7066912 Enable the activity masking codes of PVQ by Yushin Cho · 8 years ago
  21. 45dc597 Refactor ext-intra by hui su · 8 years ago
  22. 705544c Refines the recode loop by Debargha Mukherjee · 8 years ago
  23. 6847860 Refactor global motion functions out of encodeframe by Sarah Parker · 8 years ago
  24. eda3d76 Add intra-interp experiment flag by hui su · 8 years ago
  25. b0f6bd4 Support affine/homography models for global motion by Debargha Mukherjee · 8 years ago
  26. faad0e1 Refactor set_plane_n4() by Jingning Han · 8 years ago
  27. ff6ee6a Replace hard coded x8 with MI_SIZE by Jingning Han · 8 years ago
  28. c709e1f Separate num_8x8 table use case from mode_info table by Jingning Han · 8 years ago
  29. ac37fa3 Improve rdopt decisions for ext-inter by David Barker · 8 years ago
  30. 777a563 Refinement search improvement by Debargha Mukherjee · 8 years ago
  31. f1702dd Add 2x2 block unit syntax by Jingning Han · 8 years ago
  32. 6fdc853 Refactor ext-inter to loop through all masked modes in rdopt by Sarah Parker · 8 years ago
  33. ae5cfde Refactor to use block_size_wide/high[] consistently by Jingning Han · 8 years ago
  34. 69f18e1 Add WARPED_MOTION experiment by Yue Chen · 9 years ago
  35. 6be4a54 Add a new intra prediction mode "smooth". by Urvang Joshi · 8 years ago
  36. 5a488a6 Some fixes related to 64x64 tx, ext-tx, supertx by Debargha Mukherjee · 8 years ago
  37. fe45b21 Deprecated the separate handle on rectangular tx_size in var_tx by Jingning Han · 8 years ago
  38. b0d0d00 Fix static-analysis warnings by Yaowu Xu · 8 years ago
  39. 24e0a18 Merge simp_pred_mv changes into ref_mv by Jingning Han · 8 years ago
  40. 18d38f6 Various table updates to support 64x64 transforms by Debargha Mukherjee · 8 years ago
  41. 17fd2f2 Get several experiments to build together by Yaowu Xu · 8 years ago
  42. 153e1f8 Add default 64x64 scan orders and entropy models by Debargha Mukherjee · 8 years ago
  43. 52a1763 Add the skip parameter to set_txfm_ctxs() calls by Yaowu Xu · 8 years ago
  44. 03bd210 Fix global motion + supertx by David Barker · 8 years ago
  45. e3e0079 Some refactoring and improvements to gobal motion by Debargha Mukherjee · 8 years ago
  46. b98a702 Add recode loop test for global motion usage by Debargha Mukherjee · 8 years ago
  47. 557ce7b Enable global motion in high bit depth mode by David Barker · 8 years ago
  48. 949097c Compile fix for var-tx, ext-tx, rect-tx by Debargha Mukherjee · 8 years ago
  49. 53291fa Some minor changes for global motion. by Debargha Mukherjee · 8 years ago
  50. 3fb33f0 Support for homography in global motion experiment by Debargha Mukherjee · 8 years ago
  51. 6fddd18 Add ability to have multiple compound modes for interinter by Sarah Parker · 8 years ago
  52. f4909db Change erroradvantage measure for global motion by David Barker · 8 years ago
  53. cf3d0b0 Remove Global_Motion_Params and GLOBAL_MOTION_TYPE by David Barker · 8 years ago
  54. 8db4c77 Harmonize the global parameter mappings by Debargha Mukherjee · 8 years ago
  55. 70e5f3f Support rectangular tx_size in recursive txfm partition by Jingning Han · 8 years ago
  56. 1b1dc93 Reset the txfm context to match block size when skip flag is on by Jingning Han · 8 years ago
  57. c97f6d5 Use enum RUN_TYPE when checking dry_run by Yushin Cho · 8 years ago
  58. 4ca8b1c Use tx_size_from_tx_mode() to set tx_size for skip blocks by Jingning Han · 8 years ago
  59. 94ea1aa Clean up encode_superblock() by Jingning Han · 8 years ago
  60. 6515afc Merge "Add min_tx_size variable to recursive transform block partition system" into nextgenv2 by Jingning Han · 8 years ago
  61. e67b38a Add min_tx_size variable to recursive transform block partition system by Jingning Han · 8 years ago
  62. e0b5ae8 Remove multiple coefficient buffers from PICK_MODE_CONTEXT by Brennan Shacklett · 8 years ago
  63. d6ea71c Resolve merge issues with --enable-pvq by Yaowu Xu · 8 years ago
  64. 00a0e01 Merge "New experiment: Perceptual Vector Quantization from Daala" into nextgenv2 by Yaowu Xu · 8 years ago
  65. 77bba8d New experiment: Perceptual Vector Quantization from Daala by Yushin Cho · 8 years ago
  66. 5f30585 Increase gm precision from 16 to 32 bit ints by Debargha Mukherjee · 8 years ago
  67. c0feea8 Add av1_ prefix on ###_rd_stats functions by Angie Chiang · 8 years ago
  68. 4695b97 Use init_rd_stats() in encodeframe.c by Angie Chiang · 8 years ago
  69. 394c337 Add mi_row and mi_col into mbmi to facilitate rd_debug process by Angie Chiang · 8 years ago
  70. e89ea0c Merge "Refactor: Replace rate dist sse skip by RD_STATS in VAR_TX" into nextgenv2 by Angie Chiang · 8 years ago
  71. b5dda48 Refactor: Replace rate dist sse skip by RD_STATS in VAR_TX by Angie Chiang · 8 years ago
  72. 5bb8f5b fix build issue with --enable-delta-q by Yaowu Xu · 8 years ago
  73. a933632 Make recursive txfm encoding process support rectangular tx_size by Jingning Han · 8 years ago
  74. c8b8936 Rework transform block partition context model by Jingning Han · 8 years ago
  75. f65b870 Refactor max_blocks_wide/high computation by Jingning Han · 8 years ago
  76. 09a4265 Merge "simp-mv-pred integration with ref-mv" into nextgenv2 by Yaowu Xu · 8 years ago
  77. ca8d24d simp-mv-pred integration with ref-mv by Deng · 8 years ago
  78. 32b2028 Replace num_4x4_blocks_txsize_loopup table by Jingning Han · 8 years ago
  79. 2b0670e Merge "Use transform block partition depth count for frame header reset" into nextgenv2 by Jingning Han · 8 years ago
  80. 2adcfb1 Use transform block partition depth count for frame header reset by Jingning Han · 8 years ago
  81. b3dab49 Cosmetic fixes in global motion experiment by Sarah Parker · 8 years ago
  82. 70c0df2 Merge "Revise precision clamping in GM param refinement" into nextgenv2 by Sarah Parker · 8 years ago
  83. e5596d3 Merge "Add depth to tx_size mapper to bit-stream coding" into nextgenv2 by Jingning Han · 8 years ago
  84. 4e1737a Add depth to tx_size mapper to bit-stream coding by Jingning Han · 8 years ago
  85. f41a06b Revise precision clamping in GM param refinement by Sarah Parker · 8 years ago
  86. 8c1e57c Change 2 motion search counts to be tile data by Yunqing Wang · 8 years ago
  87. 8aa4cbf Merge "update_state: quiet const warning w/global-motion" into nextgenv2 by James Zern · 8 years ago
  88. 4579c5e Merge "update_state_supertx: rename a shadowed variable" into nextgenv2 by Yaowu Xu · 8 years ago
  89. d971eb8 Merge "Move small fixes and refactoring for obmc pred from AV1" into nextgenv2 by Yaowu Xu · 8 years ago
  90. d4add7a Remove encode_breakout and related speed features by Brennan Shacklett · 9 years ago
  91. 894fcce Move small fixes and refactoring for obmc pred from AV1 by Yue Chen · 8 years ago
  92. 0c78ebb Merge "Fix a bug when combining new-quant + supertx" into nextgenv2 by Debargha Mukherjee · 8 years ago
  93. d7d78c8 Fix a bug when combining new-quant + supertx by David Barker · 8 years ago
  94. af322e1 update_state: quiet const warning w/global-motion by James Zern · 8 years ago
  95. 9ca190c update_state_supertx: rename a shadowed variable by James Zern · 8 years ago
  96. 9777afc Allow frame level tx_mode switch by Jingning Han · 8 years ago
  97. dc9ad31 Separate intra and inter tx_size counting by Jingning Han · 8 years ago
  98. dc3c3a3 Merge "Pass AV1_COMMON into get_scan" into nextgenv2 by Yaowu Xu · 8 years ago
  99. 1634b48 Merge "Fix logical vs bitwise & bug" into nextgenv2 by Sarah Parker · 8 years ago
  100. ff6d890 Pass AV1_COMMON into get_scan by Angie Chiang · 8 years ago