1. d3e7c68 Remove the use of macro "CONFIG_HIGHBITDEPTH" by Yaowu Xu · 7 years ago
  2. 4ce0f8c Unit tests for convolve_2d copy and x, y functions by Cheng Chen · 7 years ago
  3. 99ff0b0 Remove experimental flag of Q_ADAPT_PROBS by Frederic Barbier · 7 years ago
  4. 9abda59 Fix warnings: unused variable ‘plane_bsize’ by Linfeng Zhang · 7 years ago
  5. 96fa757 Fix msvc compiling errors and warnings by Yaowu Xu · 7 years ago
  6. 4ab9a5d Optimize get_txb_ctx() by Linfeng Zhang · 7 years ago
  7. 4c864e0 Limit the mfmv reference region by Jingning Han · 7 years ago
  8. 05102b5 Drop mvs with magnitude above 4096 from mvs reference frame by Jingning Han · 7 years ago
  9. ff86395 Always prefix OBUs with a size field. by Tom Finegan · 7 years ago
  10. ba33d4c Remove unused code for comp ref setup by Zoe Liu · 7 years ago
  11. c67d98c Not signal reference_mode if one ref avaialble by Zoe Liu · 7 years ago
  12. 901d514 Use and adjust rectangular txfm stage ranges by Debargha Mukherjee · 7 years ago
  13. 6f90fb2 Avoid changing motion_mode after rd search by Angie Chiang · 7 years ago
  14. 19d0521 Make translation global motion condition consistent by Jingning Han · 7 years ago
  15. 62fe78e Remove ext-warped-motion part2 by Yunqing Wang · 7 years ago
  16. 6396d3a Bake in large chroma transforms for inter/intra by Debargha Mukherjee · 7 years ago
  17. 94e3fe3 Add optimized convolve functions for single reference case by Yunqing Wang · 7 years ago
  18. b101935 Remove unused binary-symbol coding and tree-based coding by Yue Chen · 7 years ago
  19. b499120 Add encoder support to fwd-kf by Zoe Liu · 7 years ago
  20. 818b006 Reduce the ref mv search region for sub8x8 blocks by Jingning Han · 7 years ago
  21. 792c2ec Merge FINAL_PASS_TRELLIS_OPT with DISABLE_TRELLISQ_SEARCH by Sarah Parker · 7 years ago
  22. 22fba1f av1_fwd_txfm1d_test: Fix when TX64X64 is off. by Urvang Joshi · 7 years ago
  23. f5a5987 Add stage range configurations for inv transforms by Debargha Mukherjee · 7 years ago
  24. 95f5260 Replace hbd adst4 with lbd adst4 by Sarah Parker · 7 years ago
  25. 8b618f6 Palette: enable all partitions no larger than 64x64 by Hui Su · 7 years ago
  26. b31ff9b Add stage range configurations for fwd transforms by Debargha Mukherjee · 7 years ago
  27. 439ba63 [CFL] Code cleaning and Fix for TXK_SEL by Luc Trudeau · 7 years ago
  28. 3d75209 Use new-quant lookup table in lv-map optimization by Sarah Parker · 7 years ago
  29. c70f661 Enable ext_skip by default by Zoe Liu · 7 years ago
  30. 86da7eb decodeframe.c: simplify control flow by Sebastien Alaiwan · 7 years ago
  31. 4265916 Make obu default again by Yaowu Xu · 7 years ago
  32. 0ba23e8 Add av1_get_nz_map_contexts_sse2() by Linfeng Zhang · 7 years ago
  33. d67c13f Add av1_get_nz_map_contexts() by Linfeng Zhang · 7 years ago
  34. c02b411 Skip av1_cost_coeffs_txb() when eob is 0 by Linfeng Zhang · 7 years ago
  35. 8aec7f3 Make chroma loopfiltering tx_sizes consistent by Debargha Mukherjee · 7 years ago
  36. 80592c7 Option to disable small tx size for intra chroma by Debargha Mukherjee · 7 years ago
  37. 1b63eb3 Don't force inlining for msvc targets. by Ralph Giles · 7 years ago
  38. 26b7514 Set AV1 convolve function pointers in JNT_COMP by Yunqing Wang · 7 years ago
  39. 4a8ea37 Check tx_size before trying filter_intra in speed 3 setting by Yue Chen · 7 years ago
  40. b4fc74d Take out drl index control from opt-ref-mv by Jingning Han · 7 years ago
  41. e9644be Move obu high-level to a dedicated file by Sebastien Alaiwan · 7 years ago
  42. 07365c9 Remove lpf_sb by Cheng Chen · 7 years ago
  43. a7c1b19 Add the syntax/decoder support for fwd-kf by Zoe Liu · 7 years ago
  44. 867f312 Make space for range config for 2D transforms by Debargha Mukherjee · 7 years ago
  45. d790c80 Set AV1 convolve function pointers by Yunqing Wang · 7 years ago
  46. 4e0b43e Fix potential integer overflow in coeff dequant by Jingning Han · 7 years ago
  47. 4d5cf53 Swap new size 8 and 16 fwd/inv transforms for ADST by Urvang Joshi · 7 years ago
  48. eb2fd5c intrabc: enable 16x4 and 4x16 blocks by Hui Su · 7 years ago
  49. b4faea7 [CFL] SSE2/AVX2 versions of subtract_average by Luc Trudeau · 7 years ago
  50. 0105c60 Silence compiler warning by Jingning Han · 7 years ago
  51. 64c2311 Inline function 'read_marker' by Sebastien Alaiwan · 7 years ago
  52. 2b1ec18 Drop support for decryption by Sebastien Alaiwan · 7 years ago
  53. de849bd Fix unit test TestTell when lv_map is on by Angie Chiang · 7 years ago
  54. c1f411b Palette: modify the context slightly by Hui Su · 7 years ago
  55. 47468d2 Unify the check on decoder refresh_frame_flag by Zoe Liu · 7 years ago
  56. 592d19d Use SIMD function for smooth interintra blending by Yue Chen · 7 years ago
  57. ec9bebc Remove all_zero check in read/write_inter_mode by Angie Chiang · 7 years ago
  58. 9480e7b Fix clang warnings in lv-map/multi by Jingning Han · 7 years ago
  59. d64e92c Disable txfm domain dist for 64-pt transforms by Debargha Mukherjee · 7 years ago
  60. 8d10183 Fix jnt_comp compile error by Angie Chiang · 7 years ago
  61. 44a6c33 Add some missing unit tests for CDEF by Steinar Midtskogen · 7 years ago
  62. 8322ff0 Remove CDEF_SINGLEPASS defines by Steinar Midtskogen · 7 years ago
  63. 27b5136 Remove DISABLE_VARTX_FOR_CHROMA = 2 option. by Debargha Mukherjee · 7 years ago
  64. 1a8664e Do not use length-64 transform for chroma by Debargha Mukherjee · 7 years ago
  65. 780fad1 end_to_end_test: Refactor two identical tests. by Urvang Joshi · 7 years ago
  66. fbeee06 Enable pic (position independent code) config. by Urvang Joshi · 7 years ago
  67. d0058f6 Simplify txmg by Sebastien Alaiwan · 7 years ago
  68. 83e5f37 Fix bug by Cheng Chen · 7 years ago
  69. 2a74cf2 Merge two block with same if conditions. by Urvang Joshi · 7 years ago
  70. 49bcbac Fix build when HIGHBITDEPTH and TXMG are off. by Urvang Joshi · 7 years ago
  71. da11e69 Make ext-tile and obu work togather by Jingning Han · 7 years ago
  72. 360c491 lpf_test: correct threshold ranges by James Zern · 7 years ago
  73. 077e466 Use new-quant lookup table in lv-map deqantization by Sarah Parker · 7 years ago
  74. 56d8b95 JNT_COMP: unit tests for av1_highbd_jnt_convolve_2d_sse4_1 by Cheng Chen · 7 years ago
  75. 501acee Fix bustage caused by 8089315a6c2b with daala_tx. by Timothy B. Terriberry · 7 years ago
  76. 17be4d8 Add is_compound in ConvolveParams by Yunqing Wang · 7 years ago
  77. feb1ebe Remove unused prediction modes for ext-skip by Zoe Liu · 7 years ago
  78. 940c22a Modify convolve function prototype by Yunqing Wang · 7 years ago
  79. 5891f98 Palette: replace floating point numbers with integers by Hui Su · 7 years ago
  80. 3b5afc1 Moving tile_info upwards in the frame header by Cyril Concolato · 7 years ago
  81. b0e70be Enable filter_intra by default by Yue Chen · 7 years ago
  82. 994dba2 Clean ups and bug-fixes for filter_intra by Yue Chen · 7 years ago
  83. 3ebb0d0 Correct/Cleanup min_tx_size computation by Debargha Mukherjee · 7 years ago
  84. e33fcbd Add dependent_horztilegroups experiment by Peter de Rivaz · 7 years ago
  85. c23ad63 Fix inconsistent use of ref_mv_idx. by Imdad Sardharwalla · 7 years ago
  86. b260f44 clean up dead code in deblocking filter by Ryan · 7 years ago
  87. ab6c9c7 Enable CDEF for chroma for 4:2:2 and 4:4:0 by Steinar Midtskogen · 7 years ago
  88. 3f53da7 Remove EXT_PARTITION_TYPES_AB experiment by Frederic Barbier · 7 years ago
  89. 5664419 Exclude distance-weighted prediction for ext-skip by Zoe Liu · 7 years ago
  90. 0d9e381 Update table av1_nz_map_ctx_offset[] by Linfeng Zhang · 7 years ago
  91. 4a0463d Enable 4:1 transforms by default by Debargha Mukherjee · 7 years ago
  92. 02aade8 Tweak for recode_loop_test_global_motion() func. by Urvang Joshi · 7 years ago
  93. 34a5f0f decodeframe.c: reduce scope of locals by Sebastien Alaiwan · 7 years ago
  94. 7bb501d add new experiment loopfiltering_across_tiles_ext by Lei · 7 years ago
  95. f263044 av1_fwd_txfm1d_test: simplify tx list by Sebastien Alaiwan · 7 years ago
  96. b057187 Remove filter_intra mode info for UV plane by Yue Chen · 7 years ago
  97. e2d8f18 [lv_map_multi] BR coding by Dake He · 7 years ago
  98. 8be58fa Conditionally drop cutting tails in lv-map coeff optimization by Jingning Han · 7 years ago
  99. 23c511e Remove ADAPT_SCAN experiment by Sebastien Alaiwan · 7 years ago
  100. b1bf64d Temporarily make obu non-default by Yaowu Xu · 7 years ago