1. 47748b5 Adds binary code lib for coding various symbols by Debargha Mukherjee · 8 years ago
  2. 929e806 Fix cut&paste bug in the CLPF unit tests by Steinar Midtskogen · 8 years ago
  3. e60ce83 Add NEW_MULTISYMBOL experiment. by Thomas Davies · 8 years ago
  4. b754ec3 Fix an alignment issue in the CLPF unit test by Steinar Midtskogen · 8 years ago
  5. e84eaf0 CDEF: Fix allocation of row_dering by Jean-Marc Valin · 8 years ago
  6. 6341f5c Remove av1 coeff context setting when PVQ is used by Yushin Cho · 8 years ago
  7. 68abef8 deltaq: Use block size / mask macros by Alex Converse · 8 years ago
  8. 67741e0 Remove unused minimum iOS version from cmake build. by Tom Finegan · 8 years ago
  9. f347763 Compute multiple global motions and pick best by error adv. by emilkeyder@google.com · 8 years ago
  10. 5bd2d2f Remove redundant dering passes in CDEF search by Jean-Marc Valin · 8 years ago
  11. d4fd4ee CDEF: computing MSE only on the filtered blocks by Jean-Marc Valin · 8 years ago
  12. 32282f2 Save on CDEF encoder buffers by computing MSE one plane at a time by Jean-Marc Valin · 8 years ago
  13. ae91cab Reduce horizontal CDEF padding to 8 pixels instead of 32 by Jean-Marc Valin · 8 years ago
  14. deb1950 CDEF encode buffering optimizations by Jean-Marc Valin · 8 years ago
  15. 12ec6c6 args.c: add some explicit casts by James Zern · 8 years ago
  16. d92d603 webmdec: quiet -Wshorten-64-to-32 warning by James Zern · 8 years ago
  17. 3b96b76 test/decode_test_driver: rm unused deadline member by James Zern · 8 years ago
  18. f8d165d Clean up shorten-64-to-32 warning in scan.c by Angie Chiang · 8 years ago
  19. 77368af Change the interface of av1_cost_coeffs by Angie Chiang · 8 years ago
  20. 8e67c05 Fix tree to cdf index mapping by Jingning Han · 8 years ago
  21. 9bc1d8d Fix a conflict between palette and cb4x4 by hui su · 8 years ago
  22. d767beb Fix the missing init for ec-adapt with parallel tile decoding by Yushin Cho · 8 years ago
  23. 07b1d38 Global motion small fix. by Debargha Mukherjee · 8 years ago
  24. 5cedcd8 Avoid calculating dering direction and variance more than once by Steinar Midtskogen · 8 years ago
  25. a531571 Make some inverse transform functions static by hui su · 8 years ago
  26. 7677d43 Enable cdef by default by Jean-Marc Valin · 8 years ago
  27. db0c7d4 Use av1_set_txb_context in encode_block by Angie Chiang · 8 years ago
  28. b3a12b5 Use av1_set_txb_context in block_rd_txfm by Angie Chiang · 8 years ago
  29. 36aca33 Separate set context from av1_encode_block_intra by Angie Chiang · 8 years ago
  30. 853a113 Fix a bug for ec-adapt in decode_coefs() by hui su · 8 years ago
  31. 41a36de Fix compiling for supertx by Yaowu Xu · 8 years ago
  32. 1f89d0f Fix CLPF test to avoid looking outside the frame by Jean-Marc Valin · 8 years ago
  33. e575977 Avoid having to include cdef.h from onyxc_int.h by Jean-Marc Valin · 8 years ago
  34. 1df427e Fix ext_partition with cdef by Jean-Marc Valin · 8 years ago
  35. 9620bcd Re-enable av1_nmv_ctx() when ext-inter is enabled by David Barker · 8 years ago
  36. 008ea46 Account for 2x2 tx_size in extrabits_size by Jingning Han · 8 years ago
  37. e9f7742 Do real chroma RDO search for CDEF by Jean-Marc Valin · 8 years ago
  38. b9370ac Simplify warped motion estimation to use 2d ls by Debargha Mukherjee · 8 years ago
  39. 561d0af Drop the CPUUSED symmetry around zero. by Alex Converse · 8 years ago
  40. 097fef9 examples: quiet -Wshorten-64-to-32 warnings by James Zern · 8 years ago
  41. 31b980a Delete unused od_encode_quantizer_scaling() of PVQ by Yushin Cho · 8 years ago
  42. 74752ca Silient a compiler warning in av1_decode_block_tokens by Jingning Han · 8 years ago
  43. 36d616b Implement update_txb_context for lv_map by Angie Chiang · 8 years ago
  44. a2d5c94 Clean up update_and_record_txb_context by Angie Chiang · 8 years ago
  45. ce32f70 configure: use -Wundef for C sources by Alex Converse · 8 years ago
  46. fa16041 Fix Wundef errors in simd intrinsics by Alex Converse · 8 years ago
  47. 7a71d0a frame_superres: Add members to AV1_COMMON by Fergus Simpson · 8 years ago
  48. 00b7e27 Fix Wundef warnings in public headers. by Alex Converse · 8 years ago
  49. 64d7ef6 Fix Wundef warnings inside the codec by Alex Converse · 8 years ago
  50. e8e6cad Split current block samples for warp estimation by Debargha Mukherjee · 8 years ago
  51. 0a8026a Fix bug in cdef MSE computation by Jean-Marc Valin · 8 years ago
  52. dd6e402 Remove check for identical neighboring mv field in WARPED_MOTION by Yue Chen · 8 years ago
  53. 5f5c132 Jointly optimizing deringing and clpf by Jean-Marc Valin · 8 years ago
  54. 800df03 Add forward probability update for lv_map by Angie Chiang · 8 years ago
  55. 7d7ead9 Update txfm_partition_prob when PVQ is on by Angie Chiang · 8 years ago
  56. 5c0568a Sync ENC/DEC behaviors of update scan count by Angie Chiang · 8 years ago
  57. 0eb767b Change exit(0) to assert(0) in txb_common.h by Angie Chiang · 8 years ago
  58. bb100e2 Add av1_adapt_txb_probs() by Angie Chiang · 8 years ago
  59. fe2ad26 Avoid use static array for coeff_band by Angie Chiang · 8 years ago
  60. 46b59ab Add armv7 iOS support to the cmake build. by Tom Finegan · 8 years ago
  61. 165f32d xiphrc: use regular asserts intead of OD_ASSERT by Rostislav Pehlivanov · 8 years ago
  62. 54de7d6 Disallow cm->delta_q_present_flag=1 when cm->base_qindex=0. by Arild Fuldseth (arilfuld) · 8 years ago
  63. 6ff6af6 Add PVQ high bit depth support. by Thomas Daede · 8 years ago
  64. 5afa192 Add arm64 iOS support to the cmake build. by Tom Finegan · 8 years ago
  65. a535ef1 new_tokenset: Optimize decode_coeffs by Alex Converse · 8 years ago
  66. 6ac579b xiphrc: set frame_subtype to frame_type by Rostislav Pehlivanov · 8 years ago
  67. 9545e42 Remove unused macro from PVQ code by Rostislav Pehlivanov · 8 years ago
  68. c760697 Fix building PVQ with OD_FLOAT_PVQ defined by Rostislav Pehlivanov · 8 years ago
  69. 3c33def Limit line buffer to 6 lines by Steinar Midtskogen · 8 years ago
  70. d280a84 Remove boundary checks in CLPF by Steinar Midtskogen · 8 years ago
  71. 6eca835 Remove "best" deadline parameter from aomenc. by Thomas Daede · 8 years ago
  72. 10fb9fb handle_inter_mode: Motion mode RD calc to function by Fergus Simpson · 8 years ago
  73. 0b205e6 Update scan count in update_and_record_txb_context by Angie Chiang · 8 years ago
  74. 29b0fad Add av1_set_contexts in av1_read_coeffs_txb_facade by Angie Chiang · 8 years ago
  75. c484abe Set mbmi_ext's tcoeff to size MAX_SB_SQUARE by Angie Chiang · 8 years ago
  76. babf3e7 Add default probability model for lv_map by Angie Chiang · 8 years ago
  77. b1bedf5 Align EXT_TX with EC_MULTISYMBOL and EC_ADAPT. by Thomas Davies · 8 years ago
  78. 7d53271 Make input buffers for intrinsics testing uint8_t by Steinar Midtskogen · 8 years ago
  79. 37f6fe6 Add config flags and macros to control ext-inter by Debargha Mukherjee · 8 years ago
  80. 7e08ac3 Fix two bugs in highbitdepth self-guided filter by David Barker · 8 years ago
  81. bb9c73b Add av1 prefix to inv_txfm_add by hui su · 8 years ago
  82. b4e25d2 Make ext-intra/intra-interp work with ec-multisymbol by hui su · 8 years ago
  83. 5dad9a8 EC_ADAPT: minor simplification to adaptation mechanism. by Thomas Davies · 8 years ago
  84. 76b8963 Disable OD_ASSERTS asserts when NDEBUG is set by Alex Converse · 8 years ago
  85. 1dca126 Turn off token related check for lv_map experiment by Angie Chiang · 8 years ago
  86. 4af07d9 Fix get_txb_ctx by Angie Chiang · 8 years ago
  87. 133733c Add av1_read_coeffs_txb_facade by Angie Chiang · 8 years ago
  88. 8590156 Change get_txb_skip_context to get_txb_ctx by Angie Chiang · 8 years ago
  89. 57795a4 ext_partition_types: Bring into alignment with ec_multisymbol and ec_adapt by Alex Converse · 8 years ago
  90. c9d2fcc Port optimize_b cache optimizations to AV1. by Alex Converse · 8 years ago
  91. f532376 Fix the above boundary test in the SIMD version of CLPF by Steinar Midtskogen · 8 years ago
  92. eb10b75 Add neon simd tests to cmake test target. by Tom Finegan · 8 years ago
  93. 27a17e6 Expand cmake rtcd support to support disabling simd flavors. by Tom Finegan · 8 years ago
  94. 44d2a46 Add aom_ports arm support to the cmake build. by Tom Finegan · 8 years ago
  95. 5a49c6c Add support for armv7s to cmake av1 build. by Tom Finegan · 8 years ago
  96. 97d29ea Add support for armv7s to cmake aom_dsp build. by Tom Finegan · 8 years ago
  97. 18f77ad Additionally limit upscaled references to <= 720 for profile!=0. by Thomas Daede · 8 years ago
  98. 19234cc Macro to disable warped/obmc_causal with global motion by Sarah Parker · 8 years ago
  99. 428bbb2 Fix config flags among var-tx/ext-tx/rect-tx by Debargha Mukherjee · 8 years ago
  100. c16e044 Disable intrinsics unit tests if optimisations are disabled by Steinar Midtskogen · 8 years ago