1. 00803a7 Consolidate lv-map experiment by Jingning Han · 7 years ago
  2. 2457ec8 Remove dead functions by Sebastien Alaiwan · 7 years ago
  3. a228569 Clean up pack_txb_token interface by Jingning Han · 7 years ago
  4. 9c16837 Collect coeff level distribution in symbolrate by Angie Chiang · 7 years ago
  5. d9af8ac Count superblock num in symbol rate accounting by Angie Chiang · 7 years ago
  6. 08032ca Add frame info to av1_dump_symbol_rate() by Angie Chiang · 7 years ago
  7. 7de8571 Remove dist_8x8 based public API changes by Tom Finegan · 7 years ago
  8. bcb65fe Stop loop rest units from straddling tile boundaries by Rupert Swarbrick · 7 years ago
  9. 4be87e0 Add segment_id support to inspector by Yushin Cho · 7 years ago
  10. 6141cc8 Adjust lag_in_frames to not use more than needed by Debargha Mukherjee · 7 years ago
  11. 28983f7 Rectify size calculation for SUPERRES_QTHRESH. by Urvang Joshi · 7 years ago
  12. b634e7e Fix a bug in the DAALA_TX 4-point DST functions. by Nathan E. Egge · 7 years ago
  13. ad80858 Convert to uint32_t before left shift by Yaowu Xu · 7 years ago
  14. c24351c Add delta_q support to inspector by Yushin Cho · 7 years ago
  15. efc55fd JNT_COMP: 2. assign proper weigths in rdopt by Cheng Chen · 7 years ago
  16. e5cfa6f Change config dependency of loopfilter_level by Cheng Chen · 7 years ago
  17. 14e1b74 Make put_block_info more generic. by Michael Bebenita · 7 years ago
  18. f674157 Fix compile warnings with inspector by Yushin Cho · 7 years ago
  19. 058d088 Fix reference frame mvs access by Jingning Han · 7 years ago
  20. ce63e83 Make space for palette tokens in get_token_alloc by Rupert Swarbrick · 7 years ago
  21. 2742772 av1_rtcd_defs.pl: deduplicate HBD/LBD by Sebastien Alaiwan · 7 years ago
  22. 57b8ff6 Optimizations for filter_intra by Yue Chen · 7 years ago
  23. 5467190 striped_loop_restoration bug fixes by Ola Hugosson · 7 years ago
  24. 1f8d095 [CFL] Switch to txfm_rd_in_plane in alpha search by David Michael Barr · 7 years ago
  25. 29597c4 Fix comment after #endif by David Barker · 7 years ago
  26. dea4d31 Remove dead struct member by Sebastien Alaiwan · 7 years ago
  27. 129afee Avoid UB from misaligned loads/stores in loopfilter code by Rupert Swarbrick · 7 years ago
  28. d2dea66 Avoid UB from misaligned loads in variance_sse2.c by Rupert Swarbrick · 7 years ago
  29. 84ffea3 Avoid UB from misaligned loads in selfguided_sse4.c by Rupert Swarbrick · 7 years ago
  30. be0aa4a Avoid UB in xx_loadl/storel_32 helper functions by Rupert Swarbrick · 7 years ago
  31. 380e37c Reduce the MFMV_STACK_SIZE value by Jingning Han · 7 years ago
  32. 71da481 Re-arrange the tpl_mvs stack order by Jingning Han · 7 years ago
  33. 406591c Reduce the actual tpl_mvs stack size by Jingning Han · 7 years ago
  34. 33ed9e6 Define av1_foreach_rest_unit_in_frame by Rupert Swarbrick · 7 years ago
  35. 1a96c3f Simplify the search in pickrst.c by Rupert Swarbrick · 7 years ago
  36. a29cef9 Remove unused get_level_count() and get_mag() by Linfeng Zhang · 7 years ago
  37. 28ab67e Remove vestigial cruft from CONFIG_RESTRICT_COMPRESSED_HDR. by Tom Finegan · 7 years ago
  38. 14195f4 lv_map - ensure coeffs don't overflow in highbitdepth modes by Jonathan Matthews · 7 years ago
  39. d867c9a JNT_COMP: 1. Init version of experiment JNT_COMP by Cheng Chen · 7 years ago
  40. 8a92cd0 Revert "Don't reject invalid warped motion model" by Yue Chen · 7 years ago
  41. b90a97a Enhance and refactor copying code by Yunqing Wang · 7 years ago
  42. 4afda45 Add 'const' to static tables to fix some warnings by Linfeng Zhang · 7 years ago
  43. 0c34653 Remove redundant code for intrabc RD calculation by Hui Su · 7 years ago
  44. 9fa9623 Remove experimental flag of chroma_sub8x8 by Hui Su · 7 years ago
  45. 6e6b697 Add dual filter support to inspector etc. by Ankur Saxena · 7 years ago
  46. 2d4ac63 TX64x64: zero the coeffs after top-left 32x32 block. by Urvang Joshi · 8 years ago
  47. 8727829 Make rd/enc optimize_txb uses same fast_mode by Angie Chiang · 7 years ago
  48. 93af45f Avoid using gen_txb_cache when eob_first is on by Angie Chiang · 7 years ago
  49. 0d04f57 Update eob_extra counts by Angie Chiang · 7 years ago
  50. fcdda9d Add default_eob_extra probability model by Angie Chiang · 7 years ago
  51. 89150ec Fix eob_extra_cdf update by Angie Chiang · 7 years ago
  52. 98cb47c Fix eob_extra_cdf init bug by Angie Chiang · 7 years ago
  53. a6031b9 Fix av1_update_eob_context() by Angie Chiang · 7 years ago
  54. dd3cf83 AOM_QM: remove spurious dependence on inter/intra. by Thomas Davies · 7 years ago
  55. 63d190a Use original coeff arr to deal with r/w golomb by Angie Chiang · 7 years ago
  56. 7ab884e Do entropy coding on eob_extra by Angie Chiang · 7 years ago
  57. a47cd6c [eob first] code eob first by Dake He · 7 years ago
  58. 2e868ab Remove redundant experiment. by Thomas Davies · 7 years ago
  59. fb83877 Remove compile guards for VAR_TX experiment by Sebastien Alaiwan · 7 years ago
  60. 2ec2a6f Make pickrst.c more efficient by Rupert Swarbrick · 7 years ago
  61. dd6f09a Expose av1_loop_restoration_filter_unit in restoration.h by Rupert Swarbrick · 7 years ago
  62. d1ba92a Select effective reference frame for motion field projection by Jingning Han · 7 years ago
  63. 522c989 Properly compute token buffer size by Yaowu Xu · 7 years ago
  64. 0aa2eb2 Fix some formatting errors in resize.c by Debargha Mukherjee · 7 years ago
  65. f5b8068 Properly right shift the mvs in mfmv by Jingning Han · 7 years ago
  66. c04cec2 Make default lag-in-frames=19 by Urvang Joshi · 7 years ago
  67. abe5215 Use type with smaller size by Yaowu Xu · 7 years ago
  68. f73e47e Add new 32-point Type-IV DST to daala_tx. by Nathan E. Egge · 7 years ago
  69. f1639a1 Fix mfmv reference region check by Jingning Han · 7 years ago
  70. f5f5c84 Use ATTRIBUTE_PACKED for some more enums. by Urvang Joshi · 7 years ago
  71. 72e0b3f Clean av1_read_coeffs_txb() by Linfeng Zhang · 7 years ago
  72. edb76fe Use integer division for x_step_q4 and y_step_q4 by Urvang Joshi · 7 years ago
  73. 4c69a1a Don't warp sub 8x8 chroma blocks by Peter de Rivaz · 7 years ago
  74. 13f0d9c fix mismatch when obu and loop_restoration are both enabled by Soo-Chul Han · 7 years ago
  75. 4f2e094 Enable 8x2/2x8 chroma predicitons w/ chroma-sub8x8 by Debargha Mukherjee · 7 years ago
  76. dcfc22a Fix scale_chroma_bsize function by Debargha Mukherjee · 7 years ago
  77. 8fc3e03 Fix some compiler warnings with ext-partition by Debargha Mukherjee · 7 years ago
  78. 0979abb Remove unused inclusion by Sebastien Alaiwan · 7 years ago
  79. ac0511f Remove old projection based warping code by Debargha Mukherjee · 7 years ago
  80. 1a2b35f Remove code for homography models by Debargha Mukherjee · 7 years ago
  81. 945176a Add new 4-point Type-II DCT to daala_tx. by Nathan E. Egge · 7 years ago
  82. efb44bb Add new 8-point Type-VII DST to daala_tx. by Nathan E. Egge · 7 years ago
  83. 39ace89 Remove deprecated sub8x8 functions by Jingning Han · 7 years ago
  84. dfcb5c8 Remove CONFIG_CB4X4 config options by Debargha Mukherjee · 7 years ago
  85. 8a42dd7 Remove CONFIG_CB4X4 from aom_dsp by Debargha Mukherjee · 7 years ago
  86. d0b77ac Remove PVQ code by Yushin Cho · 7 years ago
  87. ab68ddb Re-enable 16x4 and 4x16 partitons, by Debargha Mukherjee · 7 years ago
  88. edced25 Further cleanups related to removal of cb4x4 flags by Debargha Mukherjee · 7 years ago
  89. c4ec032 expand gtest cpu extension filter by Johann · 7 years ago
  90. 0440147 simd_cmp_impl.h: quiet visual studio warning by James Zern · 7 years ago
  91. 25f9771 Reduce size of TX_SIZE for msvc by Yaowu Xu · 7 years ago
  92. 0972381 Reduce the mfmv stack size in use by Jingning Han · 7 years ago
  93. 812897d Make more enum types packed by Yaowu Xu · 7 years ago
  94. ad39685 Add Daala TX to 16x32 and 32x16 transforms by Monty Montgomery · 7 years ago
  95. 7eb4454 Add Daala TX to 8x16 and 16x8 transforms by Monty Montgomery · 7 years ago
  96. abd9451 Add Daala TX to 4x8 and 8x4 transforms by Monty Montgomery · 7 years ago
  97. 1eac584 Don't reject invalid warped motion model by Sebastien Alaiwan · 7 years ago
  98. 69a1643 Fix a bug in the DAALA_TX 16-point DST functions. by Nathan E. Egge · 7 years ago
  99. 7f537b8 mfmv projection constraint by Jingning Han · 7 years ago
  100. 69ac7bf Revert "Change test video size to 1080p" by Yaowu Xu · 7 years ago