1. 72762a2 Use intra_ext_tx_cdf when coding tx_type. by Nathan E. Egge · 9 years ago
  2. ac499f3 Use MV_FP_SIZE based constant instead of 3. by Nathan E. Egge · 9 years ago
  3. 68cb657 Remove duplicate code by Yaowu Xu · 8 years ago
  4. b97c3a1 Merge "Fix typos" into nextgenv2 by Yaowu Xu · 8 years ago
  5. 23f0604 Merge "Fix encoder crash when --enable-daala-ec" into nextgenv2 by Yaowu Xu · 8 years ago
  6. d56df2f Merge "Pass AV1_COMMON into av1_cost_coeffs" into nextgenv2 by Yaowu Xu · 8 years ago
  7. 432d907 Merge "Add adapt_scan APIs and some helping functions" into nextgenv2 by Yaowu Xu · 8 years ago
  8. 361f3fe Merge "Compute all token encodings from symbol trees." into nextgenv2 by Yaowu Xu · 8 years ago
  9. 360383b Merge "decodeframe.c: aom_read_tree_cdf->aom_read_symbol" into nextgenv2 by Yaowu Xu · 8 years ago
  10. 6d5ebbd Merge "Encoder/Decoder mismatch fix: need a separate copy of eob_counts." into nextgenv2 by Yaowu Xu · 8 years ago
  11. c287e27 Fix typos by Yaowu Xu · 8 years ago
  12. e1466ad Fix encoder crash when --enable-daala-ec by Yaowu Xu · 8 years ago
  13. 22ba751 Pass AV1_COMMON into av1_cost_coeffs by Angie Chiang · 8 years ago
  14. e7d9d1e Merge changes I163874ee,I1424690f into nextgenv2 by Angie Chiang · 8 years ago
  15. 528d9de Merge "Sync with aom branch for ext-refs" into nextgenv2 by Zoe Liu · 8 years ago
  16. 3c05679 Compute all token encodings from symbol trees. by Nathan E. Egge · 9 years ago
  17. f2581a3 decodeframe.c: aom_read_tree_cdf->aom_read_symbol by Yaowu Xu · 8 years ago
  18. ec5a194 Merge changes I7d6394e4,Ia8ce1464,If20e8637,Ia9adc46b,I651db25b into nextgenv2 by Yaowu Xu · 8 years ago
  19. 748d3f5 Merge "Fix Visual Studio build." into nextgenv2 by Yaowu Xu · 8 years ago
  20. 6d51377 Merge "Offset speed feature setting index" into nextgenv2 by Jingning Han · 8 years ago
  21. feee3ed Merge "Add tx_size to pixel number map" into nextgenv2 by Jingning Han · 8 years ago
  22. 7ae6ae3 Merge "Add 2x2 directional intra predictors" into nextgenv2 by Jingning Han · 8 years ago
  23. 9cce436 Merge "Fix for AV1.TestTell" into nextgenv2 by Debargha Mukherjee · 8 years ago
  24. 43e6281 Encoder/Decoder mismatch fix: need a separate copy of eob_counts. by Urvang Joshi · 8 years ago
  25. c58d957 Merge "Renaming in filter-intra sse4 code" into nextgenv2 by Hui Su · 8 years ago
  26. e3642ac Merge "Remove av1/common/intra_filters.h" into nextgenv2 by Hui Su · 8 years ago
  27. 475159c Merge "Seperate FILTER_INTRA from EXT_INTRA experiment" into nextgenv2 by Hui Su · 8 years ago
  28. d37c222 Merge "Add matching brace in aomenc.c" into nextgenv2 by James Zern · 8 years ago
  29. 648aeb0 Add adapt_scan APIs and some helping functions by Angie Chiang · 8 years ago
  30. 6cfaff9 Sync with aom branch for ext-refs by Zoe Liu · 8 years ago
  31. 37fb8ed Add data structure of adpat_scan experiment by Angie Chiang · 8 years ago
  32. 8c2dc6f Add adapt_scan experimental flag by Angie Chiang · 8 years ago
  33. f994855 Fix for AV1.TestTell by Peter de Rivaz · 8 years ago
  34. 9ff4134 Renaming in filter-intra sse4 code by hui su · 8 years ago
  35. 344b643 Remove av1/common/intra_filters.h by hui su · 8 years ago
  36. 5db9743 Seperate FILTER_INTRA from EXT_INTRA experiment by hui su · 8 years ago
  37. cfc5ac5 Merge "Partition the ans experiment into 'ans' and 'rans'" into nextgenv2 by Yaowu Xu · 8 years ago
  38. 775d99f Offset speed feature setting index by Jingning Han · 8 years ago
  39. 251e151 Add matching brace in aomenc.c by hui su · 8 years ago
  40. c38afed Define SIMD_INLINE using AOM_FORCE_INLINE by Steinar Midtskogen · 8 years ago
  41. e28d92b Fix Visual Studio build. by Thomas · 9 years ago
  42. f693610 Step size and arithmetic coding for delta quantization. by Thomas Davies · 9 years ago
  43. 7dec515 AOM_FORCE_INLINE: fix always_inline attribute by James Zern · 8 years ago
  44. 0744116 Support for delta-q at superblock level by Arild Fuldseth · 9 years ago
  45. e734fcb Free memory allocated by daala_ec encoder. by Nathan E. Egge · 8 years ago
  46. f250e20 Move clpf_sse4_1.c to clpf_sse4.c in agreement with convention by Steinar Midtskogen · 8 years ago
  47. fc5176f sync avg_test.cc with aom/master by Yaowu Xu · 8 years ago
  48. dc8a2c5 Merge "Always send frame size explicitly" into nextgenv2 by Yaowu Xu · 8 years ago
  49. 03b3514 Add 2x2 directional intra predictors by Jingning Han · 8 years ago
  50. 0a3284c Merge "Fix build issues when --enable-aom-qm" into nextgenv2 by Yaowu Xu · 8 years ago
  51. 02935f5 Add tx_size to pixel number map by Jingning Han · 8 years ago
  52. 8057103 Merge "Fix decodeframe.c format" into nextgenv2 by Yaowu Xu · 8 years ago
  53. 0651ece Merge "Remove OBMC from the experimental configure list" into nextgenv2 by Yue Chen · 8 years ago
  54. 2a813e4 Merge "Add unit test for delta-q (aq-mode=4)" into nextgenv2 by Yaowu Xu · 8 years ago
  55. 8f6eb18 Fix decodeframe.c format by Jingning Han · 8 years ago
  56. 842e9b0 Always send frame size explicitly by Arild Fuldseth · 9 years ago
  57. 0dd0463 Fix build issues when --enable-aom-qm by Yaowu Xu · 8 years ago
  58. ec6fb64 Partition the ans experiment into 'ans' and 'rans' by Alex Converse · 8 years ago
  59. 870a72d Merge "Fix failing TestBitIO test with --enable-daala_ec." into nextgenv2 by Yaowu Xu · 8 years ago
  60. e94767a Merge "Change return type of tell and tell_frac to uint32_t." into nextgenv2 by Yaowu Xu · 8 years ago
  61. 48877de Remove OBMC from the experimental configure list by Yue Chen · 8 years ago
  62. 9f28cb8 Add unit test for delta-q (aq-mode=4) by Arild Fuldseth (arilfuld) · 8 years ago
  63. 66b1fcc Merge changes I3922dea2,I3bab2848,I21f7478a,Ida5de713,Ib9f0eefe, ... into nextgenv2 by Urvang Joshi · 8 years ago
  64. e58781d Fix failing TestBitIO test with --enable-daala_ec. by Nathan E. Egge · 8 years ago
  65. b244f39 Change return type of tell and tell_frac to uint32_t. by Nathan E. Egge · 9 years ago
  66. 3e908b7 Merge "Temporary fix for 4X8 block intra prediction." into nextgenv2 by Hui Su · 8 years ago
  67. e22a480 Merge "Fix format in set_offsets()" into nextgenv2 by Hui Su · 8 years ago
  68. d83fc3b Merge "Add av1_fdct64_new and av1_idct64_new" into nextgenv2 by Angie Chiang · 8 years ago
  69. 4145bf0 Fix warnings reported by -Wshadow: Part4: main directory by Urvang Joshi · 8 years ago
  70. 74d0ad8 Fix for var_tx context update by Peter de Rivaz · 8 years ago
  71. caf2023 Reorder includes by Yaowu Xu · 8 years ago
  72. 6048d05 Bit accounting. by Michael Bebenita · 9 years ago
  73. 4bacfcf Merge "Fix ransac random generator seeding" into nextgenv2 by Debargha Mukherjee · 8 years ago
  74. 321556a Merge "Update segment tree_cdf per frame." into nextgenv2 by Yaowu Xu · 8 years ago
  75. 4aec17a Merge "Adds ability to measure with a higher precision the number of bits read per symbol." into nextgenv2 by Yaowu Xu · 8 years ago
  76. cd27500 Merge "Add clamping to parameter search" into nextgenv2 by Sarah Parker · 8 years ago
  77. 5572486 Merge "Adjust gm costing so GLOBAL_ZERO is treated as regular zeromv" into nextgenv2 by Sarah Parker · 8 years ago
  78. 97d8548 Fix format in set_offsets() by Jingning Han · 9 years ago
  79. 7523a7e Temporary fix for 4X8 block intra prediction. by Brennan Shacklett · 9 years ago
  80. 88a03bb Fix warnings reported by -Wshadow: Part3: test/ directory by Urvang Joshi · 8 years ago
  81. 368fbc9 Fix warnings reported by -Wshadow: Part2b: more from av1 directory by Urvang Joshi · 8 years ago
  82. 454280d Fix warnings reported by -Wshadow: Part2: av1 directory by Urvang Joshi · 8 years ago
  83. 03f6fdc Fix warnings reported by -Wshadow: Part1b: scan_order struct and variable by Urvang Joshi · 8 years ago
  84. fdb6096 Fix warnings reported by -Wshadow: Part1: aom_dsp directory by Urvang Joshi · 8 years ago
  85. b5ed350 Move STAT_TYPE enum to source file. by Urvang Joshi · 8 years ago
  86. 5264844 Code cleanup: mainly rd_pick_partition and methods called from there. by Urvang Joshi · 8 years ago
  87. f627e58 Update segment tree_cdf per frame. by Nathan E. Egge · 9 years ago
  88. d7baf45 Adds ability to measure with a higher precision the number of bits by Michael Bebenita · 9 years ago
  89. 081783d Add clamping to parameter search by Sarah Parker · 8 years ago
  90. ae51dd8 Adjust gm costing so GLOBAL_ZERO is treated as regular zeromv by Sarah Parker · 8 years ago
  91. efa6582 Fix ransac random generator seeding by Sarah Parker · 8 years ago
  92. 792519b Add av1_fdct64_new and av1_idct64_new by Angie Chiang · 8 years ago
  93. 470efbc Remove rd_variance_adjustment by Guillaume Martres · 9 years ago
  94. 32658e2 Add cb4x4 experimental flag by Jingning Han · 9 years ago
  95. 40f1d48 Remove unused PICK_MODE_CONTEXT::is_coded. by Yushin Cho · 9 years ago
  96. 8a02d76 Remove unused array 'last_frame_seg_map_copy'. by Urvang Joshi · 9 years ago
  97. d98a45a Add sub8x8_mc experimental flag by Jingning Han · 9 years ago
  98. c2461b5 Merge "Remove macroblock::skip_optimize." into nextgenv2 by Yaowu Xu · 8 years ago
  99. be0d933 Merge "Skip 4x4 transform if maximum possible transform is 32x32" into nextgenv2 by Yaowu Xu · 8 years ago
  100. cb61012 Merge "Take out some early termination speed features" into nextgenv2 by Yaowu Xu · 8 years ago