1. ff70545 Rename get_tx_scale to av1_get_tx_scale by Jingning Han · 8 years ago
  2. 3889730 Enable low-latency (uni-directional) compound mode (normative) by Arild Fuldseth (arilfuld) · 8 years ago
  3. fb9e665 Add loop to remove repeated code in dec_extend_all by Sarah Parker · 8 years ago
  4. 0617363 Bug fix for ext_delta_q experiment by Fangwen Fu · 8 years ago
  5. e398028 [CFL] Store luma as prediction for chroma by Luc Trudeau · 8 years ago
  6. c5f735f Fix separation between ext-inter group of expts. by Debargha Mukherjee · 8 years ago
  7. 99ffce6 Fix int type conversion warnings in ext-tile by Jingning Han · 8 years ago
  8. 1b6ccfc Revert "Fix separation between ext-inter group of expts." by James Zern · 8 years ago
  9. 231fe42 Extend delta q to have delta lf by Fangwen Fu · 8 years ago
  10. b926f32 Fix compile warnings when ext-tx and ans are enabled by Sarah Parker · 8 years ago
  11. 4ff59b5 Cleanup: Remove const for params passed by value by Yaowu Xu · 8 years ago
  12. 6160df2 Extend delta q with segments by Fangwen Fu · 8 years ago
  13. 5ca25df Fix separation between ext-inter group of expts. by Debargha Mukherjee · 8 years ago
  14. 106b3cb Use correct bsize in vartx sub8x8 max tx_size lookup by Sarah Parker · 8 years ago
  15. f816415 [CFL] Custom block-level DC_PRED by Luc Trudeau · 8 years ago
  16. 6efba48 get_tile_buffers: normalize size types by James Zern · 8 years ago
  17. 2874430 intrabc: Add initial skeleton by Alex Converse · 8 years ago
  18. d8cd55f ext_tile: add 2 tile encoding modes by Yunqing Wang · 8 years ago
  19. 0c966a5 Signal CDEF damping in the frame header by Steinar Midtskogen · 8 years ago
  20. f8e87b4 Deliver the eob threshold to inverse transform by Yi Luo · 8 years ago
  21. 350a9b7 bitstream-dbg: Add missing include to decodeframe by Fergus Simpson · 8 years ago
  22. b6d770c get_tx_type after av1_read_coeffs_txb_facade by Angie Chiang · 8 years ago
  23. 4c10a3c Refactor gm/wm/obmc for cleaner warping interactions by Sarah Parker · 8 years ago
  24. 71e8784 Homogenize configuration option name. by Sebastien Alaiwan · 8 years ago
  25. 44bb6d0 pvq: Remove support for disabling nodesync. by Timothy B. Terriberry · 8 years ago
  26. a876495 Avoiding extra runs through skip flags by Jean-Marc Valin · 8 years ago
  27. 7f24e1b Remove the single ref inter mode NEWFROMNEARMV by Zoe Liu · 8 years ago
  28. 752ccce Use block_idx rather than block_raster_idx by Angie Chiang · 8 years ago
  29. 52ece88 Temporarily disable multi-thread loop filter in cb4x4 by Jingning Han · 8 years ago
  30. f178329 Add gm parameter coding based on ref parameters by Sarah Parker · 8 years ago
  31. d3a6443 Rework sub8x8 chroma reference check to support non-420 format by Jingning Han · 8 years ago
  32. c49ef3a PVQ uses backward updated context in a tile by Yushin Cho · 8 years ago
  33. b188ea1 Add PVQ frame context in common and tiles. by Yushin Cho · 8 years ago
  34. 13d0662 Reduce the number of bits sent for global translation model by Sarah Parker · 8 years ago
  35. 0077927 Change PVQ's skip symbols to use dyadic and ec_adapt adaptation by Yushin Cho · 8 years ago
  36. 50910f6 Empty the dst buffer before inv txfm when PVQ on by Angie Chiang · 8 years ago
  37. d92d4bf Add av1_inverse_transform_block by Angie Chiang · 8 years ago
  38. 3d005e4 Add av1_predict_intra_block_facade by Angie Chiang · 8 years ago
  39. 2b9d19d unpoison_partition_ctx: Move the fake context to the end by Alex Converse · 8 years ago
  40. 493623e Enable ec_adapt by default and fix experiment compatibilities. by Thomas Davies · 8 years ago
  41. 3b6c544 Refactoring related to shear parameter computation by Debargha Mukherjee · 8 years ago
  42. f11fb88 Add av1_ prefix to fwd_txfm() by hui su · 8 years ago
  43. ffabff3 ext_partition_types: Uncopy-paste update_ext_partition_context by Alex Converse · 8 years ago
  44. 5fe79db Refactor read_partition() by Jingning Han · 8 years ago
  45. cd95976 Explicitly use block size to determine partition info by Jingning Han · 8 years ago
  46. e750841 frame_superres: Add scale to uncompressed header by Fergus Simpson · 8 years ago
  47. 47748b5 Adds binary code lib for coding various symbols by Debargha Mukherjee · 8 years ago
  48. d767beb Fix the missing init for ec-adapt with parallel tile decoding by Yushin Cho · 8 years ago
  49. 1df427e Fix ext_partition with cdef by Jean-Marc Valin · 8 years ago
  50. e9f7742 Do real chroma RDO search for CDEF by Jean-Marc Valin · 8 years ago
  51. 64d7ef6 Fix Wundef warnings inside the codec by Alex Converse · 8 years ago
  52. 5f5c132 Jointly optimizing deringing and clpf by Jean-Marc Valin · 8 years ago
  53. 800df03 Add forward probability update for lv_map by Angie Chiang · 8 years ago
  54. 7d7ead9 Update txfm_partition_prob when PVQ is on by Angie Chiang · 8 years ago
  55. 5c0568a Sync ENC/DEC behaviors of update scan count by Angie Chiang · 8 years ago
  56. 54de7d6 Disallow cm->delta_q_present_flag=1 when cm->base_qindex=0. by Arild Fuldseth (arilfuld) · 8 years ago
  57. 6ff6af6 Add PVQ high bit depth support. by Thomas Daede · 8 years ago
  58. 29b0fad Add av1_set_contexts in av1_read_coeffs_txb_facade by Angie Chiang · 8 years ago
  59. bb9c73b Add av1 prefix to inv_txfm_add by hui su · 8 years ago
  60. b4e25d2 Make ext-intra/intra-interp work with ec-multisymbol by hui su · 8 years ago
  61. 133733c Add av1_read_coeffs_txb_facade by Angie Chiang · 8 years ago
  62. 57795a4 ext_partition_types: Bring into alignment with ec_multisymbol and ec_adapt by Alex Converse · 8 years ago
  63. 19234cc Macro to disable warped/obmc_causal with global motion by Sarah Parker · 8 years ago
  64. a9d41e8 Merge dering/clpf rdo and filtering by Steinar Midtskogen · 8 years ago
  65. 4e18d40 ext_partition_types: Make update tree shape match by Alex Converse · 8 years ago
  66. 028b57f EC_ADAPT: Perform backwards updates directly on CDFs. by Thomas Davies · 8 years ago
  67. d0916d9 Add aom_merge_corrupted_flag to simplify debugging by Angie Chiang · 8 years ago
  68. 4bfd72e Clean up unused code in loop-restoration by Debargha Mukherjee · 8 years ago
  69. 1008c1e Add restoration tilesize to frame header by Debargha Mukherjee · 8 years ago
  70. f80a058 hbd: remove unused variable "use_hbd" by Fergus Simpson · 8 years ago
  71. ff0da2b Code refactoring in adapt-scan by hui su · 8 years ago
  72. b3be926 Remove palette interleave by Fangwen Fu · 8 years ago
  73. d6ee8a8 Add a CDF for coding delta_q. by Thomas Davies · 8 years ago
  74. 73126c0 dependent tiles togeter with tile groups by Fangwen Fu · 8 years ago
  75. 0d10357 Fork the entropy experiment by hui su · 8 years ago
  76. 665cd70 DELTA_Q: use correct probability description. by Thomas Davies · 8 years ago
  77. 00c5433 Remove unnecessary filtering and buffer copies by Debargha Mukherjee · 8 years ago
  78. a0de6d5 TILE_GROUPS: omit tile length from last tile in the frame. by Thomas Davies · 8 years ago
  79. 2cf03b1 Add a simple frame data inspection API. by Nathan E. Egge · 8 years ago
  80. dddb21f Fix compiling warnings in var-tx and coef-interleave by Jingning Han · 8 years ago
  81. 44701f2 Remove redundant return in set_offsets by Angie Chiang · 8 years ago
  82. d152fc0 Remove unnecessary #ifdef by Adrian Grange · 8 years ago
  83. 7fcfee4 Prefer using get_tx_size() by Angie Chiang · 8 years ago
  84. 345a22d Correct a macro by Yaowu Xu · 8 years ago
  85. 4305e6b CLPF: Add quality dependent damping in the constrain function by Steinar Midtskogen · 8 years ago
  86. ee4b3a8 blockd,decodeframe.c: remove unused tu_num_y var by James Zern · 8 years ago
  87. 4e6a8f3 Fix signed left-shifts added in e93acb2d228c. by Timothy B. Terriberry · 8 years ago
  88. 87aeeb8 Use default CDF tables when initialising coef probs. by Thomas Davies · 8 years ago
  89. 33bcd11 improving palette throughput by Fangwen Fu · 8 years ago
  90. 9837813 Allow disabling the 8-bit (low-bitdepth) operating path. by Sebastien Alaiwan · 8 years ago
  91. 005feb6 Add get_plane_type() helper function. by Luc Trudeau · 8 years ago
  92. 31b6a4f Add chroma 2x2 block experiment by Jingning Han · 8 years ago
  93. c20dc8e Sync sub8x8 chroma component decoding process by Jingning Han · 8 years ago
  94. 08542b9 Reduce transform set for 16x32/32x16 by Debargha Mukherjee · 8 years ago
  95. e68a3e4 Add default reduced set for ext-tx by Sarah Parker · 8 years ago
  96. 0143513 Merging the dering and clpf experiments into a single experiment: CDEF by Jean-Marc Valin · 8 years ago
  97. b353a8e Remove tx_size_prob from compressed header with EC_ADAPT. by Nathan E. Egge · 8 years ago
  98. 0a79a1b Change to use correct size by Yaowu Xu · 8 years ago
  99. 5dfa930 Support trapezoidal models for global motion by Debargha Mukherjee · 8 years ago
  100. b3c43bc Add a macro to control use of domain txfm filter by Debargha Mukherjee · 8 years ago