1. ee4b3a8 blockd,decodeframe.c: remove unused tu_num_y var by James Zern · 8 years ago
  2. 4ef9a13 entropy.c,build_head_cdfs: remove dead store by James Zern · 8 years ago
  3. eb019b8 add --enable-mv-compress to reduce the storage of temporal mv candidate by zhipin deng · 8 years ago
  4. 4e6a8f3 Fix signed left-shifts added in e93acb2d228c. by Timothy B. Terriberry · 8 years ago
  5. cea11f2 Add transform coefficient decode function by Angie Chiang · 8 years ago
  6. 8cf8364 Use bottom and right blocks' mv for referencing by Jingning Han · 8 years ago
  7. 6683a21 Add tpl_mv experiment flag by Jingning Han · 8 years ago
  8. 751f26a aom_dsp/get_prob: relocate den == 0 test by James Zern · 8 years ago
  9. 5631019 aom_dsp/get_prob: make clip_prob branchless by James Zern · 8 years ago
  10. 19d7822 Resolve -Wshorten-64-to-32 warnings in prob.h. by Alex Converse · 9 years ago
  11. 80b8226 Add lv_map transform coefficient coding function by Angie Chiang · 8 years ago
  12. 971a596 Add txb_common.h by Angie Chiang · 8 years ago
  13. bd57fc5 Add probability/count tables for lv_map experiment by Angie Chiang · 8 years ago
  14. 1d84847 Make updates to aom app targets in cmake additive. by Tom Finegan · 8 years ago
  15. 98bc74c Remove redundant loop in ctx_reset by Luc Trudeau · 8 years ago
  16. 1bdcc77 Make entropy experiments compatible with TX6X64 and CB4x4. by Thomas Davies · 8 years ago
  17. 05fdc39 Use default CDF tables when initialising mv probs. by Thomas Davies · 8 years ago
  18. 1d7db72 Use default CDF tables when initialising mode probs. by Thomas Davies · 8 years ago
  19. e686200 Clear MMX FP state in PVQ code. by Michael Bebenita · 8 years ago
  20. 87aeeb8 Use default CDF tables when initialising coef probs. by Thomas Davies · 8 years ago
  21. c21acce Add lv_map experimental flag by Angie Chiang · 8 years ago
  22. 33bcd11 improving palette throughput by Fangwen Fu · 8 years ago
  23. 9837813 Allow disabling the 8-bit (low-bitdepth) operating path. by Sebastien Alaiwan · 8 years ago
  24. 343c139 ec_multiysmbol: Enable by default by Alex Converse · 8 years ago
  25. f3eb840 EC_MULTISYMBOL: make all CDFs have a extra element. by Thomas Davies · 8 years ago
  26. 005feb6 Add get_plane_type() helper function. by Luc Trudeau · 8 years ago
  27. d59fa2a Use 10 tap for sharp interpolation filter by Angie Chiang · 8 years ago
  28. 0a2c0cb Let hbd conv func be flexible by Angie Chiang · 8 years ago
  29. 2b0eeb1 Fix a compiling error in ext-tx and var-tx by Jingning Han · 8 years ago
  30. 1857cfa Remove recon_variance variable from MACROBLOCK by Jingning Han · 8 years ago
  31. b5bb3ff Remove unused av1_build_inter_predictors_sbp() by Jingning Han · 8 years ago
  32. 5effe3f Avoid sending tx type for ext_tx reduced set for sub 8x8 by Sarah Parker · 8 years ago
  33. d8941da Remove inlier_map argument from ransac methods. by emilkeyder@google.com · 8 years ago
  34. 31b6a4f Add chroma 2x2 block experiment by Jingning Han · 8 years ago
  35. 282f411 Add chroma_2x2 experimental flag by Jingning Han · 8 years ago
  36. 45390c1 Change gm_get_motion_vector by David Barker · 8 years ago
  37. a0dae60 Expand cmake inline detection. by Tom Finegan · 8 years ago
  38. 44f7c83 Tidy up cmake include order in aom_configure.cmake. by Tom Finegan · 8 years ago
  39. 3212384 Store cmake config in aom_config.c. by Tom Finegan · 8 years ago
  40. 85ef234 Add cmake utility functions for setting C/CXX/AS/LD flags. by Tom Finegan · 8 years ago
  41. 37e0cb1 Make cmake function naming consistent. by Tom Finegan · 8 years ago
  42. 85ac13e Move aom_dsp cmake stuff into aom_dsp/aom_dsp.cmake. by Tom Finegan · 8 years ago
  43. 3abc277 Enable palette by default. by Urvang Joshi · 8 years ago
  44. f0179c3 Fix bottom ref condition for intra prediction in cb4x4 by Jingning Han · 8 years ago
  45. 30ba4b4 Fix some includes in global_motion.{c,h}. by emilkeyder@google.com · 8 years ago
  46. 043de63 Turn off has_subpel_mv_component check by Angie Chiang · 8 years ago
  47. e7e3720 Enable av1_is_interp_needed in handle_inter_mode by Angie Chiang · 8 years ago
  48. cc71508 Another fix for building pvq and palette together by Yushin Cho · 8 years ago
  49. 8176081 SMOOTH_PRED: Use 12-bit multiplications instead of 18-bit. by Urvang Joshi · 8 years ago
  50. 9210981 palette: Use some enums / defines by Alex Converse · 8 years ago
  51. e580092 Fix the build error when pvq and pallete are both enabled by Yushin Cho · 8 years ago
  52. 1b5bd29 Remove redundant full-pixel check from rdopt.c by Angie Chiang · 8 years ago
  53. ea576f3 Fix block encoding stage inter mode operation by Jingning Han · 8 years ago
  54. 36fe320 Skip non-reference position chroma uv intra mode coding by Jingning Han · 8 years ago
  55. 9ce464c Account for the re-scheduled sub8x8 chroma block order by Jingning Han · 8 years ago
  56. edc62f7 Fix chroma intra prediction reference check by Jingning Han · 8 years ago
  57. 8efdbc8 Skip 2x2 uv block in the rd search loop by Jingning Han · 8 years ago
  58. c20dc8e Sync sub8x8 chroma component decoding process by Jingning Han · 8 years ago
  59. f71d561 Make convolve_round works without dual_filter by Angie Chiang · 8 years ago
  60. a3a30c4 No round in the second interp stage in conv_round by Angie Chiang · 8 years ago
  61. 8c019d5 Test average in av1_convolve_horiz/vert by Angie Chiang · 8 years ago
  62. a60da3b Use buffer vector to manage input/output buffer by Angie Chiang · 8 years ago
  63. 08542b9 Reduce transform set for 16x32/32x16 by Debargha Mukherjee · 8 years ago
  64. f24cea3 Add toolchain file for x86 macos cmake builds. by Tom Finegan · 8 years ago
  65. 1264fde Add cmake toolchain for x86 support on linux. by Tom Finegan · 8 years ago
  66. 8f1252d Fix cmake build: Add default for CONFIG_XIPHRC. by Tom Finegan · 8 years ago
  67. 6c65278 Increase global motion translation precision by David Barker · 8 years ago
  68. db4e499 Remove av1_is_interp_needed from update_state## by Angie Chiang · 8 years ago
  69. 38edf68 Simplify write_mb_interp_filter code flow by Angie Chiang · 8 years ago
  70. 97d102e Enable ec-adapt automatically if pvq is enabled by Yushin Cho · 8 years ago
  71. dd1ca30 Reimplement av1_convolve unit test by Angie Chiang · 8 years ago
  72. b39378e Fix the bug that prevents both pvq and ec_adapt work together by Yushin Cho · 8 years ago
  73. e68a3e4 Add default reduced set for ext-tx by Sarah Parker · 8 years ago
  74. 9198d13 Rearrange self-guided filter for vectorization by David Barker · 8 years ago
  75. c5958db Clean up convolve.c by Angie Chiang · 8 years ago
  76. e06132e get_pred_context_switchable_interp: remove redundant conditions. by Urvang Joshi · 8 years ago
  77. a5d892b Don't rely on signed-integer overflow to detect out-of-range values. by Sebastien Alaiwan · 8 years ago
  78. 1a02439 Huge speedup for range checking. by Sebastien Alaiwan · 8 years ago
  79. 18c53c8 Re-schedule sub8x8 chroma component encoding process by Jingning Han · 8 years ago
  80. 0143513 Merging the dering and clpf experiments into a single experiment: CDEF by Jean-Marc Valin · 8 years ago
  81. a067172 Remove ATTRIBUTE_PACKED from InterpFilter which broke something by Steinar Midtskogen · 8 years ago
  82. 475d419 Remove av1_foreach_transformed_block() function by Jingning Han · 8 years ago
  83. f828d40 Refactor build_inter_predictors_for_planes() by Jingning Han · 8 years ago
  84. 2e9773f Require explicit request for generic CPU at cmake generation time. by Tom Finegan · 8 years ago
  85. b353a8e Remove tx_size_prob from compressed header with EC_ADAPT. by Nathan E. Egge · 8 years ago
  86. 5e76162 ext-intra and filter-intra: use switchable transform type by hui su · 8 years ago
  87. a9b174b InterpFilter type: Create an enum. by Urvang Joshi · 8 years ago
  88. 0a79a1b Change to use correct size by Yaowu Xu · 8 years ago
  89. 4be1262 Replace division in self-guided filter by Debargha Mukherjee · 8 years ago
  90. 5dfa930 Support trapezoidal models for global motion by Debargha Mukherjee · 8 years ago
  91. 15dbc1a Avoid unused variable warnings when CLPF and dering are enabled. by Thomas Daede · 8 years ago
  92. 2ea519e Use tx_size_cdf with CONFIG_EC_MULTISYMBOL. by Nathan E. Egge · 8 years ago
  93. 5c20729 Remove PVQ_CHROMA_RD codes by Yushin Cho · 8 years ago
  94. d9ad054 Disabling second dering filter when CLPF is enabled. by Jean-Marc Valin · 8 years ago
  95. 4d4cbc9 Use 8tap sharp filter for UV plane by Angie Chiang · 8 years ago
  96. 51c048e aomenc: Don't print warning in quiet mode. by Urvang Joshi · 8 years ago
  97. 002e7b7 Implement a new rate control system by Rostislav Pehlivanov · 8 years ago
  98. ed8e2d2 NEW_TOKENSET: modify trellis and coeff costs. by Thomas Davies · 8 years ago
  99. e568e6f [ext-intra] fix bug in sample interpolation when dy < 0 by Joe Young · 8 years ago
  100. 7a08fe5 unify the way to count tx_size in encode&decode by Yaowu Xu · 8 years ago