1. cae7e07 [BITSTREAM]Fix row tile mode_info pointer setup by Yaowu Xu · 11 years ago
  2. a596975 Correct a couple of typos by Yaowu Xu · 11 years ago
  3. 614effc Merge "Unifying tile decoding for both direct and inverse tile order." by Dmitry Kovalev · 11 years ago
  4. 6cf3b98 Merge "Miscelleneous changes in detokenize for speed" by Deb Mukherjee · 11 years ago
  5. 672ba3d Unifying tile decoding for both direct and inverse tile order. by Dmitry Kovalev · 11 years ago
  6. af36c1f Merge "Using pd->dqcoeff instead of pd->qcoeff in the decoder." by Dmitry Kovalev · 11 years ago
  7. a1dc97b Using pd->dqcoeff instead of pd->qcoeff in the decoder. by Dmitry Kovalev · 11 years ago
  8. 7b011c5 Replacing mi_{width,height}_log2 with num_8x8_blocks_{wide,high}_lookup. by Dmitry Kovalev · 11 years ago
  9. 103c460 Merge "optimize decode_bool operation" by Yaowu Xu · 11 years ago
  10. 2788563 Simply a macro by Yaowu Xu · 11 years ago
  11. 551829d Miscelleneous changes in detokenize for speed by Deb Mukherjee · 11 years ago
  12. 3a833ea token_cache changes in decoder by Deb Mukherjee · 11 years ago
  13. 9f37d89 optimize decode_bool operation by Yaowu Xu · 11 years ago
  14. dde8069 Splitting partition_probs array into two arrays. by Dmitry Kovalev · 11 years ago
  15. 5113d9c Merge "Cleaning up read_skip_coeff() function." by Dmitry Kovalev · 11 years ago
  16. a272530 Two optimizations: by Yaowu Xu · 11 years ago
  17. a49e77a simplify read_coef_prob() by Yaowu Xu · 11 years ago
  18. 970eb39 Cleaning up read_skip_coeff() function. by Dmitry Kovalev · 11 years ago
  19. 47b6030 Reducing the number of foreach_transformed_block() calls. by Dmitry Kovalev · 11 years ago
  20. ca39a00 Merge "Reducing the number of recursive calls." by Dmitry Kovalev · 11 years ago
  21. 6761872 Replacing (SWITCHABLE_FILTERS + 1) with SWITCHABLE_FILTER_CONTEXTS. by Dmitry Kovalev · 11 years ago
  22. 2901bf2 Reducing the number of recursive calls. by Dmitry Kovalev · 11 years ago
  23. 54c2854 vp9/decode: align tile worker data allocation by James Zern · 11 years ago
  24. 2a67a34 Merge "vp9_decodframe.c: use vpx_memset instead of cast" by Johann · 11 years ago
  25. ce053e7 Merge "vp9: add multi-threaded tile decoder" by James Zern · 11 years ago
  26. 3b47e05 Merge "vp9/decode: add get_tile()" by James Zern · 11 years ago
  27. fb48452 vp9: add multi-threaded tile decoder by James Zern · 11 years ago
  28. 6b00202 vp9/decode: add get_tile() by James Zern · 11 years ago
  29. dc799a8 vp9_decodframe.c: use vpx_memset instead of cast by Johann · 11 years ago
  30. 156de9c Correct handling of show_bit in uncompressed header. by Dmitry Kovalev · 11 years ago
  31. e595625 Merge "Making get_tx_counts() similar to get_tx_probs()." by Dmitry Kovalev · 11 years ago
  32. 7795c19 Merge "vp9_decode_frame: group assignments/setup calls" by James Zern · 11 years ago
  33. d39f279 vp9_decode_frame: group assignments/setup calls by James Zern · 11 years ago
  34. fa1ac00 Making get_tx_counts() similar to get_tx_probs(). by Dmitry Kovalev · 11 years ago
  35. 19cf72e Adding {read, write}_partition() instead of check_bsize_coverage(). by Dmitry Kovalev · 11 years ago
  36. 58a0f6d vp9: add TileInfo by James Zern · 11 years ago
  37. f0eabfd vp9_decodframe: limit scope of private function params (2) by James Zern · 11 years ago
  38. 3ffa41a Merge changes If9b16f7d,I75aab21c,I9cbb768c,If5cea3d3,I96940657,I025595d8,Ie0bc3935,I3ebb172d by James Zern · 11 years ago
  39. e571d3b vp9: add above/left_context to MACROBLOCKD by James Zern · 11 years ago
  40. d9a317c vp9: add above/left_seg_context to MACROBLOCKD by James Zern · 11 years ago
  41. 8f177bb vp9 decode: defer loop filter allocation by James Zern · 11 years ago
  42. 07502f1 Merge "Adding get_frame_new_buffer() function to replace duplicated code." by Dmitry Kovalev · 11 years ago
  43. d2bf696 vp9: pass entropy context directly to set_skip_context by James Zern · 11 years ago
  44. 88d79ea vp9: pass context directly to partition functions by James Zern · 11 years ago
  45. 71097d9 vp9/decode: add alloc_tile_storage() by James Zern · 11 years ago
  46. d5ac877 Adding COLOR_SPACE enum. by Dmitry Kovalev · 11 years ago
  47. 237ce87 Adding get_frame_new_buffer() function to replace duplicated code. by Dmitry Kovalev · 11 years ago
  48. dfc7945 Adding get_frame_ref_buffer() function + cleanup. by Dmitry Kovalev · 11 years ago
  49. 4a59def Merge "Eliminating usage of allow_comp_inter_inter in the decoder." by Dmitry Kovalev · 11 years ago
  50. 710ca1f Merge changes I1868fb75,I9ff504c6 by Dmitry Kovalev · 11 years ago
  51. 93ec31d Merge "Improve scale_factors struct" by Yunqing Wang · 11 years ago
  52. ad867fe Renaming INTERPOLATIONFILTERTYPE to INTERPOLATION_TYPE. by Dmitry Kovalev · 11 years ago
  53. a53075f Adding VP9_FRAME_MARKER constant. by Dmitry Kovalev · 11 years ago
  54. 4d88b38 Eliminating usage of allow_comp_inter_inter in the decoder. by Dmitry Kovalev · 11 years ago
  55. 9cc4935 Merge "Make decode modules independent of tile index" by Jingning Han · 11 years ago
  56. bd23e08 Make decode modules independent of tile index by Jingning Han · 11 years ago
  57. 34d6077 Merge "Moving functions from vp9_decodemv.c to vp9_decodframe.c." by Dmitry Kovalev · 11 years ago
  58. 9d3f27f Moving functions from vp9_decodemv.c to vp9_decodframe.c. by Dmitry Kovalev · 11 years ago
  59. 175c313 Improve scale_factors struct by Yunqing Wang · 11 years ago
  60. 5645b2d Merge "vp9 dec/com: only update frame counts when necessary (2)" by James Zern · 11 years ago
  61. c9af3de Merge changes I305fd55f,I13fe92b1 by James Zern · 11 years ago
  62. fa57135 Merge "Removing NUM_ prefix from constant names." by Dmitry Kovalev · 11 years ago
  63. 7b54556 Merge "Prevent left_block_mode stepping into left tile" by Jingning Han · 11 years ago
  64. c807949 Prevent left_block_mode stepping into left tile by Jingning Han · 11 years ago
  65. a0be71c Inlining set_partition_seg_context function. by Dmitry Kovalev · 11 years ago
  66. 2d1ab9a vp9 dec/com: only update frame counts when necessary (2) by James Zern · 11 years ago
  67. d1b65c6 Moving allow_high_precision_mv from MACROBLOCKD to VP9_COMMON. by Dmitry Kovalev · 11 years ago
  68. 0aee867 vp9_decodframe: limit scope of private function params by James Zern · 11 years ago
  69. 27aec50 vp9_decode_tokens: limit scope of function params by James Zern · 11 years ago
  70. 2f5b7ad vp9_read_mode_info: limit scope of function params by James Zern · 11 years ago
  71. a06cadb vp9_decodemv: limit scope of private function params by James Zern · 11 years ago
  72. f8797a5 vp9/dec: use loop filter worker for all inline cases by James Zern · 11 years ago
  73. 6d2a0da Removing NUM_ prefix from constant names. by Dmitry Kovalev · 11 years ago
  74. 4e6c799 Merge "vp9 dec/com: only update frame counts when necessary" by James Zern · 11 years ago
  75. 68573c9 Merge "vp9 com/dec: avoid reading unavailable above/left" by James Zern · 11 years ago
  76. 7563dd4 vp9 dec/com: only update frame counts when necessary by James Zern · 11 years ago
  77. db1045f Merge "Use lookup table to simplify logic" by Yaowu Xu · 11 years ago
  78. 67e41fe vp9 com/dec: avoid reading unavailable above/left by James Zern · 11 years ago
  79. ea77b03 Merge "Converted assert to error checking" by Yaowu Xu · 11 years ago
  80. c093b62 Merge "Passing block index explicitly instead of using get_sb_index()." by Dmitry Kovalev · 11 years ago
  81. 535a108 Converted assert to error checking by Yaowu Xu · 11 years ago
  82. a8ffa96 Passing block index explicitly instead of using get_sb_index(). by Dmitry Kovalev · 11 years ago
  83. 062fb50 Added checking for invalid size by Yaowu Xu · 11 years ago
  84. 30d1ec3 Use lookup table to simplify logic by Yaowu Xu · 11 years ago
  85. 820201c vp9_thread: add vp9_worker_execute() by James Zern · 11 years ago
  86. 7fd2561 Merge changes I6226456d,I97925178,I766c4b74 by Guillaume Martres · 11 years ago
  87. 5b984b3 Use a separate MODE_INFO stream for each tile column by Guillaume Martres · 11 years ago
  88. acf0d56 Get rid of "this_mi", use "mi_8x8[0]" everywhere instead by Guillaume Martres · 11 years ago
  89. 6c891d4 Merge "Adding get_band_translate() function." by Dmitry Kovalev · 11 years ago
  90. 42bcb4a Merge "Prevent accidental changes to the previous frame mode_infos" by Guillaume Martres · 11 years ago
  91. 9deb614 Adding get_band_translate() function. by Dmitry Kovalev · 11 years ago
  92. ba71191 Merge "Cleanup of decode_coefs() function." by Dmitry Kovalev · 11 years ago
  93. d6a59fb Updated encoder to handle intra-only frames by Alexander Voronov · 11 years ago
  94. 50494d5 Converted assertion to returning error by Yaowu Xu · 11 years ago
  95. 52a39f7 Added trap for invalid key frame by Yaowu Xu · 11 years ago
  96. 45dbe94 Add clamp to prevent out of bound access by Yaowu Xu · 11 years ago
  97. 942c820 Cleanup of decode_coefs() function. by Dmitry Kovalev · 11 years ago
  98. bee4abc Merge "vp9_receive_compressed_data: remove unnecessary indent" by James Zern · 11 years ago
  99. ac468dd Consistent names for inverse hybrid transforms (2 of 2). by Dmitry Kovalev · 11 years ago
  100. 4a0f947 Replacing {VP9_COEF, MODE}_UPDATE_PROB with DIFF_UPDATE_PROB. by Dmitry Kovalev · 11 years ago