1. cda0b5e highbitdepth + loop restoration: fix build on x86 32 bit by Johann · 8 years ago
  2. 822513c ans: Support a larger state range in reverse serialization by Alex Converse · 8 years ago
  3. bca73c4 Make ALT_INTRA work with CB4X4. by Urvang Joshi · 8 years ago
  4. 9303b94 aom_subpixel_8t_intrin_avx2: tolerate unversioned clang by James Zern · 9 years ago
  5. eb780e7 Add a control to set the ANS window size by Alex Converse · 8 years ago
  6. ef97ec0 EC_ADAPT: faster CDF update. by Thomas Davies · 8 years ago
  7. 346440b Use the standard aom_reader_init() interface for ans by Alex Converse · 8 years ago
  8. 2d8dd96 Use const cdf with aom_read_symbol(). by Nathan E. Egge · 8 years ago
  9. e069849 Split aom_read_cdf() from aom_read_symbol(). by Nathan E. Egge · 8 years ago
  10. 58ef551 Use const cdf with aom_write_cdf(). by Nathan E. Egge · 8 years ago
  11. 87d44dc Split aom_write_cdf() from aom_write_symbol(). by Nathan E. Egge · 8 years ago
  12. 83307f3 Fix typos in comments by Steinar Midtskogen · 8 years ago
  13. d954f2d Disable unsupported SIMD optimisations for CLPF for 32 bit VS targets by Steinar Midtskogen · 8 years ago
  14. c98d286 Add API for coding symbols with unscaled CDFs. by Nathan E. Egge · 8 years ago
  15. be6cc07 Add new convolve variant for loop-restoration by David Barker · 8 years ago
  16. cc5bdf4 Add 2x2 block level variance functions for high bd by Jingning Han · 8 years ago
  17. 324b4c6 Add 2x2 intra predictor for high bit-depth by Jingning Han · 8 years ago
  18. 2cdf0d8 Specify ANS window size at initialization by Alex Converse · 8 years ago
  19. 8a7786d Fix 2x2 d45 intra prediction by Jingning Han · 8 years ago
  20. e2ffaf8 Add 2x4 and 4x2 variance functions by Jingning Han · 8 years ago
  21. 874d36d Misc cleanups and enhancements on loop restoration by Debargha Mukherjee · 8 years ago
  22. 9e963dc Shorter-tap interp first in highbitdepth mode by Angie Chiang · 8 years ago
  23. 67b9921 Fix aom_write_bit() to match aom_read_bit(). by Nathan E. Egge · 8 years ago
  24. 08c99eb Explicitly call daala read/write bit functions. by Nathan E. Egge · 8 years ago
  25. 90b305a Compute token_stats in aom_write_bit_record() function. by Nathan E. Egge · 8 years ago
  26. 025b254 Change Wiener filter in loop-restoration by David Barker · 8 years ago
  27. 5b5140b Unfork some ANS setup code by Alex Converse · 8 years ago
  28. ea42c4e Remove aom_simd.c and replace simd_check with macro by Steinar Midtskogen · 8 years ago
  29. b0be641 ans: Use a fixed N-symbol window by Alex Converse · 8 years ago
  30. e983258 High bit depth motion search SAD optimization on avx2 by Yi Luo · 8 years ago
  31. 48c06da Remove saturate_int16 from fdct_round_shift by Angie Chiang · 8 years ago
  32. 3fb5c4c intrapred_sse2: Fix nasm build by Tristan Matthews · 8 years ago
  33. 9e7c49f Add 2x2 variance function by Jingning Han · 8 years ago
  34. 1ecdf2b ans: Move buf_ans_flush to the .c file by Alex Converse · 8 years ago
  35. b0bbd60 ans: Allow compressed buffer reversal by Alex Converse · 8 years ago
  36. 2a1b3af ans: Give buf_ans ownership of the AnsCoder by Alex Converse · 8 years ago
  37. 7833d2b Enable 2x2 intra prediction by Jingning Han · 8 years ago
  38. 52a4b11 ans: Refill state at the end of the decoding process. by Alex Converse · 8 years ago
  39. 7a483cf Turn on SIMD optimization for dual_filter by Angie Chiang · 8 years ago
  40. 5943d41 ans: Factor out refill_state by Alex Converse · 8 years ago
  41. bde4ac8 change to use AOMedia copyright notice by Yaowu Xu · 8 years ago
  42. fa9c9d1 Adjust how the final ANS state is written. by Alex Converse · 8 years ago
  43. 9e21874 SAD avg and 4D avx2 optimization for ext-partition by Yi Luo · 8 years ago
  44. 6be4a54 Add a new intra prediction mode "smooth". by Urvang Joshi · 8 years ago
  45. 29c6106 Add v256_intrinsics_v128.h to aom_dsp.mk by Steinar Midtskogen · 8 years ago
  46. 84c56af Support 64x64 intra prediction by Debargha Mukherjee · 8 years ago
  47. 63bd6dc Fix rectangle transform computation overflow by Yi Luo · 8 years ago
  48. 88cbc58 Use an alternative fix to ubsan warning. by Yaowu Xu · 8 years ago
  49. 4c12cc5 Comment out code accidentally left in the bitstream_debug patch by David Barker · 8 years ago
  50. fa2865b Implement bitstream debug for daala_ec by David Barker · 8 years ago
  51. 4d34154 Fix IOC warnings by Yaowu Xu · 8 years ago
  52. faa7fcf Add overwrite functions which do not zero bytes. by Thomas Davies · 8 years ago
  53. caaf9f9 Revert "Support overwriting an arbitrary number of literal bits." by Sarah Parker · 8 years ago
  54. f42bba2 Reinstate "fix msvc build warnings and errors" by Yaowu Xu · 8 years ago
  55. fdb4216 Revert "fix msvc build warnings and errors" by Yaowu Xu · 8 years ago
  56. 32dbdff fix msvc build warnings and errors by Yaowu Xu · 8 years ago
  57. 1f49624 SAD avx2 optimization for ext-partition by Yi Luo · 8 years ago
  58. 0e11912 Support 64x64 quantizer functions by Debargha Mukherjee · 8 years ago
  59. febe9b0 Fix msvc compiler warnings by Yaowu Xu · 8 years ago
  60. 133c57c Support overwriting an arbitrary number of literal bits. by Thomas Davies · 8 years ago
  61. 1e4e29f Fix rans ec_multisymbol merge issues. by Alex Converse · 8 years ago
  62. d02001d Add txb_coeff_cost_map into TOKEN_STATS by Angie Chiang · 8 years ago
  63. 77bba8d New experiment: Perceptual Vector Quantization from Daala by Yushin Cho · 8 years ago
  64. d402282 Add token cost comparison in write_modes_b() by Angie Chiang · 8 years ago
  65. 7f6bf9c Merge "Hybrid inverse transforms 16x16 AVX2 optimization" into nextgenv2 by Yi Luo · 8 years ago
  66. 7317200 Hybrid inverse transforms 16x16 AVX2 optimization by Yi Luo · 8 years ago
  67. 8af861b Fix merge issues related --enable-ec-adapt by Yaowu Xu · 8 years ago
  68. baaaa16 Centralize EC_MULTISYMBOL error checking. by Nathan E. Egge · 8 years ago
  69. 58c520a Only build aom_read/write_symbol if CONFIG_EC_MULTISYMBOL by Alex Converse · 8 years ago
  70. f6c04ac EC_ADAPT: improved symbol adaptation. by Thomas Davies · 8 years ago
  71. aca9feb Add ec_multisymbol for common daala_ec and rans code by Alex Converse · 8 years ago
  72. 9ac5508 Add EC_ADAPT experiment for symbol-adaptive entropy coding. by Thomas · 9 years ago
  73. 3ff8cb7 Merge "Fix aom_fdct8x8_ssse3 in high bit depth mode" into nextgenv2 by Debargha Mukherjee · 8 years ago
  74. 0602edf Fix aom_fdct8x8_ssse3 in high bit depth mode by David Barker · 8 years ago
  75. 3fc98e8 rans: Use symbol coding for motion vectors by Alex Converse · 8 years ago
  76. f0f9857 Namespace the idct/iad symbols by Luca Barbato · 9 years ago
  77. a5e3bc0 Merge "Fix compile error with --enable-ans + --enable-accounting" into nextgenv2 by Debargha Mukherjee · 8 years ago
  78. 400dcc8 Merge "Fix aom_fdct32x32_avx2 output as CONFIG_AOM_HIGHBITDEPTH=1" into nextgenv2 by Yi Luo · 8 years ago
  79. 133c13d Fix incorrect merge of forward txfm function declarations by Yi Luo · 8 years ago
  80. 0c552df Fix aom_fdct32x32_avx2 output as CONFIG_AOM_HIGHBITDEPTH=1 by Yi Luo · 8 years ago
  81. b695b1c dkboolwriter.c: change copyright notice by Yaowu Xu · 8 years ago
  82. 01b16ba Fix compile error with --enable-ans + --enable-accounting by David Barker · 8 years ago
  83. 8db9fae Use remove some magic numbers in aom_rans_merge_prob8_pdf. by Alex Converse · 9 years ago
  84. 62b6cc0 Merge "Fix avx2 16x16/32x32 fwd txfm coeff output on HBD" into nextgenv2 by Yi Luo · 8 years ago
  85. 1a0f27a Fix avx2 16x16/32x32 fwd txfm coeff output on HBD by Yi Luo · 8 years ago
  86. dc90bf0 Merge "Fix unused variable error in intrapred.c" into nextgenv2 by Jingning Han · 8 years ago
  87. 5357dca Decoder performance improvement with daala_ec. by Nathan E. Egge · 9 years ago
  88. 9121994 Merge "Use divide by multiply in the ans writer." into nextgenv2 by Yaowu Xu · 8 years ago
  89. 646e52a Fix unused variable error in intrapred.c by Angie Chiang · 8 years ago
  90. 2f5b9d6 Merge "Add support for v256 intrinsics" into nextgenv2 by Yaowu Xu · 8 years ago
  91. c76572a Merge changes Icfc16070,Ied47a248,I8af087d9,I322a1366,If04580af into nextgenv2 by Yaowu Xu · 8 years ago
  92. 64e2f10 Use divide by multiply in the ans writer. by Alex Converse · 9 years ago
  93. 045d413 Add support for v256 intrinsics by Steinar Midtskogen · 8 years ago
  94. d71a231 Add compiler warning flag -Wextra and fix related warnings. by Urvang Joshi · 9 years ago
  95. ec5a194 Merge changes I7d6394e4,Ia8ce1464,If20e8637,Ia9adc46b,I651db25b into nextgenv2 by Yaowu Xu · 8 years ago
  96. 7ae6ae3 Merge "Add 2x2 directional intra predictors" into nextgenv2 by Jingning Han · 8 years ago
  97. cfc5ac5 Merge "Partition the ans experiment into 'ans' and 'rans'" into nextgenv2 by Yaowu Xu · 8 years ago
  98. c38afed Define SIMD_INLINE using AOM_FORCE_INLINE by Steinar Midtskogen · 8 years ago
  99. e734fcb Free memory allocated by daala_ec encoder. by Nathan E. Egge · 8 years ago
  100. 03b3514 Add 2x2 directional intra predictors by Jingning Han · 8 years ago