1. 6c24b02 Change CDEF block skip condition and move signalling by Steinar Midtskogen · 8 years ago
  2. e5b46b5 Remove unnecessary config flags for rect-tx-ext by Debargha Mukherjee · 7 years ago
  3. 304c452 Fix an incorrect rdcost init in skip_mode by Zoe Liu · 7 years ago
  4. de80e76 Small rd fixes by Debargha Mukherjee · 7 years ago
  5. 14965ed Add mbmi variable to predict_intra_block_helper by Luc Trudeau · 7 years ago
  6. 8efc827 Enforce the block size requirement on comp ref by Zoe Liu · 7 years ago
  7. ebecbd3 optimize_b_greedy: Fix for TX64X64. by Urvang Joshi · 7 years ago
  8. a3eb912 Add speed feature use_fast_interpolation_filter... by Michelle Findlay-Olynyk · 7 years ago
  9. d183b64 [CFL] Clean cfl.h include by Luc Trudeau · 7 years ago
  10. 1e84af5 [CFL] CfL Initialization Simplification by Luc Trudeau · 7 years ago
  11. 88c1c3f pred_common.c: extract func 'palette_add_to_cache' by Sebastien Alaiwan · 7 years ago
  12. 09191ca Reduce cos bits for 64x64. by Urvang Joshi · 7 years ago
  13. c502216 Pass TXFM_2D_FLIP_CFG by pointer; don't return. by Urvang Joshi · 7 years ago
  14. 5735671 Remove unnecessary type conversion by Yaowu Xu · 7 years ago
  15. bdc2587 Make type conversion explicit by Yaowu Xu · 7 years ago
  16. 480bc7c Increase dq offset in new_quant bin parameters by Sarah Parker · 7 years ago
  17. 6f9bdf3 Prevent warning of unused function by Yaowu Xu · 7 years ago
  18. 9e9dea0 aom_convolve.c: make some locals const by Sebastien Alaiwan · 7 years ago
  19. 3bc8dee convolve.c: make some locals const by Sebastien Alaiwan · 7 years ago
  20. 3392112 convolve.c: reduce scope of locals by Sebastien Alaiwan · 7 years ago
  21. 8f393d9 convolve.c: remove warning prevention by Sebastien Alaiwan · 7 years ago
  22. 24e3104 Do not use avx2 quantizer for 4:1 transforms by Debargha Mukherjee · 7 years ago
  23. f8a9238 max_tx_size_rect_lookup: Use 32x64 and 64x32 tx. by Urvang Joshi · 7 years ago
  24. 0bd3bf6 Make adaptive scan order support multi-threading by Jingning Han · 7 years ago
  25. 0e4a9a7 Set adapt-scan dependency on lv-map by Jingning Han · 7 years ago
  26. 1db5a9c Make AVERAGE_TILE_CDFS macro safe by Jonathan Matthews · 7 years ago
  27. feca25a rdopt.c: inline temporary by Sebastien Alaiwan · 7 years ago
  28. df89ee3 Make the signaling of allow_screen_content_tools consistent by Hui Su · 7 years ago
  29. 63dac2e convolve.c: reduce iterator scopes by Sebastien Alaiwan · 7 years ago
  30. fb97241 Revert "Avoid UB in xx_loadl/storel_32 helper functions" by Yaowu Xu · 7 years ago
  31. b3eda2f Refactor/Change the entropy context for transforms by Debargha Mukherjee · 7 years ago
  32. f0049ba [dist-8x8] Refactor dist_8x8_sub8x8_txfm_rd() function by Yushin Cho · 7 years ago
  33. 8934764 Assign default lv_map prob to tx64x64 txfm by Angie Chiang · 7 years ago
  34. 19dc138 convolve.c: make functions static by Sebastien Alaiwan · 7 years ago
  35. a28c173 Remove dead member: pred_probs by Sebastien Alaiwan · 7 years ago
  36. ca52fb5 Make new_quant bin sizes uniform by Sarah Parker · 7 years ago
  37. abdf655 Use aom_usec_timer for timing by Yaowu Xu · 7 years ago
  38. ee202be Update the PSNR/SSIM stats collection by Zoe Liu · 7 years ago
  39. 8781828 Unify binary symbol design for LAST/LAST2 by Zoe Liu · 7 years ago
  40. 5568a01 Add left_ref to build_intra_predictors by Luc Trudeau · 7 years ago
  41. fe11a53 Add left_ref to build_intra_predictors_high by Luc Trudeau · 7 years ago
  42. 52301a2 Add macroblockd_plane variable to super_block_uvrd by Luc Trudeau · 7 years ago
  43. fc851cb Remove TileWorkerData by Luc Trudeau · 7 years ago
  44. 89ef493 store the hash for blocks that are predictively skipped by Hui Su · 7 years ago
  45. 21b534d A small rd fix for av1_merge_rd_stats by Debargha Mukherjee · 7 years ago
  46. 530bee2 Update av1_read_coeffs_txb(), keep update position by Linfeng Zhang · 7 years ago
  47. 684b7bd Unify highbd loopfilter function names by James Zern · 7 years ago
  48. 87651b2 Sync PSNRs order with VP9 by Jingning Han · 7 years ago
  49. f33e01d Unconditionally use LAST_FRAME for prev_frame. by Peter de Rivaz · 7 years ago
  50. 000d196 Properly upgrade int before operation by Yaowu Xu · 7 years ago
  51. 40e597f Turn optimize on w/ aom_qm if qmatrices are unused by Debargha Mukherjee · 7 years ago
  52. 9bbbde5 Fix compile warning with --disable-highbitdepth by David Barker · 7 years ago
  53. d0d6097 Remove CTX1D experiment by Frederic Barbier · 7 years ago
  54. 9f001f3 Remove MRC_TX experiment by Sebastien Alaiwan · 7 years ago
  55. 991dd22 support 4:1 partition blocks in predict_skip_flag() by Hui Su · 7 years ago
  56. 464600b Upgrade to int64_t to avoid out of range by Yaowu Xu · 7 years ago
  57. fd8c78c aom{enc,dec}: add --help by James Zern · 7 years ago
  58. 33601da Add a missing include by Yaowu Xu · 7 years ago
  59. bd9b322 Turn on 1 frame latency flag in adapt-scan by Jingning Han · 7 years ago
  60. be1ae3f Add PSNR-Cb and Cr to opsnr.stt file by Jingning Han · 7 years ago
  61. f013205 Consider quantizer error in coefficient clamping by Yaowu Xu · 7 years ago
  62. 6690074 Add memset for a stack array by Yaowu Xu · 7 years ago
  63. 6731510 [dist-8x8] Disable it if lossless mode by Yushin Cho · 7 years ago
  64. 19b7e05 Update get_br_ctx_from_count_mag() by Linfeng Zhang · 7 years ago
  65. 6360fd4 [dist-8x8] Disable it, if transform domain distortion by Yushin Cho · 7 years ago
  66. f986af1 [dist-8x8] Enable assert for 8 bit input only by Yushin Cho · 7 years ago
  67. 1961988 Enhance option to handle chroma tx-size for vartx by Debargha Mukherjee · 7 years ago
  68. 26f8969 Correct year should be used by Maxym Dmytrychenko · 7 years ago
  69. d904a35 Fix build break by amvr by RogerZhou · 7 years ago
  70. d6db46b AVX2 implementation for convolve_2d by Maxym Dmytrychenko · 7 years ago
  71. 771a80a Fix the dual loopfilter for cb4x4 by Yi Luo · 7 years ago
  72. ed80c04 Correct new-quant distortion computation with daala-tx by Sarah Parker · 7 years ago
  73. 5e98200 Remove special functions to get fwd/inv configs. by Urvang Joshi · 7 years ago
  74. 8b1732a Minor refactor jnt_comp distance value by Cheng Chen · 7 years ago
  75. d78224f Add convolve 1d functions by Yunqing Wang · 7 years ago
  76. 43e30f4 Replace aom_malloc with aom_memalign by Yaowu Xu · 7 years ago
  77. 1b156ac Unify rectangular transform block size scan order update by Jingning Han · 7 years ago
  78. fb63e3e Partially support flip ADST in the reduced adapt-scan set by Jingning Han · 7 years ago
  79. f02a885 Ues adaptive scan order for significant region in large txfm by Jingning Han · 7 years ago
  80. 025c6c4 Use sub-frame statistics for adaptive scan order update by Jingning Han · 7 years ago
  81. ba2d817 Constrain counter range in adaptive scan by Jingning Han · 7 years ago
  82. ad4ac8a Allow adaptive scan to support a reduced txfm kernel set by Jingning Han · 7 years ago
  83. b3b5304 scaling: Fix border clamping for subsampled planes by David Barker · 7 years ago
  84. e65e12f Fix a ISO C90 warning by Yaowu Xu · 7 years ago
  85. 989c5cb Rename test/lpf_8_test.cc to test/lpf_test.cc by James Zern · 7 years ago
  86. 1dbe80b Unify loopfilter function names by James Zern · 7 years ago
  87. 5b0f0b8 Remove duplicates in Loop8Test6Param and Loop8Test9Param by Linfeng Zhang · 9 years ago
  88. e68e6b7 Update Loop8Test{6,9}Param to test filter8() by Linfeng Zhang · 9 years ago
  89. 57e41ea Convolve copy function optimization by Yunqing Wang · 7 years ago
  90. 891a877 Add option to disable split partitions for chroma by Debargha Mukherjee · 7 years ago
  91. 3aa2811 Add chroma bsize modifications correctly by Debargha Mukherjee · 7 years ago
  92. 0f3942f Remove dead member: wedge_interintra_prob by Sebastien Alaiwan · 7 years ago
  93. 9f09c71 Remove dead member: interintra_prob by Sebastien Alaiwan · 7 years ago
  94. bc958f6 Remove dead member: interintra_mode_prob by Sebastien Alaiwan · 7 years ago
  95. ea69105 Make type conversion explicit by Yaowu Xu · 7 years ago
  96. 833caa9 Fix build with --disable-ext-partition by David Barker · 7 years ago
  97. d74a21e Remove i32 suffix by Yaowu Xu · 7 years ago
  98. 4e51082 Remove dead convolve functions by Sebastien Alaiwan · 7 years ago
  99. 20dadea Split big file into two by Sebastien Alaiwan · 7 years ago
  100. 19fb2cc Use aom_memalign to replace aom_malloc by Yaowu Xu · 7 years ago