1. 8e232aa [CFL] Remove custom DC_PRED by Luc Trudeau · 7 years ago
  2. 2edfc37 Enable ext-intra-mod by default by Joe Young · 7 years ago
  3. 00bc4aa Use lower-precision filters in filter_intra by Yue Chen · 7 years ago
  4. 8315daf Correct has_bottom_left calculation for mixed vertical partitions by Rupert Swarbrick · 7 years ago
  5. e2692c5 Remove 4-tap filter intra by Yue Chen · 7 years ago
  6. 1181296 Remove experimental flag for rect-tx by Debargha Mukherjee · 7 years ago
  7. 3ca43bf Ext-intra modification/tuning by Joe Young · 7 years ago
  8. 57b8ff6 Optimizations for filter_intra by Yue Chen · 7 years ago
  9. 9fa9623 Remove experimental flag of chroma_sub8x8 by Hui Su · 7 years ago
  10. fb83877 Remove compile guards for VAR_TX experiment by Sebastien Alaiwan · 7 years ago
  11. 8fc3e03 Fix some compiler warnings with ext-partition by Debargha Mukherjee · 7 years ago
  12. 6ea917e Remove CONFIG_CB4X4 config flags by Debargha Mukherjee · 7 years ago
  13. d8b93f5 Remove abandonned CHROMA_2X2 experiment by Sebastien Alaiwan · 7 years ago
  14. 259d442 Remove the intra-interp experiment by Hui Su · 7 years ago
  15. 96d1c0a Rename TM_PRED --> PAETH_PRED. by Urvang Joshi · 7 years ago
  16. 80dd4b9 intra_interp - fix dr_prediction_z1 and _z3 by Jonathan Matthews · 7 years ago
  17. 0bdea0d Remove compile guards for CONFIG_EXT_INTER by Sebastien Alaiwan · 7 years ago
  18. aed1a26 Add 64x32 and 32x64 intra predictors by Debargha Mukherjee · 7 years ago
  19. 3dd3391 Add a new layout for HORZ/VERT_A/B partitions by Rupert Swarbrick · 8 years ago
  20. 261969b [CFL] Replace pd->dst.stride with local variable by Luc Trudeau · 7 years ago
  21. 2fa6e1c Add 32x128/128x32 block sizes by Rupert Swarbrick · 8 years ago
  22. df48d29 Remove rect_intra_pred experimental flag. by Urvang Joshi · 8 years ago
  23. 761b1ac ext-partition: Don't read not-yet-decoded values by David Barker · 8 years ago
  24. fce358f [intra-edge] Don't filter unused edge by Joe Young · 8 years ago
  25. ad0196b [intra-edge] Vectorize upsampling by Joe Young · 8 years ago
  26. a0ba9f2 Suppress baseline build warnings by Yi Luo · 8 years ago
  27. 89d321f [intra-edge] Vectorize edge filtering functions by Joe Young · 8 years ago
  28. a74fc4c Hide definitions behind #if ! CONFIG_EXT_PARTITION by Rupert Swarbrick · 8 years ago
  29. 93b543a Remove ALT_INTRA flag. by Urvang Joshi · 8 years ago
  30. c6300aa Remove PALETTE flag by Urvang Joshi · 8 years ago
  31. 914d53a Tidy up and generalise av1_predict_intra_block by Rupert Swarbrick · 8 years ago
  32. 7267857 ext-partition-types: Add 64x16 and 16x64 bsizes by Rupert Swarbrick · 8 years ago
  33. d2269d8 Rewrite some asserts to avoid visual studio errors. by Urvang Joshi · 8 years ago
  34. 2dc1c84 Fix tx64x64 debug build by Urvang Joshi · 8 years ago
  35. 6e1cd78 [CFL] New UV_PREDICTION_MODE for CFL by Luc Trudeau · 8 years ago
  36. d6d9eee [CFL] UV_PREDICTION_MODE by Luc Trudeau · 8 years ago
  37. 6a99691 filter-intra: Support rectangular blocks. by Urvang Joshi · 8 years ago
  38. a10981b [CFL] Avoid uselessly calling av1_predict_intra_block by Luc Trudeau · 8 years ago
  39. 9772044 rect-intra-pred: Fix for large rectangular blocks. by Urvang Joshi · 8 years ago
  40. 6a3d689 Fix intra boundary condition in ext-partition by Jingning Han · 8 years ago
  41. 222f9d7 [chroma_sub8x8] Fix to chroma boundary calc by Joe Young · 8 years ago
  42. 93c39e9 ext-partition-types: Add 4:1 partitions by Rupert Swarbrick · 8 years ago
  43. 3dc55e0 [CFL] Better encapsulation by Luc Trudeau · 8 years ago
  44. 81ec261 cb4x4: Move sub-4X4 block sizes behind chroma flags. by Timothy B. Terriberry · 8 years ago
  45. 36b5458 Change left shifts to multiplications by Yaowu Xu · 8 years ago
  46. 31d1927 Avoid left shift of negative values by Yaowu Xu · 8 years ago
  47. aa2f1c7 [intra-edge] Cosmetic changes by Joe Young · 8 years ago
  48. 830d4ce [intra-edge] Convert 4x4 VP9 to ext-intra; upsample edge samples by Joe Young · 8 years ago
  49. 3e18e4a [CFL] Compute Luma Average Over Partition Unit by Luc Trudeau · 8 years ago
  50. 803bea2 [CFL] Fix always use partition size to compute DC_PRED by Luc Trudeau · 8 years ago
  51. 766a389 Add a new experiment "rect-intra-pred". by Urvang Joshi · 8 years ago
  52. 3be70f7 [intra-edge] Use 5-tap filter by Joe Young · 8 years ago
  53. fe67ed6 cb4x4: Move sub-4X4 TX sizes behind CONFIG_CHROMA_2X2. by Timothy B. Terriberry · 8 years ago
  54. 9edb72c cb4x4: Elide special cases cb4x4 doesn't need by Timothy B. Terriberry · 8 years ago
  55. 47de466 cb4x4: Don't assume TX units are half MI_SIZE in has_bottom_left() by Timothy B. Terriberry · 8 years ago
  56. 31bc29f cb4x4: Don't assume TX units are half MI_SIZE in predict_square_intra_block() by Timothy B. Terriberry · 8 years ago
  57. 9ef435a filter-intra: fix memory overflow by hui su · 8 years ago
  58. 42b903f Filter-intra: make filter tap arrays static by hui su · 8 years ago
  59. 02c7974 Fix conflicts between alt-intra, ext-intra and filter-intra by hui su · 8 years ago
  60. fa4ff85 Palette: use uint16_t to store palette colors by hui su · 8 years ago
  61. 12c0bc0 [intra-edge] Filter intra edge samples by Joe Young · 8 years ago
  62. 7bfa867 Fix filter_intra overflow by Yue Chen · 8 years ago
  63. 0412019 [CFL] move cfl_idx_to_alpha to header by Luc Trudeau · 8 years ago
  64. 56bc7ef dr_prediction_z2: check that index into 'left' is valid. by Urvang Joshi · 8 years ago
  65. e6ca8e8 Add a new experiment SMOOTH_HV. by Urvang Joshi · 8 years ago
  66. 1aa07fa build_intra_preds: Remove unnecessary variable. by Urvang Joshi · 8 years ago
  67. f533400 [CFL] Alpha signaling by Luc Trudeau · 8 years ago
  68. 3da18d6 Account for sub8x8 chroma intra boundary condition by Jingning Han · 8 years ago
  69. 00d03db Factor common condition in intra pred into const variable by Sarah Parker · 8 years ago
  70. baeb375 [CFL] Load luma as prediction for chroma by Luc Trudeau · 8 years ago
  71. 13a322d av1_predict_intra_block_facade: const correctness. by Urvang Joshi · 8 years ago
  72. b642a46 Silence static analysis failures in intra preds by Debargha Mukherjee · 8 years ago
  73. 0a6731f Refactor ext-intra by hui su · 8 years ago
  74. f816415 [CFL] Custom block-level DC_PRED by Luc Trudeau · 8 years ago
  75. 71e8784 Homogenize configuration option name. by Sebastien Alaiwan · 8 years ago
  76. ca7ec4b Simplify has_top_right() and has_bottom_left(). by Urvang Joshi · 8 years ago
  77. b8eed01 Use scale_chroma_bsize() function predict_square_intra_block() by Jingning Han · 8 years ago
  78. 752ccce Use block_idx rather than block_raster_idx by Angie Chiang · 8 years ago
  79. 5890555 Fix intra boundary condition for YUV444 in cb4x4 by Jingning Han · 8 years ago
  80. d3a6443 Rework sub8x8 chroma reference check to support non-420 format by Jingning Han · 8 years ago
  81. 1c24797 av1_has_bottom() Bugfix. by Urvang Joshi · 8 years ago
  82. 3d005e4 Add av1_predict_intra_block_facade by Angie Chiang · 8 years ago
  83. 37f6fe6 Add config flags and macros to control ext-inter by Debargha Mukherjee · 8 years ago
  84. 428bbb2 Fix config flags among var-tx/ext-tx/rect-tx by Debargha Mukherjee · 8 years ago
  85. 8d8638a Use 3-tap spatial filter in FILTER_INTRA experiment by Yue Chen · 8 years ago
  86. 31b6a4f Add chroma 2x2 block experiment by Jingning Han · 8 years ago
  87. f0179c3 Fix bottom ref condition for intra prediction in cb4x4 by Jingning Han · 8 years ago
  88. edc62f7 Fix chroma intra prediction reference check by Jingning Han · 8 years ago
  89. e568e6f [ext-intra] fix bug in sample interpolation when dy < 0 by Joe Young · 8 years ago
  90. 86e2779 Fix ext-partition/type in cb4x4 mode by Jingning Han · 8 years ago
  91. 56ba91b Palette: Don't store tokens for pixels outside image boundary. by Urvang Joshi · 8 years ago
  92. 839467f Make ext-inter use new rectangular intra predictor by David Barker · 8 years ago
  93. 48b1cb3 Support filter-intra in cb4x4 mode by Jingning Han · 8 years ago
  94. 07ef967 Resolve coding failure in var-tx by Jingning Han · 8 years ago
  95. d9c24a3 Fix intra block coding order in ext-partition-type by Jingning Han · 8 years ago
  96. 58bc4cc Support ext-partition in cb4x4 mode by Jingning Han · 8 years ago
  97. feb925f Enable rectangular transforms for Intra also. by Urvang Joshi · 8 years ago
  98. b6cb890 Fix av1_has_bottom() logic in cb4x4 mode by Jingning Han · 8 years ago
  99. 1888536 Fix ext-intra EndToEndTest failure under highbitdepth by hui su · 8 years ago
  100. 45dc597 Refactor ext-intra by hui su · 8 years ago