1. 6c622e2 Merge "Separate transform and quant from vp9_encode_sb" into experimental by John Koleszar · 12 years ago
  2. 4b8f7a6 Merge "configure: special case flag test for clang" into experimental by James Zern · 12 years ago
  3. 3fa5b39 configure: use .cc as c++ extension by James Zern · 12 years ago
  4. dfa2fb5 configure: special case flag test for clang by James Zern · 12 years ago
  5. 4529c68 Separate transform and quant from vp9_encode_sb by John Koleszar · 12 years ago
  6. 15879fb Merge "vp9/count_segs: fix out of bounds read" into experimental by James Zern · 12 years ago
  7. f077330 Merge "Create common vp9_encode_sb{,y}" into experimental by John Koleszar · 12 years ago
  8. 7aae782 Merge "Extend number of reference buffers to 8." into experimental by Adrian Grange · 12 years ago
  9. d7eea78 Extend number of reference buffers to 8. by Adrian Grange · 12 years ago
  10. be7d4f9 Merge "Removed is_inter_mode() check" into experimental by Scott LaVarnway · 12 years ago
  11. 3041cf8 Merge "Reduced y_dequant, uv_dequant size" into experimental by Scott LaVarnway · 12 years ago
  12. 0349288 Fix use of wrong rate/distortion variables in 16x8 r/d check. by Ronald S. Bultje · 12 years ago
  13. 183aeec Merge "Removing MAXF macro and using MAX instead." into experimental by Dmitry Kovalev · 12 years ago
  14. c9327e6 Merge changes Ifea8618a,I014b832a into experimental by James Zern · 12 years ago
  15. 8fb48af convolve_test: cosmetics by James Zern · 12 years ago
  16. bc3c6d0 vp9/count_segs: fix out of bounds read by James Zern · 12 years ago
  17. 74a43bd Merge "superframe_test: use delete[] where appropriate" into experimental by John Koleszar · 12 years ago
  18. c0b44b3 superframe_test: use delete[] where appropriate by James Zern · 12 years ago
  19. 1069c12 Fix 16x16-iteration indexing bug in main encode_sb_row loop. by Ronald S. Bultje · 12 years ago
  20. 879a2f0 Fix state update in sb8x8 rate-distortion loop by Jingning Han · 12 years ago
  21. 1e26cdc Merge "Cache splitmv motion vectors appropriately in decoder." into experimental by Jingning Han · 12 years ago
  22. 3f4e806 Create common vp9_encode_sb{,y} by John Koleszar · 12 years ago
  23. c8de931 Merge "Fix i4x4 mode reading and writing in sb8x8 bitstream." into experimental by Ronald S. Bultje · 12 years ago
  24. 168d313 Cache splitmv motion vectors appropriately in decoder. by Ronald S. Bultje · 12 years ago
  25. e931dac Fix i4x4 mode reading and writing in sb8x8 bitstream. by Ronald S. Bultje · 12 years ago
  26. 1cc0e67 Merge "Set transform size correctly for non-tx_select splitmv/i4x4_pred." into experimental by Ronald S. Bultje · 12 years ago
  27. b0e5775 convolve_test: remove unnecessary memset by James Zern · 12 years ago
  28. 06df1f8 Set transform size correctly for non-tx_select splitmv/i4x4_pred. by Ronald S. Bultje · 12 years ago
  29. 7ab2d7b Removing MAXF macro and using MAX instead. by Dmitry Kovalev · 12 years ago
  30. 96f8171 Merge "Fix intra4x4 decoder reconstruction stride for sb8x8 experiment." into experimental by Ronald S. Bultje · 12 years ago
  31. 6c8071b Fix intra4x4 decoder reconstruction stride for sb8x8 experiment. by Ronald S. Bultje · 12 years ago
  32. ef60078 Merge "Always initialize values in sb/mb_partitioning." into experimental by Ronald S. Bultje · 12 years ago
  33. 37c3144 Removed is_inter_mode() check by Scott LaVarnway · 12 years ago
  34. 519d9f3 Merge "Using treed_read/treed_write functions for segment ids." into experimental by Dmitry Kovalev · 12 years ago
  35. 4aad30a Always initialize values in sb/mb_partitioning. by Ronald S. Bultje · 12 years ago
  36. 704fb48 Fix right-edge availability for intra prediction in sb8x8. by Ronald S. Bultje · 12 years ago
  37. ec6cf51 Merge "Fix some more offset errors in sb8x8." into experimental by Ronald S. Bultje · 12 years ago
  38. 73a4824 Merge "Fix bug in sb8x8 partition context" into experimental by Jingning Han · 12 years ago
  39. 3e345cd Fix some more offset errors in sb8x8. by Ronald S. Bultje · 12 years ago
  40. dd1e6b8 Merge "Fix block reconstruction with sb8x8 enabled." into experimental by Ronald S. Bultje · 12 years ago
  41. ba24a28 Fix bug in sb8x8 partition context by Jingning Han · 12 years ago
  42. a427913 Merge "Fix bugs in sb8x8 experiment/context prob update" into experimental by Jingning Han · 12 years ago
  43. ff37688 Fix block reconstruction with sb8x8 enabled. by Ronald S. Bultje · 12 years ago
  44. abb66ef Merge "Fix bug in sb8x8 bitstream decoding." into experimental by Ronald S. Bultje · 12 years ago
  45. 31b8426 Merge "Store splitmv modes in context after 8x8 rd loop." into experimental by Ronald S. Bultje · 12 years ago
  46. 29492a5 Fix bug in sb8x8 bitstream decoding. by Ronald S. Bultje · 12 years ago
  47. f37d840 Store splitmv modes in context after 8x8 rd loop. by Ronald S. Bultje · 12 years ago
  48. b8decb0 Fix bugs in sb8x8 experiment/context prob update by Jingning Han · 12 years ago
  49. 9b94f64 Merge "Remove unused quantize optimizations." into experimental by Johann · 12 years ago
  50. 451ce65 Merge "Change to fourcc to enable decoding of ffmpeg files." into experimental by James Zern · 12 years ago
  51. b6c2d87 Fix some crashes in sb8x8 experiment. by Ronald S. Bultje · 12 years ago
  52. 650e632 Merge "Enable bit-stream support to SB8X8" into experimental by Jingning Han · 12 years ago
  53. 94ed11d Reduced y_dequant, uv_dequant size by Scott LaVarnway · 12 years ago
  54. 2bf1dc2 Enable bit-stream support to SB8X8 by Jingning Han · 12 years ago
  55. 6e4ed2f Merge "Adding vp9_get_qindex function." into experimental by Dmitry Kovalev · 12 years ago
  56. d139655 Merge "Make vp9_optimize_sb* common" into experimental by John Koleszar · 12 years ago
  57. 1f80a56 Make vp9_optimize_sb* common by John Koleszar · 12 years ago
  58. 09aaf61 Migrating MB decoding into decode_sb/atom by Jingning Han · 12 years ago
  59. e43662e Remove unused quantize optimizations. by Johann · 12 years ago
  60. 79590f1 Merge "Cleaning up encoder segmentation code." into experimental by Dmitry Kovalev · 12 years ago
  61. d3764f7 Merge "Use more restrictive block radius for 8x8 block MV references." into experimental by Ronald S. Bultje · 12 years ago
  62. ff2d695 Use more restrictive block radius for 8x8 block MV references. by Ronald S. Bultje · 12 years ago
  63. 3cf77cc Merge "sb8x8 integration in rd loop." into experimental by Ronald S. Bultje · 12 years ago
  64. d068d86 sb8x8 integration in rd loop. by Ronald S. Bultje · 12 years ago
  65. 3af212e Merge "Expand UMV border to 96 pixels" into experimental by John Koleszar · 12 years ago
  66. b5364d4 Using treed_read/treed_write functions for segment ids. by Dmitry Kovalev · 12 years ago
  67. 3f6c6ff Adding vp9_get_qindex function. by Dmitry Kovalev · 12 years ago
  68. ad68903 Merge "Removed code no longer being used." into experimental by Yaowu Xu · 12 years ago
  69. dc8cd7d Merge "Migrating SPLITMV_4X4 decoding into decode_atom" into experimental by Jingning Han · 12 years ago
  70. df6f82c Removed code no longer being used. by Yaowu Xu · 12 years ago
  71. 347ad7f Merge "Adding vp9_update_frame_size function." into experimental by Dmitry Kovalev · 12 years ago
  72. 626d3ca Change to fourcc to enable decoding of ffmpeg files. by Jim Bankoski · 12 years ago
  73. 15b5e46 Adding vp9_update_frame_size function. by Dmitry Kovalev · 12 years ago
  74. be9cf21 Merge "General cleanup inside vp9_bitstream.c." into experimental by Dmitry Kovalev · 12 years ago
  75. ce3a8a6 Migrating SPLITMV_4X4 decoding into decode_atom by Jingning Han · 12 years ago
  76. 70d12c3 Merge "Renaming refresh_entropy_probs to refresh_frame_context." into experimental by Dmitry Kovalev · 12 years ago
  77. 51a73fb Merge "Consistent names for quant-related functions and variables." into experimental by Dmitry Kovalev · 12 years ago
  78. e8315ae Merge "Fix incorrect 32x64, 16x32 subpel variance" into experimental by John Koleszar · 12 years ago
  79. 7492eda Merge "Separate I4X4_PRED coding from macroblock modules" into experimental by Jingning Han · 12 years ago
  80. 94191b5 Separate I4X4_PRED coding from macroblock modules by Jingning Han · 12 years ago
  81. ee0f3a9 Make sure 32x32 coefficients fit in int16_t. by Ronald S. Bultje · 12 years ago
  82. 9f5fd31 Expand UMV border to 96 pixels by John Koleszar · 12 years ago
  83. 0b48548 Merge "fixed new intra code for rectanglar blocks" into experimental by Yaowu Xu · 12 years ago
  84. ee97da2 Cleaning up encoder segmentation code. by Dmitry Kovalev · 12 years ago
  85. caea860 Merge "Enabled i4x4 to use right above pixels" into experimental by Yaowu Xu · 12 years ago
  86. 7ea12f2 Merge "Use same intra prediction for all block size" into experimental by Yaowu Xu · 12 years ago
  87. 4747c6e fixed new intra code for rectanglar blocks by Yaowu Xu · 12 years ago
  88. e388251 Enabled i4x4 to use right above pixels by Yaowu Xu · 12 years ago
  89. 3d65580 Use same intra prediction for all block size by Yaowu Xu · 12 years ago
  90. 907541e Fix incorrect 32x64, 16x32 subpel variance by John Koleszar · 12 years ago
  91. bbac409 Merge "Use foreach_transformed_block with tokenize_b" into experimental by John Koleszar · 12 years ago
  92. 767dd46 Merge "Merge encode_sb and encode_sb64 in a recursive encode_sb/b function." into experimental by Ronald S. Bultje · 12 years ago
  93. 02d8cba Merge "Fix mi_row argument to update_stats()." into experimental by Ronald S. Bultje · 12 years ago
  94. b2d8d58 Merge "Factor out assigning correct partitioning seg_context pointers." into experimental by Ronald S. Bultje · 12 years ago
  95. 846a67e Merge "Use recursive function in resetting txfm_size for skip-blocks." into experimental by Ronald S. Bultje · 12 years ago
  96. 56d61f8 Merge "Use recursive function in choosing segmentation map coding method." into experimental by Ronald S. Bultje · 12 years ago
  97. 5c24469 Use foreach_transformed_block with tokenize_b by John Koleszar · 12 years ago
  98. e4f0c54 Merge encode_sb and encode_sb64 in a recursive encode_sb/b function. by Ronald S. Bultje · 12 years ago
  99. 7c5eb6d Fix mi_row argument to update_stats(). by Ronald S. Bultje · 12 years ago
  100. 247c4f7 Factor out assigning correct partitioning seg_context pointers. by Ronald S. Bultje · 12 years ago