1. 9aa37a5 Merge "WIP: 8x8 idct/recon merge" into experimental by Scott LaVarnway · 12 years ago
  2. 1e3cdc1 Merge "Combining integer and fractional parts of mvs for entropy coding." into experimental by Dmitry Kovalev · 12 years ago
  3. e3869e9 Removed Q threshold in the usage of ADST by Yaowu Xu · 12 years ago
  4. b10b887 Merge "Removing lossless flag from the bitstream." into experimental by Dmitry Kovalev · 12 years ago
  5. 794a7be WIP: 8x8 idct/recon merge by Scott LaVarnway · 12 years ago
  6. 8e3d0e4 Add building blocks for 4x8/8x4 rd search by Jingning Han · 12 years ago
  7. c0f70cc Merge "Fix the transform type selection in 4x4 partition" into experimental by Jingning Han · 12 years ago
  8. 18e0742 Merge "Further Implicit Segmentation Changes" into experimental by Paul Wilkins · 12 years ago
  9. 418564e Add vp9_extend_frame_borders by John Koleszar · 12 years ago
  10. 7addafb Merge "Fix vp9_build_intra_predictors_sbuv_s for non-4:2:0" into experimental by John Koleszar · 12 years ago
  11. b0c101e Removing lossless flag from the bitstream. by Dmitry Kovalev · 12 years ago
  12. 501ae34 Fix vp9_build_intra_predictors_sbuv_s for non-4:2:0 by John Koleszar · 12 years ago
  13. 9bd59ad Merge "Fix first-pass encoding test" into experimental by Jingning Han · 12 years ago
  14. 54de084 Merge "Moving the same code to new function vp9_setup_scale_factors." into experimental by Dmitry Kovalev · 12 years ago
  15. 3ba9857 Merge "Adding alpha plane to YV12_BUFFER_CONFIG structure." into experimental by Dmitry Kovalev · 12 years ago
  16. 5c55822 Moving the same code to new function vp9_setup_scale_factors. by Dmitry Kovalev · 12 years ago
  17. b7a4f8a Adding alpha plane to YV12_BUFFER_CONFIG structure. by Dmitry Kovalev · 12 years ago
  18. 8468a5c Fix the transform type selection in 4x4 partition by Jingning Han · 12 years ago
  19. cd16fe9 Merge "Preparing vp9_deblock and vp9_denoise to alpha support." into experimental by Dmitry Kovalev · 12 years ago
  20. 80c0715 Merge "Moving several static functions from vp9_reconinter.h to vp9_reconinter.c." into experimental by Dmitry Kovalev · 12 years ago
  21. 9e49ba0 Fix first-pass encoding test by Jingning Han · 12 years ago
  22. 1837523 Combining integer and fractional parts of mvs for entropy coding. by Dmitry Kovalev · 12 years ago
  23. a272ff2 WIP: 16x16 idct/recon merge by Scott LaVarnway · 12 years ago
  24. 7d7e5b5 Further Implicit Segmentation Changes by Paul Wilkins · 12 years ago
  25. 6706e67 Moving several static functions from vp9_reconinter.h to vp9_reconinter.c. by Dmitry Kovalev · 12 years ago
  26. 2cf0d4b WIP: 32x32 idct/recon merge by Scott LaVarnway · 12 years ago
  27. 1f26840 Enable recursive partition down to 4x4 by Jingning Han · 12 years ago
  28. 7bbf716 Preparing vp9_deblock and vp9_denoise to alpha support. by Dmitry Kovalev · 12 years ago
  29. dee12bd Merge "Do joint motion search iteratively" into experimental by Yunqing Wang · 12 years ago
  30. 8be3534 Merge "changed to use adst for D63_PRED" into experimental by Yaowu Xu · 12 years ago
  31. d31a632 Merge "Revert "Preparing vp9_deblock and vp9_denoise to alpha support."" into experimental by John Koleszar · 12 years ago
  32. 56efb73 Revert "Preparing vp9_deblock and vp9_denoise to alpha support." by John Koleszar · 12 years ago
  33. da3aec6 changed to use adst for D63_PRED by Yaowu Xu · 12 years ago
  34. 724769d Merge "Using loop through all planes inside scale_and_extend_frame function." into experimental by Dmitry Kovalev · 12 years ago
  35. 571aa44 Merge "Preparing vp9_deblock and vp9_denoise to alpha support." into experimental by Dmitry Kovalev · 12 years ago
  36. 9338a57 Merge "Moving vp9_decode_frame declaration to vp9_decodframe.h." into experimental by Dmitry Kovalev · 12 years ago
  37. c4390e8 Merge "Adding encode_quantization function." into experimental by Dmitry Kovalev · 12 years ago
  38. ce70ad5 Merge "Code cleanup inside vp9_firstpass.c." into experimental by Dmitry Kovalev · 12 years ago
  39. 2149852 Merge "Removing simple loopfilter and code duplication from loopfilter code." into experimental by Dmitry Kovalev · 12 years ago
  40. 1c43e64 Removing simple loopfilter and code duplication from loopfilter code. by Dmitry Kovalev · 12 years ago
  41. 3f31b29 Adding encode_quantization function. by Dmitry Kovalev · 12 years ago
  42. 9f39ab6 Using loop through all planes inside scale_and_extend_frame function. by Dmitry Kovalev · 12 years ago
  43. 4a17238 Moving vp9_decode_frame declaration to vp9_decodframe.h. by Dmitry Kovalev · 12 years ago
  44. a933311 Preparing vp9_deblock and vp9_denoise to alpha support. by Dmitry Kovalev · 12 years ago
  45. 6045608 Do joint motion search iteratively by Yunqing Wang · 12 years ago
  46. 089ed30 Merge "Use consistent partition context setup in enc/dec" into experimental by Jingning Han · 12 years ago
  47. e996c9c Merge "Force bsize for UV in I4X4 and SPLITMV" into experimental by Jingning Han · 12 years ago
  48. fc31ae4 Merge "Move get_sb_index to vp9_blockd.h" into experimental by Jingning Han · 12 years ago
  49. e5f7152 Change to band calculation. by Paul Wilkins · 12 years ago
  50. 6910f17 Use consistent partition context setup in enc/dec by Jingning Han · 12 years ago
  51. 4c2c350 Force bsize for UV in I4X4 and SPLITMV by Jingning Han · 12 years ago
  52. 2117d4e Move get_sb_index to vp9_blockd.h by Jingning Han · 12 years ago
  53. 5f221e7 Merge "Fix token allocation for non-4:2:0" into experimental by John Koleszar · 12 years ago
  54. 998b540 Merge "Fix non-4:2:0 chroma MV calculation for SPLITMV" into experimental by John Koleszar · 12 years ago
  55. 0e59dad Merge "Fix 4:2:0 assumptions in debug plane output" into experimental by John Koleszar · 12 years ago
  56. cf793a3 Merge "vpxenc: fix mismatch check for non-4:2:0" into experimental by John Koleszar · 12 years ago
  57. 64667d5 Merge "Subsampling aware allocs and bitstream" into experimental by John Koleszar · 12 years ago
  58. aa706c1 Merge "Enable recursive partition type search" into experimental by Jingning Han · 12 years ago
  59. 4a559d3 Merge "Removing unused simple loopfilter code." into experimental by Dmitry Kovalev · 12 years ago
  60. effaa32 Removing unused simple loopfilter code. by Dmitry Kovalev · 12 years ago
  61. 9755d9f Remove unused mdcounts by Yunqing Wang · 12 years ago
  62. 9f5811c Add joint motion search in comp_inter_inter mode(experiment) by Yunqing Wang · 12 years ago
  63. e44678c Enable recursive partition type search by Jingning Han · 12 years ago
  64. 4305dd4 Avoid calls to get_coef_band(). by Paul Wilkins · 12 years ago
  65. da5054c Fix token allocation for non-4:2:0 by John Koleszar · 12 years ago
  66. a37ee9d Fix non-4:2:0 chroma MV calculation for SPLITMV by John Koleszar · 12 years ago
  67. 6dab4d2 Fix 4:2:0 assumptions in debug plane output by John Koleszar · 12 years ago
  68. beae501 vpxenc: fix mismatch check for non-4:2:0 by John Koleszar · 12 years ago
  69. da58436 Subsampling aware allocs and bitstream by John Koleszar · 12 years ago
  70. dd9dc0e Merge "Change test image format to VPX_IMG_FMT_I420" into experimental by John Koleszar · 12 years ago
  71. eab6a42 Merge "Use common get_uv_tx_size()" into experimental by John Koleszar · 12 years ago
  72. 8525c02 Merge "Make firstpass encode Y-only" into experimental by John Koleszar · 12 years ago
  73. eb93893 Updating comments for prediction modes. by Dmitry Kovalev · 12 years ago
  74. 236ec08 Make firstpass encode Y-only by John Koleszar · 12 years ago
  75. 9e327db Change test image format to VPX_IMG_FMT_I420 by John Koleszar · 12 years ago
  76. 1fec23b Use common get_uv_tx_size() by John Koleszar · 12 years ago
  77. dc54180 Code cleanup inside vp9_firstpass.c. by Dmitry Kovalev · 12 years ago
  78. f66320a Removing LOOPFILTER_TYPE and corresponding bit in bitstream. by Dmitry Kovalev · 12 years ago
  79. 267e933 Merge "Using 4-iteration loop for extra_mb_col inside loopfilter function." into experimental by Dmitry Kovalev · 12 years ago
  80. c208cd6 Merge "Removing unused YV12_BUFFER_CONFIG arguments from motion search functions." into experimental by Dmitry Kovalev · 12 years ago
  81. 7b602cb Merge "Eliminating several YV12_BUFFER_CONFIG usages." into experimental by Dmitry Kovalev · 12 years ago
  82. f091188 Merge "Renaming 'Speed' to 'speed' inside VP9_COMP struct." into experimental by Dmitry Kovalev · 12 years ago
  83. 60dd610 Merge "Removing y_to_uv_block_size and y_bsizet_to_block_size functions." into experimental by Dmitry Kovalev · 12 years ago
  84. 944ad13 Merge "Extend left/above partition context to per mi(8x8)" into experimental by Jingning Han · 12 years ago
  85. 8f4e9ac Removing y_to_uv_block_size and y_bsizet_to_block_size functions. by Dmitry Kovalev · 12 years ago
  86. 4be190d Renaming 'Speed' to 'speed' inside VP9_COMP struct. by Dmitry Kovalev · 12 years ago
  87. 965c02c Removing unused YV12_BUFFER_CONFIG arguments from motion search functions. by Dmitry Kovalev · 12 years ago
  88. 81f33bc Eliminating several YV12_BUFFER_CONFIG usages. by Dmitry Kovalev · 12 years ago
  89. 673cc21 Using loop to iterate through YV12_BUFFER_CONFIG planes. by Dmitry Kovalev · 12 years ago
  90. 80f9963 Merge "Replacing vp9_{write, write_literal, bit} macros with functions." into experimental by Dmitry Kovalev · 12 years ago
  91. a0b6b8a Merge "Removing unused code + little cleanup." into experimental by Dmitry Kovalev · 12 years ago
  92. 4a88ad8 Extend left/above partition context to per mi(8x8) by Jingning Han · 12 years ago
  93. 14a5c72 Make switchable filter search subsampling-aware by John Koleszar · 12 years ago
  94. 7465f52 Merge "Make setup_pred_block subsampling-aware." into experimental by John Koleszar · 12 years ago
  95. cd5113c Replacing vp9_{write, write_literal, bit} macros with functions. by Dmitry Kovalev · 12 years ago
  96. 8e39295 Using 4-iteration loop for extra_mb_col inside loopfilter function. by Dmitry Kovalev · 12 years ago
  97. e874786 Merge "Renaming Y1 and UV quant prefixes to y_ and uv_." into experimental by Dmitry Kovalev · 12 years ago
  98. 80997b3 Merge "Adding get_switchable_rate function." into experimental by Dmitry Kovalev · 12 years ago
  99. d6c490c Merge "Deprecate code_zerogroup experiment." into experimental by John Koleszar · 12 years ago
  100. 9cd5406 Merge "Removing vp9_swap_yv12_buffer function and corresponding files." into experimental by Dmitry Kovalev · 12 years ago