1. f152a0b aom_read_primitive_refbilevel: rm some dead stores by James Zern · 8 years ago
  2. 71a37de bitstream.c: normalize some size types by James Zern · 8 years ago
  3. 83fbd57 [Code Cleanup] Move accounting.[ch] to decoder by Luc Trudeau · 8 years ago
  4. ec4048a Move scale_sqrt2_* functions to a common location. by Urvang Joshi · 8 years ago
  5. bd343f4 Common Identity 16x8 transform: forward and reverse. by Urvang Joshi · 8 years ago
  6. c6a48a2 Drop support for CONFIG_EMULATE_HARDWARE by Sebastien Alaiwan · 8 years ago
  7. f6c807c ec_smallmul: Convert CDFs to iCDFs. by Timothy B. Terriberry · 8 years ago
  8. a4d8799 Move width branch out of height loop by Yi Luo · 8 years ago
  9. 27acc47 Skip adding zero siginal to prediction with DC only idct by Yushin Cho · 8 years ago
  10. d5b89d0 ec_smallmul: Simplify binary read/write. by Timothy B. Terriberry · 8 years ago
  11. ead5287 daala_ec: Convert the decoder to use iCDFs by Timothy B. Terriberry · 8 years ago
  12. 881f109 daala_ec: Invert the internal state of the decoder by Timothy B. Terriberry · 8 years ago
  13. 41b4f75 daala_ec: Convert the encoder to use iCDFs by Timothy B. Terriberry · 8 years ago
  14. 033e536 daala_ec: Remove non-dyadic functions. by Timothy B. Terriberry · 8 years ago
  15. dd6fa06 update parallel_deblocking experiment with more filter tap options by Ryan Lei · 8 years ago
  16. e5728a9 Simplify coefficient range checking by Sebastien Alaiwan · 8 years ago
  17. 6c86ace Fix CONFIG_HIGHBITDEPTH in cmake. by Tom Finegan · 8 years ago
  18. d148c96 Add mips32 support to the cmake build. by Tom Finegan · 8 years ago
  19. 1b2b739 Add s8 -> s16 unpack instrinsics by Steinar Midtskogen · 8 years ago
  20. 71e8784 Homogenize configuration option name. by Sebastien Alaiwan · 8 years ago
  21. b1c5760 Add ec_smallmul experiment. by Timothy B. Terriberry · 8 years ago
  22. f178329 Add gm parameter coding based on ref parameters by Sarah Parker · 8 years ago
  23. 859931e variance_neon: sync variance*() w/c,sse2 by James Zern · 8 years ago
  24. 1e64e70 Fix forward transform compilation errors by Yunqing Wang · 8 years ago
  25. c07b23d RTCD defs: refactor intra prediction protos. by Urvang Joshi · 8 years ago
  26. a2fa9ee Improve SSE2 implementation of v64_abs_s8 and v128_abs_s8 by Steinar Midtskogen · 8 years ago
  27. 6033fb8 Add v64_abs_s8, v128_abs_s8 and v256_abs_s8 by Steinar Midtskogen · 8 years ago
  28. 9b8444a Add v64_ssub_u16, v128_ssub_u16 and v256_ssub_u16 by Steinar Midtskogen · 8 years ago
  29. 5ddac0a RTCD defs: Remove empty specialize statements once and for all. by Urvang Joshi · 8 years ago
  30. 29608d8 variance: Add odd size sse functions by Alex Converse · 8 years ago
  31. 9d24735 High bit depth inter prediction filter AVX2 by Yi Luo · 8 years ago
  32. 4c5b020 Make aom_sum_squares_2d_i16 take width and height parameters. by Alex Converse · 8 years ago
  33. b8ff6aa Add SIMD support for CDEF dering for sse2/ssse3 and neon by Steinar Midtskogen · 8 years ago
  34. 73aa77c Increase parallelism in CLPF SIMD by Steinar Midtskogen · 8 years ago
  35. 5e9d15f aom_dsp: Fix cmake build. by Tom Finegan · 8 years ago
  36. 47748b5 Adds binary code lib for coding various symbols by Debargha Mukherjee · 8 years ago
  37. 8e67c05 Fix tree to cdf index mapping by Jingning Han · 8 years ago
  38. e9f7742 Do real chroma RDO search for CDEF by Jean-Marc Valin · 8 years ago
  39. fa16041 Fix Wundef errors in simd intrinsics by Alex Converse · 8 years ago
  40. 64d7ef6 Fix Wundef warnings inside the codec by Alex Converse · 8 years ago
  41. 5afa192 Add arm64 iOS support to the cmake build. by Tom Finegan · 8 years ago
  42. 3c33def Limit line buffer to 6 lines by Steinar Midtskogen · 8 years ago
  43. d280a84 Remove boundary checks in CLPF by Steinar Midtskogen · 8 years ago
  44. 5dad9a8 EC_ADAPT: minor simplification to adaptation mechanism. by Thomas Davies · 8 years ago
  45. 97d29ea Add support for armv7s to cmake aom_dsp build. by Tom Finegan · 8 years ago
  46. 95f1c2a Fix -fsanitize=integer warnings in v64_intrinsics_c.h by Steinar Midtskogen · 8 years ago
  47. 6c79576 Fix ubsan warnings by Steinar Midtskogen · 8 years ago
  48. a9d41e8 Merge dering/clpf rdo and filtering by Steinar Midtskogen · 8 years ago
  49. 028b57f EC_ADAPT: Perform backwards updates directly on CDFs. by Thomas Davies · 8 years ago
  50. d080f41 Fix broken build with accounting by Yushin Cho · 8 years ago
  51. 561eb7c daala_ec: Remove dead code. by Timothy B. Terriberry · 8 years ago
  52. f7f87ff Add a symbol decode call count to accounting. by Thomas Davies · 8 years ago
  53. ee7ee7f SMOOTH_PRED: Use get_msb() to get log2 of block dimension. by Urvang Joshi · 8 years ago
  54. 6d2f3c2 Fix some potential warnings on unused functions and implicit cast by Steinar Midtskogen · 8 years ago
  55. 4d5bbbd SMOOTH_PRED: Use 8-bit weights for real. by Urvang Joshi · 8 years ago
  56. 6598843 aom_dsp.mk: Remove redundant CONFIG_PVQ section. by Tom Finegan · 8 years ago
  57. 392d0ff implement combined parallel_deblocking experiment by Ryan Lei · 8 years ago
  58. 919caad Fix naming inconsistency in aom_dsp cmake source list vars. by Tom Finegan · 8 years ago
  59. 5abae0a Move aom_dsp.cmake lib list updates into setup_aom_dsp_targets(). by Tom Finegan · 8 years ago
  60. 188880b Remove test support from aom_dsp.cmake. by Tom Finegan · 8 years ago
  61. 9af968f Fix high bit depth build in cmake. by Tom Finegan · 8 years ago
  62. 5f8361a get_prob(): rationalize int types by James Zern · 8 years ago
  63. bff32ac Simplify rabs_read() by Alex Converse · 8 years ago
  64. 3e42acd SMOOTH_PRED: Use 8-bit weights. by Urvang Joshi · 8 years ago
  65. 4305e6b CLPF: Add quality dependent damping in the constrain function by Steinar Midtskogen · 8 years ago
  66. 4e6a8f3 Fix signed left-shifts added in e93acb2d228c. by Timothy B. Terriberry · 8 years ago
  67. 751f26a aom_dsp/get_prob: relocate den == 0 test by James Zern · 9 years ago
  68. 5631019 aom_dsp/get_prob: make clip_prob branchless by James Zern · 9 years ago
  69. 19d7822 Resolve -Wshorten-64-to-32 warnings in prob.h. by Alex Converse · 9 years ago
  70. f3eb840 EC_MULTISYMBOL: make all CDFs have a extra element. by Thomas Davies · 8 years ago
  71. 85ac13e Move aom_dsp cmake stuff into aom_dsp/aom_dsp.cmake. by Tom Finegan · 8 years ago
  72. 8176081 SMOOTH_PRED: Use 12-bit multiplications instead of 18-bit. by Urvang Joshi · 8 years ago
  73. 0143513 Merging the dering and clpf experiments into a single experiment: CDEF by Jean-Marc Valin · 8 years ago
  74. c4e9e47 Rename aom_read_tree_bits() to aom_read_tree_as_bits(). by Nathan E. Egge · 8 years ago
  75. 27713d9 EC_ADAPT: do faster adaptation initially. by Thomas Davies · 8 years ago
  76. 0f11c78 Fix DAALA_EC when EC_MULTISYMBOL disabled. by Nathan E. Egge · 8 years ago
  77. 24f1a90 Add flag for RAWBITS to use raw bits with DAALA_EC. by Nathan E. Egge · 8 years ago
  78. 7fdf2d2 ans: Optimize rabs unbiased bit decode by Alex Converse · 8 years ago
  79. 8c687d2 ans: Cleanup rans writing routines by Alex Converse · 8 years ago
  80. 3920406 ans: Use a subnormal initial state by Alex Converse · 8 years ago
  81. 4f0b3ed Retune the CLPF kernel by Steinar Midtskogen · 8 years ago
  82. b13ce13 ans: Increase the base state to 1<<17. by Alex Converse · 8 years ago
  83. 73ad523 Add support for disabling CLPF on tile boundaries by Steinar Midtskogen · 8 years ago
  84. 7a40600 ALT_INTRA: Integerize the weights for SMOOTH_PRED. by Urvang Joshi · 8 years ago
  85. c54692b ans: Switch from uABS to rABS by Alex Converse · 8 years ago
  86. 0d3aeda Remove unused assembly sources and associated tests. by Tom Finegan · 8 years ago
  87. c957af9 Remove unused aom_complement() by Alex Converse · 8 years ago
  88. 2ce4bd4 ec_multisymbol: Add defines CDF_PROB_BITS, CDF_PROB_TOP by Alex Converse · 8 years ago
  89. e8b34bb ans: Remove some dead code. by Alex Converse · 8 years ago
  90. 5bb97ed ALT_INTRA experiment: Use single set of weights for SMOOTH_PRED by Urvang Joshi · 8 years ago
  91. d0e23b4 Merge dct_const_round_shift functions. by Sebastien Alaiwan · 8 years ago
  92. cda0b5e highbitdepth + loop restoration: fix build on x86 32 bit by Johann · 8 years ago
  93. 822513c ans: Support a larger state range in reverse serialization by Alex Converse · 8 years ago
  94. bca73c4 Make ALT_INTRA work with CB4X4. by Urvang Joshi · 8 years ago
  95. 9303b94 aom_subpixel_8t_intrin_avx2: tolerate unversioned clang by James Zern · 9 years ago
  96. eb780e7 Add a control to set the ANS window size by Alex Converse · 8 years ago
  97. ef97ec0 EC_ADAPT: faster CDF update. by Thomas Davies · 8 years ago
  98. 346440b Use the standard aom_reader_init() interface for ans by Alex Converse · 8 years ago
  99. 2d8dd96 Use const cdf with aom_read_symbol(). by Nathan E. Egge · 8 years ago
  100. e069849 Split aom_read_cdf() from aom_read_symbol(). by Nathan E. Egge · 8 years ago