1. 163f0f0 [NORMATIVE, obu-frame] Fix interaction with other experiments by David Barker · 7 years ago
  2. 2c92b07 [NORMATIVE] Add sequence-level flag for superres. by Urvang Joshi · 7 years ago
  3. 6567c4a Remove unused parameters and effectless code by Yaowu Xu · 7 years ago
  4. a689cab Refactor and drop bsize from get_ext_tx_types() by Jingning Han · 7 years ago
  5. 47eb232 Reduce get_ext_tx_set parameter set by Jingning Han · 7 years ago
  6. e2ceec1 Reduce parameter set of get_ext_tx_set_type by Jingning Han · 7 years ago
  7. 04450b1 Fix dump_obu and obu_parser. by Tom Finegan · 7 years ago
  8. 1646823 Stop using last_width and last_height by Debargha Mukherjee · 7 years ago
  9. 5427be1 Remove CONFIG_OBU_SIZE_AFTER_HEADER preproc guards. by Tom Finegan · 7 years ago
  10. 492c545 Remove CONFIG_MAX_TILE by Yaowu Xu · 7 years ago
  11. cc615a8 [NORMATIVE] Check primary_ref_frame in more places by David Barker · 7 years ago
  12. 811a5fc [NORMATIVE] Align scalability implementation with spec by Yaowu Xu · 7 years ago
  13. 3cab623 Remove CONFIG_LOOPFILTERING_ACROSS_TILES by Yaowu Xu · 7 years ago
  14. 1f30728 [fwd-kf] Don't reset current_frame_id when show_existing_frame=1 by David Barker · 7 years ago
  15. fd515b6 Remove CONFIG_SEGMENT_PRED_LAST config flag by Debargha Mukherjee · 7 years ago
  16. c981385 [NORMATIVE] S_FRAME handling update by Tarek AMARA · 7 years ago
  17. d776f28 Revert "[Normative] Move global info to ref buffer" by David Barker · 7 years ago
  18. 2dab275 adding support for trailing bits write/read by Cyril Concolato · 7 years ago
  19. 4a94765 Remove CONFIG_DEPENDENT_HORZTILE by Yaowu Xu · 7 years ago
  20. d90d343 [NORMATIVE] Use the primary reference frame as prev_frame by Yue Chen · 7 years ago
  21. dc54be6 Simplify end-of-frame CDF update by Hui Su · 7 years ago
  22. e8eb3a7 Fix a bug related to intrabc mode cost by Hui Su · 7 years ago
  23. e5c723c Remove deprecate use_prev_frame_mvs flag by Jingning Han · 7 years ago
  24. d46f5cd Remove deprecated frame_can_use_prev_frame_mvs() function by Jingning Han · 7 years ago
  25. 0cbcf79 [NORMATIVE] Enforce constraint on frame_id_length. by Thomas Davies · 7 years ago
  26. 190b77a [NORMATIVE] Always update segfeatures at intra-only frames by David Barker · 7 years ago
  27. c9b6f23 [Normative] Move global info to ref buffer by Cheng Chen · 7 years ago
  28. fd20f38 Remove EXT_WARPED_MOTION flag by Yunqing Wang · 7 years ago
  29. ba7b8fe Remove NO_FRAME_CONTEXT_SIGNALING config flag by Debargha Mukherjee · 7 years ago
  30. 7f1dfa0 [NORMATIVE] Renable frame refs signaling for ER. by Debargha Mukherjee · 7 years ago
  31. 347c69e [NORMATIVE] Remove redundant byte from bitstream by Imdad Sardharwalla · 7 years ago
  32. 229fdc8 [NORMATIVE] Frame context refresh error-resilience by Debargha Mukherjee · 7 years ago
  33. 542aa32 Fix experiment inconsistency in obu.c. by Tom Finegan · 7 years ago
  34. 9d9ec1f Remove CONFIG_OBU_SIZING preprocessor guards. by Tom Finegan · 7 years ago
  35. 4d8f777 [NORMATIVE] Enable OrderHint features when err res by Imdad Sardharwalla · 7 years ago
  36. f927381 [NORMATIVE][obu] Add obu_redundant_frame_header. by Tom Finegan · 7 years ago
  37. 714b268 Allocate missing buffers in error_resilient_mode by Imdad Sardharwalla · 7 years ago
  38. cff20b9 Refactor read/write_segment_id() by Hui Su · 7 years ago
  39. 3a96462 [NORMATIVE] Take segment features from LAST_FRAME by Rostislav Pehlivanov · 7 years ago
  40. 21cc90b [NORMATIVE] Signal ref OrderHints in err res mode by Imdad Sardharwalla · 7 years ago
  41. 33c10f2 Fix syntax sync issue for show_existing_frame = 1 by Imdad Sardharwalla · 7 years ago
  42. 3ba8e89 decoder.c: cleanup dead calls to dealloc by Sebastien Alaiwan · 7 years ago
  43. 2faf53d obu: Make use of the length_present flag by Vignesh Venkatasubramanian · 7 years ago
  44. 49abec8 Clean-up effectless code by Yaowu Xu · 7 years ago
  45. e0018b5 Remove unneeded av1_find_best_ref_mvs() calls from decoder by Jingning Han · 7 years ago
  46. bb30b35 Refactor ref_mv fetch for newmv modes by Jingning Han · 7 years ago
  47. 3cee979 Refactor ref mv parsing at the decoder by Jingning Han · 7 years ago
  48. 5209162 Allow compound mode when order hint isn't available by Cheng Chen · 7 years ago
  49. 3a2a80d Revert "[NORMATIVE]Cut off tpl mvs from error resilient frames" by Thomas Daede · 7 years ago
  50. 224cf96 Terminate decoding if sequence header is not found by Hui Su · 7 years ago
  51. 0b9d8a1 Fix cdf optimizer for compound types by Yue Chen · 7 years ago
  52. a94c775 Skip decoding when startTile is larger than endTile by Hui Su · 7 years ago
  53. c3b42aa Allow decoder to tolerate invalid metadata size by Hui Su · 7 years ago
  54. 2bd9d4b [NORMATIVE]Cut off tpl mvs from error resilient frames by Jingning Han · 7 years ago
  55. c0ff7a3 Bitmasking "level/dq_coeff" and prevent OOB by Yaowu Xu · 7 years ago
  56. 17bdcdf [NORMATIVE] order_hint_bits_minus1 by Zoe Liu · 7 years ago
  57. 9c84d42 Avoid OOB memory access in av1_decode_frame_from_obus() by Hui Su · 7 years ago
  58. 19f0a23 Add segment_id binarization mismatch test by Frederic Barbier · 7 years ago
  59. 820ce73 Unify single and compound ref mv process by Jingning Han · 7 years ago
  60. e682ad9 Remove unneeded enums from mvref_common.h by Jingning Han · 7 years ago
  61. f050fc1 Flatten nmv context model by Jingning Han · 7 years ago
  62. 56f927e Align a few buffers to 32 byte boundaries by Yaowu Xu · 7 years ago
  63. 1609b94 [NORMATIVE] Error resilient/skip mode on OrderHint by Imdad Sardharwalla · 7 years ago
  64. 2764782 [NORMATIVE] FRM refs signaling on OrderHint status by Zoe Liu · 7 years ago
  65. a9ccd90 Remove av1_nmv_ctx function by Jingning Han · 7 years ago
  66. d1991bb Merge opt-ref-mv experimental flag by Jingning Han · 7 years ago
  67. fc66c6b Some fixes on enable_jnt_comp by Debargha Mukherjee · 7 years ago
  68. 00dcf5a Rephase the frame level flag for intra_edge by Yue Chen · 7 years ago
  69. 4543902 Remove av1_ for static functions by Yaowu Xu · 7 years ago
  70. fecd9a7 [Normative] Add a bit of order hint in sequence header by Cheng Chen · 7 years ago
  71. e68aa8a Add EXPLICIT_ORDER_HINT experiment by Imdad Sardharwalla · 7 years ago
  72. a938362 [NORMATIVE] Add frame-level flag to enable/disable filter_intra by Yue Chen · 7 years ago
  73. 813186b Use term 'restoration unit' consistently. by Urvang Joshi · 7 years ago
  74. 726f795 obu: Add obu_has_payload_length_field bit to header by Vignesh Venkatasubramanian · 7 years ago
  75. b2ce34e obu: Merge FH and TG if there is only 1 TG by Vignesh Venkatasubramanian · 7 years ago
  76. e242a81 Remove predict and highbd_predict function ptrs by Debargha Mukherjee · 7 years ago
  77. 2a06b41 [normative] [obu] Implicit start and end for 1 TG case by Vignesh Venkatasubramanian · 7 years ago
  78. 9e9f7ad make tile_size_bytes field conditional by James Zern · 7 years ago
  79. 6cd5a82 [NORMATIVE-SYNTAX] Fix max tile width/area calculation by David Barker · 7 years ago
  80. e0d56e6 [NORMATIVE] Fix coefficient CDFs when using PRIMARY_REF_NONE by David Barker · 7 years ago
  81. 11de930 [NORMATIVE, fwd-kf] Signal refresh_frame_flags for fwd keyframes by David Barker · 7 years ago
  82. 5521a18 Remove frame_parallel_decode option on decoder side. by Debargha Mukherjee · 7 years ago
  83. 45a8fed [NORMATIVE] Move frame_offset setup upwards by Zoe Liu · 7 years ago
  84. 3bb1f2a [non-normative, obu] Check OBU sizes by David Barker · 7 years ago
  85. 2db97f3 Clean up read_cdef() by Steinar Midtskogen · 7 years ago
  86. 51020e1 [NORMATIVE] Update no_frame_context_signaling header signaling. by Thomas Daede · 7 years ago
  87. 4733549 [NORMATIVE, fwd-kf] Reload adapted CDFs for fwd keyframes by David Barker · 7 years ago
  88. dd1a80c Move segmentation info to segmentation struct by Rostislav Pehlivanov · 7 years ago
  89. 02f04d0 Remove CONFIG_JNT_COMP macro by Deepa K G · 7 years ago
  90. 4ff7883 Handle cases with no tile data to decode by Hui Su · 7 years ago
  91. dd6ef6c Remove CONFIG_EXT_TILE macro by Yaowu Xu · 7 years ago
  92. 6198ebc obu: Fix build when OBU_SIZING is off by Vignesh Venkatasubramanian · 7 years ago
  93. f76ee51 Remove CONFIG_MFMV macro by Yaowu Xu · 7 years ago
  94. e4e2d09 Simplify read_obu_header. by Tom Finegan · 7 years ago
  95. 4a707a8 Remove CONFIG_TIMING_INFO_IN_SEQ_HEADERS config flag by Debargha Mukherjee · 7 years ago
  96. 45dfb79 [NORMATIVE-SYNTAX] Disable filter_intra in >32x32 sb_type by Yue Chen · 7 years ago
  97. 13ee28c Add util function for reading OBU type. by Tom Finegan · 7 years ago
  98. 1ee41f3 Remove CONFIG_EXT_INTRA_MODE macro by Yaowu Xu · 7 years ago
  99. bfd2454 [NORMATIVE] Fixes for lossless frame simplifications by Jonathan Matthews · 7 years ago
  100. 4a17335 Remove mv dependency conditions on filter type coding by Jingning Han · 7 years ago