1. 71e8784 Homogenize configuration option name. by Sebastien Alaiwan · 8 years ago
  2. 2d2dac2 Fix YUV444 lossless mode unit test by Jingning Han · 8 years ago
  3. 4937856 Add extended partition size in txfm_partition_context() by Yi Luo · 8 years ago
  4. f178329 Add gm parameter coding based on ref parameters by Sarah Parker · 8 years ago
  5. d3a6443 Rework sub8x8 chroma reference check to support non-420 format by Jingning Han · 8 years ago
  6. 2b9d19d unpoison_partition_ctx: Move the fake context to the end by Alex Converse · 8 years ago
  7. e575977 Avoid having to include cdef.h from onyxc_int.h by Jean-Marc Valin · 8 years ago
  8. e9f7742 Do real chroma RDO search for CDEF by Jean-Marc Valin · 8 years ago
  9. 7a71d0a frame_superres: Add members to AV1_COMMON by Fergus Simpson · 8 years ago
  10. 5f5c132 Jointly optimizing deringing and clpf by Jean-Marc Valin · 8 years ago
  11. a9d41e8 Merge dering/clpf rdo and filtering by Steinar Midtskogen · 8 years ago
  12. 73126c0 dependent tiles togeter with tile groups by Fangwen Fu · 8 years ago
  13. 0d10357 Fork the entropy experiment by hui su · 8 years ago
  14. 31b6a4f Add chroma 2x2 block experiment by Jingning Han · 8 years ago
  15. c20dc8e Sync sub8x8 chroma component decoding process by Jingning Han · 8 years ago
  16. e68a3e4 Add default reduced set for ext-tx by Sarah Parker · 8 years ago
  17. 18c53c8 Re-schedule sub8x8 chroma component encoding process by Jingning Han · 8 years ago
  18. 0143513 Merging the dering and clpf experiments into a single experiment: CDEF by Jean-Marc Valin · 8 years ago
  19. 17ce8b1 Remove file base name collisions. by Tom Finegan · 8 years ago
  20. 7b9f2b3 add horizontal tile dependence support by Fangwen Fu · 8 years ago
  21. 9b02b0e deblocking_across_tiles->loopfilter_across_tiles by Ryan Lei · 8 years ago
  22. 8d164de enable explicit temp mv prediction signaling by Fangwen Fu · 8 years ago
  23. 1bfb5ed EC_ADAPT: use tile context for intra mode syntax. by Thomas Davies · 8 years ago
  24. 456e086 Fix enc/dec mismatch due to ext-partition-type in cb4x4 mode by Jingning Han · 8 years ago
  25. eb780e7 Add a control to set the ANS window size by Alex Converse · 8 years ago
  26. 55c6bde Add unpoison_partition_ctx experiment by Alex Converse · 8 years ago
  27. 0c70a80 Make txfm block partition context support rectangular blocks by Jingning Han · 8 years ago
  28. 581d169 Rework the txfm partition context to support cb4x4 mode by Jingning Han · 8 years ago
  29. a43a2d9 Add UV wiener loop restoration by Debargha Mukherjee · 8 years ago
  30. 10ba2be Use kf_y_mode_cdf with CONFIG_EC_MULTISYMBOL. by Nathan E. Egge · 8 years ago
  31. 7386eda Add an experiment to disable lpf on tile boundaries by Ryan Lei · 8 years ago
  32. bcf62ea Make mi_width/height_log2_lookup table support 4x4 mode_info unit by Jingning Han · 8 years ago
  33. faad0e1 Refactor set_plane_n4() by Jingning Han · 8 years ago
  34. ff6ee6a Replace hard coded x8 with MI_SIZE by Jingning Han · 8 years ago
  35. c709e1f Separate num_8x8 table use case from mode_info table by Jingning Han · 8 years ago
  36. bfcd1f1 Scale the mb_mode_info into 4x4 unit by Jingning Han · 8 years ago
  37. 932cf69 Fix bugs introduced in a previous patch by Debargha Mukherjee · 8 years ago
  38. 153e1f8 Add default 64x64 scan orders and entropy models by Debargha Mukherjee · 8 years ago
  39. cf3d0b0 Remove Global_Motion_Params and GLOBAL_MOTION_TYPE by David Barker · 8 years ago
  40. 1b1dc93 Reset the txfm context to match block size when skip flag is on by Jingning Han · 8 years ago
  41. 5114b7b Frame buffer marking enabling non-intra-based loss recovery by Arild Fuldseth (arilfuld) · 8 years ago
  42. 6515afc Merge "Add min_tx_size variable to recursive transform block partition system" into nextgenv2 by Jingning Han · 8 years ago
  43. e67b38a Add min_tx_size variable to recursive transform block partition system by Jingning Han · 8 years ago
  44. 77bba8d New experiment: Perceptual Vector Quantization from Daala by Yushin Cho · 8 years ago
  45. 8b9478a Change TXFM_CONTEXT from TX_SIZE to uint8_t by Jingning Han · 8 years ago
  46. c8b8936 Rework transform block partition context model by Jingning Han · 8 years ago
  47. 7956bd6 Make txfm_partition_update support rectangular tx_size by Jingning Han · 8 years ago
  48. f65b870 Refactor max_blocks_wide/high computation by Jingning Han · 8 years ago
  49. 9ac5508 Add EC_ADAPT experiment for symbol-adaptive entropy coding. by Thomas · 9 years ago
  50. 80188d1 Encode and decode multiple tile groups by Thomas Davies · 8 years ago
  51. 607fa6a Support potential 2x2 transform block unit by Jingning Han · 8 years ago
  52. 8d6eaec Merge "Refactor av1_predict_intra_block tx_size interface" into nextgenv2 by Jingning Han · 8 years ago
  53. 9b04064 Merge "Add block size in pixels lookup table" into nextgenv2 by Jingning Han · 8 years ago
  54. c4c99da Refactor av1_predict_intra_block tx_size interface by Jingning Han · 8 years ago
  55. c47fe6c Add block size in pixels lookup table by Jingning Han · 8 years ago
  56. 3ef926e Update kf_y_mode_cdf tables once per frame. by Nathan E. Egge · 9 years ago
  57. a6923f7 Unify set_contexts() function for encoder and decoder by Jingning Han · 9 years ago
  58. 6cfaff9 Sync with aom branch for ext-refs by Zoe Liu · 8 years ago
  59. f693610 Step size and arithmetic coding for delta quantization. by Thomas Davies · 9 years ago
  60. 0744116 Support for delta-q at superblock level by Arild Fuldseth · 9 years ago
  61. caf2023 Reorder includes by Yaowu Xu · 8 years ago
  62. b100db7 Wrap palette code inside CONFIG_PALETTE flag. by Urvang Joshi · 8 years ago
  63. d71be78 Revert "Revert "Move CLPF block signals from frame to SB level."" by Yaowu Xu · 8 years ago
  64. 9b25f30 Revert "Move CLPF block signals from frame to SB level." by Yaowu Xu · 8 years ago
  65. 9753503 Move CLPF block signals from frame to SB level. by Steinar Midtskogen · 9 years ago
  66. ecf9a0c Extend CLPF to chroma. by Steinar Midtskogen · 9 years ago
  67. d06588a New CLPF: New kernel and RDO for strength and block size by Steinar Midtskogen · 9 years ago
  68. 4306b6e more ref_mv changes from aom/master by Yaowu Xu · 9 years ago
  69. 5cd2ab9 Enable tile-adaptive restoration by Debargha Mukherjee · 9 years ago
  70. 7b9407a s/INTERP_FILTER/InterpFilter/ by James Zern · 9 years ago
  71. 2ab7ff0 Change to use AOM copyright notice by Yaowu Xu · 9 years ago
  72. f883b42 Port renaming changes from AOMedia by Yaowu Xu · 9 years ago
  73. c27fc14 Port folder renaming changes from AOM by Yaowu Xu · 9 years ago[Renamed (97%) from vp10/common/onyxc_int.h]
  74. e40e6e5 Tiling in loop restoration + cosmetics by Aamir Anis · 9 years ago
  75. e57b1a5 Make rectangular txfm in EXT_TX work with VAR_TX by Yue Chen · 9 years ago
  76. 253c001 Port dering experiment from aom by Yaowu Xu · 9 years ago
  77. 0818a7c Port commits related to clpf and qm experiments by Yaowu Xu · 9 years ago
  78. 7feae8e vp10/common: apply clang-format by clang-format · 9 years ago
  79. cbed16b Merge "Code refactoring on Macros related to ref frame numbers" into nextgenv2 by Zoe Liu · 9 years ago
  80. 1af28f0 Code refactoring on Macros related to ref frame numbers by Zoe Liu · 9 years ago
  81. a3cff08 more cleanup of vp8 and vp9 by Yaowu Xu · 9 years ago
  82. 8bf837f Cherry pick from AOM: by Yaowu Xu · 9 years ago
  83. 8915eb8 Separate frame context index for different frame types by Jingning Han · 9 years ago
  84. 5fa46c0 Add global motion parameters to compressed header by Sarah Parker · 9 years ago
  85. fbe6fb2 Add multiple quantization profiles to new_quant experiment by Sarah Parker · 9 years ago
  86. 5805a14 Merge bi-predictive frames to EXT_REFS by Zoe Liu · 9 years ago
  87. a21afd4 Move new quant experiment from nextgen by Sarah Parker · 9 years ago
  88. e89ca18 Make the bi-predictive frame group interval adjustable by Zoe Liu · 9 years ago
  89. cf5083d Added an experiment "bidir_pred" for backward prediction by Zoe Liu · 9 years ago
  90. 61ac553 Merge "Break tile row dependencies." into nextgenv2 by Debargha Mukherjee · 9 years ago
  91. 9ab9438 Break tile row dependencies. by Geza Lore · 9 years ago
  92. 484ba02 Refine VP10 REFRESH_FRAME_CONTEXT_MODE by Yunqing Wang · 9 years ago
  93. 6ca3646 Store ANS token CDFs in the FRAME_CONTEXT rather than in a global table. by Alex Converse · 9 years ago
  94. 454989f Make superblock size variable at the frame level. by Geza Lore · 9 years ago
  95. f0290cd Refactor get_partition to be universal. by Geza Lore · 9 years ago
  96. e0dbfde Minor refactoring of partition type processing. by Geza Lore · 9 years ago
  97. 511da8c Rename MI_BLOCK_SIZE and MI_MASK macros. by Geza Lore · 9 years ago
  98. 552d5cd Extend superblock size fo 128x128 pixels. by Geza Lore · 9 years ago
  99. 490ba1a Port large scale tile coding features from nextgen. by Geza Lore · 9 years ago
  100. daf2fb4 Merge "Add "entropy" experiment" into nextgenv2 by Hui Su · 9 years ago