1. 6515afc Merge "Add min_tx_size variable to recursive transform block partition system" into nextgenv2 by Jingning Han · 11 months ago nextgenv2
  2. f6e958b Merge "Fix the bug that PVQ commit broke dering" into nextgenv2 by Yaowu Xu · 11 months ago
  3. 13ea019 Merge changes Ib9428dc9,Ide04717a,If1dba7d8,I6da97880 into nextgenv2 by Angie Chiang · 11 months ago
  4. e67b38a Add min_tx_size variable to recursive transform block partition system by Jingning Han · 11 months ago
  5. 48f84db Fix the bug that PVQ commit broke dering by Yushin Cho · 11 months ago
  6. f0481a5 Use --enable-daala_ec by default. by Nathan E. Egge · 11 months ago
  7. e0b5ae8 Remove multiple coefficient buffers from PICK_MODE_CONTEXT by Brennan Shacklett · 11 months ago
  8. 973d4d5 cmake: Add partial configure. by Tom Finegan · 11 months ago
  9. 9b3974e aom_ports: Fix build in Xcode 8. by Tom Finegan · 11 months ago
  10. fc1b213 Use block_size for max_scan_line in pvq decoding by Yaowu Xu · 11 months ago
  11. 856c55e Add transform parameter initialization by Yaowu Xu · 11 months ago
  12. cc37e36 pvq: drop unused declaration by Tristan Matthews · 11 months ago
  13. f591782 Fix compiler warning of out-of-bound array access by Yaowu Xu · 11 months ago
  14. dc97204 Merge "Fix compiler warning of un-used variables" into nextgenv2 by Yaowu Xu · 11 months ago
  15. 4007fa6 Merge "change to call fwd_txfm()" into nextgenv2 by Yaowu Xu · 11 months ago
  16. c4c2173 Merge "Resolve merge issues with --enable-pvq" into nextgenv2 by Yaowu Xu · 11 months ago
  17. 02d4c3b Fix compiler warning of un-used variables by Yaowu Xu · 11 months ago
  18. 3442b4b change to call fwd_txfm() by Yaowu Xu · 11 months ago
  19. d6ea71c Resolve merge issues with --enable-pvq by Yaowu Xu · 11 months ago
  20. 03dc29b Merge "Fix bug in bicubic filter in warped_motion.c" into nextgenv2 by Debargha Mukherjee · 11 months ago
  21. 00a0e01 Merge "New experiment: Perceptual Vector Quantization from Daala" into nextgenv2 by Yaowu Xu · 11 months ago
  22. f23bdca Fix bug in bicubic filter in warped_motion.c by David Barker · 11 months ago
  23. 77bba8d New experiment: Perceptual Vector Quantization from Daala by Yushin Cho · 11 months ago
  24. 616990d Merge rd_stats only when it is valid by Angie Chiang · 11 months ago
  25. 78a3bc1 Let parentheses in handle_inter_mode be symmetric by Angie Chiang · 11 months ago
  26. 9a44f5f Add RD_STATS into MB_MODE_INFO by Angie Chiang · 11 months ago
  27. 85279f6 Add txb_coeff_cost_map by Angie Chiang · 11 months ago
  28. 92447f3 Merge "Increase gm precision from 16 to 32 bit ints" into nextgenv2 by Debargha Mukherjee · 11 months ago
  29. 5f30585 Increase gm precision from 16 to 32 bit ints by Debargha Mukherjee · 11 months ago
  30. ec994d8 accounting_test: fix read of uninitialized data by Tristan Matthews · 11 months ago
  31. 4891ef9 boolcoder_test: fix read of uninitialized data by Tristan Matthews · 11 months ago
  32. 591fc6f aom_ports: Silence warnings in aom_timer.h by Tom Finegan · 11 months ago
  33. deaff66 Merge "Fix the bool coder test" into nextgenv2 by Yaowu Xu · 11 months ago
  34. 99ff89b Merge "rdopt: clear maybe-uninitialized variable warning" into nextgenv2 by James Zern · 11 months ago
  35. 70c4fab rdopt: clear maybe-uninitialized variable warning by Sarah Parker · 11 months ago
  36. 3e4fcb4 Fix the bool coder test by Yushin Cho · 11 months ago
  37. 713b561 Merge "Clean up write_tx_type()" into nextgenv2 by Jingning Han · 11 months ago
  38. 0880b54 Merge "Refactor tx_type reader" into nextgenv2 by Jingning Han · 11 months ago
  39. 05abee1 Merge "Factor out common tx_type writing codes from inter/intra frame" into nextgenv2 by Jingning Han · 11 months ago
  40. 7a77169 Merge changes Ia37f170d,Ie3082db5 into nextgenv2 by Angie Chiang · 11 months ago
  41. 59526ea Merge changes I3bc782d6,I8359e849,Iae50d0b0,Id1704d88,Ia69f13c4, ... into nextgenv2 by Angie Chiang · 11 months ago
  42. 653fdd6 Merge changes I139808f4,I3d97d8db into nextgenv2 by James Zern · 11 months ago
  43. c0feea8 Add av1_ prefix on ###_rd_stats functions by Angie Chiang · 11 months ago
  44. 628d7c9 Record YUV planes' txfm block coeff cost in handle_inter_mode() by Angie Chiang · 11 months ago
  45. 75f4581 Separate coefficient cost of U/V planes in write_modes_b() by Angie Chiang · 11 months ago
  46. 4695b97 Use init_rd_stats() in encodeframe.c by Angie Chiang · 11 months ago
  47. d81fdb4 Add transform block coefficient cost in RD_STATS for debugging by Angie Chiang · 11 months ago
  48. d724617 Add helper functions to modify RD_STATS by Angie Chiang · 11 months ago
  49. 394c337 Add mi_row and mi_col into mbmi to facilitate rd_debug process by Angie Chiang · 11 months ago
  50. d402282 Add token cost comparison in write_modes_b() by Angie Chiang · 11 months ago
  51. 4be3214 Merge "Properly schedule the transform block recursion order" into nextgenv2 by Jingning Han · 11 months ago
  52. 641b1ad Clean up write_tx_type() by Jingning Han · 11 months ago
  53. ab7163d Refactor tx_type reader by Jingning Han · 11 months ago
  54. 2a4da94 Factor out common tx_type writing codes from inter/intra frame by Jingning Han · 11 months ago
  55. 95a3898 Merge "Remove duplicated variables in EXT_INTER" into nextgenv2 by Yue Chen · 11 months ago
  56. 98d6a1f Properly schedule the transform block recursion order by Jingning Han · 11 months ago
  57. 137b267 Fix format issue in handle_inter_mode() by Jingning Han · 11 months ago
  58. 68d695b Merge "Further work on 64x64 fwd/inv transform support" into nextgenv2 by Debargha Mukherjee · 11 months ago
  59. e89ea0c Merge "Refactor: Replace rate dist sse skip by RD_STATS in VAR_TX" into nextgenv2 by Angie Chiang · 11 months ago
  60. 21378b8 Merge "Fix bilateral filter asan error for highbitdepth" into nextgenv2 by Debargha Mukherjee · 11 months ago
  61. 5d54c17 warped_motion.c: delete unused filter_4tap[] by James Zern · 11 months ago
  62. 4846e44 warped_motion.c: quiet float-conversion warnings by James Zern · 11 months ago
  63. 005ff81 Merge "warped_motion: Fix ubsan warning for signed integer overflow" into nextgenv2 by James Zern · 11 months ago
  64. 9371394 Merge "Fix ubsan divide by zero warning in ransac" into nextgenv2 by James Zern · 11 months ago
  65. db92635 warped_motion: Fix ubsan warning for signed integer overflow by Sarah Parker · 11 months ago
  66. b5dda48 Refactor: Replace rate dist sse skip by RD_STATS in VAR_TX by Angie Chiang · 11 months ago
  67. c57924c Fix bilateral filter asan error for highbitdepth by Debargha Mukherjee · 11 months ago
  68. 97a2c67 Merge "rdopt,global-motion: Fix -1 indexing ubsan warning" into nextgenv2 by James Zern · 11 months ago
  69. 182953b rdopt,global-motion: Fix -1 indexing ubsan warning by Sarah Parker · 11 months ago
  70. 5cb72a2 Merge "Use TX_SIZES in intra_high_pred_fn declarations" into nextgenv2 by Alex Converse · 11 months ago
  71. 9d3e478 Remove duplicated variables in EXT_INTER by Yue Chen · 11 months ago
  72. b60c138 Merge "Make inline function static to fix clang compile error" into nextgenv2 by Sarah Parker · 11 months ago
  73. 9613758 Merge "Don't use a TX_SIZE as a TX_TYPE" into nextgenv2 by Alex Converse · 11 months ago
  74. 6a47cff Further work on 64x64 fwd/inv transform support by Debargha Mukherjee · 11 months ago
  75. fa75ae0 Fix ubsan divide by zero warning in ransac by Sarah Parker · 11 months ago
  76. d65708a Merge "Replace hard coded numbers with TX_SIZES macro" into nextgenv2 by Debargha Mukherjee · 11 months ago
  77. a504e77 Merge "Fix txb_w/h use case in av1_tx_block_rd_b()" into nextgenv2 by Jingning Han · 11 months ago
  78. 565f788 Merge "fix build issue with --enable-delta-q" into nextgenv2 by Yaowu Xu · 11 months ago
  79. fb3971e Make inline function static to fix clang compile error by Sarah Parker · 11 months ago
  80. 86b5674 Use TX_SIZES in intra_high_pred_fn declarations by Alex Converse · 11 months ago
  81. f0ede18 Don't use a TX_SIZE as a TX_TYPE by Alex Converse · 11 months ago
  82. 2b10128 Add rd_debug flag by Angie Chiang · 11 months ago
  83. 4b47c93 Fix txb_w/h use case in av1_tx_block_rd_b() by Jingning Han · 11 months ago
  84. 5bb8f5b fix build issue with --enable-delta-q by Yaowu Xu · 11 months ago
  85. e04fdb2 Replace hard coded numbers with TX_SIZES macro by Debargha Mukherjee · 11 months ago
  86. 1b5bbf8 Merge "Refactor recursive transform block partition search" into nextgenv2 by Jingning Han · 11 months ago
  87. 07cfa29 Merge "Make bit-stream support rectangular tx_size" into nextgenv2 by Jingning Han · 11 months ago
  88. c1ca945 Merge changes from topic 'update_dering' into nextgenv2 by Yaowu Xu · 11 months ago
  89. 7036aee Merge "Refactoring deringed block list code" into nextgenv2 by Yaowu Xu · 11 months ago
  90. 71c7256 Merge "Deringing line buffer no longer depends on holding OD_DERING_VERY_LARGE" into nextgenv2 by Yaowu Xu · 11 months ago
  91. e60d329 Merge "Make recursive txfm encoding process support rectangular tx_size" into nextgenv2 by Jingning Han · 11 months ago
  92. 141f7a9 Merge "Fix a merge bug between dual_filter and sub8x8mc" into nextgenv2 by Jingning Han · 11 months ago
  93. 1e477f9 Merge "Remove redundant experimental flags from common_data.h" into nextgenv2 by Jingning Han · 11 months ago
  94. 18482fe Refactor recursive transform block partition search by Jingning Han · 11 months ago
  95. f64062f Make bit-stream support rectangular tx_size by Jingning Han · 11 months ago
  96. 01b7780 Deringing line buffer no longer depends on holding OD_DERING_VERY_LARGE by Jean-Marc Valin · 11 months ago
  97. e046503 Refactoring deringed block list code by Jean-Marc Valin · 11 months ago
  98. 39d92a0 Reformatting the deringing code by Jean-Marc Valin · 11 months ago
  99. e254241 Introducing OD_DERING_SIZE_LOG2 constant (3) by Jean-Marc Valin · 11 months ago
  100. 58fdec2 Renaming deringing blockwise write-back functions to make code clearer by Jean-Marc Valin · 11 months ago