platform/upstream/libvpx.git
2013-10-24 Dmitry KovalevRenaming INTERPOLATIONFILTERTYPE to INTERPOLATION_TYPE.
2013-10-24 Dmitry KovalevAdding VP9_FRAME_MARKER constant.
2013-10-23 Dmitry KovalevMerge "Renaming vp9_short_fdct32x32 to vp9_fdct32x32."
2013-10-23 Jingning HanMerge "Use inter mode flag in super_block_yrd"
2013-10-23 Dmitry KovalevRenaming vp9_short_fdct32x32 to vp9_fdct32x32.
2013-10-23 Dmitry KovalevMerge "Renaming vp9_short_fdct16x16 to vp9_fdct16x16."
2013-10-23 Dmitry KovalevMerge "Renaming vp9_short_fdct8x8 to vp9_fdct8x8."
2013-10-23 Jingning HanUse inter mode flag in super_block_yrd
2013-10-23 Jingning HanMerge "Make decode modules independent of tile index"
2013-10-23 Dmitry KovalevRenaming vp9_short_fdct16x16 to vp9_fdct16x16.
2013-10-23 Dmitry KovalevRenaming vp9_short_fdct8x8 to vp9_fdct8x8.
2013-10-23 Dmitry KovalevMerge "Reordering probability tables for consistency."
2013-10-23 Dmitry KovalevMerge "Removing quantize_b_4x4 function pointer."
2013-10-22 Adrian GrangeRemove right_available member from VP9_COMP
2013-10-22 Jingning HanMake decode modules independent of tile index
2013-10-22 Dmitry KovalevMerge "Moving functions from vp9_decodemv.c to vp9_deco...
2013-10-22 Dmitry KovalevMoving functions from vp9_decodemv.c to vp9_decodframe.c.
2013-10-22 Dmitry KovalevRemoving quantize_b_4x4 function pointer.
2013-10-22 James ZernMerge "vp9 dec/com: only update frame counts when neces...
2013-10-22 Dmitry KovalevMerge "Using stride (# of elements) instead of pitch...
2013-10-22 James ZernMerge changes I305fd55f,I13fe92b1
2013-10-22 James ZernMerge "Revert "Merge "SVC improvements"""
2013-10-22 Dmitry KovalevReordering probability tables for consistency.
2013-10-22 Dmitry KovalevMerge "Removing NUM_ prefix from constant names."
2013-10-22 Dmitry KovalevMerge "Using stride (# of elements) instead of pitch...
2013-10-22 Dmitry KovalevMerge "Using INTER_MODES constant instead of MB_MODE_CO...
2013-10-22 Jingning HanMerge "Prevent left_block_mode stepping into left tile"
2013-10-22 Jingning HanPrevent left_block_mode stepping into left tile
2013-10-22 James ZernRevert "Merge "SVC improvements""
2013-10-21 Ivan MaltzMerge "SVC improvements"
2013-10-21 Dmitry KovalevUsing stride (# of elements) instead of pitch (bytes...
2013-10-21 Dmitry KovalevMerge "Inlining set_partition_seg_context function."
2013-10-21 Ivan MaltzSVC improvements
2013-10-21 Dmitry KovalevMerge "Cleanup: using cm variable instead of cpi->common."
2013-10-21 Dmitry KovalevInlining set_partition_seg_context function.
2013-10-21 Jingning HanMerge "Make memory alloc in pick_mode_context bsize...
2013-10-21 Dmitry KovalevCleanup: using cm variable instead of cpi->common.
2013-10-21 Dmitry KovalevMerge "Moving allow_high_precision_mv from MACROBLOCKD...
2013-10-21 James Zernvp9 dec/com: only update frame counts when necessary (2)
2013-10-21 Yunqing WangMerge "Fix d207 intra prediction SSSE3 functions"
2013-10-21 Paul WilkinsMerge "Modified no memory rate control."
2013-10-21 Paul WilkinsMerge "Reduced delta for kf/gf/arf when at maxq."
2013-10-21 Dmitry KovalevMoving allow_high_precision_mv from MACROBLOCKD to...
2013-10-21 Dmitry KovalevMerge "Removing unused struct member mvcount[MV_VALS]."
2013-10-21 James ZernMerge "Added necessary includes"
2013-10-21 James Zernvp9_decodframe: limit scope of private function params
2013-10-21 James Zernvp9_decode_tokens: limit scope of function params
2013-10-21 James Zernvp9_read_mode_info: limit scope of function params
2013-10-21 James Zernvp9_decodemv: limit scope of private function params
2013-10-21 James Zernvp9/dec: use loop filter worker for all inline cases
2013-10-19 Paul WilkinsModified no memory rate control.
2013-10-19 Paul WilkinsReduced delta for kf/gf/arf when at maxq.
2013-10-19 Dmitry KovalevRemoving NUM_ prefix from constant names.
2013-10-19 Yunqing WangFix d207 intra prediction SSSE3 functions
2013-10-18 Dmitry KovalevUsing INTER_MODES constant instead of MB_MODE_COUNT...
2013-10-18 Yunqing WangDisable d207 intra prediction SSSE3 functions
2013-10-18 James ZernMerge "vp9 dec/com: only update frame counts when neces...
2013-10-18 Yaowu XuAdded necessary includes
2013-10-18 James ZernMerge "vp9 com/dec: avoid reading unavailable above...
2013-10-18 James Zernvp9 dec/com: only update frame counts when necessary
2013-10-18 Yaowu XuMerge "Use lookup table to simplify logic"
2013-10-18 Dmitry KovalevMerge "Using stride (# of elements) instead of pitch...
2013-10-18 Jingning HanMake memory alloc in pick_mode_context bsize aware
2013-10-18 James Zernvp9 com/dec: avoid reading unavailable above/left
2013-10-18 Yaowu XuMerge "Converted assert to error checking"
2013-10-18 Dmitry KovalevUsing stride (# of elements) instead of pitch (bytes...
2013-10-18 Dmitry KovalevRemoving unused struct member mvcount[MV_VALS].
2013-10-18 Dmitry KovalevMerge "Passing block index explicitly instead of using...
2013-10-18 Dmitry KovalevUsing stride (# of elements) instead of pitch (bytes...
2013-10-18 Yaowu XuConverted assert to error checking
2013-10-18 Yaowu XuMerge "Added checking for invalid size"
2013-10-18 Dmitry KovalevPassing block index explicitly instead of using get_sb_...
2013-10-18 Yaowu XuAdded checking for invalid size
2013-10-18 Paul WilkinsMerge "Add missing calls to emms in the adaptive quanti...
2013-10-17 Yaowu Xufix a VP8 build issue
2013-10-17 Yaowu XuUse lookup table to simplify logic
2013-10-17 Dmitry KovalevMerge "Adding allow_hp as an argument to mv search...
2013-10-17 Dmitry KovalevMerge "Using TREE_SIZE macro for vp9_segment_tree."
2013-10-17 Dmitry KovalevMerge "Removing last_kf_gf_q member from VP9Common...
2013-10-17 Guillaume MartresAdd missing calls to emms in the adaptive quantization...
2013-10-17 Dmitry KovalevAdding allow_hp as an argument to mv search functions.
2013-10-17 Dmitry KovalevUsing stride (# of elements) instead of pitch (bytes...
2013-10-17 Yaowu XuMerge "Prevent first pass from outputing invalid info"
2013-10-17 James Zernvp9_thread: add vp9_worker_execute()
2013-10-17 Dmitry KovalevRemoving last_kf_gf_q member from VP9Common structure.
2013-10-17 Dmitry KovalevUsing TREE_SIZE macro for vp9_segment_tree.
2013-10-17 Guillaume MartresMerge changes I6226456d,I97925178,I766c4b74
2013-10-16 Yaowu XuPrevent first pass from outputing invalid info
2013-10-16 Guillaume MartresUse a separate MODE_INFO stream for each tile column
2013-10-16 Guillaume MartresGet rid of "this_mi", use "mi_8x8[0]" everywhere instead
2013-10-16 Guillaume MartresMake the static_segmentation feature work again
2013-10-16 Dmitry KovalevMerge "Adding get_band_translate() function."
2013-10-16 Guillaume MartresMerge "Prevent accidental changes to the previous frame...
2013-10-16 Yaowu XuMerge "change to use vp9_idct_32x32_add"
2013-10-16 Dmitry KovalevAdding get_band_translate() function.
2013-10-16 Dmitry KovalevInlining and removing fwd_txm16x16 and fwd_txm8x8 pointers.
2013-10-16 Dmitry KovalevMerge "Cleanup of decode_coefs() function."
2013-10-16 Yaowu Xuchange to use vp9_idct_32x32_add
2013-10-16 Dmitry KovalevMerge "Removing print_prob_tree function and vp9_coeff_...
2013-10-16 Dmitry KovalevMerge "Moving FILTER_BITS constant from vp9_convolve...
next