1. 29a116a Make "CONFIG_LOWPRECISION_BLEND = 0" work by Yunqing Wang · 7 years ago
  2. b9e4f25 Skip intra txb hashing for blocks on tile boundary by Hui Su · 7 years ago
  3. 33c10f2 Fix syntax sync issue for show_existing_frame = 1 by Imdad Sardharwalla · 7 years ago
  4. b17e72b Remove per frame-type stats collection by Yue Chen · 7 years ago
  5. 0c5089b dct.c: remove dead functions by Sebastien Alaiwan · 7 years ago
  6. dbb4bfe binary_codes_reader.c: drop dead code by Sebastien Alaiwan · 7 years ago
  7. 7353406 idct.c: remove dead functions by Sebastien Alaiwan · 7 years ago
  8. f9e9b26 Incorporate OrderHint concept to motion field init by Zoe Liu · 7 years ago
  9. 3ba8e89 decoder.c: cleanup dead calls to dealloc by Sebastien Alaiwan · 7 years ago
  10. 9c35578 reconinter.c: delete dead code by Sebastien Alaiwan · 7 years ago
  11. b46881b av1_loopfilter.c: remove dead code by Sebastien Alaiwan · 7 years ago
  12. 6b56e1d hybrid_fwd_txfm.c: remove dead static functions by Sebastien Alaiwan · 7 years ago
  13. 09a87c9 quantize.c: remove dead quantize_dc functions by Sebastien Alaiwan · 7 years ago
  14. 9d68118 obu: Fix OBU_FRAME for large-scale-tile case by Vignesh Venkatasubramanian · 7 years ago
  15. a37aac6 Enable OBU_SIZE_AFTER_HEADER by default by Vignesh Venkatasubramanian · 7 years ago
  16. 2faf53d obu: Make use of the length_present flag by Vignesh Venkatasubramanian · 7 years ago
  17. 01d9550 Fix issue with negative weight in av1_jnt_convolve_2d_copy_sse2 by Frank Bossen · 7 years ago
  18. 3871a9e dump_obu: Support OBU_FRAME by Vignesh Venkatasubramanian · 7 years ago
  19. 01ec41d dump_obu: Support OBU_SIZE_AFTER_HEADER by Vignesh Venkatasubramanian · 7 years ago
  20. 1b15b75 Cdf update and stats collection for palette color index by Yue Chen · 7 years ago
  21. 139542e Add aom_smooth_predictor_16x64_ssse3() by Scott LaVarnway · 7 years ago
  22. 427b185 Remove unused convolve_add_src functions. by Urvang Joshi · 7 years ago
  23. df8ce4f Remove unused convolve8_avg functions from aom_dsp by Urvang Joshi · 7 years ago
  24. b0eebd6 Remove unused scaled convolve funcs from aom_dsp by Urvang Joshi · 7 years ago
  25. fa45d0b [normative][txmg] Change clamp to normative range by Frank Bossen · 7 years ago
  26. 49abec8 Clean-up effectless code by Yaowu Xu · 7 years ago
  27. 34b90dd Sync inv identity txfm ssse3/avx2 with C version by Peng Bin · 7 years ago
  28. e0018b5 Remove unneeded av1_find_best_ref_mvs() calls from decoder by Jingning Han · 7 years ago
  29. bb30b35 Refactor ref_mv fetch for newmv modes by Jingning Han · 7 years ago
  30. 3cee979 Refactor ref mv parsing at the decoder by Jingning Han · 7 years ago
  31. 8e92e33 Fix assertion failure cased by intra txb hashing by Hui Su · 7 years ago
  32. a104a5e Stats collection and cost update for palette modes and sizes by Yue Chen · 7 years ago
  33. 5209162 Allow compound mode when order hint isn't available by Cheng Chen · 7 years ago
  34. 53462b3 Initialise ext buffer after decoding keyframes by Imdad Sardharwalla · 7 years ago
  35. 7cb2db1 Add ssse3 version of aom_smooth_predictor_wxh() by Scott LaVarnway · 7 years ago
  36. 6d0fdad Avoid integer overflow in av1_iidentity4/16/64_c() by Hui Su · 7 years ago
  37. 9164226 Add stats collection for intra tx size by Yue Chen · 7 years ago
  38. 260b64e idct.c: remove dead code by Sebastien Alaiwan · 7 years ago
  39. 838c4d0 Remove reference to undefined nmv_ctx by sarahparker · 7 years ago
  40. 502bf9c AV1ExtTileTest: split cpu-used=0 to a Large test by James Zern · 7 years ago
  41. 3a2a80d Revert "[NORMATIVE]Cut off tpl mvs from error resilient frames" by Thomas Daede · 7 years ago
  42. 521fa91 Bitmask: loop filter paths for different format by Cheng Chen · 7 years ago
  43. 1203acf Refactor copying of buffer config. by Urvang Joshi · 7 years ago
  44. e65a893 Fix encoder crash related to CONFIG_EXPLICIT_ORDER_HINT by Frank Bossen · 7 years ago
  45. 077c8ec Remove ALLOW_128X32_BLOCK flag by Yue Chen · 7 years ago
  46. 4e9f481 Fix cdf and cost update of sb partition by Yue Chen · 7 years ago
  47. 39714ad [NORMATIVE] Enable NO_FRAME_CONTEXT_SIGNALING by default. by Thomas Daede · 7 years ago
  48. e2fcc71 Delete orphan source files by Sebastien Alaiwan · 7 years ago
  49. dba45c8 txfm: Work around VS2017 15.6 pgo bug. by David Major · 7 years ago
  50. e0cd722 [CFL] Constant Propagate Prediction Height by Luc Trudeau · 7 years ago
  51. 9f789f2 Turn off CONFIG_LOWBITDEPTH by default by Yaowu Xu · 7 years ago
  52. 828bffe Set max number of bits for aom_rb_read_uvlc() by Hui Su · 7 years ago
  53. 3f2853a Fix NO_FRAME_CONTEXT_SIGNALING + large_scale_tile. by Thomas Daede · 7 years ago
  54. 98c7c12 Move MAX_EXT_SIZE to av1 by Debargha Mukherjee · 7 years ago
  55. 9a82a4f [NORMATIVE] Make Wiener rounding consistent w/ motion comp by Debargha Mukherjee · 7 years ago
  56. 224cf96 Terminate decoding if sequence header is not found by Hui Su · 7 years ago
  57. fe7cc16 intrapred,smooth_predictor: rm unnecessary saturation by James Zern · 7 years ago
  58. 3c24b8f Revert "write_tiles_in_tg_obus: use fewer bytes for tile sizes" by James Zern · 7 years ago
  59. 0b9d8a1 Fix cdf optimizer for compound types by Yue Chen · 7 years ago
  60. 2697139 Use ConvolveParams in wiener_convolve by Debargha Mukherjee · 7 years ago
  61. a94c775 Skip decoding when startTile is larger than endTile by Hui Su · 7 years ago
  62. c3b42aa Allow decoder to tolerate invalid metadata size by Hui Su · 7 years ago
  63. 7b67ff3 Move prune_tx_2D() to transform block level by Hui Su · 7 years ago
  64. 0e1df78 Fix the use of HBD buffers for 8bit input by Yaowu Xu · 7 years ago
  65. 2bd9d4b [NORMATIVE]Cut off tpl mvs from error resilient frames by Jingning Han · 7 years ago
  66. ab43aae Bitmask: call bitmask and apply filtering for each sb by Cheng Chen · 7 years ago
  67. 673b5dd Silience compiler warning on cost_mv_ref() by Jingning Han · 7 years ago
  68. b5f936c Fix duplicate setting of default_min_partition_size by Rostislav Pehlivanov · 7 years ago
  69. 6e3e2e9 update mailmap by James Zern · 7 years ago
  70. 836b30d Code refactoring in av1_setup_frame_buf_refs() by Yunqing Wang · 7 years ago
  71. e6ceeec Move/Rename wiener convolve functions into av1 by Debargha Mukherjee · 7 years ago
  72. 9239ab2 Stop using convolve functions in aom_convolve by Debargha Mukherjee · 7 years ago
  73. 4047093 Fix incorrect comparison in av1_set_frame_refs() by Imdad Sardharwalla · 7 years ago
  74. 0ed5335 Compute tx_type_cost in optimize_txb by Angie Chiang · 7 years ago
  75. d3a2256 Correct the golomb cost in av1_cost_coeffs_txb() by Angie Chiang · 7 years ago
  76. a4fc8d8 Revert "Turn off CONFIG_LOWBITDEPTH by default" by Yaowu Xu · 7 years ago
  77. 2f4d6a6 Bitmask: setup mask based on tx_size, filter level by Cheng Chen · 7 years ago
  78. 1145a94 [NORMATIVE] Limit temporal MV storage to 13 bits by Yunqing Wang · 7 years ago
  79. f1abb41 Implement aom_variance{128,64,32}_sse2/avx2 by Peng Bin · 7 years ago
  80. c0ff7a3 Bitmasking "level/dq_coeff" and prevent OOB by Yaowu Xu · 7 years ago
  81. 17bdcdf [NORMATIVE] order_hint_bits_minus1 by Zoe Liu · 7 years ago
  82. 155120f Turn off CONFIG_LOWBITDEPTH by default by Yaowu Xu · 7 years ago
  83. 9c84d42 Avoid OOB memory access in av1_decode_frame_from_obus() by Hui Su · 7 years ago
  84. fbb51db Add round_shift_16bit_ssse3 for inv txfm by Peng Bin · 7 years ago
  85. c49f289 Refactor ssse3 inv txfm1d's large functions by Peng Bin · 7 years ago
  86. bd5aba0 aom_uleb_decode: clear *value before decoding to it by James Zern · 7 years ago
  87. 19f0a23 Add segment_id binarization mismatch test by Frederic Barbier · 7 years ago
  88. 820ce73 Unify single and compound ref mv process by Jingning Han · 7 years ago
  89. d0d1422 Remove av1_convolve_ssse3.c from build by Yaowu Xu · 7 years ago
  90. 087f374 Make type conversion explicit by Yaowu Xu · 7 years ago
  91. 55f7f19 Take out IF_DIFF_REF_FRAME_ADD_MV macro by Jingning Han · 7 years ago
  92. e682ad9 Remove unneeded enums from mvref_common.h by Jingning Han · 7 years ago
  93. 6ed5732 Remove deprecated find_mv_refs_idx() function by Jingning Han · 7 years ago
  94. 9021ec9 Create speed feature switches for RD hashing by Hui Su · 7 years ago
  95. f050fc1 Flatten nmv context model by Jingning Han · 7 years ago
  96. f0e37cb Remove prev_frame_mvs from setup_ref_mv_list() by Yunqing Wang · 7 years ago
  97. 1b7e146 Modify RefCntBuffer struct by Yunqing Wang · 7 years ago
  98. 56f927e Align a few buffers to 32 byte boundaries by Yaowu Xu · 7 years ago
  99. 1609b94 [NORMATIVE] Error resilient/skip mode on OrderHint by Imdad Sardharwalla · 7 years ago
  100. 1a79a7e cosmetics: fix some typos by James Zern · 7 years ago