1. 2b2c5fd Add missing check for superres rate allocation. by Debargha Mukherjee · 6 years ago
  2. ebf96f4 Group parameters in AV1_COMMON into sub-structures by David Turner · 6 years ago
  3. f50fdce Compute energy distribution among hor freqs by Debargha Mukherjee · 6 years ago
  4. 03d8ebe Clarify indexing in [lr]shift_bdw_ref_frames(). by Urvang Joshi · 6 years ago
  5. 3958582 Use get_ref_frame_map_idx() wherever possible. by Urvang Joshi · 6 years ago
  6. a130dcc Remove LAST_REF_FRAMES enum value. by Urvang Joshi · 6 years ago
  7. df802ee Cleanup regarding buffer pool ref counts. by Urvang Joshi · 6 years ago
  8. 4d9f15f Reference related code: Better naming and comments by Urvang Joshi · 6 years ago
  9. 4a8c004 Move the assertion back to get_free_fb(). by Wan-Teh Chang · 6 years ago
  10. a9e1905 Correct show_existing_frame LAST_FRAME refresh by Sarah Parker · 6 years ago
  11. 5336b9c Cleanup encode_show_existing_frame logic by Sarah Parker · 6 years ago
  12. 22d8ab3 refine memory in av1_rd_pick_inter_mode_sb() by wenyao.liu · 6 years ago
  13. 29147cf Refresh LAST_FRAME with error_resilient show_existing_frame by Sarah Parker · 6 years ago
  14. bb6a3d2 Reduce the cpi->scaled_ref_idx array size by 1. by Wan-Teh Chang · 6 years ago
  15. cf64444 Mark unexposed functions as static by Sarah Parker · 6 years ago
  16. 7a9bb78 Properly handle show existing internal ALTREF by Sarah Parker · 6 years ago
  17. 90a15f4 Implement row based multi-threading of encoder by Ravi Chaudhary · 6 years ago
  18. 1cf7d16 Allocate ctxt for each thread in enc row-mt by Ravi Chaudhary · 6 years ago
  19. c5e7469 Add sync_read and sync_write for enc row-mt by Ravi Chaudhary · 6 years ago
  20. 57a041d Update cpi->row_mt conditionally by Ravi Chaudhary · 6 years ago
  21. 7df9d48 Move the assertion in get_free_fb() to its callers by Wan-Teh Chang · 6 years ago
  22. d05e033 Correct a for loop in init_ref_frame_bufs. by Wan-Teh Chang · 6 years ago
  23. 41d286f Release reference to the new frame buffer on error by Wan-Teh Chang · 6 years ago
  24. 7cae98f Add temporal dependency model and rdmult modulation to AV1 by Yue Chen · 7 years ago
  25. df71310 Disable superres if screen content tools allowed by Debargha Mukherjee · 6 years ago
  26. 8adee10 Correct setting droppable frames by Debargha Mukherjee · 6 years ago
  27. 5d970f4 Make InterModesInfo tile-independent for enc row-mt by Ravi Chaudhary · 6 years ago
  28. e3600cd Multi-thread support for bitmask by Cheng Chen · 6 years ago
  29. 5737825 Set intraonly / s- / er- frame flags from encoder by Debargha Mukherjee · 6 years ago
  30. 84b0993 Turn on loop filter bitmask by Cheng Chen · 7 years ago
  31. 146b72c Bitmask patch 2: Applying filtering once bitmask is built by Cheng Chen · 7 years ago
  32. 79853eb Add speed feature to turn off global motion recode by Debargha Mukherjee · 7 years ago
  33. b55cb5e Remove unused speed features. by Urvang Joshi · 7 years ago
  34. dad2282 shuffle code to work around gcc 8.2.0 issue by SmilingWolf · 7 years ago
  35. e58f6ec Add pointers to temp buffers in 'xd'. by Urvang Joshi · 7 years ago
  36. 0a4cfad decodeframe and reconinter_enc: Reduce stack use. by Urvang Joshi · 7 years ago
  37. 73cf15b Facilitate row-level multi-threading of encoder by Ravi Chaudhary · 7 years ago
  38. f8d6a16 Implement aom_codec_get_global_headers for AV1. by Tom Finegan · 7 years ago
  39. 02b2a84 Add API hooks for setting chroma subsampling values. by Tom Finegan · 7 years ago
  40. 783d6a3 Fix enc multi-threading mismatch in screen content by Ravi Chaudhary · 7 years ago
  41. 794adbd Remove spurious printf for debug by Debargha Mukherjee · 7 years ago
  42. 0de09a8 Change the key-frame q mapping function by Debargha Mukherjee · 7 years ago
  43. 0ec03a4 Add unittest for encoder row based multi-threading by Ravi Chaudhary · 7 years ago
  44. 3491dd2 Clean up rate control related counters by Sarah Parker · 7 years ago
  45. a8c0245 Preserve previous ARF as GOLDEN frames for the next GOP by Wei-Ting Lin · 7 years ago
  46. e6961e7 Deprecate an unsupported setting of auto-alt-ref > 1 by Wei-Ting Lin · 7 years ago
  47. 3cac454 Remove the init_done local variable. by Wan-Teh Chang · 7 years ago
  48. 349e0bd Clean up show_existing_frame decision by Sarah Parker · 7 years ago
  49. d26bff3 Clean up previous attempt on building 4-Layer structure by Wei-Ting Lin · 7 years ago
  50. 3300552 Correct reference updates in error resilient mode by Sarah Parker · 7 years ago
  51. fa3721d Fix include order: av1/encoder/encoder.c by Yaowu Xu · 7 years ago
  52. a2fad3e Document how to call setjmp() correctly. by Wan-Teh Chang · 7 years ago
  53. 8d5a4ba Move film_grain_params_present to SequenceHeader. by Urvang Joshi · 7 years ago
  54. 20cf30e Move profile and color config to SequenceHeader. by Urvang Joshi · 7 years ago
  55. a2893ab Add denoiser & noise estimation in the encoder. by Neil Birkbeck · 7 years ago
  56. 75c4c5f Fix in initializing mi pointer grid at frame level by Ravi Chaudhary · 7 years ago
  57. 240d9b4 Enable quality boost for internal ARFs by Wei-Ting Lin · 7 years ago
  58. cc75ca7 Change reference buffer update rules when new gf struture used by Wei-Ting Lin · 7 years ago
  59. bafa11c Add a new backward reference update rule by Wei-Ting Lin · 7 years ago
  60. 2e8d045 Refactor: Clear the logic of buffer updates by Wei-Ting Lin · 7 years ago
  61. 14feea4 Make fwd-kf compatible with error-resilient mode by Sarah Parker · 7 years ago
  62. b72453f Remove an unused variable arf_map by Wei-Ting Lin · 7 years ago
  63. af32a7b Some cosmetic fixes for fwd_kf by Sarah Parker · 7 years ago
  64. f64b3bc Make decoder_model_info match the spec better. by Wan-Teh Chang · 7 years ago
  65. fb7dc06 Fix a bug not decreasing frames_till_gf_update_due properly by Wei-Ting Lin · 7 years ago
  66. b904161 Initial encoder implementation for fwd kf by Sarah Parker · 7 years ago
  67. 96ee0eb Refactor: Simplify the logic of frames_till_gf_update_due by Wei-Ting Lin · 7 years ago
  68. c7511de [NORMATIVE] level_idx=31, initial_display_delay by Andrey Norkin · 7 years ago
  69. 2649551 [NORMATIVE] Update of decoder model syntax by Andrey Norkin · 7 years ago
  70. 75e20e8 ext_tile: reduce ext-tile tile information by Yunqing Wang · 7 years ago
  71. d48fb16 [NORMATIVE]ext_tile: write allow_ref_frame_mvs bit by Yunqing Wang · 7 years ago
  72. 445739a [NORMATIVE] ext_tile: write/read tile information by Yunqing Wang · 7 years ago
  73. 93b18f3 [NORMATIVE] ext_tile: set external references at the tile level by Yunqing Wang · 7 years ago
  74. c56f6ec Decoder model changes. by Adrian Grange · 7 years ago
  75. ff9bfca Implement AV1_COPY_NEW_FRAME_IMAGE API in the encoder by Yunqing Wang · 7 years ago
  76. 09c83a5 Refactor:rename functions to avoid double negation by Cheng Chen · 7 years ago
  77. 11c9356 Refactor updating of preskip_segid and last_active_segid by David Barker · 7 years ago
  78. e2aa401 Implement Loop restoration multi-threading by Ravi Chaudhary · 7 years ago
  79. aab7443 Disable dynamic superblock size when resize is on. by Urvang Joshi · 7 years ago
  80. ce0f5fc Facilitate loop-restoration multi-threading by Ravi Chaudhary · 7 years ago
  81. f250f48 Remove the CONFIG_BUFFER_MODEL experiment flag. by Wan-Teh Chang · 7 years ago
  82. 44702c8 cmake: generate rtcd headers in config subdir. by Tom Finegan · 7 years ago
  83. 60e653d cmake: Output aom_config in config sub dir. by Tom Finegan · 7 years ago
  84. cc6a6ef Move FRAME_COUNTS to encoder side completely by Yue Chen · 7 years ago
  85. 8ab1f44 Bitmask: loop filtering using bitmask by Cheng Chen · 7 years ago
  86. f481d98 [NORMATIVE] Add tier signaling by Andrey Norkin · 7 years ago
  87. 964e72e Add multi-thread support for loop-filtering by Deepa K G · 7 years ago
  88. 5749869 [NORMATIVE] Handle level 31 by Debargha Mukherjee · 7 years ago
  89. 9612d55 Set cm->allow_ref_frame_mvs to 0 while large_scale_tile=1 by Yunqing Wang · 7 years ago
  90. 6958297 Rename xxx_minus1 to xxx_minus_1 to match the spec. by Wan-Teh Chang · 7 years ago
  91. 19aefd1 Modify primary_ref_frame in large scale tile coding case by Yunqing Wang · 7 years ago
  92. ea67540 [NORMATIVE] Implement major/minor level bits by Debargha Mukherjee · 7 years ago
  93. 2e58723 Remove a debug printf by Yaowu Xu · 7 years ago
  94. 9e3ffc5 Revert "Add multi-thread support for loop-filtering" by Yunqing Wang · 7 years ago
  95. f147908 Fix in freeing above context for number of planes by Cherma Rajan A · 7 years ago
  96. 9bc2f3c Modify first pass stats handling by Debargha Mukherjee · 7 years ago
  97. afe1974 Fix the segmentation fault in the encoder thread test by Yunqing Wang · 7 years ago
  98. ee2c811 Remove unused macros. by Urvang Joshi · 7 years ago
  99. 71d20db Make above context variables tile independent by Cherma Rajan A · 7 years ago
  100. 9ad9ac9 Add multi-thread support for loop-filtering by Deepa K G · 7 years ago