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