1. 6d2f3c2 Fix some potential warnings on unused functions and implicit cast by Steinar Midtskogen · 8 years ago
  2. 4d5bbbd SMOOTH_PRED: Use 8-bit weights for real. by Urvang Joshi · 8 years ago
  3. 6598843 aom_dsp.mk: Remove redundant CONFIG_PVQ section. by Tom Finegan · 8 years ago
  4. 392d0ff implement combined parallel_deblocking experiment by Ryan Lei · 8 years ago
  5. 919caad Fix naming inconsistency in aom_dsp cmake source list vars. by Tom Finegan · 8 years ago
  6. 5abae0a Move aom_dsp.cmake lib list updates into setup_aom_dsp_targets(). by Tom Finegan · 8 years ago
  7. 188880b Remove test support from aom_dsp.cmake. by Tom Finegan · 8 years ago
  8. 9af968f Fix high bit depth build in cmake. by Tom Finegan · 8 years ago
  9. 5f8361a get_prob(): rationalize int types by James Zern · 8 years ago
  10. bff32ac Simplify rabs_read() by Alex Converse · 8 years ago
  11. 3e42acd SMOOTH_PRED: Use 8-bit weights. by Urvang Joshi · 8 years ago
  12. 4305e6b CLPF: Add quality dependent damping in the constrain function by Steinar Midtskogen · 8 years ago
  13. 4e6a8f3 Fix signed left-shifts added in e93acb2d228c. by Timothy B. Terriberry · 8 years ago
  14. 751f26a aom_dsp/get_prob: relocate den == 0 test by James Zern · 9 years ago
  15. 5631019 aom_dsp/get_prob: make clip_prob branchless by James Zern · 9 years ago
  16. 19d7822 Resolve -Wshorten-64-to-32 warnings in prob.h. by Alex Converse · 9 years ago
  17. f3eb840 EC_MULTISYMBOL: make all CDFs have a extra element. by Thomas Davies · 8 years ago
  18. 85ac13e Move aom_dsp cmake stuff into aom_dsp/aom_dsp.cmake. by Tom Finegan · 8 years ago
  19. 8176081 SMOOTH_PRED: Use 12-bit multiplications instead of 18-bit. by Urvang Joshi · 8 years ago
  20. 0143513 Merging the dering and clpf experiments into a single experiment: CDEF by Jean-Marc Valin · 8 years ago
  21. c4e9e47 Rename aom_read_tree_bits() to aom_read_tree_as_bits(). by Nathan E. Egge · 8 years ago
  22. 27713d9 EC_ADAPT: do faster adaptation initially. by Thomas Davies · 8 years ago
  23. 0f11c78 Fix DAALA_EC when EC_MULTISYMBOL disabled. by Nathan E. Egge · 8 years ago
  24. 24f1a90 Add flag for RAWBITS to use raw bits with DAALA_EC. by Nathan E. Egge · 8 years ago
  25. 7fdf2d2 ans: Optimize rabs unbiased bit decode by Alex Converse · 8 years ago
  26. 8c687d2 ans: Cleanup rans writing routines by Alex Converse · 8 years ago
  27. 3920406 ans: Use a subnormal initial state by Alex Converse · 8 years ago
  28. 4f0b3ed Retune the CLPF kernel by Steinar Midtskogen · 8 years ago
  29. b13ce13 ans: Increase the base state to 1<<17. by Alex Converse · 8 years ago
  30. 73ad523 Add support for disabling CLPF on tile boundaries by Steinar Midtskogen · 8 years ago
  31. 7a40600 ALT_INTRA: Integerize the weights for SMOOTH_PRED. by Urvang Joshi · 8 years ago
  32. c54692b ans: Switch from uABS to rABS by Alex Converse · 8 years ago
  33. 0d3aeda Remove unused assembly sources and associated tests. by Tom Finegan · 8 years ago
  34. c957af9 Remove unused aom_complement() by Alex Converse · 8 years ago
  35. 2ce4bd4 ec_multisymbol: Add defines CDF_PROB_BITS, CDF_PROB_TOP by Alex Converse · 8 years ago
  36. e8b34bb ans: Remove some dead code. by Alex Converse · 8 years ago
  37. 5bb97ed ALT_INTRA experiment: Use single set of weights for SMOOTH_PRED by Urvang Joshi · 8 years ago
  38. d0e23b4 Merge dct_const_round_shift functions. by Sebastien Alaiwan · 8 years ago
  39. cda0b5e highbitdepth + loop restoration: fix build on x86 32 bit by Johann · 8 years ago
  40. 822513c ans: Support a larger state range in reverse serialization by Alex Converse · 8 years ago
  41. bca73c4 Make ALT_INTRA work with CB4X4. by Urvang Joshi · 8 years ago
  42. 9303b94 aom_subpixel_8t_intrin_avx2: tolerate unversioned clang by James Zern · 9 years ago
  43. eb780e7 Add a control to set the ANS window size by Alex Converse · 8 years ago
  44. ef97ec0 EC_ADAPT: faster CDF update. by Thomas Davies · 8 years ago
  45. 346440b Use the standard aom_reader_init() interface for ans by Alex Converse · 8 years ago
  46. 2d8dd96 Use const cdf with aom_read_symbol(). by Nathan E. Egge · 8 years ago
  47. e069849 Split aom_read_cdf() from aom_read_symbol(). by Nathan E. Egge · 8 years ago
  48. 58ef551 Use const cdf with aom_write_cdf(). by Nathan E. Egge · 8 years ago
  49. 87d44dc Split aom_write_cdf() from aom_write_symbol(). by Nathan E. Egge · 8 years ago
  50. 83307f3 Fix typos in comments by Steinar Midtskogen · 8 years ago
  51. d954f2d Disable unsupported SIMD optimisations for CLPF for 32 bit VS targets by Steinar Midtskogen · 8 years ago
  52. c98d286 Add API for coding symbols with unscaled CDFs. by Nathan E. Egge · 8 years ago
  53. be6cc07 Add new convolve variant for loop-restoration by David Barker · 8 years ago
  54. cc5bdf4 Add 2x2 block level variance functions for high bd by Jingning Han · 8 years ago
  55. 324b4c6 Add 2x2 intra predictor for high bit-depth by Jingning Han · 8 years ago
  56. 2cdf0d8 Specify ANS window size at initialization by Alex Converse · 8 years ago
  57. 8a7786d Fix 2x2 d45 intra prediction by Jingning Han · 8 years ago
  58. e2ffaf8 Add 2x4 and 4x2 variance functions by Jingning Han · 8 years ago
  59. 874d36d Misc cleanups and enhancements on loop restoration by Debargha Mukherjee · 8 years ago
  60. 9e963dc Shorter-tap interp first in highbitdepth mode by Angie Chiang · 8 years ago
  61. 67b9921 Fix aom_write_bit() to match aom_read_bit(). by Nathan E. Egge · 8 years ago
  62. 08c99eb Explicitly call daala read/write bit functions. by Nathan E. Egge · 8 years ago
  63. 90b305a Compute token_stats in aom_write_bit_record() function. by Nathan E. Egge · 8 years ago
  64. 025b254 Change Wiener filter in loop-restoration by David Barker · 8 years ago
  65. 5b5140b Unfork some ANS setup code by Alex Converse · 8 years ago
  66. ea42c4e Remove aom_simd.c and replace simd_check with macro by Steinar Midtskogen · 8 years ago
  67. b0be641 ans: Use a fixed N-symbol window by Alex Converse · 8 years ago
  68. e983258 High bit depth motion search SAD optimization on avx2 by Yi Luo · 8 years ago
  69. 48c06da Remove saturate_int16 from fdct_round_shift by Angie Chiang · 8 years ago
  70. 3fb5c4c intrapred_sse2: Fix nasm build by Tristan Matthews · 8 years ago
  71. 9e7c49f Add 2x2 variance function by Jingning Han · 8 years ago
  72. 1ecdf2b ans: Move buf_ans_flush to the .c file by Alex Converse · 8 years ago
  73. b0bbd60 ans: Allow compressed buffer reversal by Alex Converse · 8 years ago
  74. 2a1b3af ans: Give buf_ans ownership of the AnsCoder by Alex Converse · 8 years ago
  75. 7833d2b Enable 2x2 intra prediction by Jingning Han · 8 years ago
  76. 52a4b11 ans: Refill state at the end of the decoding process. by Alex Converse · 8 years ago
  77. 7a483cf Turn on SIMD optimization for dual_filter by Angie Chiang · 8 years ago
  78. 5943d41 ans: Factor out refill_state by Alex Converse · 8 years ago
  79. bde4ac8 change to use AOMedia copyright notice by Yaowu Xu · 8 years ago
  80. fa9c9d1 Adjust how the final ANS state is written. by Alex Converse · 8 years ago
  81. 9e21874 SAD avg and 4D avx2 optimization for ext-partition by Yi Luo · 8 years ago
  82. 6be4a54 Add a new intra prediction mode "smooth". by Urvang Joshi · 8 years ago
  83. 29c6106 Add v256_intrinsics_v128.h to aom_dsp.mk by Steinar Midtskogen · 8 years ago
  84. 84c56af Support 64x64 intra prediction by Debargha Mukherjee · 8 years ago
  85. 63bd6dc Fix rectangle transform computation overflow by Yi Luo · 8 years ago
  86. 88cbc58 Use an alternative fix to ubsan warning. by Yaowu Xu · 8 years ago
  87. 4c12cc5 Comment out code accidentally left in the bitstream_debug patch by David Barker · 8 years ago
  88. fa2865b Implement bitstream debug for daala_ec by David Barker · 8 years ago
  89. 4d34154 Fix IOC warnings by Yaowu Xu · 8 years ago
  90. faa7fcf Add overwrite functions which do not zero bytes. by Thomas Davies · 8 years ago
  91. caaf9f9 Revert "Support overwriting an arbitrary number of literal bits." by Sarah Parker · 8 years ago
  92. f42bba2 Reinstate "fix msvc build warnings and errors" by Yaowu Xu · 8 years ago
  93. fdb4216 Revert "fix msvc build warnings and errors" by Yaowu Xu · 8 years ago
  94. 32dbdff fix msvc build warnings and errors by Yaowu Xu · 8 years ago
  95. 1f49624 SAD avx2 optimization for ext-partition by Yi Luo · 8 years ago
  96. 0e11912 Support 64x64 quantizer functions by Debargha Mukherjee · 8 years ago
  97. febe9b0 Fix msvc compiler warnings by Yaowu Xu · 8 years ago
  98. 133c57c Support overwriting an arbitrary number of literal bits. by Thomas Davies · 8 years ago
  99. 1e4e29f Fix rans ec_multisymbol merge issues. by Alex Converse · 8 years ago
  100. d02001d Add txb_coeff_cost_map into TOKEN_STATS by Angie Chiang · 8 years ago