1. 3af54b2 Bitmask: add traverse logic for superblock by Cheng Chen · 7 years ago
  2. 6cd5a82 [NORMATIVE-SYNTAX] Fix max tile width/area calculation by David Barker · 7 years ago
  3. e0d56e6 [NORMATIVE] Fix coefficient CDFs when using PRIMARY_REF_NONE by David Barker · 7 years ago
  4. 2b4984a Fix assert triggered by NO_FRAME_CONTEXT_SIGNALING and EXT_TILE. by Thomas Daede · 7 years ago
  5. 0f2f83f Use av1_get_crc_value() for txb RD search hashing by Hui Su · 7 years ago
  6. 0ac2bca Properly set is_cost_valid flag in select_tx_block() by Hui Su · 7 years ago
  7. 07afef6 Restore redundant frame header support. by Tom Finegan · 7 years ago
  8. 87a1ce1 opt_ref_mv: Fix build when disabled. by Tom Finegan · 7 years ago
  9. bfa5b91 Implement iadst16,idct{16,32,64}_avx2 by Peng Bin · 7 years ago
  10. 11de930 [NORMATIVE, fwd-kf] Signal refresh_frame_flags for fwd keyframes by David Barker · 7 years ago
  11. ba749bd Loopfilter optimization by Grant Hsu · 7 years ago
  12. 5521a18 Remove frame_parallel_decode option on decoder side. by Debargha Mukherjee · 7 years ago
  13. b5a9437 av1_rtcd_defs.pl: remove trailing whitespace by James Zern · 7 years ago
  14. 541429a [segmentation] fix segment_id binarization by Frederic Barbier · 7 years ago
  15. be4dd10 SSE optimization of motion compensation functions by Ravi Chaudhary · 7 years ago
  16. 139587a Fix a crash with AMVR when CONFIG_LOWBITDEPTH=0 by Debargha Mukherjee · 7 years ago
  17. b373fec Move apply_range from 1d txfm to 2d txfm by Angie Chiang · 7 years ago
  18. e8e60d5 [NORMATIVE] Let tx64 scan match tx32 scan by Angie Chiang · 7 years ago
  19. d99bf65 [NORMATIVE] Let identity txfm use default scan by Angie Chiang · 7 years ago
  20. 45a8fed [NORMATIVE] Move frame_offset setup upwards by Zoe Liu · 7 years ago
  21. 096a59b Faster SSSE3 iadst4 using straight matrix multiplication by Frank Bossen · 7 years ago
  22. 3bb1f2a [non-normative, obu] Check OBU sizes by David Barker · 8 years ago
  23. 2db97f3 Clean up read_cdef() by Steinar Midtskogen · 7 years ago
  24. 6083e01 Simplfy tx_block_rd() by Hui Su · 7 years ago
  25. 397e502 Simplify tx_block_yrd() by Hui Su · 7 years ago
  26. e60599a Bugfix: assertion when encoding multiple keyframes by Urvang Joshi · 7 years ago
  27. b4720d3 Cost update and stats collection for CfL symbols by Yue Chen · 7 years ago
  28. 0d52f12 Remove macro 'OD_ASSERT', use 'assert'. by Sebastien Alaiwan · 7 years ago
  29. 30ea392 Bitmask: add helper functions by Cheng Chen · 7 years ago
  30. 51020e1 [NORMATIVE] Update no_frame_context_signaling header signaling. by Thomas Daede · 7 years ago
  31. ad01a47 Add assertion in av1_set_coeff_buffer() by Hui Su · 7 years ago
  32. ce7993f Reset blk_skip[] in reset_tx_size() by Hui Su · 7 years ago
  33. 2209fc0 odintrin.h: reduce scope of floating-point OD_LOG2 by Sebastien Alaiwan · 7 years ago
  34. 4733549 [NORMATIVE, fwd-kf] Reload adapted CDFs for fwd keyframes by David Barker · 7 years ago
  35. 6a87583 AVX2 optimization of motion compensation function by Ravi Chaudhary · 7 years ago
  36. 56750cf Refactor inv txfm2d ssse3 function prototype by Peng Bin · 7 years ago
  37. dd1a80c Move segmentation info to segmentation struct by Rostislav Pehlivanov · 7 years ago
  38. 0927f2a Remove some dead code about transform coefficient coding by Hui Su · 7 years ago
  39. 6471e8b Allow a large motion search range by Yunqing Wang · 7 years ago
  40. f552a31 [NORMATIVE] Extend full-pixel motion vectors to 12 bits by Yunqing Wang · 7 years ago
  41. e3907ea Refactor inv txfm ssse3 for tx_type with identity by Peng Bin · 7 years ago
  42. 4692963 [CFL] NEON Version of luma_subsampling_420_lbd by Luc Trudeau · 7 years ago
  43. 56f7cff write_tiles_in_tg_obus,ext-tile: fix tile bits update by James Zern · 7 years ago
  44. 8b007ff write_tile_info: gather writing of tile_size_bytes by James Zern · 7 years ago
  45. 02f04d0 Remove CONFIG_JNT_COMP macro by Deepa K G · 7 years ago
  46. 4ff7883 Handle cases with no tile data to decode by Hui Su · 7 years ago
  47. 114c9a2 odintrin.h: delete more unused macro definitions by Sebastien Alaiwan · 7 years ago
  48. 3dbec3a odintrin.h: don't reimplement 'assert' by Sebastien Alaiwan · 7 years ago
  49. 33b43de odintrin.h: delete unused macro definitions by Sebastien Alaiwan · 7 years ago
  50. 0e745f7 [NORMATIVE] Add one more MV_CLASS for integer MV by Yunqing Wang · 7 years ago
  51. cbbf4f0 optimize_txb Separate fixed eob condition out by Angie Chiang · 7 years ago
  52. 99b1242 Avoid calling get_dist_cost_stats when qc == 0 by Angie Chiang · 7 years ago
  53. e15d2e3 lv_map Remove unnecessary txb_costs table copy by Angie Chiang · 7 years ago
  54. 45385b8 Cleanup optimize_txb by Angie Chiang · 7 years ago
  55. 2ebe01b [TXMG] Add note to iadst4 range by Angie Chiang · 7 years ago
  56. dd6ef6c Remove CONFIG_EXT_TILE macro by Yaowu Xu · 7 years ago
  57. 6198ebc obu: Fix build when OBU_SIZING is off by Vignesh Venkatasubramanian · 7 years ago
  58. 6142add Add error checking to avoid invalid clamp by Yaowu Xu · 7 years ago
  59. ed9667e Remove dead code of lv_map by Angie Chiang · 7 years ago
  60. f76ee51 Remove CONFIG_MFMV macro by Yaowu Xu · 7 years ago
  61. e4e2d09 Simplify read_obu_header. by Tom Finegan · 7 years ago
  62. 4a707a8 Remove CONFIG_TIMING_INFO_IN_SEQ_HEADERS config flag by Debargha Mukherjee · 7 years ago
  63. 45dfb79 [NORMATIVE-SYNTAX] Disable filter_intra in >32x32 sb_type by Yue Chen · 7 years ago
  64. f23ec7b Update single inter mode prob model in rd search by Jingning Han · 7 years ago
  65. 6d608a9 Refactor the intra prediction function by Hui Su · 7 years ago
  66. 13ee28c Add util function for reading OBU type. by Tom Finegan · 7 years ago
  67. 5036115 amvr: properly set allow_high_precision_mv on encoder side by Hui Su · 7 years ago
  68. d1c222d [NORMATIVE] TXMG: Remove clamping in half_btf by Angie Chiang · 7 years ago
  69. 8112d2f Turn on hashing functionality for high-bitdepth by Debargha Mukherjee · 7 years ago
  70. f6154fd Prevent div by 0 in calculate_next_superres_scale by Imdad Sardharwalla · 7 years ago
  71. 1ee41f3 Remove CONFIG_EXT_INTRA_MODE macro by Yaowu Xu · 7 years ago
  72. d4ec9a4 optimize set_lpf_parameters and av1_get_transform_size by Grant Hsu · 7 years ago
  73. 1a79925 Reduce OBMC buffer size in multi-thread coding by Yue Chen · 7 years ago
  74. ede0792 [NORMATIVE] TXMG: Clamp only at add/sub stages by Angie Chiang · 7 years ago
  75. bb6a769 AVX2 optimization of motion compensation function by Ravi Chaudhary · 7 years ago
  76. 62aee4b [CFL] AVX2/SSSE3 faster luma_subsampling_420_lbd by Luc Trudeau · 7 years ago
  77. bfd2454 [NORMATIVE] Fixes for lossless frame simplifications by Jonathan Matthews · 7 years ago
  78. 4a17335 Remove mv dependency conditions on filter type coding by Jingning Han · 7 years ago
  79. 4d37568 [NORMATIVE, FILM_GRAIN_SHOWEX] Enable FILM_GRAIN_SHOWEX by Dominic Symes · 7 years ago
  80. 3ec16a3 Remove CONFIG_CFL macro by Luc Trudeau · 7 years ago
  81. 5018f6a Skip identical sequence headers after the first by Yaowu Xu · 7 years ago
  82. 22729cd Remove dead func av1_decode_block_tokens() by Angie Chiang · 7 years ago
  83. 6b20f39 Fix msvc compiler errors of inline by Peng Bin · 7 years ago
  84. c0f7ea7 [NORMATIVE] Init the txfm context to be max value by Jingning Han · 7 years ago
  85. 6ae2a32 Remove config flag for CONFIG_INTRA_EDGE/EDGE2 by Debargha Mukherjee · 7 years ago
  86. ea0257d obu: Move size after the OBU header by Vignesh Venkatasubramanian · 7 years ago
  87. 65c9efd [NORMATIVE] No loop filter for all-lossless frames by Urvang Joshi · 7 years ago
  88. df2f4cb Cleanup remnants of CONFIG_INTRA_EDGE macro by Sebastien Alaiwan · 7 years ago
  89. f6053ea Fix init tx search depth for large blocks by Yue Chen · 7 years ago
  90. 9a65bb0 [NORMATIVE] Correct round1 for 12-bit compound by Debargha Mukherjee · 7 years ago
  91. 1c58301 Support integer_mv with AMVR for highbitdepth by Debargha Mukherjee · 7 years ago
  92. 540565f Restore ref_frame index for interintra by Cheng Chen · 7 years ago
  93. f2312b1 Make av1_superres_upscale copy all required params by Imdad Sardharwalla · 7 years ago
  94. d29c4d7 [CFL] Constant Propagated TX_SIZE for subsampling by Luc Trudeau · 7 years ago
  95. 838ddee Fix ubsan_undefined error due to misaligned load by Ravi Chaudhary · 7 years ago
  96. 16ba953 Stop using get_conv_params_round() by Debargha Mukherjee · 7 years ago
  97. 5ec7b81 [NORMATIVE] No loop restoration for lossless frame by Urvang Joshi · 7 years ago
  98. 73335fa [NORMATIVE] Make wedge_index entropy coded by Yue Chen · 7 years ago
  99. aa5ae3d Fix filter_intra RDO deficiencies by Yue Chen · 7 years ago
  100. fa1fbde Properly reset x->cb_offset by Hui Su · 7 years ago