1. dea531d hash_based_trellis speed feature update by Michelle Findlay-Olynyk · 7 years ago
  2. bf2cc01 Prevent undefined behaviour for AMVR experiment by Imdad Sardharwalla · 7 years ago
  3. b0ef6ff av1/encoder: apply clang-format v5.0.0 by Johann · 7 years ago
  4. 98c16fa Remove experimental flag of TEMPMV_SIGNALING by Frederic Barbier · 7 years ago
  5. 4ec84ab Move sb_size to sequence header by Imdad Sardharwalla · 7 years ago
  6. cc6e0e1 Adding config file parsing implementation by Maxym Dmytrychenko · 7 years ago
  7. 23b5484 Remove CONFIG_FRAME_SIGN_BIAS config flag by Debargha Mukherjee · 7 years ago
  8. 648bf58 Remove CONFIG_FRAME_MARKER flag by Debargha Mukherjee · 7 years ago
  9. a78c8f5 Misc fixes to build with CONFIG_LOOP_RESTORATION=0 by Debargha Mukherjee · 7 years ago
  10. 5105f7a Merge in STRIPED_LOOP_RESTORATION flag by Debargha Mukherjee · 7 years ago
  11. 6f1c2f7 Film grain synthesis algorithm by Andrey Norkin · 7 years ago
  12. 5859636 Remove DAALA_TX experiment by Sebastien Alaiwan · 7 years ago
  13. e4099e3 Return int from av1_pack_bitstream(). by Tom Finegan · 7 years ago
  14. 28e9ce2 Adding timing info to sequence headers by Andrey Norkin · 7 years ago
  15. 123e8a6 adopt some clang 5.0.0 formatting by Johann · 7 years ago
  16. 5f7f367 Change tilesize to 256x256 for >CIF resolutions by Debargha Mukherjee · 8 years ago
  17. af8e264 Don't calculate chroma data in monochrome mode by Imdad Sardharwalla · 7 years ago
  18. 85e8c79 [segment_pred_last] fix resolution change issues by Soo-Chul Han · 7 years ago
  19. 4ef06b5 Clears boundary_info memory along with mi memory by Frank Bossen · 7 years ago
  20. 4667509 Move init of delta_q/lf_present_flag to encode_frame_internal() by Hui Su · 7 years ago
  21. 1fee28b Harmonize superres + loop-restoration + lf-across-tiles by David Barker · 7 years ago
  22. 41cae6a Remove XIPHRC experiment by Sebastien Alaiwan · 7 years ago
  23. f340fec No colorspace for mono-video f/ CICP compatibility by Debargha Mukherjee · 7 years ago
  24. f9a50ea Update profile/bitdepth/sampling in header by Debargha Mukherjee · 7 years ago
  25. 5ebd870 Add an identity scale factor in AV1_COMMON by Hui Su · 7 years ago
  26. 9e69463 CICP colorspace signaling by Andrey Norkin · 7 years ago
  27. 2830fd9 Check error resilient flag for use_ref_frame_mvs by Jingning Han · 7 years ago
  28. 2638cb5 fix issues with segment_pred_last by Soo-Chul Han · 7 years ago
  29. 0bdf5f5 Remove probability model for comp_ref and comp_bwdref by Hui Su · 7 years ago
  30. f57a937 Remove experimental flag of SIMPLE_BWD_ADAPT by Frederic Barbier · 7 years ago
  31. 52b1ba2 Remove the probability model about segmentation map by Hui Su · 7 years ago
  32. d3e7c68 Remove the use of macro "CONFIG_HIGHBITDEPTH" by Yaowu Xu · 7 years ago
  33. 99ff0b0 Remove experimental flag of Q_ADAPT_PROBS by Frederic Barbier · 7 years ago
  34. b101935 Remove unused binary-symbol coding and tree-based coding by Yue Chen · 7 years ago
  35. b499120 Add encoder support to fwd-kf by Zoe Liu · 7 years ago
  36. 07365c9 Remove lpf_sb by Cheng Chen · 7 years ago
  37. 2a74cf2 Merge two block with same if conditions. by Urvang Joshi · 7 years ago
  38. da11e69 Make ext-tile and obu work togather by Jingning Han · 7 years ago
  39. 02aade8 Tweak for recode_loop_test_global_motion() func. by Urvang Joshi · 7 years ago
  40. 7bb501d add new experiment loopfiltering_across_tiles_ext by Lei · 7 years ago
  41. 23c511e Remove ADAPT_SCAN experiment by Sebastien Alaiwan · 7 years ago
  42. a84faf2 Balance curly braces in encoder.c by Rupert Swarbrick · 7 years ago
  43. a70cd7b Bug fix by Cheng Chen · 7 years ago
  44. bf3d496 JNT_COMP: add SIMD and interface for high bit-depth by Cheng Chen · 7 years ago
  45. 76224b0 LPF_SB: cleanup unused functions and code path by Cheng Chen · 7 years ago
  46. c79088f Remove the unused code on frame_distortion by Zoe Liu · 7 years ago
  47. 5d149e1 Remove sub-4x4 block sizes by Debargha Mukherjee · 7 years ago
  48. de75083 Remove a number of unused macros. by Urvang Joshi · 7 years ago
  49. 4d55d76 Add TXCOEFF_COST_TIMER by Angie Chiang · 7 years ago
  50. 841c030 Remove dead globals, members and structs by Sebastien Alaiwan · 7 years ago
  51. 70c399e Remove parameter from av1_loop_restoration_filter_frame by Rupert Swarbrick · 7 years ago
  52. 25c57d2 Simplify prototype of av1_loop_restoration_filter_frame by Rupert Swarbrick · 7 years ago
  53. 765e34e Make lpf_sb work with loopfilter_level by Cheng Chen · 7 years ago
  54. 5b5f4df Add mismatch debug tool by Angie Chiang · 7 years ago
  55. 94ad370 Merge FRAME_SUPERRES into HORZONLY_FRAME_SUPERRES. by Urvang Joshi · 7 years ago
  56. dad63d4 Add 1 condition in CDEF checking by Yunqing Wang · 7 years ago
  57. 317002f Monochrome control now in colorspace header by Imdad Sardharwalla · 7 years ago
  58. ebcee0b LPF_SB: select filter level and apply for superblock by Cheng Chen · 7 years ago
  59. 11eac7b no-frame-context-signaling + q-adapt-probs: Fix interaction by David Barker · 7 years ago
  60. 917d6c0 max-tile: Fix issues discovered when testing max-tile by Dominic Symes · 7 years ago
  61. b0460fa Remove ANS experiment by Sebastien Alaiwan · 7 years ago
  62. 1e84af5 [CFL] CfL Initialization Simplification by Luc Trudeau · 7 years ago
  63. 0bd3bf6 Make adaptive scan order support multi-threading by Jingning Han · 7 years ago
  64. ee202be Update the PSNR/SSIM stats collection by Zoe Liu · 7 years ago
  65. 87651b2 Sync PSNRs order with VP9 by Jingning Han · 7 years ago
  66. be1ae3f Add PSNR-Cb and Cr to opsnr.stt file by Jingning Han · 7 years ago
  67. d0179a6 JNT_COMP: add ssse3 implementations for sad_avg by Cheng Chen · 7 years ago
  68. d286443 JNT_COMP: SIMD implementation for aom_jnt_sub_pixel_avg by Cheng Chen · 7 years ago
  69. 80d5234 Fix build break by hash_me by RogerZhou · 7 years ago
  70. 934af35 add segment_pred_last(adopted) by Soo-Chul Han · 7 years ago
  71. f40a957 Add motion selection to ext_skip by Zoe Liu · 7 years ago
  72. b041d8a Modify lightfield encoding example by Yunqing Wang · 7 years ago
  73. b6e23bc Force to have a common frame header in large scale tile coding by Yunqing Wang · 7 years ago
  74. 749c21a Remove experimental flag of NEW_MULTISYMBOL by Frederic Barbier · 7 years ago
  75. dcb3cff Don't send chroma data in monochrome mode by Rupert Swarbrick · 7 years ago
  76. 27a4fb6 Fix the logic for skipping in-loop filters in loopfilter_frame() by Hui Su · 7 years ago
  77. a097204 Add smooth mrc mask computed from residual by Sarah Parker · 7 years ago
  78. 4eba69b Fix inefficient coding of filter_intra modes by Yue Chen · 7 years ago
  79. 3694c83 Update the q_adapt_probs experiment by Hui Su · 7 years ago
  80. 619f417 Fix warning when MAX_TILE is enabled by Sebastien Alaiwan · 7 years ago
  81. 1aeee2e Remove experimental flag of CDEF by Frederic Barbier · 7 years ago
  82. 27df834 Disable in-loop filters for frames with intrabc enabled by Hui Su · 7 years ago
  83. 62fcfab MV entropy coding fixes and clean ups. by Debargha Mukherjee · 7 years ago
  84. e0b1599 Plumb in a "monochrome" flag by Rupert Swarbrick · 7 years ago
  85. e44c622 Add command-line -enable-cdef option by Steinar Midtskogen · 7 years ago
  86. 07ec5e8 Fix a compiling issue by Yaowu Xu · 7 years ago
  87. 267e327 No need to update frame contexts while large_scale_tile = 1 by Yunqing Wang · 7 years ago
  88. 35ee234 Disable in-loop filtering for single_tile_decoding by Yaowu Xu · 7 years ago
  89. f2e7a39 Make apply_encoding_flags work when lag_in_frames > 0 by Yunqing Wang · 7 years ago
  90. c01dddb Remove ONE_SIDED_COMPOUND experimental flag by Zoe Liu · 7 years ago
  91. 81d458b Revert "Turn on the max_tile experiment" by Yaowu Xu · 7 years ago
  92. f452fdf Speed up ref selection by enforcing max 6 frames by Zoe Liu · 7 years ago
  93. 921b334 striped-loop-restoration: Respect tile experiments by Rupert Swarbrick · 7 years ago
  94. d728c21 [segment] Remove coding of seg->abs_delta by Yushin Cho · 7 years ago
  95. 9a50fec Update the encoder flags for reference frames using and updating by Yunqing Wang · 7 years ago
  96. 8ce049e Fix mismatch with striped loop restoration+superres by Rupert Swarbrick · 7 years ago
  97. ab8bb8b Turn on the max_tile experiment by Dominic Symes · 7 years ago
  98. f78632e JNT_COMP: Refactor code by Cheng Chen · 7 years ago
  99. b4f3103 Add frame offset of references to dumped info by Zoe Liu · 7 years ago
  100. d7338aa Misc. clean ups / refactor of speed 1 by Debargha Mukherjee · 7 years ago