1. 406591c Reduce the actual tpl_mvs stack size by Jingning Han · 7 years ago
  2. 33ed9e6 Define av1_foreach_rest_unit_in_frame by Rupert Swarbrick · 7 years ago
  3. 1a96c3f Simplify the search in pickrst.c by Rupert Swarbrick · 7 years ago
  4. a29cef9 Remove unused get_level_count() and get_mag() by Linfeng Zhang · 7 years ago
  5. 28ab67e Remove vestigial cruft from CONFIG_RESTRICT_COMPRESSED_HDR. by Tom Finegan · 7 years ago
  6. 14195f4 lv_map - ensure coeffs don't overflow in highbitdepth modes by Jonathan Matthews · 7 years ago
  7. d867c9a JNT_COMP: 1. Init version of experiment JNT_COMP by Cheng Chen · 7 years ago
  8. 8a92cd0 Revert "Don't reject invalid warped motion model" by Yue Chen · 7 years ago
  9. b90a97a Enhance and refactor copying code by Yunqing Wang · 7 years ago
  10. 4afda45 Add 'const' to static tables to fix some warnings by Linfeng Zhang · 7 years ago
  11. 0c34653 Remove redundant code for intrabc RD calculation by Hui Su · 7 years ago
  12. 9fa9623 Remove experimental flag of chroma_sub8x8 by Hui Su · 7 years ago
  13. 6e6b697 Add dual filter support to inspector etc. by Ankur Saxena · 7 years ago
  14. 2d4ac63 TX64x64: zero the coeffs after top-left 32x32 block. by Urvang Joshi · 8 years ago
  15. 8727829 Make rd/enc optimize_txb uses same fast_mode by Angie Chiang · 7 years ago
  16. 93af45f Avoid using gen_txb_cache when eob_first is on by Angie Chiang · 7 years ago
  17. 0d04f57 Update eob_extra counts by Angie Chiang · 7 years ago
  18. fcdda9d Add default_eob_extra probability model by Angie Chiang · 7 years ago
  19. 89150ec Fix eob_extra_cdf update by Angie Chiang · 7 years ago
  20. 98cb47c Fix eob_extra_cdf init bug by Angie Chiang · 7 years ago
  21. a6031b9 Fix av1_update_eob_context() by Angie Chiang · 7 years ago
  22. dd3cf83 AOM_QM: remove spurious dependence on inter/intra. by Thomas Davies · 7 years ago
  23. 63d190a Use original coeff arr to deal with r/w golomb by Angie Chiang · 7 years ago
  24. 7ab884e Do entropy coding on eob_extra by Angie Chiang · 7 years ago
  25. a47cd6c [eob first] code eob first by Dake He · 7 years ago
  26. 2e868ab Remove redundant experiment. by Thomas Davies · 7 years ago
  27. fb83877 Remove compile guards for VAR_TX experiment by Sebastien Alaiwan · 7 years ago
  28. 2ec2a6f Make pickrst.c more efficient by Rupert Swarbrick · 7 years ago
  29. dd6f09a Expose av1_loop_restoration_filter_unit in restoration.h by Rupert Swarbrick · 7 years ago
  30. d1ba92a Select effective reference frame for motion field projection by Jingning Han · 7 years ago
  31. 522c989 Properly compute token buffer size by Yaowu Xu · 7 years ago
  32. 0aa2eb2 Fix some formatting errors in resize.c by Debargha Mukherjee · 7 years ago
  33. f5b8068 Properly right shift the mvs in mfmv by Jingning Han · 7 years ago
  34. c04cec2 Make default lag-in-frames=19 by Urvang Joshi · 7 years ago
  35. abe5215 Use type with smaller size by Yaowu Xu · 7 years ago
  36. f73e47e Add new 32-point Type-IV DST to daala_tx. by Nathan E. Egge · 7 years ago
  37. f1639a1 Fix mfmv reference region check by Jingning Han · 7 years ago
  38. f5f5c84 Use ATTRIBUTE_PACKED for some more enums. by Urvang Joshi · 7 years ago
  39. 72e0b3f Clean av1_read_coeffs_txb() by Linfeng Zhang · 7 years ago
  40. edb76fe Use integer division for x_step_q4 and y_step_q4 by Urvang Joshi · 7 years ago
  41. 4c69a1a Don't warp sub 8x8 chroma blocks by Peter de Rivaz · 7 years ago
  42. 13f0d9c fix mismatch when obu and loop_restoration are both enabled by Soo-Chul Han · 7 years ago
  43. 4f2e094 Enable 8x2/2x8 chroma predicitons w/ chroma-sub8x8 by Debargha Mukherjee · 7 years ago
  44. dcfc22a Fix scale_chroma_bsize function by Debargha Mukherjee · 7 years ago
  45. 8fc3e03 Fix some compiler warnings with ext-partition by Debargha Mukherjee · 7 years ago
  46. 0979abb Remove unused inclusion by Sebastien Alaiwan · 7 years ago
  47. ac0511f Remove old projection based warping code by Debargha Mukherjee · 7 years ago
  48. 1a2b35f Remove code for homography models by Debargha Mukherjee · 7 years ago
  49. 945176a Add new 4-point Type-II DCT to daala_tx. by Nathan E. Egge · 7 years ago
  50. efb44bb Add new 8-point Type-VII DST to daala_tx. by Nathan E. Egge · 7 years ago
  51. 39ace89 Remove deprecated sub8x8 functions by Jingning Han · 7 years ago
  52. dfcb5c8 Remove CONFIG_CB4X4 config options by Debargha Mukherjee · 7 years ago
  53. 8a42dd7 Remove CONFIG_CB4X4 from aom_dsp by Debargha Mukherjee · 7 years ago
  54. d0b77ac Remove PVQ code by Yushin Cho · 7 years ago
  55. ab68ddb Re-enable 16x4 and 4x16 partitons, by Debargha Mukherjee · 7 years ago
  56. edced25 Further cleanups related to removal of cb4x4 flags by Debargha Mukherjee · 7 years ago
  57. c4ec032 expand gtest cpu extension filter by Johann · 7 years ago
  58. 0440147 simd_cmp_impl.h: quiet visual studio warning by James Zern · 7 years ago
  59. 25f9771 Reduce size of TX_SIZE for msvc by Yaowu Xu · 7 years ago
  60. 0972381 Reduce the mfmv stack size in use by Jingning Han · 7 years ago
  61. 812897d Make more enum types packed by Yaowu Xu · 7 years ago
  62. ad39685 Add Daala TX to 16x32 and 32x16 transforms by Monty Montgomery · 7 years ago
  63. 7eb4454 Add Daala TX to 8x16 and 16x8 transforms by Monty Montgomery · 7 years ago
  64. abd9451 Add Daala TX to 4x8 and 8x4 transforms by Monty Montgomery · 7 years ago
  65. 1eac584 Don't reject invalid warped motion model by Sebastien Alaiwan · 7 years ago
  66. 69a1643 Fix a bug in the DAALA_TX 16-point DST functions. by Nathan E. Egge · 7 years ago
  67. 7f537b8 mfmv projection constraint by Jingning Han · 7 years ago
  68. 69ac7bf Revert "Change test video size to 1080p" by Yaowu Xu · 7 years ago
  69. ae67695 Lowbd D207E/D63E/D45E intrapred x86 optimization by Yi Luo · 7 years ago
  70. 08ee5c8 Remove compiler warnings in weekly test by Yi Luo · 7 years ago
  71. 49705df Condidtionally drop projection from the alt2 frame by Jingning Han · 7 years ago
  72. dd4f0fa Reduce run time of CodingPathSync test by Sebastien Alaiwan · 7 years ago
  73. 4def76a Fix some var-tx mismatches when rect-tx is off by Debargha Mukherjee · 7 years ago
  74. 29373ee Squash type conversion warnings in MSVC by Yaowu Xu · 7 years ago
  75. 1fa2446 Fix assert failure with tx64x64 and ext-partiton by Debargha Mukherjee · 7 years ago
  76. 9511a43 Make alignment declaration consistent by Yaowu Xu · 7 years ago
  77. 6ea917e Remove CONFIG_CB4X4 config flags by Debargha Mukherjee · 7 years ago
  78. a3d4fe5 Enable switchable restoration for chroma by Debargha Mukherjee · 8 years ago
  79. 9ac7a0f Soft enable loopfilter_level by Cheng Chen · 7 years ago
  80. 2803190 Support backward motion vector projection from alt2 by Jingning Han · 7 years ago
  81. 3bd1bc2 Refactor motion field projection process by Jingning Han · 7 years ago
  82. e554f36 Rename DAALA_DCTx experiments to DAALA_TXx. by Nathan E. Egge · 7 years ago
  83. cce013c loopfilter-level: Fix some inconsistencies by David Barker · 7 years ago
  84. 3dffa27 Fix interaction of loopfilter-level + obu by David Barker · 7 years ago
  85. 472cd03 remove references to obsolete test files by Johann · 7 years ago
  86. 403cd01 Coding path sync test: force quantizer by Sebastien Alaiwan · 8 years ago
  87. 0a86a7d Fix mem corruption due to undersized token buffer by Sebastien Alaiwan · 7 years ago
  88. 9af0cf3 Comment/refactor striped loop restoration save/restore functions by Rupert Swarbrick · 7 years ago
  89. 25dc070 Disable residue hash feature on cross-border blocks by Yue Chen · 7 years ago
  90. b1d1f2c deblock-13tap: Don't use 8-tap filter for chroma plane by David Barker · 7 years ago
  91. d3d0615 General tidy-ups in loop restoration code by Rupert Swarbrick · 7 years ago
  92. a45b104 [CFL] Fix negative rounding issue in alpha dist by Luc Trudeau · 7 years ago
  93. ef1b74c Make the CDEF RDO handle 4:2:2 properly by Steinar Midtskogen · 7 years ago
  94. 146a060 Remove partial_frame support from loop restoration by Rupert Swarbrick · 7 years ago
  95. f88bc04 Remove RestorationInternal from AV1_COMMON by Rupert Swarbrick · 7 years ago
  96. 64b8bbd Don't compute rtile width/height in av1_get_rest_ntiles by Rupert Swarbrick · 7 years ago
  97. bc2e897 Change test video size to 1080p by Yaowu Xu · 7 years ago
  98. 40c478a Fix duplicated update of skip counts by Angie Chiang · 7 years ago
  99. d78f64b Organize CMake experiment deps control. by Tom Finegan · 7 years ago
  100. ba6d84c cmake: Sync txmg behavior with configure. by Tom Finegan · 7 years ago