1. c4cfb44 Additions to Encoder overview document. by Paul Wilkins · 3 years, 10 months ago
  2. 6ad5507 doxygen info of av1_cost_coeffs_txb_laplacian by angiebird · 3 years, 10 months ago
  3. 01fd2f4 doxygen info of av1_cost_coeffs_txb_estimate() by angiebird · 3 years, 10 months ago
  4. 0ddbb7e doxygen info of av1_update_intra_mb_txb_context() by angiebird · 3 years, 10 months ago
  5. 95fc5e6 doxygen info of av1_get_cb_coeff_buffer by angiebird · 3 years, 10 months ago
  6. d835a69 doxygen info of av1_update_and_record_txb_context by angiebird · 3 years, 10 months ago
  7. 184759c Add doxygen info for av1_get_txb_entropy_context() by angiebird · 3 years, 10 months ago
  8. b92b29ccf Avoid use of an uninitialized variable by Yaowu Xu · 3 years, 10 months ago
  9. c3505fb Correct an assertion by Yaowu Xu · 3 years, 10 months ago
  10. aa6a170 Group toolset config in AV1EncoderConfig by Vishesh · 3 years, 10 months ago
  11. 534b346 Revert to old AVX2 code for better speed by Krishna Malladi · 3 years, 10 months ago
  12. 9df2f4b Fix quantization step in tpl model by Jingning Han · 3 years, 10 months ago
  13. e9ad475 Separate utility functions from encodeframe.c by Jayasanker J · 3 years, 10 months ago
  14. 1629a4b Save arf index in gf_group. by bohanli · 3 years, 11 months ago
  15. c35416b Bitstream debug tool: Guard code under 'if(0)'. by Urvang Joshi · 3 years, 10 months ago
  16. 8f7164b Aggressively prune tx type search at speed 6 by Yunqing Wang · 3 years, 10 months ago
  17. 4ed4c81 Fix redundant initialization of allow_ref_frame_mvs by Vishesh · 3 years, 10 months ago
  18. 76abdd9 Correct q assignment for tpl model by Debargha Mukherjee · 3 years, 10 months ago
  19. 5fffb44 rtc: Adjust filter scaler settings for rtc mode by Marco Paniconi · 3 years, 10 months ago
  20. 173a756 Let av1_set_entropy_contexts() return uint8_t by angiebird · 3 years, 10 months ago
  21. af9c0f4 Add doxygen description for av1_cost_skip_txb() by angiebird · 3 years, 10 months ago
  22. a36c8d0 Group encoder algorithm config in AV1EncoderConfig by Vishesh · 3 years, 10 months ago
  23. e8c76eb Add more documentation and references. by Paul Wilkins · 3 years, 10 months ago
  24. 327528a rtc: Change default scaler filter to SMOOTH for RTC by Marco Paniconi · 3 years, 10 months ago
  25. 99881eb rtc: Resize test for 1/4,3/4 scaling via SetScaleMode by Marco Paniconi · 3 years, 10 months ago
  26. d441735 Add ssse3 optimization for 3/4 scaling by Jerome Jiang · 3 years, 10 months ago
  27. 3dddc32 Add 3/4 scaling Neon optimizations by Jerome Jiang · 3 years, 10 months ago
  28. 8b1a053 Add doxygen info for av1_[alloc/free]_txb_buf by angiebird · 3 years, 10 months ago
  29. 93b23c3 Add doxygen description of av1_cost_coeffs_txb() by angiebird · 3 years, 10 months ago
  30. f28ea82 Add doxygen description of av1_optimize_txb_new by angiebird · 3 years, 10 months ago
  31. 4342d7f Group input related config in AV1EncoderConfig by Vishesh · 3 years, 10 months ago
  32. 733b0f7 Clean up unused variables from AV1EncoderConfig by Vishesh · 3 years, 10 months ago
  33. 70bd59b Add doxygen comment for av1_write_intra_coeffs_mb by angiebird · 3 years, 10 months ago
  34. 320e228 Rename av1_write_coeffs_mb() by angiebird · 3 years, 10 months ago
  35. 28f2b56 Fix a potential problem with header file references. by bohanli · 3 years, 11 months ago
  36. 83cfad4 Additions and reference fixes in encoder overview. by Paul Wilkins · 3 years, 10 months ago
  37. a822b3c Fix number of workers in multi-thread case by Deepa K G · 3 years, 10 months ago
  38. 68985d0 Fix heap corruption in case of resizing with row-mt=1 by Deepa K G · 3 years, 11 months ago
  39. 4a9201b Add use case section to architecture document. by Paul Wilkins · 3 years, 10 months ago
  40. 8284eba Reduce number of search steps in simple motion search by chiyotsai · 3 years, 10 months ago
  41. 96bdb2a Add doxygen description for av1_write_coeffs_txb() by angiebird · 3 years, 10 months ago
  42. d657491 Move debug code into bitstream_queue_push() by angiebird · 3 years, 10 months ago
  43. 3661f17 Correct typo of bitstream_debug tool by angiebird · 3 years, 10 months ago
  44. 1f7174f Use order_hint to set index of BITSTREAM_DEBUG by angiebird · 3 years, 10 months ago
  45. 9399b7e Add unit test to check if kf interval is respected by Mufaddal Chakera · 3 years, 11 months ago
  46. beb459f Remove deprecated kf boost bias based on tpl by Jingning Han · 3 years, 10 months ago
  47. 9b9ec5c Re-enable use_intra_txb_hash on speed 6 by chiyotsai · 3 years, 10 months ago
  48. 74f377d Port 4:1 Neon optimization for scaling by Jerome Jiang · 3 years, 10 months ago
  49. 5a72e9d Change number of winner modes in winner mode processing by chiyotsai · 3 years, 10 months ago
  50. 36adf35 Separate utility functions from encoder.c by Satish Kumar Suman · 3 years, 10 months ago
  51. b534a78 Restructured encoder guide document by Paul Wilkins · 3 years, 10 months ago
  52. c1b1126 Port 4:1 ssse3 optimizations by Jerome Jiang · 3 years, 10 months ago
  53. eeedd01 Remove calls to atan in generate_hog by chiyotsai · 3 years, 11 months ago
  54. 34b591f AV1 RT: Implement Noise Estimator by Fyodor Kyslov · 3 years, 11 months ago
  55. 7205692 rtc: Fixes for resize when scalemode is used by Marco Paniconi · 3 years, 11 months ago
  56. 2233cde Enable prune_ref_mv_idx_search at speed 6 by Yunqing Wang · 3 years, 11 months ago
  57. b82548e Abstract pruning code for 4-way partition search by venkat sanampudi · 3 years, 11 months ago
  58. 25bb7d0 Fix resizing issues in variants of find_best_sub_pixel_tree by Mufaddal Chakera · 3 years, 11 months ago
  59. fa74bee Port ssse3 optimization for 2:1 eighttap scaling by Jerome Jiang · 3 years, 11 months ago
  60. 48a5e1e Port Neon optimization for eighttap scaling. by Jerome Jiang · 3 years, 11 months ago
  61. 19e2d74 Group unit test related config in AV1EncoderConfig by Vishesh · 3 years, 11 months ago
  62. ff04e8e Make max gop length account for the look ahead length by Jingning Han · 3 years, 11 months ago
  63. 52fdeae Group color related config in AV1EncoderConfig by Vishesh · 3 years, 11 months ago
  64. 1c5fe42 Change auto_max_partition behaviors on speed 6 by chiyotsai · 3 years, 11 months ago
  65. 7977ee6 Add neon optimization for 2:1 scaling by Jerome Jiang · 3 years, 11 months ago
  66. 9102cce Unify is_frame_tpl_eligible() checking condition by Jingning Han · 3 years, 11 months ago
  67. dede293 Allow for use of optimized 2:1 scaler in scale_references by Jerome Jiang · 3 years, 11 months ago
  68. 2b22a1f rtc-svc: Fix to avoid scaling references by Marco Paniconi · 3 years, 11 months ago
  69. a2cc4b7 Add ssse3 optimization for 2:1 scaling by Jerome Jiang · 3 years, 11 months ago
  70. 790190e Add special C func to do 2 to 1 scale by Jerome Jiang · 3 years, 11 months ago
  71. 0c2ab6f rtc: Fix to rtc path when deltaq mode is on by Marco Paniconi · 3 years, 11 months ago
  72. 4e86937 Add more scaling modes for AOME_SET_SCALEMODE by Marco Paniconi · 3 years, 11 months ago
  73. 7b9b739 Add NEON version of aom_smooth_predictor functions by Vitalii Dziumenko · 4 years ago
  74. 0017b6a Disable unperformant speed features by chiyotsai · 3 years, 11 months ago
  75. 7e180f6 Simplify GOP length decision at speed 6 by Yunqing Wang · 3 years, 11 months ago
  76. 2370ec7 Remove is_frame_kf_and_tpl_eligible() by Jingning Han · 3 years, 11 months ago
  77. 4f4614c Remove deprecated MAX_PYR_LEVEL_FROMTOP_DELTAQ flag by Jingning Han · 3 years, 11 months ago
  78. 8d0a946 Remove ENABLE_KF_TPL flag by Jingning Han · 3 years, 11 months ago
  79. 8c3f275 Do not run TPL for filtered Key frames at speed 6 by Yunqing Wang · 3 years, 11 months ago
  80. b2209ce Add unit test to check the presence of forward key frame. by Aasaipriya Chandran · 3 years, 11 months ago
  81. b396969 Add NEON version of av1_fwht4x4 function by Vitalii Dziumenko · 4 years ago
  82. a8bc754 Add NEON version of av1_nn_predict function by Vitalii Dziumenko · 4 years ago
  83. 7b73709 Add NEON version of av1_get_horver_correlation_full function by Vitalii Dziumenko · 4 years ago
  84. 7756703 Add NEON version of av1_get_nz_map_contexts function by Vitalii Dziumenko · 4 years ago
  85. 734eff9 Group quantization config in AV1EncoderConfig by Vishesh · 3 years, 11 months ago
  86. 8c113ea Do not use #if inside assert() by Wan-Teh Chang · 3 years, 11 months ago
  87. 2b9242a AV1 RT: Introduce speed 9 by Fyodor Kyslov · 3 years, 11 months ago
  88. 108564e chroma_check: don't access UV planes if monochrome by Wan-Teh Chang · 3 years, 11 months ago
  89. 39e7409 Group rate control config in AV1EncoderConfig by Vishesh · 3 years, 11 months ago
  90. 9999059 Update documentation on lookahead buffer by Elliott Karpilovsky · 3 years, 11 months ago
  91. e2b505b Fixes for bitstream debug tool by Urvang Joshi · 3 years, 11 months ago
  92. abbf064 Refactor of handle_inter_intra_mode by Elliott Karpilovsky · 3 years, 11 months ago
  93. a709244 Cleanup placeholder text and support statement by Debargha Mukherjee · 3 years, 11 months ago
  94. 7f1580e Doxygen comments for CDEF / LR frame filtering by Debargha Mukherjee · 3 years, 11 months ago
  95. 386105b Allow more blocks to use square only partitions by Yunqing Wang · 3 years, 11 months ago
  96. fd8048f Count cur_frame_idx for overlay frames as well. by bohanli · 3 years, 11 months ago
  97. 6c1c3a4 Add detailed description to "Partition Search" module by Yue Chen · 3 years, 11 months ago
  98. d0739c7 Doxygen comments for CDEF Info structure by Debargha Mukherjee · 3 years, 11 months ago
  99. 9a2e29b Doxygen comments for restoration info structures by Debargha Mukherjee · 3 years, 11 months ago
  100. 13f77f7 Reduce nightly encoder multithread tests by Yunqing Wang · 3 years, 11 months ago