1. b188ea1 Add PVQ frame context in common and tiles. by Yushin Cho · 8 years ago
  2. 13d0662 Reduce the number of bits sent for global translation model by Sarah Parker · 8 years ago
  3. 0077927 Change PVQ's skip symbols to use dyadic and ec_adapt adaptation by Yushin Cho · 8 years ago
  4. 50910f6 Empty the dst buffer before inv txfm when PVQ on by Angie Chiang · 8 years ago
  5. d92d4bf Add av1_inverse_transform_block by Angie Chiang · 8 years ago
  6. 3d005e4 Add av1_predict_intra_block_facade by Angie Chiang · 8 years ago
  7. 2b9d19d unpoison_partition_ctx: Move the fake context to the end by Alex Converse · 8 years ago
  8. 493623e Enable ec_adapt by default and fix experiment compatibilities. by Thomas Davies · 8 years ago
  9. 3b6c544 Refactoring related to shear parameter computation by Debargha Mukherjee · 8 years ago
  10. f11fb88 Add av1_ prefix to fwd_txfm() by hui su · 8 years ago
  11. ffabff3 ext_partition_types: Uncopy-paste update_ext_partition_context by Alex Converse · 8 years ago
  12. 5fe79db Refactor read_partition() by Jingning Han · 8 years ago
  13. cd95976 Explicitly use block size to determine partition info by Jingning Han · 8 years ago
  14. e750841 frame_superres: Add scale to uncompressed header by Fergus Simpson · 8 years ago
  15. 47748b5 Adds binary code lib for coding various symbols by Debargha Mukherjee · 8 years ago
  16. d767beb Fix the missing init for ec-adapt with parallel tile decoding by Yushin Cho · 8 years ago
  17. 1df427e Fix ext_partition with cdef by Jean-Marc Valin · 8 years ago
  18. e9f7742 Do real chroma RDO search for CDEF by Jean-Marc Valin · 8 years ago
  19. 64d7ef6 Fix Wundef warnings inside the codec by Alex Converse · 8 years ago
  20. 5f5c132 Jointly optimizing deringing and clpf by Jean-Marc Valin · 8 years ago
  21. 800df03 Add forward probability update for lv_map by Angie Chiang · 8 years ago
  22. 7d7ead9 Update txfm_partition_prob when PVQ is on by Angie Chiang · 8 years ago
  23. 5c0568a Sync ENC/DEC behaviors of update scan count by Angie Chiang · 8 years ago
  24. 54de7d6 Disallow cm->delta_q_present_flag=1 when cm->base_qindex=0. by Arild Fuldseth (arilfuld) · 8 years ago
  25. 6ff6af6 Add PVQ high bit depth support. by Thomas Daede · 8 years ago
  26. 29b0fad Add av1_set_contexts in av1_read_coeffs_txb_facade by Angie Chiang · 8 years ago
  27. bb9c73b Add av1 prefix to inv_txfm_add by hui su · 8 years ago
  28. b4e25d2 Make ext-intra/intra-interp work with ec-multisymbol by hui su · 8 years ago
  29. 133733c Add av1_read_coeffs_txb_facade by Angie Chiang · 8 years ago
  30. 57795a4 ext_partition_types: Bring into alignment with ec_multisymbol and ec_adapt by Alex Converse · 8 years ago
  31. 19234cc Macro to disable warped/obmc_causal with global motion by Sarah Parker · 8 years ago
  32. a9d41e8 Merge dering/clpf rdo and filtering by Steinar Midtskogen · 8 years ago
  33. 4e18d40 ext_partition_types: Make update tree shape match by Alex Converse · 8 years ago
  34. 028b57f EC_ADAPT: Perform backwards updates directly on CDFs. by Thomas Davies · 8 years ago
  35. d0916d9 Add aom_merge_corrupted_flag to simplify debugging by Angie Chiang · 8 years ago
  36. 4bfd72e Clean up unused code in loop-restoration by Debargha Mukherjee · 8 years ago
  37. 1008c1e Add restoration tilesize to frame header by Debargha Mukherjee · 8 years ago
  38. f80a058 hbd: remove unused variable "use_hbd" by Fergus Simpson · 8 years ago
  39. ff0da2b Code refactoring in adapt-scan by hui su · 8 years ago
  40. b3be926 Remove palette interleave by Fangwen Fu · 8 years ago
  41. d6ee8a8 Add a CDF for coding delta_q. by Thomas Davies · 8 years ago
  42. 73126c0 dependent tiles togeter with tile groups by Fangwen Fu · 8 years ago
  43. 0d10357 Fork the entropy experiment by hui su · 8 years ago
  44. 665cd70 DELTA_Q: use correct probability description. by Thomas Davies · 8 years ago
  45. 00c5433 Remove unnecessary filtering and buffer copies by Debargha Mukherjee · 8 years ago
  46. a0de6d5 TILE_GROUPS: omit tile length from last tile in the frame. by Thomas Davies · 8 years ago
  47. 2cf03b1 Add a simple frame data inspection API. by Nathan E. Egge · 8 years ago
  48. dddb21f Fix compiling warnings in var-tx and coef-interleave by Jingning Han · 8 years ago
  49. 44701f2 Remove redundant return in set_offsets by Angie Chiang · 8 years ago
  50. d152fc0 Remove unnecessary #ifdef by Adrian Grange · 8 years ago
  51. 7fcfee4 Prefer using get_tx_size() by Angie Chiang · 8 years ago
  52. 345a22d Correct a macro by Yaowu Xu · 8 years ago
  53. 4305e6b CLPF: Add quality dependent damping in the constrain function by Steinar Midtskogen · 8 years ago
  54. ee4b3a8 blockd,decodeframe.c: remove unused tu_num_y var by James Zern · 8 years ago
  55. 4e6a8f3 Fix signed left-shifts added in e93acb2d228c. by Timothy B. Terriberry · 8 years ago
  56. 87aeeb8 Use default CDF tables when initialising coef probs. by Thomas Davies · 8 years ago
  57. 33bcd11 improving palette throughput by Fangwen Fu · 8 years ago
  58. 9837813 Allow disabling the 8-bit (low-bitdepth) operating path. by Sebastien Alaiwan · 8 years ago
  59. 005feb6 Add get_plane_type() helper function. by Luc Trudeau · 8 years ago
  60. 31b6a4f Add chroma 2x2 block experiment by Jingning Han · 8 years ago
  61. c20dc8e Sync sub8x8 chroma component decoding process by Jingning Han · 8 years ago
  62. 08542b9 Reduce transform set for 16x32/32x16 by Debargha Mukherjee · 8 years ago
  63. e68a3e4 Add default reduced set for ext-tx by Sarah Parker · 8 years ago
  64. 0143513 Merging the dering and clpf experiments into a single experiment: CDEF by Jean-Marc Valin · 8 years ago
  65. b353a8e Remove tx_size_prob from compressed header with EC_ADAPT. by Nathan E. Egge · 8 years ago
  66. 0a79a1b Change to use correct size by Yaowu Xu · 8 years ago
  67. 5dfa930 Support trapezoidal models for global motion by Debargha Mukherjee · 8 years ago
  68. b3c43bc Add a macro to control use of domain txfm filter by Debargha Mukherjee · 8 years ago
  69. 45e0d46 Skip count update in error resilient mode by Jingning Han · 8 years ago
  70. 5d0b310 Make adapt-scan support multi-thread encoding by Jingning Han · 8 years ago
  71. b05e5d1 Add a new experiment of REF_ADAPT by Zoe Liu · 8 years ago
  72. 1dbda1b Convert PVQ coefficient handling functions to tran_low_t. by Thomas Daede · 8 years ago
  73. e93acb2 Scale PVQ input to OD_COEFF_SHIFT resolution. by Timothy B. Terriberry · 8 years ago
  74. a9598cd ec_multisymbol: Split off new new_tokenset experiment by Alex Converse · 8 years ago
  75. 7b9f2b3 add horizontal tile dependence support by Fangwen Fu · 8 years ago
  76. fc1598a EC_MULTISYMBOL: Include EOB in multisymbol encoding. by Thomas Davies · 8 years ago
  77. 19e7aa8 Remove interp filter for non-translation global mv by Yue Chen · 8 years ago
  78. 9aa9749 Fix compilation orders for ext-intra and ec-adapt by hui su · 8 years ago
  79. ab78067 EC_MULTISYMBOL: Add block zero (CBP) counts and probs. by Thomas Davies · 8 years ago
  80. 9b02b0e deblocking_across_tiles->loopfilter_across_tiles by Ryan Lei · 8 years ago
  81. 3aec8d6 Fix encode/decode mismatches for supertx + delta-q by David Barker · 8 years ago
  82. 8aca36d ans: Remove some out of date ifdefs by Alex Converse · 8 years ago
  83. 0ccefe2 EC_MULTISYMBOL: merge ZERO_TOKEN into coding scheme. by Thomas Davies · 8 years ago
  84. 1a0ae84 Fix OneByOneVideoTest for loop-restoration by Debargha Mukherjee · 8 years ago
  85. e1c0929 Convert PVQ skip variable to enum by ltrudeau · 8 years ago
  86. 0161a93 Cleanup for the entropy experiment by hui su · 8 years ago
  87. 839467f Make ext-inter use new rectangular intra predictor by David Barker · 8 years ago
  88. 8d164de enable explicit temp mv prediction signaling by Fangwen Fu · 8 years ago
  89. 7a428ba Add a new experiment, DAALA_DIST by Yushin Cho · 8 years ago
  90. 758b2ce Make adapt-scan support rectangular transform block sizes by Jingning Han · 8 years ago
  91. c2ec0e4 EC_ADAPT: use tile context for partition type. by Thomas Davies · 8 years ago
  92. 1bfb5ed EC_ADAPT: use tile context for intra mode syntax. by Thomas Davies · 8 years ago
  93. eb780e7 Add a control to set the ANS window size by Alex Converse · 8 years ago
  94. 1e8e6b9 Miscellaneous cleaning up for loop-restoration by David Barker · 8 years ago
  95. f77d4ad EC_ADAPT: add per tile contexts. by Thomas Davies · 8 years ago
  96. eeacc4c Bug fix: determine tx_mode based on lossless mode of all segments by Yue Chen · 8 years ago
  97. f27b160 Add rd loop of NCOBMC by Yue Chen · 8 years ago
  98. feb925f Enable rectangular transforms for Intra also. by Urvang Joshi · 8 years ago
  99. 55c6bde Add unpoison_partition_ctx experiment by Alex Converse · 8 years ago
  100. 9ab6d71 Separate mbmi coding and coeff coding+recon at sb level in NCOBMC by Yue Chen · 8 years ago