1. eee4315 Refactor av1_set_contexts() to support 2x2 transform block unit by Jingning Han · 8 years ago
  2. b49004d Refactor reset_skip_context() to support 2x2 txfm block by Jingning Han · 8 years ago
  3. 7bc61a6 Correct loopfilter for non420 streams by Peter de Rivaz · 8 years ago
  4. 1ecdf2b ans: Move buf_ans_flush to the .c file by Alex Converse · 8 years ago
  5. b0bbd60 ans: Allow compressed buffer reversal by Alex Converse · 8 years ago
  6. d1d76ba Fix compile warning in av1_convolve_ssse3.c by Angie Chiang · 8 years ago
  7. d39cc72 Deprecate dec_reset_skip_context() by Jingning Han · 8 years ago
  8. bafee8d Scale the block size in the unit of atom transform block size by Jingning Han · 8 years ago
  9. 3f629bb Support 2x2 scan order in ext-tx by Jingning Han · 8 years ago
  10. 777a563 Refinement search improvement by Debargha Mukherjee · 8 years ago
  11. a9eae87 Refactor transform block operating loop by Jingning Han · 8 years ago
  12. 4887639 Make get_entropy_context() support 2x2 transform block by Jingning Han · 8 years ago
  13. 9c405d4 Refactor pixel value access in av1_predict_intra_block by Jingning Han · 8 years ago
  14. 2194eec Support compute pixel domain distortion for 2x2 transform block by Jingning Han · 8 years ago
  15. bac17c1 Fix: Make REFERENCE_BUFFER and AOM_HIGHBITDEPTH work together by Arild Fuldseth (arilfuld) · 8 years ago
  16. 25c900c test_libvpx: fix valgrind failures by Yaowu Xu · 8 years ago
  17. cfa83fd ans: Use BufAnsCoder in the ANS test by Alex Converse · 8 years ago
  18. 2a1b3af ans: Give buf_ans ownership of the AnsCoder by Alex Converse · 8 years ago
  19. 7833d2b Enable 2x2 intra prediction by Jingning Han · 8 years ago
  20. 39772c1 Fix get_entropy_contexts_plane for 2x2 transform block size by Jingning Han · 8 years ago
  21. cabd989 Modify the uv block tx_size mapping table by Jingning Han · 8 years ago
  22. 997ed81 Add scan order for 2x2 transform block by Jingning Han · 8 years ago
  23. b137289 Turn on convolve_test.cc by Angie Chiang · 8 years ago
  24. 95059af Make ALT_INTRA experiment work with FILTER_INTRA experiment. by Urvang Joshi · 8 years ago
  25. 102245d Make ALT_INTRA experiment work with EXT_INTER experiment. by Urvang Joshi · 8 years ago
  26. 52a4b11 ans: Refill state at the end of the decoding process. by Alex Converse · 8 years ago
  27. ffb8b8b Fix tx_mode_to_biggest_tx_size table format by Jingning Han · 8 years ago
  28. 654f855 Fix build error in ext-inter highbitdepth by Sarah Parker · 8 years ago
  29. 7a483cf Turn on SIMD optimization for dual_filter by Angie Chiang · 8 years ago
  30. b968d46 Test all subpels in av1_convolve_vert_first test by Angie Chiang · 8 years ago
  31. cdcac6d Make gm_get_motion_vector respect allow_high_precision_mv by David Barker · 8 years ago
  32. deaf05e Fix: correct framerate for 25Hz IVF file by Sebastien Alaiwan · 8 years ago
  33. b9b017d Allow only one direction uses 12 sharp filter by Angie Chiang · 8 years ago
  34. e325abd Make subtraction support 2x2 level block sizes by Jingning Han · 8 years ago
  35. f1702dd Add 2x2 block unit syntax by Jingning Han · 8 years ago
  36. 5943d41 ans: Factor out refill_state by Alex Converse · 8 years ago
  37. 6fdc853 Refactor ext-inter to loop through all masked modes in rdopt by Sarah Parker · 8 years ago
  38. 0c628e6 Make alt-intra work with ext-intra by hui su · 8 years ago
  39. e166e25 Fix a crash due to a large stack allocation by Debargha Mukherjee · 8 years ago
  40. aa229d6 Add missing initialization for highbd Wiener by Debargha Mukherjee · 8 years ago
  41. 37afe71 Temporary mismatch fix for global motion by Debargha Mukherjee · 8 years ago
  42. ed2a00f superframe test: Remove VP9 style syntax by Alex Converse · 8 years ago
  43. 43479c6 Improve ALL_ZERO flag handling with global motion by David Barker · 8 years ago
  44. 691a690 Fix libaom compiler check warnings by Jingning Han · 8 years ago
  45. ae5cfde Refactor to use block_size_wide/high[] consistently by Jingning Han · 8 years ago
  46. 73db4ac Replace b_width_log2_lookup[] with direct block size access by Jingning Han · 8 years ago
  47. db4c9ba Turn off trellis optimization in the lossless mode by Jingning Han · 8 years ago
  48. 4629661 Fix the inverse 2x2 transform scaling factor by Jingning Han · 8 years ago
  49. b3b034d Initialize motion vector cost by Jingning Han · 8 years ago
  50. eb311a2 Fix build for --enable-pvq by Yaowu Xu · 8 years ago
  51. b79424e Do interpolation with lower-tap filter first by Angie Chiang · 8 years ago
  52. d7ec47f Add inverse 2x2 transform function by Jingning Han · 8 years ago
  53. 1240222 Add 2x2 fwd transform by Jingning Han · 8 years ago
  54. 9a1be8f Remove unused table definitions by Jingning Han · 8 years ago
  55. 69f18e1 Add WARPED_MOTION experiment by Yue Chen · 9 years ago
  56. d326f76 Remove and refactor code in rdopt.c by Yue Chen · 8 years ago
  57. f030558 Harmonize quantizers for new-quant and regular by Debargha Mukherjee · 8 years ago
  58. 95ae0d6 Enable reference buffer by default. by Thomas Davies · 8 years ago
  59. f31227d Enable filter_7bit by default by Thomas Davies · 8 years ago
  60. d91ab37 Merge 2 sharp interpolation filters by Angie Chiang · 8 years ago
  61. e067de0 Add av1_convolve_init() by Angie Chiang · 8 years ago
  62. 42c5834 change copyright notice for autogenerated code by Yaowu Xu · 8 years ago
  63. bde4ac8 change to use AOMedia copyright notice by Yaowu Xu · 8 years ago
  64. fa9c9d1 Adjust how the final ANS state is written. by Alex Converse · 8 years ago
  65. feffd11 Remove un-referenced functions by Yaowu Xu · 8 years ago
  66. 46f0f29 Fix compiling of tests with emulate-hardware by Yaowu Xu · 8 years ago
  67. 8da6d9d Fix a bug with global-motion + ref-mv by David Barker · 8 years ago
  68. 9e21874 SAD avg and 4D avx2 optimization for ext-partition by Yi Luo · 8 years ago
  69. 6be4a54 Add a new intra prediction mode "smooth". by Urvang Joshi · 8 years ago
  70. 862c1e5 Rename file so it gets compiled with the correct options by Steinar Midtskogen · 8 years ago
  71. 68e6e86 Fix a bug in global-motion + ref-mv by David Barker · 8 years ago
  72. 5bfbfdf Fix valgrind warning by Yaowu Xu · 8 years ago
  73. 0eda270 pvq_encoder.c : float-conversion warning fix by Jim Bankoski · 8 years ago
  74. a414887a Superframe index: Parse correct number of frame sizes by Adrian Grange · 8 years ago
  75. 7e6cfae Allow tile parsing with ANS. by Alex Converse · 8 years ago
  76. 6feef1d remove the leftover of simp_mv_pred in the configure file by zhipin deng · 8 years ago
  77. 5a488a6 Some fixes related to 64x64 tx, ext-tx, supertx by Debargha Mukherjee · 8 years ago
  78. 838a53d Improve rectangular transform accuracy by David Barker · 8 years ago
  79. 29c6106 Add v256_intrinsics_v128.h to aom_dsp.mk by Steinar Midtskogen · 8 years ago
  80. b4329a2 Fix broken bit-stream syntax issue in cb4x4 by Jingning Han · 8 years ago
  81. 25ed530 Misc. fixes for 64x64 transform by Debargha Mukherjee · 8 years ago
  82. 1806b14 replace NULL with TX_INVALID by Yaowu Xu · 8 years ago
  83. 89d648b Fix coding performance drop in var-tx, supertx, and ext-partition by Jingning Han · 8 years ago
  84. fe45b21 Deprecated the separate handle on rectangular tx_size in var_tx by Jingning Han · 8 years ago
  85. 83ed6fe rdopt.c: prevent overflow of int by Yaowu Xu · 8 years ago
  86. 8245b9a Add unit tests for 4x4, 8x8, 16x16 hybrid txfm by Yi Luo · 8 years ago
  87. d3fada8 Update tx_size assertions in rd search by Jingning Han · 8 years ago
  88. 48c410a Loopfilter extension to cover 64x64 txfms by Debargha Mukherjee · 8 years ago
  89. 4362b3e decode_perf_test: don't have real test vectors with which to test perf by Jim Bankoski · 8 years ago
  90. b0d0d00 Fix static-analysis warnings by Yaowu Xu · 8 years ago
  91. dc882e6 reconintra.c fix warning error by Jim Bankoski · 8 years ago
  92. 1c019f9 Fix out-of-bound read in token_costs array by Jingning Han · 8 years ago
  93. 9c4f895 Refactor read_mb_interp_filter by Angie Chiang · 8 years ago
  94. 4ce287a Replace int with uint32_t for non-negative values by Yaowu Xu · 8 years ago
  95. 84c56af Support 64x64 intra prediction by Debargha Mukherjee · 8 years ago
  96. 5678ad9 Clean up ext_interp by Angie Chiang · 8 years ago
  97. dd28be8 Remove simp_mv_pred leftover code by Yaowu Xu · 8 years ago
  98. 8acaa55 Fix compiler warning of unused parameters by Yaowu Xu · 8 years ago
  99. e92bf1c Fix enc/dec mismatch when supertx and vartx are both turned on by Jingning Han · 8 years ago
  100. 3350096 fix compiler warning of unused parameters by Yaowu Xu · 8 years ago