1. 07ef967 Resolve coding failure in var-tx by Jingning Han · 8 years ago
  2. 3daa4fd Support rectangular tx size in cb4x4 mode by Jingning Han · 8 years ago
  3. 9303b94 aom_subpixel_8t_intrin_avx2: tolerate unversioned clang by James Zern · 9 years ago
  4. b9b42a0 Fix mismatch when dual_filter daala-ec both are on by Angie Chiang · 8 years ago
  5. 09c0a5b Remove unused input in av1_encode_mv() by Yue Chen · 8 years ago
  6. a1f6432 Add decoder controls for getting last quantizer. by Peter Boström · 8 years ago
  7. 80a15c9 Set default warped motion model to rotation-zoom by Yue Chen · 8 years ago
  8. 0f6a60a Add missing break statement in get_entropy_contexts_plane() by Jingning Han · 8 years ago
  9. f4e097b Fix rectangular tables in cb4x4 mode by Jingning Han · 8 years ago
  10. 3eb713e Fix loopfilter for rectangular transforms by Debargha Mukherjee · 8 years ago
  11. caa9e5a Refactor av1_convolve by Angie Chiang · 8 years ago
  12. 117aa0d Add CONVOLVE_POST_ROUNDING flag by Angie Chiang · 8 years ago
  13. 0b3af1c EC_ADAPT: re-enable tests using tiles. by Thomas Davies · 8 years ago
  14. 77c7c40 EC_ADAPT: use tile context for switchable filter. by Thomas Davies · 8 years ago
  15. 1de6c88 EC_ADAPT: use tile context for inter mode. by Thomas Davies · 8 years ago
  16. cef0962 EC_ADAPT: use tile context for TX size. by Thomas Davies · 8 years ago
  17. 472f63f Replace Skip with AC/DC coded in PVQ by ltrudeau · 8 years ago
  18. c2ec0e4 EC_ADAPT: use tile context for partition type. by Thomas Davies · 8 years ago
  19. 489dad8 EC_ADAPT: use tile context for coefficients. by Thomas Davies · 8 years ago
  20. 1bfb5ed EC_ADAPT: use tile context for intra mode syntax. by Thomas Davies · 8 years ago
  21. 2452329 EC_ADAPT: use tile context for MV data. by Thomas Davies · 8 years ago
  22. 456e086 Fix enc/dec mismatch due to ext-partition-type in cb4x4 mode by Jingning Han · 8 years ago
  23. d9c24a3 Fix intra block coding order in ext-partition-type by Jingning Han · 8 years ago
  24. 58bc4cc Support ext-partition in cb4x4 mode by Jingning Han · 8 years ago
  25. 6f345c6 Use OD_ILOG_NZ in OD_DIVU_SMALL_CONSTS by Alex Converse · 8 years ago
  26. b5bb244 Free up all the allocated mem space in cb4x4 by Jingning Han · 8 years ago
  27. e6044fe Change the warp filter to use real 8-tap by Debargha Mukherjee · 8 years ago
  28. a89fe0e Add support for aomdec and aomenc to the cmake build. by Tom Finegan · 8 years ago
  29. 92ca095 Fix compile error in generic mode. by Tom Finegan · 8 years ago
  30. 5b29d8d Fix cmake build. by Tom Finegan · 8 years ago
  31. 2e60488 Do masked motion search based on COMPOUND_TYPE by Sarah Parker · 8 years ago
  32. 8770f08 configure/cmake: force -std=c99 by James Zern · 8 years ago
  33. 7a266e2 ransac.c: define _POSIX_C_SOURCE for rand_r by James Zern · 8 years ago
  34. 1a52232 odintrin.h: define M_PI fallback by James Zern · 8 years ago
  35. b643036 Fix compile warnings for target=armv7-android-gcc by James Zern · 8 years ago
  36. a417d60 aomdx.h: remove circular aom_decrypt_init typedef by James Zern · 8 years ago
  37. 308a639 Speed up keyframe encoding with model RD by hui su · 8 years ago
  38. 2f6bdd8 Add a unit test for AV1E_SET_ANS_WINDOW_SIZE_LOG2 by Alex Converse · 8 years ago
  39. eb780e7 Add a control to set the ANS window size by Alex Converse · 8 years ago
  40. 838367d Add correctness tests for the SSE2 warp filter by David Barker · 8 years ago
  41. 1b888f2 Optimize SSE2 warp filter by David Barker · 8 years ago
  42. 0b04e9b Bring highbd loop restoration filters in line with lowbd ones by David Barker · 8 years ago
  43. 1e8e6b9 Miscellaneous cleaning up for loop-restoration by David Barker · 8 years ago
  44. f77d4ad EC_ADAPT: add per tile contexts. by Thomas Davies · 8 years ago
  45. 71bf3ee Offset default probs in wrapped_motion by Jingning Han · 8 years ago
  46. 91f01fd Support non-causal obmc in the cb4x4 mode by Jingning Han · 8 years ago
  47. 51ec505 Fix encoding failure in motion-var and cb4x4 mode by Jingning Han · 8 years ago
  48. b3044dd Offset default probs in motion_var to account for cb4x4 mode by Jingning Han · 8 years ago
  49. 74fd89f Fix decoding failure in cb4x4 and var-tx mode by Jingning Han · 8 years ago
  50. a6b0c4c Support adaptive scan order in cb4x4 mode by Jingning Han · 8 years ago
  51. 25f2f7d Remove an outdated assertion by Jingning Han · 8 years ago
  52. eeacc4c Bug fix: determine tx_mode based on lossless mode of all segments by Yue Chen · 8 years ago
  53. f715922 Store result on conv_params->buf when no rounding by Angie Chiang · 8 years ago
  54. 907230e Change build_inter_predictors by Angie Chiang · 8 years ago
  55. f27b160 Add rd loop of NCOBMC by Yue Chen · 8 years ago
  56. 2615d6e Fix the transform size/type search condition by Yunqing Wang · 8 years ago
  57. feb925f Enable rectangular transforms for Intra also. by Urvang Joshi · 8 years ago
  58. 60a055b Fix compile errors with loop-restoration + highbd by David Barker · 8 years ago
  59. 9f45bc4 Pass ConvolveParams into prediction functions by Angie Chiang · 8 years ago
  60. 55c6bde Add unpoison_partition_ctx experiment by Alex Converse · 8 years ago
  61. 1edf9a3 Improvements on segment mask by Debargha Mukherjee · 8 years ago
  62. b2ff17f Fix test failure in av1_convolve_optimz_test.cc by Angie Chiang · 8 years ago
  63. 0cfaeea Refactor av1_update_neighbors by Angie Chiang · 8 years ago
  64. fe2a959 Use default scan order as a tie breaker by Angie Chiang · 8 years ago
  65. 8f315b1 Fix 4x4 hybrid transform accuracy check tests by Yi Luo · 8 years ago
  66. f07ddf3 Fix 32x32 hybrid transform AVX2 to match C by Yi Luo · 8 years ago
  67. 3b0b5f1 Fix 16x32, 32x16 rectangular transform SSE2 to match C by Yi Luo · 8 years ago
  68. ab9ecba Refactor end-node process in var-tx by Jingning Han · 8 years ago
  69. 8a63049 Fix a RD bug with palette mode by hui su · 8 years ago
  70. d193cdc Correct projection samples for local warping model estimation by Yue Chen · 8 years ago
  71. 86ae7b1 Add recon functions of non-causal obmc by Yue Chen · 8 years ago
  72. 9ab6d71 Separate mbmi coding and coeff coding+recon at sb level in NCOBMC by Yue Chen · 8 years ago
  73. de0c70a Refactor rd_pick_intra_sby_mode() by hui su · 8 years ago
  74. ef97ec0 EC_ADAPT: faster CDF update. by Thomas Davies · 8 years ago
  75. 674bffd Add rounding option into av1_convolve by Angie Chiang · 8 years ago
  76. 203b1d3 Clean up redundant #if statements by Jingning Han · 8 years ago
  77. 64550b6 Refactor write_modes_b() and decode_block() by Yue Chen · 8 years ago
  78. d5dfa96 Add SSE2 vectorized warp filter for lowbd by David Barker · 8 years ago
  79. 3bd8377 High bit depth 32x32 inverse DCT_DCT transform, AVX2 by Yi Luo · 8 years ago
  80. b2d2645 Add NCOBMC experimental flag by Yue Chen · 8 years ago
  81. 904fd18 Make av1_update_txb_coeff_cost() check condition support cb4x4 by Jingning Han · 8 years ago
  82. c7ea761 Make rd_debug aligned to var-tx by Jingning Han · 8 years ago
  83. 0c70a80 Make txfm block partition context support rectangular blocks by Jingning Han · 8 years ago
  84. cefb409 Move from Daala accounting to AOM accounting. by Nathan E. Egge · 8 years ago
  85. cceac33 Don't include Daala EC headers directly. by Nathan E. Egge · 8 years ago
  86. 25007c8 Use aom_reader / aom_writer API to code rest. by Nathan E. Egge · 8 years ago
  87. f1e2fbd Use aom_reader / aom_writer API to code raw bits. by Nathan E. Egge · 8 years ago
  88. 8a70919 Expand the parameter set for sgrproj restoration by Debargha Mukherjee · 8 years ago
  89. c875510 Simplified PVQ skip clipping to 1 by ltrudeau · 8 years ago
  90. 346440b Use the standard aom_reader_init() interface for ans by Alex Converse · 8 years ago
  91. 8f11057 Use stable sort with PVQ. by David Michael Barr · 9 years ago
  92. 03ab527 Fix compile problems with older VS releases by Steinar Midtskogen · 8 years ago
  93. 5d15721 Fix a memory leak by Debargha Mukherjee · 8 years ago
  94. 66ca597 Change md5 used in test by Yaowu Xu · 8 years ago
  95. a98ceea add a minor clarification in comment by Yaowu Xu · 8 years ago
  96. f1c06a7 Palette: use insertion sort for sorting neighbors' scores. by Urvang Joshi · 8 years ago
  97. e6aece8 Fix RunAccuracyCheck failure by Angie Chiang · 8 years ago
  98. b9f757c Refactor compound_segment to try different segmentation masks by Sarah Parker · 8 years ago
  99. ab44fd1 Rename encode_inter_mb_segment() by Yushin Cho · 8 years ago
  100. ee0af21 Correct the misleading codes in encode_inter_mb_segment() by Yushin Cho · 8 years ago