1. ca39a00 Merge "Reducing the number of recursive calls." by Dmitry Kovalev · 11 years ago
  2. 6761872 Replacing (SWITCHABLE_FILTERS + 1) with SWITCHABLE_FILTER_CONTEXTS. by Dmitry Kovalev · 11 years ago
  3. 2901bf2 Reducing the number of recursive calls. by Dmitry Kovalev · 11 years ago
  4. 54c2854 vp9/decode: align tile worker data allocation by James Zern · 11 years ago
  5. 2a67a34 Merge "vp9_decodframe.c: use vpx_memset instead of cast" by Johann · 11 years ago
  6. b18ea70 Merge "idct_blk_mmx.c: use vpx_memset instead of cast" by Johann · 11 years ago
  7. 272d76e Merge "decodframe.c: use vpx_memset instead of cast" by Johann · 11 years ago
  8. d03d960 Merge "threading.c: use vpx_memset instead of cast" by Johann · 11 years ago
  9. 15a24c6 Merge "idct_blk.c: use vpx_memset instead of cast" by Johann · 11 years ago
  10. ce053e7 Merge "vp9: add multi-threaded tile decoder" by James Zern · 11 years ago
  11. 3b47e05 Merge "vp9/decode: add get_tile()" by James Zern · 11 years ago
  12. fb48452 vp9: add multi-threaded tile decoder by James Zern · 11 years ago
  13. 6b00202 vp9/decode: add get_tile() by James Zern · 11 years ago
  14. 1bea58e Merge "Adding const to vp9_quantize_b_{32x32,} parameters." by Dmitry Kovalev · 11 years ago
  15. 27b8040 Merge "CL for adding AVX-AVX2 support in libvpx." by Erik Niemeyer · 11 years ago
  16. 065972f Adding const to vp9_quantize_b_{32x32,} parameters. by Dmitry Kovalev · 11 years ago
  17. e6863ef CL for adding AVX-AVX2 support in libvpx. by Erik Niemeyer · 11 years ago
  18. cd94eee Fixing clang warning. by Dmitry Kovalev · 11 years ago
  19. b4139d5 Merge "Fixing wrongly initialized tx_type variable." by Dmitry Kovalev · 11 years ago
  20. dc799a8 vp9_decodframe.c: use vpx_memset instead of cast by Johann · 11 years ago
  21. 47613d0 idct_blk_mmx.c: use vpx_memset instead of cast by Johann · 11 years ago
  22. 0f20c83 decodframe.c: use vpx_memset instead of cast by Johann · 11 years ago
  23. 7e5f5e2 threading.c: use vpx_memset instead of cast by Johann · 11 years ago
  24. 1fb7a73 idct_blk.c: use vpx_memset instead of cast by Johann · 11 years ago
  25. cb03561 Merge "changed to comply with strict aliasing rule" by Yaowu Xu · 11 years ago
  26. e6dcf2a Fixing wrongly initialized tx_type variable. by Dmitry Kovalev · 11 years ago
  27. 86ef5a0 Merge "Correct handling of show_bit in uncompressed header." by Dmitry Kovalev · 11 years ago
  28. 156de9c Correct handling of show_bit in uncompressed header. by Dmitry Kovalev · 11 years ago
  29. 502912d changed to comply with strict aliasing rule by Yaowu Xu · 11 years ago
  30. a8bbe7d Merge "Disable aliasing when building with Clang" by Johann · 11 years ago
  31. a8e31d6 Merge "Cleaning up vp9_regular_quantize_b_4x4." by Dmitry Kovalev · 11 years ago
  32. e595625 Merge "Making get_tx_counts() similar to get_tx_probs()." by Dmitry Kovalev · 11 years ago
  33. 038b26c Merge "Resolved Doxygen warnings." by Adrian Grange · 11 years ago
  34. c634ec6 Merge "Rewrite loop_filter_info_n struct" by Yunqing Wang · 11 years ago
  35. f58eca9 Resolved Doxygen warnings. by Adrian Grange · 11 years ago
  36. 7795c19 Merge "vp9_decode_frame: group assignments/setup calls" by James Zern · 11 years ago
  37. d39f279 vp9_decode_frame: group assignments/setup calls by James Zern · 11 years ago
  38. fa1ac00 Making get_tx_counts() similar to get_tx_probs(). by Dmitry Kovalev · 11 years ago
  39. 8b47e1c Disable aliasing when building with Clang by Johann · 11 years ago
  40. 19cf72e Adding {read, write}_partition() instead of check_bsize_coverage(). by Dmitry Kovalev · 11 years ago
  41. 8253532 Cleaning up vp9_regular_quantize_b_4x4. by Dmitry Kovalev · 11 years ago
  42. 080150d Merge "add tile test vectors" by James Zern · 11 years ago
  43. 58a0f6d vp9: add TileInfo by James Zern · 11 years ago
  44. f0eabfd vp9_decodframe: limit scope of private function params (2) by James Zern · 11 years ago
  45. 3ffa41a Merge changes If9b16f7d,I75aab21c,I9cbb768c,If5cea3d3,I96940657,I025595d8,Ie0bc3935,I3ebb172d by James Zern · 11 years ago
  46. ded9517 Merge "Replacing is_inter_mode with is_inter_block." by Dmitry Kovalev · 11 years ago
  47. ea9b2c0 add tile test vectors by James Zern · 11 years ago
  48. 50c4026 Merge "vp9 decode: defer loop filter allocation" by James Zern · 11 years ago
  49. e5edad3 Merge "vp9_thread_test: quiet some msvc int->bool warnings" by James Zern · 11 years ago
  50. 7b9ca3c vp9: remove partition+entropy contexts from common by James Zern · 11 years ago
  51. e571d3b vp9: add above/left_context to MACROBLOCKD by James Zern · 11 years ago
  52. d9a317c vp9: add above/left_seg_context to MACROBLOCKD by James Zern · 11 years ago
  53. b133cbf Merge "Adding fht{4x4, 8x8, 16x16} functions." by Dmitry Kovalev · 11 years ago
  54. 8f177bb vp9 decode: defer loop filter allocation by James Zern · 11 years ago
  55. 00053aa vp9_thread_test: quiet some msvc int->bool warnings by James Zern · 11 years ago
  56. ae2f732 Adding fht{4x4, 8x8, 16x16} functions. by Dmitry Kovalev · 11 years ago
  57. 07502f1 Merge "Adding get_frame_new_buffer() function to replace duplicated code." by Dmitry Kovalev · 11 years ago
  58. ddfc87c Merge "Making input pointer constant for all fdct/fht functions." by Dmitry Kovalev · 11 years ago
  59. 00dbd36 Rewrite loop_filter_info_n struct by Yunqing Wang · 11 years ago
  60. ce2c337 vp9: add above/left_context to encoder by James Zern · 11 years ago
  61. d72dfab vp9: add above/left_seg_context to encoder by James Zern · 11 years ago
  62. d2bf696 vp9: pass entropy context directly to set_skip_context by James Zern · 11 years ago
  63. 88d79ea vp9: pass context directly to partition functions by James Zern · 11 years ago
  64. 71097d9 vp9/decode: add alloc_tile_storage() by James Zern · 11 years ago
  65. d5ac877 Adding COLOR_SPACE enum. by Dmitry Kovalev · 11 years ago
  66. 9f528ce Updating gtest from 1.6.0 to 1.7.0. by Dmitry Kovalev · 11 years ago
  67. 4766545 Merge "Add 32x32 idct function for eob<=34 case" by Yunqing Wang · 11 years ago
  68. 39b6ab6 Merge "Separate encode_block for pass 1 and 2" by Jingning Han · 11 years ago
  69. f88315c Add 32x32 idct function for eob<=34 case by Yunqing Wang · 11 years ago
  70. 35c4437 Merge "mips dsp-ase r2 vp9 decoder idct module optimizations (rebase)" by Johann · 11 years ago
  71. 237ce87 Adding get_frame_new_buffer() function to replace duplicated code. by Dmitry Kovalev · 11 years ago
  72. 8a74a9e Merge "Adding get_frame_ref_buffer() function + cleanup." by Dmitry Kovalev · 11 years ago
  73. 600a386 Making input pointer constant for all fdct/fht functions. by Dmitry Kovalev · 11 years ago
  74. 7bb48e5 Replacing is_inter_mode with is_inter_block. by Dmitry Kovalev · 11 years ago
  75. 4593866 Merge "vpxdec: Fix webm fps check." by Frank Galligan · 11 years ago
  76. dfc7945 Adding get_frame_ref_buffer() function + cleanup. by Dmitry Kovalev · 11 years ago
  77. a9e00cd vpxdec: Fix webm fps check. by Frank Galligan · 11 years ago
  78. 1dcf094 Merge "Disable two libvpx APIs for VP9" by Yaowu Xu · 11 years ago
  79. 4a59def Merge "Eliminating usage of allow_comp_inter_inter in the decoder." by Dmitry Kovalev · 11 years ago
  80. 8001ed7 Merge "Renaming vp9_short_fdct4x4 and vp9_short_walsh4x4." by Dmitry Kovalev · 11 years ago
  81. 710ca1f Merge changes I1868fb75,I9ff504c6 by Dmitry Kovalev · 11 years ago
  82. 153d70c Merge "Cleaning up {above, left}_block_mode functions." by Dmitry Kovalev · 11 years ago
  83. 93ec31d Merge "Improve scale_factors struct" by Yunqing Wang · 11 years ago
  84. 03b2ae1 Disable two libvpx APIs for VP9 by Yaowu Xu · 11 years ago
  85. eec622d Merge "vp9/extend_for_intra: avoid crossing tile boundary" by James Zern · 11 years ago
  86. 3c038b6 vp9/extend_for_intra: avoid crossing tile boundary by James Zern · 11 years ago
  87. 1699eb0 mips dsp-ase r2 vp9 decoder idct module optimizations (rebase) by Parag Salasakar · 11 years ago
  88. 5d28b63 Cleaning up {above, left}_block_mode functions. by Dmitry Kovalev · 11 years ago
  89. ad867fe Renaming INTERPOLATIONFILTERTYPE to INTERPOLATION_TYPE. by Dmitry Kovalev · 11 years ago
  90. a53075f Adding VP9_FRAME_MARKER constant. by Dmitry Kovalev · 11 years ago
  91. fd724f1 Renaming vp9_short_fdct4x4 and vp9_short_walsh4x4. by Dmitry Kovalev · 11 years ago
  92. dea22b4 Merge "Renaming vp9_short_fdct32x32 to vp9_fdct32x32." by Dmitry Kovalev · 11 years ago
  93. 4d88b38 Eliminating usage of allow_comp_inter_inter in the decoder. by Dmitry Kovalev · 11 years ago
  94. ae0e747 Merge "Use inter mode flag in super_block_yrd" by Jingning Han · 11 years ago
  95. a018988 Renaming vp9_short_fdct32x32 to vp9_fdct32x32. by Dmitry Kovalev · 11 years ago
  96. 5bdd4d9 Merge "Renaming vp9_short_fdct16x16 to vp9_fdct16x16." by Dmitry Kovalev · 11 years ago
  97. a9c8251 Merge "Renaming vp9_short_fdct8x8 to vp9_fdct8x8." by Dmitry Kovalev · 11 years ago
  98. 4e2732c Separate encode_block for pass 1 and 2 by Jingning Han · 11 years ago
  99. f3b3138 Use inter mode flag in super_block_yrd by Jingning Han · 11 years ago
  100. 9cc4935 Merge "Make decode modules independent of tile index" by Jingning Han · 11 years ago